summaryrefslogtreecommitdiff
path: root/cmake/os
Commit message (Expand)AuthorAgeFilesLines
* merge with 5.3Sergei Golubchik2011-10-191-1/+1
* 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
* GCC's link option only take a single hyphen.Davi Arnaut2010-10-201-1/+1
* Fix compile error on Windows after WL#1054 push.Vladislav Vaintroub2010-10-041-0/+1
* Cleanup after bild team push.Vladislav Vaintroub2010-07-251-0/+12
* Manual merge from mysql-trunk.Alexander Nozdrin2010-07-192-3/+2
|\
| * Fix syntax error (missing quote).Jonathan Perkin2010-07-011-2/+2
| * Automerge the bug fix 54739 into the 5.5.5-m3 release clone.Joerg Bruehe2010-06-241-1/+2
| |\
| * | CMakeLists.txtKent Boortz2010-06-231-1/+0
* | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-152-1/+6
|\ \ \
| * \ \ Merge bug fix.Joerg Bruehe2010-06-231-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | Fix Bug #54739Joerg Bruehe2010-06-231-1/+2
| | |/
| * | Fix ~1000 warnings class/struct mismatch.Vladislav Vaintroub2010-06-221-0/+4
| |/
* | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-1/+0
|/
* Get rid of the "net retry count" difference whichJoerg Bruehe2010-05-271-3/+6
* Fix typo (CMAKE_SIZEOF_VOIDP=>CMAKE_SIZEOF_VOID_P)Vladislav Vaintroub2010-03-081-2/+2
* On Solaris, overwrite CMake's proposed thread library -lthread with -lpthread. Vladislav Vaintroub2010-02-251-1/+1
* Install static client and embedded debug librariesVladislav Vaintroub2010-02-201-0/+1
* SET FN_NO_CASE_SENSE to 1 on WindowsVladislav Vaintroub2010-02-201-0/+2
* fix typoVladislav Vaintroub2010-02-171-1/+1
* check for poll.hVladislav Vaintroub2010-02-141-0/+1
* Do not run checks for strtok_r on Windows - we know the function is not there..Vladislav Vaintroub2010-01-291-0/+1
* Add windows system check cache that prevents tests from running, most are ir...vvaintroub2010-01-292-2/+352
* prettification of package names and fix compile bug on OSX/ppcVladislav Vaintroub2010-01-281-2/+0
* Added AIX, OS400 and Cygwin.Vladislav Vaintroub2010-01-273-0/+67
* fix default architecture flag (v8) on sparc32 gcc that prevent mysql from com...Vladislav Vaintroub2010-01-272-1/+73
* Fixed typos and failed mysqld--help test.Vladislav Vaintroub2010-01-261-1/+5
* Move FreeBSD specific hacks to cmake/os/FreeBSD.cmakeVladislav Vaintroub2010-01-261-0/+20
* Move OSX specific checks to cmake/os/Darwin.cmakeVladislav Vaintroub2010-01-261-0/+34
* WL#5161: Following Mats' suggestion, moved Solaris specific workaround to cm...Vladislav Vaintroub2010-01-261-0/+71
* WL#5161, implement Mats' suggeston to move platform specifics into own filesVladislav Vaintroub2010-01-262-1/+48
* WL#5161: Implement Mats' suggestion of moving OS specific CMake code to OS sp...Vladislav Vaintroub2010-01-261-0/+183