summaryrefslogtreecommitdiff
path: root/cmake/os
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-03-111-1/+1
|\
| * MDEV-17703 Add WITH_UBSAN switch to CMake similar to WITH_ASANEugene Kosov2019-03-111-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-3/+2
|\ \ | |/
| * Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-3/+2
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2018-10-271-3/+2
| | |\
| | | * Fix cmake warningVladislav Vaintroub2018-10-101-3/+2
| * | | Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanjaOleksandr Byelkin2018-07-191-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-16596 : Windows - redo log does not work on native 4K sector disks.Vladislav Vaintroub2018-07-021-1/+1
* | | | MDEV-16596 : Windows - redo log does not work on native 4K sector disks.Vladislav Vaintroub2018-06-301-1/+1
* | | | MDEV-13785: move defination HAVE_LARGE_PAGES -> HAVE_LINUX_LARGE_PAGESDaniel Black2018-03-291-1/+1
* | | | Disable noisy warning in old compiler (VS2015)Vladislav Vaintroub2018-02-141-1/+5
* | | | Windows, compiling - disable pkg_configVladislav Vaintroub2018-02-141-3/+2
* | | | Fix MinSizeRel build on Windows.Vladislav Vaintroub2018-01-261-2/+9
* | | | 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
* | | | Windows, compilation : Treat warning as error, if MYSQL_MAINTAINER_MODEVladislav Vaintroub2018-01-091-0/+5
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-282-4/+4
* | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-2/+2
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-08-291-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-08-281-2/+2
| |\ \ \ | | |/ /
| | * | Windows compile : make compilation fail on "uninitialized variable used" warn...Vladislav Vaintroub2017-08-241-2/+2
| * | | MDEV-11520 after-merge fix for 10.1: Use sparse files.Marko Mäkelä2017-02-221-1/+1
* | | | Windows, compiling : Remove _DEBUG preprocessor constant, to fixVladislav Vaintroub2017-04-041-0/+5
* | | | Allow to specify C runtime library used for compilation.Vladislav Vaintroub2017-04-021-8/+21
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-1/+1
| | |\ \ | | | |/
| | | * VS2015 build fixesVladislav Vaintroub2016-10-271-1/+1
| | | * MDEV-9024 Build fails with VS2015Sergei Golubchik2016-02-062-8/+7
* | | | MDEV-9154 : Remove workarounds (mainly dynamic function loading)Vladislav Vaintroub2016-06-011-1/+1
* | | | cmake: remove unused checks, options, and symbolsSergei Golubchik2015-11-231-64/+1
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-192-8/+7
|\ \ \ | |/ /
| * | MDEV-9024 Build fails with VS2015Vladislav Vaintroub2015-11-062-8/+7
* | | dbug: correct trace for DBUG_RETURN(func()); -- gcc onlySergei Golubchik2015-11-161-0/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-4/+6
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-4/+6
| |\ \ | | |/
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-4/+6
| | |\
| | | * Bug #20168526 YASSL: CORRUPT SSL-KEY CRASHES CLIENTTor Didriksen2015-07-131-4/+6
| | | * Bug#17633291: SET PROPER COMPILE OPTIONS FOR CLANGJon Olav Hauglid2014-10-131-20/+1
| | | * Bug #18808072 MYSQLBINLOG USES LOCALTIME() TO PRINT EVENTS, CAUSES KERNEL MUT...Venkatesh Duggirala2014-10-081-3/+3
| | | * Backport from trunk:Tor Didriksen2014-05-071-11/+18
| | | * Bug#17632386: WITH_ASAN CONFLICTS WITH -WL,--NO-UNDEFINEDJon Olav Hauglid2013-10-211-2/+5
| | | * Updated/added copyright headersKent Boortz2011-06-309-9/+13
| | | * Don't check for FIONREAD on windows.Tor Didriksen2011-05-261-0/+1
| | | * Merge of fix for bug#11757855 from mysql-5.1 -> mysql-5.5.Nirbhay Choubey2011-04-301-0/+4
| | | * Bug#11766320 MYSQL SYMBOLIC LINKS NOT WORKINGMagne Mahre2011-04-141-1/+2
| | | * Remove some leftovers from the removal of the gethostbyname wrappers.Davi Arnaut2011-04-131-3/+0
| | | * Bug #58699 cannot build with gcc dbg on solarisTor Didriksen2010-12-211-1/+0
| | | * avoid useless system check on WindowsVladislav Vaintroub2010-11-201-0/+1
| | | * Bug#58313: CMake stops with VS Express if -DBUILD_CONFIG=mysql_release.cmakeVladislav Vaintroub2010-11-201-8/+2