summaryrefslogtreecommitdiff
path: root/configure.cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #51105 "MDL deadlock in rqg_mdl_stability testDmitry Lenev2010-02-281-0/+1
* check for poll.hVladislav Vaintroub2010-02-141-0/+1
* Fix syntax errors in configure.cmakeVladislav Vaintroub2010-01-291-41/+6
* Add windows system check cache that prevents tests from running, most are ir...vvaintroub2010-01-291-177/+177
* Added AIX, OS400 and Cygwin.Vladislav Vaintroub2010-01-271-29/+6
* fix default architecture flag (v8) on sparc32 gcc that prevent mysql from com...Vladislav Vaintroub2010-01-271-28/+1
* Fixed typos and failed mysqld--help test.Vladislav Vaintroub2010-01-261-1/+0
* Move FreeBSD specific hacks to cmake/os/FreeBSD.cmakeVladislav Vaintroub2010-01-261-3/+1
* Move OSX specific checks to cmake/os/Darwin.cmakeVladislav Vaintroub2010-01-261-16/+5
* WL#5161: Following Mats' suggestion, moved Solaris specific workaround to cm...Vladislav Vaintroub2010-01-261-64/+4
* WL#5161, implement Mats' suggeston to move platform specifics into own filesVladislav Vaintroub2010-01-261-52/+12
* WL#5161: Implement Mats' suggestion of moving OS specific CMake code to OS sp...Vladislav Vaintroub2010-01-261-188/+8
* Fix failing yassl tests on OSX Vladislav Vaintroub2010-01-211-2/+2
* Fix AIX error during compile in my_handler (pointer to data is used, while po...Vladislav Vaintroub2010-01-191-5/+5
* Fix various compiler/OS compatibility errorsVladislav Vaintroub2010-01-191-3/+7
* Fix some problems found by kent. Vladislav Vaintroub2010-01-181-0/+3
* Post-merge fixes , define HAVE_RWLOCK_T on Solaris defineVladislav Vaintroub2010-01-141-0/+4
* Do not link with mtmalloc on Solaris.Vladislav Vaintroub2010-01-131-9/+0
* use _GNU_SOURCE on Linux to have all useful definitions (pthread_rwlock_t) fo...Vladislav Vaintroub2010-01-131-0/+1
* Workaround a linker problem on OSX 10.4Vladislav Vaintroub2010-01-121-0/+6
* Fix the last mergeVladislav Vaintroub2010-01-051-2/+2
* restore flaky loadxml test, fix solaris plugin load using -lpthread instead o...Vladislav Vaintroub2009-12-231-0/+7
* mergeVladislav Vaintroub2009-12-191-14/+33
* mergeVladislav Vaintroub2009-12-191-2/+46
* Check for clock_gettime in librtVladislav Vaintroub2009-12-101-0/+3
* Remove -Wl,--as-needed option, broken on Fedora Vladislav Vaintroub2009-12-091-2/+0
* couple of tweaks for solaris on sparc, link with librt, as it defines sched_y...Vladislav Vaintroub2009-12-081-6/+8
* fix some Solaris Sparc errors from recent cleanupVladislav Vaintroub2009-12-071-2/+9
* simplify some tests, silence warning in script installVladislav Vaintroub2009-12-071-82/+15
* Add libm to the lib of required libraries when doing system checksVladislav Vaintroub2009-12-071-1/+1
* do not use -z defs on Solaris, it complains about libc.so implicit dependencyVladislav Vaintroub2009-12-071-3/+0
* On Linux, support -Wl,--no-undefined (only client shared library)Vladislav Vaintroub2009-12-071-49/+53
* fdatasync is not documented on Snow Leopard and is not in unistd.hVladislav Vaintroub2009-12-051-2/+3
* mergeVladislav Vaintroub2009-11-301-0/+26
* Fix universal binaries build on OSX, in case both 32 and 64 bit architectures...Vladislav Vaintroub2009-11-261-3/+6
* mergeVladislav Vaintroub2009-11-251-5/+0
* Fixes for cmake2.8Vladislav Vaintroub2009-11-161-1/+2
* WL#5161 : Cross-platform build with CMakeVladislav Vaintroub2009-11-091-0/+1335