summaryrefslogtreecommitdiff
path: root/cmake/libutils.cmake
Commit message (Expand)AuthorAgeFilesLines
* libutils: merge_archives_unixDaniel Black2020-06-181-1/+3
* libutils: merge static libraries only onceDaniel Black2020-06-181-0/+10
* MDEV-22864: cmake/libutils account for cmake-2.8.12.1Daniel Black2020-06-111-3/+2
* cmake: merge_static_libs - correct duplicate assumptions (#1583)Daniel Black2020-06-101-8/+24
* MDEV-22454 Allow -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ONVladislav Vaintroub2020-05-041-0/+12
* MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption libraryVladislav Vaintroub2019-05-221-1/+1
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-4/+8
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-4/+8
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-10-271-4/+8
| | |\ \ | | | |/
| | | * cmake: fix usage of GET_TARGET_PROPERTYSergei Golubchik2018-09-221-4/+8
* | | | MDEV-16662 CMake warnings: CMP0026Sergei Golubchik2018-08-121-28/+19
* | | | MDEV-16662 CMake warnings: CMP0022Sergei Golubchik2018-08-121-2/+1
* | | | Misc. typosluz.paz2018-04-051-1/+1
|/ / /
* | | Merge 10.1 into 10.2Marko Mäkelä2017-04-281-1/+1
|\ \ \ | |/ /
| * | Don't use full path of libtoolDaniel Black2017-04-091-1/+1
* | | Add C/C as a submodule in libmariadb/Sergei Golubchik2016-09-121-3/+3
* | | Merge branch '10.1' into 10.2Monty2016-02-061-0/+5
|\ \ \ | |/ /
| * | 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
* | | cmake: MYSQL_PARSE_ARGUMENTS -> CMAKE_PARSE_ARGUMENTSSergei Golubchik2015-11-231-5/+6
|/ /
* | 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