mariadb/cmake/os
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
..
AIX.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
Cygwin.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
Darwin.cmake Bug#17633291: SET PROPER COMPILE OPTIONS FOR CLANG 2014-10-13 09:52:28 +02:00
FreeBSD.cmake MDEV-5076 : Build on FreeBSD - when looking for execinfo library, and execinfo.h header, 2013-09-26 23:48:38 +02:00
HP-UX.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
Linux.cmake MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
OS400.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
SunOS.cmake Various fixes for Solaris compiler. 2012-02-03 11:46:40 +01:00
Windows.cmake MDEV-9024 Build fails with VS2015 2016-02-06 22:41:58 +01:00
WindowsCache.cmake MDEV-9024 Build fails with VS2015 2016-02-06 22:41:58 +01:00