mariadb/cmake
Kent Boortz fe12c639b1 The client shared library major version was changed to 18, to reflect
ABI changes (Bug#60061)

Bumping the version from 16 to 18, instead of 17, was done to avoid a
library conflict on Mac OS X between MySQL 5.1 and MySQL 5.5. In MySQL
5.1 GNU libtool was used, that made the ABI version used in the file
name to be 16, and the one stored inside the binary to be 17.

MySQL 5.5 uses CMake as a build tool, that will store the same ABI
number in the file name as inside the binary in Mac OS X, and then
bumping the ABI number two steps avoids a conflict on Mac OS X.
2011-02-17 19:36:19 +01:00
..
build_configurations bug#58955: Must -DBUILD_CONFIG=mysql_release require libaio on Linux 2010-12-16 09:27:55 +00:00
os Bug #58699 cannot build with gcc dbg on solaris 2010-12-21 13:00:26 +01:00
abi_check.cmake Use a guard macro to prevent the inclusion of system headers 2010-10-13 12:11:29 -03:00
bison.cmake couple of tweaks for solaris on sparc, link with librt, as it defines sched_yield 2009-12-08 03:12:23 +01:00
cat.cmake WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00
character_sets.cmake Bug #58991 DEFAULT_CHARSET and DEFAULT_COLLATION does not work with CMake. 2011-01-04 11:23:45 +01:00
check_minimal_version.cmake WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00
cmake_parse_arguments.cmake Rename CMAKE_PARSE_ARGUMENTS macro to avoid name collision 2010-09-29 11:42:35 +02:00
configurable_file_content.in implement convenience libraries 2009-11-24 23:15:47 +00:00
configure.pl Bug #52275 CMake configure wrapper does not handle 2010-11-12 02:33:19 +01:00
cpack_source_ignore_files.cmake Revert the ndb removal for now. 2010-07-20 10:35:55 +01:00
create_initial_db.cmake.in Post-push fixups for WL#5349 2010-06-22 12:13:47 +02:00
do_abi_check.cmake Bug #58372 cmake should not write temporary files in the source directory 2010-11-23 10:26:26 +01:00
dtrace.cmake Post-fix for Bug#58158 on Solaris 2010-11-25 00:20:36 +00:00
dtrace_prelink.cmake Dtrace on Solaris: 2009-12-13 05:42:26 +00:00
install_layout.cmake Fix the .deb package prefix. 2010-11-25 00:21:28 +00:00
install_macros.cmake add missing COMPONENT to all CMake INSTALL commands 2010-11-13 23:16:52 +01:00
libutils.cmake Bug#58074: ADD_VERSION_INFO cmake/mysql_version.cmake fails if LINK_FLAGS are modified 2010-11-12 13:42:50 +01:00
maintainer.cmake Bug#58871: Reorganize maintainer mode compiler flags to allow 2010-12-15 08:30:09 -02:00
make_dist.cmake.in WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
merge_archives_unix.cmake.in WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00
mysql_add_executable.cmake Bug#58074: ADD_VERSION_INFO cmake/mysql_version.cmake fails if LINK_FLAGS are modified 2010-11-12 13:42:50 +01:00
mysql_version.cmake The client shared library major version was changed to 18, to reflect 2011-02-17 19:36:19 +01:00
package_name.cmake Remove leftovers from old versions of the code. 2010-07-13 14:34:32 -03:00
plugin.cmake Merge 5.5-bug58158 into 5.5-bugteam 2010-11-24 11:49:10 +01:00
readline.cmake CMake 2.6.2 fix 2010-01-08 11:06:42 +01:00
ssl.cmake I'm pretty sure 'CXX_FLAGS' is a typo for 'CMAKE_CXX_FLAGS', and 2010-07-05 19:54:07 +01:00
stack_direction.c WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00
tags.cmake Committing on behalf of Valdislav Vaintroub (reviewed and 2010-05-14 18:42:10 +04:00
versioninfo.rc.in WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
zlib.cmake WL#5161 : Cross-platform build with CMake 2009-11-09 12:32:48 +01:00