summaryrefslogtreecommitdiff
path: root/cmake/os/WindowsCache.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-09-051-0/+5
|\
| * Merge branch 10.4 into 10.5Daniel Black2022-08-311-0/+5
| |\
| | * Merge 10.3 into 10.4Daniel Black2022-08-311-0/+5
| | |\
| | | * MDEV-28592 disks plugin - getmntinfo (BSD) & getmntent (AIX)Daniel Black2022-08-311-0/+5
* | | | Revert aligned_alloc() addition from MDEV-28836Brad Smith2022-08-221-1/+0
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-07-271-0/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-1/+5
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-0/+5
| | |\ \ | | | |/
| | | * Windows - reduce irrelevant CMake system checksVladislav Vaintroub2022-07-181-0/+5
* | | | MDEV-28836: Memory alignment cleanupMarko Mäkelä2022-06-211-1/+1
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-011-0/+1
|\ \ \ \ | |/ / /
| * | | perfschema: use glibc gettid if availableDaniel Black2021-06-011-0/+1
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-141-0/+1
|\ \ \ \ | |/ / /
| * | | mysqld: print status display subset of memory usage.bb-10.5-danielblack-pr1803-darwin-debug-memoryDavid CARLIER2021-04-141-0/+1
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-03-311-0/+1
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-03-311-0/+1
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-03-311-0/+1
| | | |\
| | | | * Windows - suppress nonsensical(for this OS) system check.Vladislav Vaintroub2021-03-301-0/+1
* | | | | Windows - suppress nonsensical(for this OS) system check.Vladislav Vaintroub2021-03-291-0/+1
* | | | | cleanup: os_thread_sleep() -> std::this_thread::sleep_for()Eugene Kosov2021-03-191-1/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2020-11-231-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24125: linux large pages, linux/mman.h neededDaniel Black2020-11-191-0/+1
* | | | | Windows : reduce useless system checksVladislav Vaintroub2020-11-121-0/+3
|/ / / /
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-1/+0
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-1/+0
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-1/+0
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-1/+0
| | | |\
| | | | * MDEV-15961: Fix stacktraces under FreeBSD (aarch64)Karthik Kamath2020-07-281-1/+0
* | | | | Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large...Daniel Black2020-04-021-2/+0
* | | | | Improve cmake performance on WindowsVladislav Vaintroub2020-03-251-7/+43
|/ / / /
* | | | Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-111-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-061-0/+1
| |\ \ \ | | |/ /
| | * | Clean wrong cherry-pick from previous commitAnel Husakovic2020-02-201-1/+0
| | * | my_getncpus based on threads availableDaniel Black2020-02-201-0/+2
* | | | MDEV-19696 - Cleanup gcc sync builtinsRobert Bindar2019-07-031-1/+0
* | | | MDEV-19845: Define my_timer_cycles() inlineMarko Mäkelä2019-06-281-2/+0
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | * MDEV-9024 Build fails with VS2015Sergei Golubchik2016-02-061-4/+0
* | | | | mysqld: ignore SIGHUP sent by the kernelSergei Golubchik2018-12-121-0/+1
|/ / / /
* | | | Cleanup log2() portability checksSergey Vojtovich2018-05-261-1/+0
* | | | Cleanup rint() portability checksSergey Vojtovich2018-05-261-1/+0
* | | | remove check for finite/isfiniteHoward Su2018-05-241-2/+0
* | | | MDEV-8743: use mkostemp when available with O_CLOEXECDaniel Black2018-05-211-0/+1
* | | | MDEV-15583 create_temp_file: remove tempnam implementationDaniel Black2018-05-211-1/+0
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-2/+2
|\ \ \ \ | |/ / /
| * | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+2