summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Simplify embedding version info into executables with ADD_VERSION_INFOVladislav Vaintroub2009-12-186-60/+53
* add missing file to EXTRA_DIST Vladislav Vaintroub2009-12-181-1/+2
* add new fileVladislav Vaintroub2009-12-181-0/+89
* Replace ADD_EXECUTABLE with MYSQL_ADD_EXECUTABLE for binaries that are insta...Vladislav Vaintroub2009-12-174-58/+31
* mergeVladislav Vaintroub2009-12-161-2/+5
* fix windows errors with version resourceVladislav Vaintroub2009-12-162-38/+7
* attempt to fix error in rc callVladislav Vaintroub2009-12-161-4/+3
* Add version resource to windows executablesVladislav Vaintroub2009-12-164-27/+131
* Dtrace on Solaris:Vladislav Vaintroub2009-12-132-10/+59
* Mark signing parameters as advancedVladislav Vaintroub2009-12-131-3/+2
* new option SIGNCODE to sign executables and dlls with digital certificatesVladislav Vaintroub2009-12-121-2/+47
* remove debug messageVladislav Vaintroub2009-12-121-1/+0
* Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined...Vladislav Vaintroub2009-12-123-3/+30
* Introduce macro DTRACE_INSTRUMENT_STATIC_LIBS,to hide Vladislav Vaintroub2009-12-111-2/+33
* Introduce a workaround for Solaris' inability to deal with dtrace in static ...Vladislav Vaintroub2009-12-112-13/+28
* fix install_symlink on unixes other than osxVladislav Vaintroub2009-12-101-2/+5
* Use CMAKE_CFG_INTDIR instead of different MSVC and Xcode specific vvaintroub2009-12-091-3/+2
* couple of tweaks for solaris on sparc, link with librt, as it defines sched_y...Vladislav Vaintroub2009-12-081-0/+6
* On Linux, support -Wl,--no-undefined (only client shared library)Vladislav Vaintroub2009-12-072-7/+28
* Fix creation of exports file on UnixVladislav Vaintroub2009-12-051-2/+4
* mergeVladislav Vaintroub2009-12-041-3/+5
* fix build errorsVladislav Vaintroub2009-12-011-1/+7
* in RESTRICT_SYMBOL_EXPORTS,handle cases where COMPILE_FLAGS are not setVladislav Vaintroub2009-12-011-0/+4
* fix make dist errorsVladislav Vaintroub2009-12-012-1/+48
* - Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINEVladislav Vaintroub2009-12-013-137/+102
* fix EXTRA_DIST crapVladislav Vaintroub2009-11-251-1/+1
* implement convenience librariesVladislav Vaintroub2009-11-247-149/+317
* Write some helpful messages to assist user, when prerequisite software is not...Vladislav Vaintroub2009-11-212-4/+21
* Support out of source build with the wrapper configure.pl scriptVladislav Vaintroub2009-11-171-9/+23
* Fixes for cmake2.8Vladislav Vaintroub2009-11-161-13/+10
* correctly specify working directory for dtrace_prelink. Also, generate _dtrac...Vladislav Vaintroub2009-11-111-2/+2
* WL#5161 : Cross-platform build with CMakeVladislav Vaintroub2009-11-0921-0/+1758