summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Handle different installation layouts.Vladislav Vaintroub2010-01-246-7/+143
* Add -lmtmalloc to server linker flags on Solaris 10Vladislav Vaintroub2010-01-201-0/+4
* Add Solaris sparc Sun Studio flagsVladislav Vaintroub2010-01-201-2/+13
* - another take on BUILD_CONFIG variable - use OPTION instead of SET for Vladislav Vaintroub2010-01-201-14/+20
* Fix end-of-line characters in mysql_release.cmake to be unix-conformVladislav Vaintroub2010-01-191-92/+92
* Add compiler flags used by the buildteam to do releaseVladislav Vaintroub2010-01-191-0/+69
* Fix output name of embedded library,Vladislav Vaintroub2010-01-151-1/+1
* Added support for product names in package namesKent Boortz2010-01-151-3/+12
* use _GNU_SOURCE on Linux to have all useful definitions (pthread_rwlock_t) fo...Vladislav Vaintroub2010-01-131-1/+1
* Add option for specifying MYSQL build configurations.Vladislav Vaintroub2010-01-111-0/+23
* Address Kents comments: copy docs, remove autom4te.cache subdirectory if exists.Vladislav Vaintroub2010-01-091-0/+8
* CMake 2.6.2 fixvladislav vaintroub2010-01-081-6/+10
* Fix error with cmake 2.6Vladislav Vaintroub2010-01-081-4/+4
* some refactoring around readline/libedit Vladislav Vaintroub2010-01-081-32/+41
* Fix version string parsing Vladislav Vaintroub2010-01-071-1/+3
* Do not use fvisibility flag if GCC does not support itVladislav Vaintroub2010-01-061-6/+9
* mergeVladislav Vaintroub2009-12-251-2/+11
* mergeVladislav Vaintroub2009-12-251-4/+15
|\
| * use systemtap on linux if installed, for dtrace functionalityVladislav Vaintroub2009-12-241-4/+15
* | enable Cygwin build againVladislav Vaintroub2009-12-251-0/+2
|/
* Fix build with LDFLAGS=--Wl,--as-needed on LinuxVladislav Vaintroub2009-12-191-1/+13
* 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