06aa40a5d1Remove requirement that BOOST_MSVC_ENABLE_2014_JUN_CTP be defined to get the correct BOOST_NO_CXX11_* macros for VC++ 14.0 (aka 2015).
Beman
2014-11-18 15:21:34 -0500
44028a148chaiku: remove spurious GLIBC define
Jessica Hamilton
2014-11-16 21:56:05 +1300
1b6d6d9aa1haiku: fix copyright
Jessica Hamilton
2014-11-16 21:43:03 +1300
6038d5fd7ehaiku: add platform support
Jessica Hamilton
2014-11-16 13:28:57 +1300
f7091f4784Merge branch 'develop' of github.com:boostorg/config into develop
Beman
2014-11-14 10:31:12 -0500
c329a34407Update vor MSVC14 Preview
Marcel Raad
2014-11-13 16:40:55 +0100
122a60c77fVersion bump
Daniel James
2014-11-05 00:42:37 +0000
dcbb032aa3Rename BOOST_NO_CXX14_DIGIT_SEPARATOR to BOOST_NO_CXX14_DIGIT_SEPARATORS. Fix name of BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES in docs.
jzmaddock
2014-10-21 12:39:17 +0100
42446e02d2Merge pull request #42 from Flast/bugfix/cxx14/clang34-constexpr
jzmaddock
2014-10-20 18:50:10 +0100
35360b6c07Merge pull request #41 from Flast/bugfix/clang/has_include
jzmaddock
2014-10-14 08:54:04 +0100
2a51a64b84Fix error on __has_include with older clang (< 3.1)
Kohei Takahashi
2014-10-14 12:46:21 +0900
eaa5c714c8Change generate.cpp to alphabetize it's results to reduce churn in the results. Regenerate the generated files.
jzmaddock
2014-10-13 13:12:59 +0100
f43ed77973Rework Intel config to make it both more accurate in C++11 mode (hopefully!) and easier to maintain.
jzmaddock
2014-10-09 19:21:42 +0100
a8868e82e0Enable <thread> for gcc-4.8 and later. Disable thread support headers depending on values of internal libstdc++ macros.
jzmaddock
2014-10-08 18:58:15 +0100
32237deddcReorganize clang config to avoid macro redefinitions and fix GCC-4.8, 4.9, and 5.0 detection.
jzmaddock
2014-10-08 13:37:18 +0100
b36566fe04Reorganise library version detection, adds tentative fix for clang with libstdc++. See issues 10600 and 7473
jzmaddock
2014-10-05 13:41:42 +0100
8b174c0617Update for Intel 15.0
jzmaddock
2014-09-23 17:02:30 +0100
b32c1340b7Update for Intel-15.
jzmaddock
2014-09-22 11:31:41 +0100
94d0eaf177Disable C++11 headers in non-C++11 mode.
jzmaddock
2014-09-14 18:27:19 +0100
d73e56cdeaMerge branch 'develop' of github.com:boostorg/config into develop
Beman
2014-09-03 11:16:21 -0400
7a7a7077b6Merge pull request #38 from aminiussi/cudaintel
Edward Diener
2014-09-01 17:15:04 -0400
951e2b00dcOnly define BOOST_COMPILE if not already done (as it is already the case for g++ and ms). Usfull when called through nvcc. fixes#10420
Alain Miniussi
2014-09-01 15:41:23 +0200
2690cb8b39Set BOOST_NO_CXX11_FIXED_LENGTH_VARIADIC_TEMPLATE_EXPANSION_PACKS for Intel.
jzmaddock
2014-08-25 19:00:50 +0100
2662b12166Disable <atomic> for Intel C++ as it can't yet parse the file.
jzmaddock
2014-08-22 18:50:05 +0100
82457fadb7Add test case for BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS under new name compared to original pull request (also less churn in the generated files).
jzmaddock
2014-08-22 18:35:16 +0100
04c139e40fRevert "Added a test for BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS."
jzmaddock
2014-08-22 18:32:10 +0100
2abc483055Define BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS even if BOOST_NO_CXX11_DEFAULTED_FUNCTIONS are not defined
Antony Polukhin
2014-08-22 19:01:53 +0400
6a0c4aeb34Fix a typo, while it is not too late
Antony Polukhin
2014-08-22 18:44:16 +0400
0df91c0665Enabled non-public defaulted functions for gcc 4.4 as it passed the test.
Andrey Semashev
2014-08-21 16:45:18 +0400
85dde189acAdded a test for BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS.
Andrey Semashev
2014-08-21 16:42:50 +0400
be328aa19bMake BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS defined when BOOST_NO_CXX11_DEFAULTED_FUNCTIONS is defined.
Andrey Semashev
2014-08-21 15:20:30 +0400
2d297754adSet BOOST_NO_CXX11_FINAL for all obsolete compilers, or for those we can't test locally. Improve tests for BOOST_NO_CXX11_FINAL.
jzmaddock
2014-08-19 18:34:09 +0100
81acb3f788Change detection logic for optional feature BOOST_HAS_PRAGMA_DETECT_MISSMATCH to match the way we've done these in the past.
jzmaddock
2014-08-19 17:58:48 +0100
3138b2b747We don't need to check for Apple if we've already tested that this is in MSVC emulation mode.
jzmaddock
2014-08-19 17:57:56 +0100
c2f8e6adf6Merge pull request #28 from apolukhin/develop
jzmaddock
2014-08-19 17:53:53 +0100
2c0d0ed559Define BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS for Intel
Antony Polukhin
2014-08-18 21:01:37 +0400
ad3d4cf5afMerge pull request #33 from danieljames/metadata
jzmaddock
2014-08-18 17:36:34 +0100
6ea485e9f1Fix BOOST_HAS_PRAGMA_DETECT_MISSMATCH detection for Clang
Antony Polukhin
2014-08-18 20:35:42 +0400
c71a4c7980Add metadata file.
Daniel James
2014-08-18 14:57:59 +0100