summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16424 replace cmake/bison.cmake with cmake's builtin FindBison moduleVladislav Vaintroub2018-06-082-112/+11
* cmake: shut up repeated NUMA status messagesSergei Golubchik2018-06-031-4/+4
* Make MariaDB CRC32-lib platform independence (#780)Yuqi2018-06-011-1/+1
* Cleanup log2() portability checksSergey Vojtovich2018-05-261-1/+0
* Cleanup rint() portability checksSergey Vojtovich2018-05-261-1/+0
* Cleanup isnan() portability checksSergey Vojtovich2018-05-261-1/+0
* remove check for finite/isfiniteHoward Su2018-05-242-3/+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
* pipe and shared memory protocol should be statically compiled into C/CVladislav Vaintroub2018-05-191-0/+4
* Power8: use C implementation of crc32 instead of ASMDaniel Black2018-05-071-1/+1
* MDEV-12924 No --innodb-numa-interleave in mysqld binariesSachin Setiya2018-04-191-9/+18
* Misc. typosluz.paz2018-04-053-3/+3
* Merge 10.2 into 10.3Marko Mäkelä2018-03-301-1/+1
|\
| * MDEV-13785: move defination HAVE_LARGE_PAGES -> HAVE_LINUX_LARGE_PAGESDaniel Black2018-03-291-1/+1
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-1/+1
|\ \ | |/
| * Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-03-211-1/+1
| |\
| | * Merge branch '10.0-galera' into 10.1Vicențiu Ciorbaru2018-03-191-1/+1
| | |\
| | | * Bump wsrep patch version to 25.23Teemu Ollakka2018-02-251-1/+1
| | | * Merge tag 'mariadb-10.0.34' into 10.0-galeramariadb-galera-10.0.34Jan Lindström2018-02-011-0/+1
| | | |\
* | | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-202-4/+50
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-192-5/+17
|\ \ \ \ \
| * \ \ \ \ Merge 10.2 into bb-10.2-extMarko Mäkelä2018-02-192-5/+17
| |\ \ \ \ \ | | |/ / / /
| | * | | | Disable noisy warning in old compiler (VS2015)Vladislav Vaintroub2018-02-141-1/+5
| | * | | | Add some hints for finding bison on its usual locations on Windows.Vladislav Vaintroub2018-02-141-1/+10
| | * | | | Windows, compiling - disable pkg_configVladislav Vaintroub2018-02-141-3/+2
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-153-50/+30
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-083-50/+30
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-063-50/+29
| | |\ \ \ \ | | | |/ / /
| | | * | | correctly detect unsupported compiler flagsSergei Golubchik2018-02-061-7/+7
| | | * | | cleanup: simplify maintainer.cmakeSergei Golubchik2018-02-061-45/+21
| | | * | | silence the annoying compiler warningSergei Golubchik2018-02-051-0/+2
| | | * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-0/+1
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-0/+1
| | | | |\ \
| | | | | * \ Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-0/+1
| | | | | |\ \
| | | | | | * | dos2unix cmake/mysql_add_executable.cmakeTor Didriksen2017-11-091-48/+48
| | | | | | * | Bug#26022865 BUILD FOR WINDOWS-S12-64BIT,ADVANCED IS FAILING ON PB2 MYSQL-5.6Tor Didriksen2017-11-092-66/+1
* | | | | | | | MDEV-13946 Server RPMs have dependency on "which"Sergei Golubchik2018-02-121-6/+0
* | | | | | | | Windows, compiling : use /permissive- switch to improve conformanceVladislav Vaintroub2018-02-071-0/+3
* | | | | | | | Windows, compile : reenable previously disabled warning C4291Vladislav Vaintroub2018-02-071-1/+1
* | | | | | | | Windows, compiling : reenable warning C4996 (deprecated functions)Vladislav Vaintroub2018-02-071-2/+3
* | | | | | | | Windows : reenable warning C4805 (unsafe mix of types in bool operations)Vladislav Vaintroub2018-02-071-2/+2
* | | | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-4/+0
* | | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-292-7/+19
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-272-7/+19
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fix MinSizeRel build on Windows.Vladislav Vaintroub2018-01-262-4/+13
| | * | | | | | Windows : fix compile warnings C4267, on 32bit firstVladislav Vaintroub2018-01-261-2/+5
| | * | | | | | Fix and reenable Windows compiler warning C4800 (size_t conversion).Vladislav Vaintroub2018-01-261-2/+2
* | | | | | | | Deb: switch from usr/include/mysql to usr/include/mariadbOtto Kekäläinen2018-01-161-1/+1
* | | | | | | | Minor spelling fixes in code comments, docs and outputOtto Kekäläinen2018-01-121-1/+1