mariadb/cmake
Davi Arnaut f6deb00a56 WL#5665: Removal of the autotools-based build system
The autotools-based build system has been superseded and
is being removed in order to ease the maintenance burden on
developers tweaking and maintaining the build system.

In order to support tools that need to extract the server
version, a new file that (only) contains the server version,
called VERSION, is introduced. The file contents are human
and machine-readable. The format is:

MYSQL_VERSION_MAJOR=5
MYSQL_VERSION_MINOR=5
MYSQL_VERSION_PATCH=8
MYSQL_VERSION_EXTRA=-rc

The CMake based version extraction in cmake/mysql_version.cmake
is changed to extract the version from this file. The configure
to CMake wrapper is retained for backwards compatibility and to
support the BUILD/ scripts. Also, a new a makefile target
show-dist-name that prints the server version is introduced.
2010-11-20 12:47:50 -02:00
..
build_configurations Bug#58313: CMake stops with VS Express if -DBUILD_CONFIG=mysql_release.cmake 2010-11-20 00:20:18 +01:00
os avoid useless system check on Windows 2010-11-20 00:56:07 +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
cat.cmake
character_sets.cmake
check_minimal_version.cmake
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
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#52821 - plugin_ftparser.h and plugin_audit.h are 2010-08-27 10:45:35 +04:00
dtrace.cmake Bug #55966: "plugin" tests fail in 5.5 2010-09-06 14:45:12 +02:00
dtrace_prelink.cmake
install_layout.cmake Fix typo : SVR5=>SVR4 2010-11-10 20:10:04 +01: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
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
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 WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
package_name.cmake Remove leftovers from old versions of the code. 2010-07-13 14:34:32 -03:00
plugin.cmake Bug#58074: ADD_VERSION_INFO cmake/mysql_version.cmake fails if LINK_FLAGS are modified 2010-11-12 13:42:50 +01:00
readline.cmake
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
tags.cmake
versioninfo.rc.in WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
zlib.cmake