63 Commits (0a6fe4fb84f26436113fcfc81eee2bea4a702135)

Author SHA1 Message Date
Vladislav Vaintroub 0a6fe4fb84 fix default architecture flag (v8) on sparc32 gcc that prevent mysql from compilng, add HPUX.cmake 16 years ago
Vladislav Vaintroub cdb8cafb27 Fixed typos and failed mysqld--help test. 16 years ago
Vladislav Vaintroub bc80c38a54 Move FreeBSD specific hacks to cmake/os/FreeBSD.cmake 16 years ago
Vladislav Vaintroub 3241885f90 Move OSX specific checks to cmake/os/Darwin.cmake 16 years ago
Vladislav Vaintroub 62bc68a054 WL#5161: Following Mats' suggestion, moved Solaris specific workaround to cmake/os/SunOS.cmake 16 years ago
Vladislav Vaintroub 7ce02039af WL#5161, implement Mats' suggeston to move platform specifics into own files 16 years ago
Vladislav Vaintroub a8c47397fc WL#5161: Implement Mats' suggestion of moving OS specific CMake code to OS specific files, instead of 16 years ago
Vladislav Vaintroub 32f0a54628 In standalone package, default data subdirectory is "data", not "var" 16 years ago
Vladislav Vaintroub 135c25d165 Fix smaller stuff: disable transitive linking for MERGE_LIBRARIES results, 16 years ago
Vladislav Vaintroub c514d75ebb Handle different installation layouts. 16 years ago
Vladislav Vaintroub 6e84defdd4 Add -lmtmalloc to server linker flags on Solaris 10 16 years ago
Vladislav Vaintroub bc61d6e840 Add Solaris sparc Sun Studio flags 16 years ago
Vladislav Vaintroub a71e4cf18e - another take on BUILD_CONFIG variable - use OPTION instead of SET for 16 years ago
Vladislav Vaintroub 5d61e31d4d Fix end-of-line characters in mysql_release.cmake to be unix-conform 16 years ago
Vladislav Vaintroub 6b596534c0 Add compiler flags used by the buildteam to do release 16 years ago
Vladislav Vaintroub 0bdd08d996 Fix output name of embedded library, 16 years ago
Kent Boortz 2ed249e9e0 Added support for product names in package names 16 years ago
Vladislav Vaintroub 8807608561 use _GNU_SOURCE on Linux to have all useful definitions (pthread_rwlock_t) for example 16 years ago
Vladislav Vaintroub 4c872d51f6 Add option for specifying MYSQL build configurations. 16 years ago
Vladislav Vaintroub 4fbd5ccd71 Address Kents comments: copy docs, remove autom4te.cache subdirectory if exists. 16 years ago
vladislav vaintroub 0f0e56b03a CMake 2.6.2 fix 16 years ago
Vladislav Vaintroub 31548075cf Fix error with cmake 2.6 16 years ago
Vladislav Vaintroub cd1501a169 some refactoring around readline/libedit 16 years ago
Vladislav Vaintroub 0fe9b8b35e Fix version string parsing 16 years ago
Vladislav Vaintroub f2d4808fbb enable Cygwin build again 16 years ago
Vladislav Vaintroub b3debb1de8 use systemtap on linux if installed, for dtrace functionality 16 years ago
Vladislav Vaintroub 728c437a85 Fix build with LDFLAGS=--Wl,--as-needed on Linux 16 years ago
Vladislav Vaintroub 27c0d595e9 Simplify embedding version info into executables with ADD_VERSION_INFO 16 years ago
Vladislav Vaintroub c7d19daba5 add missing file to EXTRA_DIST 16 years ago
Vladislav Vaintroub e348453395 add new file 16 years ago
Vladislav Vaintroub eb3c44030b Replace ADD_EXECUTABLE with MYSQL_ADD_EXECUTABLE for binaries that are installed. 16 years ago
Vladislav Vaintroub 04d1596d64 fix windows errors with version resource 16 years ago
Vladislav Vaintroub 28a7bb8b8c attempt to fix error in rc call 16 years ago
Vladislav Vaintroub 37b1efb947 Add version resource to windows executables 16 years ago
Vladislav Vaintroub ef65dae9b1 Dtrace on Solaris: 16 years ago
Vladislav Vaintroub 3c3dc0f524 Mark signing parameters as advanced 16 years ago
Vladislav Vaintroub 770d315846 new option SIGNCODE to sign executables and dlls with digital certificates 16 years ago
Vladislav Vaintroub df3b67318c remove debug message 16 years ago
Vladislav Vaintroub cedb6101db Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined with 16 years ago
Vladislav Vaintroub 3a6b75949c Introduce macro DTRACE_INSTRUMENT_STATIC_LIBS,to hide 16 years ago
Vladislav Vaintroub 55ccb35ba6 Introduce a workaround for Solaris' inability to deal with dtrace in static libraries. 16 years ago
Vladislav Vaintroub ef4685eccf fix install_symlink on unixes other than osx 16 years ago
vvaintroub 0e28e588b9 Use CMAKE_CFG_INTDIR instead of different MSVC and Xcode specific 16 years ago
Vladislav Vaintroub ef482374e5 couple of tweaks for solaris on sparc, link with librt, as it defines sched_yield 16 years ago
Vladislav Vaintroub 9fcef3c45b On Linux, support -Wl,--no-undefined (only client shared library) 16 years ago
Vladislav Vaintroub 04d2adbd4f Fix creation of exports file on Unix 16 years ago
Vladislav Vaintroub 1407b6f1ec fix build errors 16 years ago
Vladislav Vaintroub 8b90176a47 in RESTRICT_SYMBOL_EXPORTS,handle cases where COMPILE_FLAGS are not set 16 years ago
Vladislav Vaintroub 60a3d30086 fix make dist errors 16 years ago
Vladislav Vaintroub d2139f3135 - Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINE 16 years ago