mariadb/cmake
Sergei Golubchik c4cb240061 MDEV-9024 Build fails with VS2015
cherry-pick f1daf9ce from 10.0 branch
-------------------------------------

Fix build failures caused by new C runtime library
- isnan, snprintf, struct timespec are now defined, attempt to
redefine them leads
- P_tmpdir, tzname are no more defined
-  lfind() and lsearch() in lf_hash.c had to be renamed,  declaration
conflicts with some C runtime functions with the same name declared in
a header included by stdlib.h

 Also fix couple of annoying warnings :
- remove #define NOMINMAX from config.h to avoid "redefined" compiler
warnings(NOMINMAX is already in compile flags)

- disable incremental linker in Debug as well (feature not used much
and compiler crashes often)

Also simplify package building with Wix, require Wix 3.9 or later
(VS2015 is not compatible with old Wix 3.5/3.6)
2016-02-06 22:41:58 +01:00
..
build_configurations mysql-5.5.41 merge 2014-12-19 11:35:44 +01:00
os MDEV-9024 Build fails with VS2015 2016-02-06 22:41:58 +01: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
compile_flags.cmake Bug#20344207: Add support for CMake 3.1 2015-01-15 09:55:01 +01: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_deb.cmake INSTALL_DOCUMENTATION function for CMakeLists.txt 2013-09-10 22:53:44 +02:00
cpack_rpm.cmake MDEV-8978 Specify GPL version in RPM metadata 2015-12-09 13:41:41 +01:00
cpack_source_ignore_files.cmake Bug#20136840 REMOVE REMAINING REFERENCES TO BZR IN CMAKE SCRIPTS 2014-12-11 12:46:04 +01:00
CPackRPM.cmake RPM: 2014-02-19 21:40:20 +01: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 MDEV-8052 abi detection incorrect with clang 2015-06-03 09:54:56 +02:00
dtrace.cmake mysql-5.5.39 merge 2014-08-02 21:26:16 +02: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 Bug#20136840 REMOVE REMAINING REFERENCES TO BZR IN CMAKE SCRIPTS 2014-12-11 12:46:04 +01:00
info_src.cmake Bug#20136840 REMOVE REMAINING REFERENCES TO BZR IN CMAKE SCRIPTS 2014-12-11 12:46:04 +01:00
install_layout.cmake MDEV-5749 Please add a .pc file to MariaDB for easy use via pkg-config 2014-10-02 16:58:26 +02:00
install_macros.cmake mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
jemalloc.cmake support statically linked jemalloc. use that for release builds 2014-09-18 17:00:44 +02:00
libutils.cmake MDEV-9298 : Build failure when linking libmysql. 2016-01-07 14:45:40 +01:00
maintainer.cmake Fixed a couple of compiler warnings. 2014-12-19 23:17:59 +04:00
make_dist.cmake.in Merge tag 'mysql-5.5.44' into bb-5.5-serg 2015-06-05 02:06:51 +02:00
merge_archives_unix.cmake.in Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_add_executable.cmake CRLF->LF 2015-06-02 22:07:47 +02:00
mysql_version.cmake mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
package_name.cmake mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
plugin.cmake Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42 2015-02-11 23:50:40 +01:00
readline.cmake MDEV-6561 libedit detection is broken 2014-09-09 19:03:05 +02:00
ssl.cmake MDEV-9249 MariaDB un-buildable on linux64: fails @ "error: ‘ERR_remove_state’ was not declared in this scope" when linking against OpenSSL 1.0.2e 2015-12-21 12:17:31 +01: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 CRLF->LF 2015-06-02 22:07:47 +02:00
zlib.cmake Updated/added copyright headers 2014-01-06 10:52:35 +05:30