mariadb/cmake
Sergei Golubchik 00686e6d0e cmake fixes for tokudb
cmake/jemalloc.cmake:
  for dependencies to work, LIBJEMALLOC should be the target name, not the path
storage/tokudb/CMakeLists.txt:
  * check the preconditions
  * disable bdb tests (compilation errors)
  * set variable, instead of SET_PROPERTY. same effect,
    but doesn't fail when a plugin is disabled (that is, a target does not exist)
storage/tokudb/ft-index/CMakeLists.txt:
  cmake should not look into examples/ directory,
  there is hand-crafted examples/Makefile that
  cmake will overwrite
storage/tokudb/ft-index/buildheader/CMakeLists.txt:
  the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
storage/tokudb/ft-index/cmake_modules/TokuMergeLibs.cmake:
  Libraries must be specified in the specific order,
  REMOVE_DUPLICATES cannot be used, because it destroys this order.
  
  (when OSLIBS contains "-lpthread -ljemalloc -lpthread", REMOVE_DUPLICATES
  makes it "-lpthread -ljemalloc". But a thread library *must* be *after* jemalloc)
storage/tokudb/ft-index/cmake_modules/TokuSetupCTest.cmake:
  * 'which' might print errors to stderr, they are not important, shut them up
  * we don't have TOKUDB_DATA, no need to warn about it
  * don't configure_file into itself (with input=output)
storage/tokudb/ft-index/cmake_modules/TokuThirdParty.cmake:
  jemalloc is built externally to tokudb/ft-index
storage/tokudb/ft-index/ft/CMakeLists.txt:
  the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
storage/tokudb/ft-index/ft/tests/CMakeLists.txt:
  the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
storage/tokudb/ft-index/locktree/tests/CMakeLists.txt:
  the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
storage/tokudb/ft-index/portability/CMakeLists.txt:
  s/jemalloc/libjemalloc/
storage/tokudb/ft-index/portability/os_malloc.cc:
  unnecessary include file
storage/tokudb/ft-index/portability/tests/CMakeLists.txt:
  the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
storage/tokudb/ft-index/src/tests/CMakeLists.txt:
  the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
storage/tokudb/ft-index/util/tests/CMakeLists.txt:
  the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
storage/tokudb/ft-index/utils/CMakeLists.txt:
  the syntax is ADD_EXECUTABLE(target source) and "source" is the file name
2013-09-09 13:57:22 +02:00
..
build_configurations - Added -Wno-uninitialized to avoid warnings in release builds 2013-06-09 13:26:10 +03:00
os MDEV-4601 : Allow MariaDB to be build without non-blocking client. 2013-06-15 14:22:03 +02:00
abi_check.cmake debug_sync is now a service, available to dynamically loaded plugins. 2012-03-28 19:26:00 +02:00
bison.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
cat.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
character_sets.cmake * remove WITH_DEBUG from CMakeLists.txt 2011-12-15 22:08:42 +01:00
check_minimal_version.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
cmake_parse_arguments.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
configurable_file_content.in Updated/added copyright headers 2011-06-30 17:46:53 +02:00
configure.pl mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
cpack_rpm.cmake MDEV-4199 Installing postfix on CentOS 5.9 requires MariaDB-server 2013-05-13 15:49:27 +02:00
cpack_source_ignore_files.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
create_initial_db.cmake.in mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
ctest.cmake unit test fixes for ctest 2011-07-16 09:09:01 +02:00
do_abi_check.cmake debug_sync is now a service, available to dynamically loaded plugins. 2012-03-28 19:26:00 +02:00
dtrace.cmake Workaround buggy Linux dtrace - it fails on fedora if CC is set to 'ccache gcc' 2012-02-20 22:25:44 +01:00
dtrace_prelink.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
info_bin.cmake Fix bug#42969 Please add a MANIFEST to each build 2011-02-11 15:55:25 +01:00
info_macros.cmake.in Fix formatting in 'INFO_BIN' on Windows - backport. 2012-10-19 20:31:22 +02:00
info_src.cmake Fix bug#42969 Please add a MANIFEST to each build 2011-02-11 15:55:25 +01:00
install_layout.cmake Fix wrong install location for DEB supportfiles. 2013-03-04 12:49:35 +01:00
install_macros.cmake mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
jemalloc.cmake cmake fixes for tokudb 2013-09-09 13:57:22 +02:00
libutils.cmake Various fixes for Solaris compiler. 2012-02-03 11:46:40 +01:00
maintainer.cmake Add -Wno-missing-field-initializers to silence bogus warnings from GCC in maintainer mode. 2012-05-17 21:50:50 +02:00
make_dist.cmake.in Updated/added copyright headers 2013-02-26 06:35:17 +01:00
merge_archives_unix.cmake.in Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_add_executable.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_version.cmake mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
package_name.cmake mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
plugin.cmake mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
readline.cmake MDEV-4607 : libreadline-related compilation problems on NetBSD. 2013-06-01 21:30:33 +02:00
ssl.cmake mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
stack_direction.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
tags.cmake Committing on behalf of Valdislav Vaintroub (reviewed and 2010-05-14 18:42:10 +04:00
versioninfo.rc.in mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
zlib.cmake Bug#14300733 CMAKE DOES NOT CHECK FOR ZLIB VERSION 2013-02-20 11:24:16 +01:00