| Commit message (Expand) | Author | Age | Files | Lines |
* | use _GNU_SOURCE on Linux to have all useful definitions (pthread_rwlock_t) fo... | Vladislav Vaintroub | 2010-01-13 | 1 | -1/+1 |
* | Add option for specifying MYSQL build configurations. | Vladislav Vaintroub | 2010-01-11 | 1 | -0/+23 |
* | Address Kents comments: copy docs, remove autom4te.cache subdirectory if exists. | Vladislav Vaintroub | 2010-01-09 | 1 | -0/+8 |
* | CMake 2.6.2 fix | vladislav vaintroub | 2010-01-08 | 1 | -6/+10 |
* | Fix error with cmake 2.6 | Vladislav Vaintroub | 2010-01-08 | 1 | -4/+4 |
* | some refactoring around readline/libedit | Vladislav Vaintroub | 2010-01-08 | 1 | -32/+41 |
* | Fix version string parsing | Vladislav Vaintroub | 2010-01-07 | 1 | -1/+3 |
* | Do not use fvisibility flag if GCC does not support it | Vladislav Vaintroub | 2010-01-06 | 1 | -6/+9 |
* | merge | Vladislav Vaintroub | 2009-12-25 | 1 | -2/+11 |
* | merge | Vladislav Vaintroub | 2009-12-25 | 1 | -4/+15 |
|\ |
|
| * | use systemtap on linux if installed, for dtrace functionality | Vladislav Vaintroub | 2009-12-24 | 1 | -4/+15 |
* | | enable Cygwin build again | Vladislav Vaintroub | 2009-12-25 | 1 | -0/+2 |
|/ |
|
* | Fix build with LDFLAGS=--Wl,--as-needed on Linux | Vladislav Vaintroub | 2009-12-19 | 1 | -1/+13 |
* | Simplify embedding version info into executables with ADD_VERSION_INFO | Vladislav Vaintroub | 2009-12-18 | 6 | -60/+53 |
* | add missing file to EXTRA_DIST | Vladislav Vaintroub | 2009-12-18 | 1 | -1/+2 |
* | add new file | Vladislav Vaintroub | 2009-12-18 | 1 | -0/+89 |
* | Replace ADD_EXECUTABLE with MYSQL_ADD_EXECUTABLE for binaries that are insta... | Vladislav Vaintroub | 2009-12-17 | 4 | -58/+31 |
* | merge | Vladislav Vaintroub | 2009-12-16 | 1 | -2/+5 |
* | fix windows errors with version resource | Vladislav Vaintroub | 2009-12-16 | 2 | -38/+7 |
* | attempt to fix error in rc call | Vladislav Vaintroub | 2009-12-16 | 1 | -4/+3 |
* | Add version resource to windows executables | Vladislav Vaintroub | 2009-12-16 | 4 | -27/+131 |
* | Dtrace on Solaris: | Vladislav Vaintroub | 2009-12-13 | 2 | -10/+59 |
* | Mark signing parameters as advanced | Vladislav Vaintroub | 2009-12-13 | 1 | -3/+2 |
* | new option SIGNCODE to sign executables and dlls with digital certificates | Vladislav Vaintroub | 2009-12-12 | 1 | -2/+47 |
* | remove debug message | Vladislav Vaintroub | 2009-12-12 | 1 | -1/+0 |
* | Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined... | Vladislav Vaintroub | 2009-12-12 | 3 | -3/+30 |
* | Introduce macro DTRACE_INSTRUMENT_STATIC_LIBS,to hide | Vladislav Vaintroub | 2009-12-11 | 1 | -2/+33 |
* | Introduce a workaround for Solaris' inability to deal with dtrace in static ... | Vladislav Vaintroub | 2009-12-11 | 2 | -13/+28 |
* | fix install_symlink on unixes other than osx | Vladislav Vaintroub | 2009-12-10 | 1 | -2/+5 |
* | Use CMAKE_CFG_INTDIR instead of different MSVC and Xcode specific | vvaintroub | 2009-12-09 | 1 | -3/+2 |
* | couple of tweaks for solaris on sparc, link with librt, as it defines sched_y... | Vladislav Vaintroub | 2009-12-08 | 1 | -0/+6 |
* | On Linux, support -Wl,--no-undefined (only client shared library) | Vladislav Vaintroub | 2009-12-07 | 2 | -7/+28 |
* | Fix creation of exports file on Unix | Vladislav Vaintroub | 2009-12-05 | 1 | -2/+4 |
* | merge | Vladislav Vaintroub | 2009-12-04 | 1 | -3/+5 |
* | fix build errors | Vladislav Vaintroub | 2009-12-01 | 1 | -1/+7 |
* | in RESTRICT_SYMBOL_EXPORTS,handle cases where COMPILE_FLAGS are not set | Vladislav Vaintroub | 2009-12-01 | 1 | -0/+4 |
* | fix make dist errors | Vladislav Vaintroub | 2009-12-01 | 2 | -1/+48 |
* | - Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINE | Vladislav Vaintroub | 2009-12-01 | 3 | -137/+102 |
* | fix EXTRA_DIST crap | Vladislav Vaintroub | 2009-11-25 | 1 | -1/+1 |
* | implement convenience libraries | Vladislav Vaintroub | 2009-11-24 | 7 | -149/+317 |
* | Write some helpful messages to assist user, when prerequisite software is not... | Vladislav Vaintroub | 2009-11-21 | 2 | -4/+21 |
* | Support out of source build with the wrapper configure.pl script | Vladislav Vaintroub | 2009-11-17 | 1 | -9/+23 |
* | Fixes for cmake2.8 | Vladislav Vaintroub | 2009-11-16 | 1 | -13/+10 |
* | correctly specify working directory for dtrace_prelink. Also, generate _dtrac... | Vladislav Vaintroub | 2009-11-11 | 1 | -2/+2 |
* | WL#5161 : Cross-platform build with CMake | Vladislav Vaintroub | 2009-11-09 | 21 | -0/+1758 |