summaryrefslogtreecommitdiff
path: root/cmake/libutils.cmake
Commit message (Expand)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-06-301-1/+1
* 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