summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-111-0/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-111-0/+5
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Windows, compilation : Treat warning as error, if MYSQL_MAINTAINER_MODEVladislav Vaintroub2018-01-091-0/+5
* | | | | | | MDEV-14881 cmake should succeed after installing libaio.Vladislav Vaintroub2018-01-071-0/+2
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-043-2/+9
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-013-2/+9
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-12458: Variable and log records to indicate RocksDB version are missingVarun Gupta2017-12-311-0/+3
| | * | | | | MDEV-9869 INSTALL SONAME 'ha_connect'Sergei Golubchik2017-12-251-1/+1
| | * | | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-1/+5
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Generate and install sysusers and tmpfiles configurationChristian Hesse2017-12-201-1/+5
* | | | | | | Fix ssl cmake configuration not checking for symbols properlyVicențiu Ciorbaru2017-12-291-4/+3
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-121-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Adding the -Wnon-virtual-dtor GCC/CLang flag in maintainer modeAlexander Barkov2017-12-081-1/+1
* | | | | | | MDEV-12501 -- set --maturity-level by defaultVesa Pentti2017-12-091-0/+5
* | | | | | | Revert "MDEV-12501 -- set --maturity-level by default"Vesa Pentti2017-12-051-5/+0
* | | | | | | MDEV-12501 -- set --maturity-level by defaultVesa Pentti2017-12-041-0/+5
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-302-2/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-292-2/+3
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.1 into 10.2Marko Mäkelä2017-11-241-1/+2
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fix typo, and disable own dtrace proibes on Solaris, really.Vladislav Vaintroub2017-11-211-1/+1