summaryrefslogtreecommitdiff
path: root/cmake/libutils.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.0Alexey Botchkov2016-01-251-0/+5
|\
| * MDEV-9298 : Build failure when linking libmysql.Vladislav Vaintroub2016-01-071-0/+5
* | MDEV-7398 mysqld segfaults on FreeBSD 10.1 i386 when built with clang 3.4Sergei Golubchik2015-06-161-5/+3
* | after-merge fixesSergei Golubchik2015-01-211-0/+2
* | 5.5 mergeSergei Golubchik2014-05-091-1/+1
|\ \ | |/
| * mysql-5.5.37 selective mergeSergei Golubchik2014-03-271-1/+1
| |\
| | * Bug#18235669 MYSQL_CONFIG TO PROVIDE R FLAG ON SOLARISTor Didriksen2014-02-251-1/+2
* | | cmake: don't check for the compiler on every invocation of RESTRICT_SYMBOL_EX...Sergei Golubchik2013-07-091-13/+12
* | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-3/+5
|/ /
* | Various fixes for Solaris compiler.Vladislav Vaintroub2012-02-031-7/+18
* | mergedSergei Golubchik2011-11-221-1/+1
|\ \ | |/
| * Updated/added copyright headersKent Boortz2011-06-301-1/+1
* | For libmysqld.so, apply patch to the MySQL Bug#39288 found hereVladislav Vaintroub2011-11-081-0/+9
* | add version to the libmysqld.soVladislav Vaintroub2011-11-071-1/+10
|/
* Bug#58074: ADD_VERSION_INFO cmake/mysql_version.cmake fails if LINK_FLAGS are...Vladislav Vaintroub2010-11-121-0/+3
* Rename CMAKE_PARSE_ARGUMENTS macro to avoid name collisionVladislav Vaintroub2010-09-291-1/+1
* Add components to INSTALL, some eraly Wix supportVladislav Vaintroub2010-02-101-2/+5
* WL#5161: Implement Mats' suggestion of moving OS specific CMake code to OS sp...Vladislav Vaintroub2010-01-261-2/+4
* Fix smaller stuff: disable transitive linking for MERGE_LIBRARIES results,Vladislav Vaintroub2010-01-251-0/+1
* Handle different installation layouts.Vladislav Vaintroub2010-01-241-1/+1
* Fix output name of embedded library,Vladislav Vaintroub2010-01-151-1/+1
* Do not use fvisibility flag if GCC does not support itVladislav Vaintroub2010-01-061-6/+9
* Simplify embedding version info into executables with ADD_VERSION_INFOVladislav Vaintroub2009-12-181-3/+0
* Replace ADD_EXECUTABLE with MYSQL_ADD_EXECUTABLE for binaries that are insta...Vladislav Vaintroub2009-12-171-10/+14
* On Linux, support -Wl,--no-undefined (only client shared library)Vladislav Vaintroub2009-12-071-7/+24
* Fix creation of exports file on UnixVladislav Vaintroub2009-12-051-2/+4
* in RESTRICT_SYMBOL_EXPORTS,handle cases where COMPILE_FLAGS are not setVladislav Vaintroub2009-12-011-0/+4
* - Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINEVladislav Vaintroub2009-12-011-35/+10
* implement convenience librariesVladislav Vaintroub2009-11-241-0/+291