Oliver Kowalke
|
13f5d9c88a
|
defect macro for C++14 feature std::exchange()
|
2016-12-12 19:41:30 +01:00 |
|
Oliver Kowalke
|
68b7cc8759
|
defect macro for C++17 feature std::apply()
|
2016-12-11 12:25:53 +01:00 |
|
Oliver Kowalke
|
b0b52d6c75
|
defect macro for C++17 feature std::invoke()
|
2016-10-14 20:49:48 +02:00 |
|
jzmaddock
|
4fc32ad70a
|
Add support for C++11 thread_local.
|
2016-07-02 09:09:19 +01:00 |
|
jzmaddock
|
efefba30ee
|
Simplify runtime config check Jamfiles.
|
2016-02-27 19:08:25 +00:00 |
|
jzmaddock
|
15fa6fd8b9
|
Add BOOST_HAS_FLOAT128 for compilers that support __float128 as a distinct type.
|
2015-08-13 17:13:32 +01:00 |
|
Edward Diener
|
3ca81f1095
|
Addition of BOOST_NO_CXX14_HDR_SHARED_MUTEX tests
|
2015-06-27 21:08:56 -04:00 |
|
jzmaddock
|
a2ad620450
|
Fix inconsistencies in name of boost_no_cxx14_digit_separator(s).
|
2015-04-24 17:46:29 +01:00 |
|
jzmaddock
|
dcbb032aa3
|
Rename BOOST_NO_CXX14_DIGIT_SEPARATOR to BOOST_NO_CXX14_DIGIT_SEPARATORS.
Fix name of BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES in docs.
|
2014-10-21 12:39:17 +01:00 |
|
jzmaddock
|
eaa5c714c8
|
Change generate.cpp to alphabetize it's results to reduce churn in the results.
Regenerate the generated files.
|
2014-10-13 13:12:59 +01:00 |
|
jzmaddock
|
b811dd40ae
|
Add C++14 support based on https://github.com/boostorg/config/pull/39
|
2014-10-12 10:01:22 +01:00 |
|
jzmaddock
|
4dc7c66c4d
|
Add new macro BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS
|
2014-08-25 18:37:18 +01:00 |
|
jzmaddock
|
82457fadb7
|
Add 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).
|
2014-08-22 18:35:16 +01:00 |
|
jzmaddock
|
04c139e40f
|
Revert "Added a test for BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS."
This reverts commit 85dde189ac .
|
2014-08-22 18:32:10 +01:00 |
|
Andrey Semashev
|
85dde189ac
|
Added a test for BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS.
|
2014-08-21 16:42:50 +04:00 |
|
K-ballo
|
f0136c5911
|
Added macro BOOST_NO_CXX11_FINAL
|
2014-08-16 12:24:06 -03:00 |
|
jzmaddock
|
51da22f6ff
|
Revert "Revert "Add new build-time configuration feature.""
This reverts commit 4cf1376ec2 .
Update tests to not use the run rule, but run the programs by other means instead.
|
2014-06-12 13:30:04 +01:00 |
|
jzmaddock
|
4cf1376ec2
|
Revert "Add new build-time configuration feature."
This reverts commit dad7bc5b30 .
Conflicts:
checks/config.jam
|
2014-06-12 09:11:05 +01:00 |
|
jzmaddock
|
dad7bc5b30
|
Add new build-time configuration feature.
|
2014-06-05 18:55:12 +01:00 |
|
Andrzej Krzemienski
|
d205efbb1b
|
Added macro BOOST_NO_CXX11_REF_QUALIFIERS
|
2014-05-28 17:33:28 +02:00 |
|
Peter Dimov
|
9c117007ba
|
Add BOOST_NO_CXX11_ADDRESSOF, BOOST_NO_CXX11_STD_ALIGN
|
2014-02-11 18:20:31 +02:00 |
|
jzmaddock
|
30f4ab53e5
|
Fix typo in macro name - should be BOOST_NO_ATOMIC_SMART_PTR.
Add BOOST_NO_CXX11_HRD_ATOMIC.
Regenerate docs.
See https://svn.boost.org/trac/boost/ticket/8929.
|
2013-12-12 19:32:06 +00:00 |
|
Andrey Semashev
|
23579c60d2
|
Added BOOST_NO_CXX11_INLINE_NAMESPACES and BOOST_NO_CXX11_TRAILING_RESULT_TYPES macros. Also corrected some tests that were using outdated testcase namespaces.
[SVN r84873]
|
2013-06-22 12:23:09 +00:00 |
|
Andrey Semashev
|
1c3d02c469
|
Added BOOST_NO_CXX11_ALIGNAS, BOOST_ALIGNMENT and BOOST_NO_ALIGNMENT macros.
[SVN r84794]
|
2013-06-15 13:48:07 +00:00 |
|
John Maddock
|
9cfe4710d7
|
Add new macro BOOST_NO_CXX11_USER_DEFINED_LITERALS.
Regenerate tests and docs.
[SVN r84074]
|
2013-04-28 18:11:43 +00:00 |
|
Marshall Clow
|
513a54edea
|
removed tests for deprecated macro BOOST_NO_STD_UNORDERED from Boost.Config
[SVN r81596]
|
2012-11-27 20:51:48 +00:00 |
|
John Maddock
|
bdfa0e0600
|
Add initial support for __int128 to Config and TypeTraits
[SVN r81064]
|
2012-10-25 12:21:19 +00:00 |
|
Marshall Clow
|
c4b13231ba
|
Deprecated BOOST_NO_NUMERIC_LIMITS_LOWEST; use BOOST_NO_CXX11_NUMERIC_LIMITS instead
[SVN r79452]
|
2012-07-12 13:57:00 +00:00 |
|
Beman Dawes
|
043059d96b
|
Add BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes.
[SVN r79404]
|
2012-07-10 19:10:08 +00:00 |
|
Marshall Clow
|
20b319483f
|
Rename a bunch of C++11 configuration macros to include 'CXX11' in the name; preserve old macro names for compatibility, but mark them as deprecated. No functionality change intended
[SVN r79400]
|
2012-07-10 13:57:24 +00:00 |
|
John Maddock
|
95068b4510
|
Add four new config macros:
BOOST_NO_CXX11_ALLOCATOR
BOOST_NO_CXX11_ATOMIC_SMART_PTR
BOOST_NO_CXX11_HDR_FUNCTIONAL
BOOST_NO_CXX11_SMART_PTR
[SVN r78132]
|
2012-04-22 10:57:10 +00:00 |
|
Lorenzo Caminiti
|
85751c6911
|
Added BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS macro to Boost.Config, updated tests and docs.
(Plus I had to run dos2unix on auto generated config_info.cpp because of "inconsistent line ending" SVN error...)
[SVN r77457]
|
2012-03-21 17:32:36 +00:00 |
|
Marshall Clow
|
66d9f7dc00
|
Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce)
[SVN r77194]
|
2012-03-04 03:00:49 +00:00 |
|
Marshall Clow
|
139bd2213b
|
Deprecate BOOST_NO_INITIALIZER_LISTS; use BOOST_NO_0X_HDR_INITIALIZER_LIST instead
[SVN r77157]
|
2012-03-03 00:34:17 +00:00 |
|
Beman Dawes
|
8828d82d4d
|
char16_t and char32_t tests: removed dependencies on Unicode literals, add test for implementations that are typedefs and so not really conforming. Unicode literal test: now check for all three forms of Unicode literals - u8, u, and U.
[SVN r75694]
|
2011-11-27 16:19:55 +00:00 |
|
John Maddock
|
2b7da15387
|
Document BOOST_HAS_GETSYSTEMTIMEASFILETIME, add test case, and change test for BOOST_HAS_FTIME.
Refs #2881.
[SVN r73058]
|
2011-07-13 18:03:52 +00:00 |
|
Eric Niebler
|
1c37e1a994
|
add BOOST_NO_DECLTYPE_N3276 config macro
[SVN r72327]
|
2011-06-01 14:51:03 +00:00 |
|
John Maddock
|
37b4152dc5
|
Add new config macro: BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX.
Fixes #4867.
[SVN r71840]
|
2011-05-09 11:36:39 +00:00 |
|
John Maddock
|
c5a77c1521
|
Apply BOOST_NO_NOEXCEPT patch from Takaya Saito.
[SVN r71737]
|
2011-05-05 11:55:46 +00:00 |
|
John Maddock
|
03877f5805
|
Remove std::concept test macros since these are no longer part of the std.
Update GCC C++0x support.
Improve the tests for C++0x support.
Regenerate the docs.
Update generation program to Boost.Filesystem v3.
[SVN r70001]
|
2011-03-15 13:17:46 +00:00 |
|
John Maddock
|
0e321900b2
|
Add Vincete Botet's patches for new BOOST_NO_NUMERIC_LIMITS_LOWEST macro.
Disabled BOOST_HAS_NL_TYPES macro for cygwin - it lies about being XSI conforming :-(
[SVN r65594]
|
2010-09-26 09:30:38 +00:00 |
|
John Maddock
|
1a1ed6f02a
|
Apply patches for BOOST_NO_VARIADIC_MACROS supplied by Edward Diener.
[SVN r64858]
|
2010-08-17 10:19:29 +00:00 |
|
John Maddock
|
4d398922b4
|
Add new config macro for <typeindex>. Update config accordingly.
Fixes #4274.
[SVN r62425]
|
2010-06-04 12:37:44 +00:00 |
|
John Maddock
|
20a6d47804
|
Committed Neils Dekker's new macro tests.
[SVN r61153]
|
2010-04-09 12:17:57 +00:00 |
|
Beman Dawes
|
f05b7f57d5
|
config: define BOOST_NO_UNICODE_LITERALS for all gcc versions - their C++0x web page was wrong; there is no support yet. Also correct test code.
[SVN r56716]
|
2009-10-11 17:19:53 +00:00 |
|
Beman Dawes
|
17114cb4a3
|
Add BOOST_NO_SFINAE_EXPR and BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS (Mathias Gaunard)
[SVN r55361]
|
2009-08-02 14:00:59 +00:00 |
|
Beman Dawes
|
d46a6d5ec8
|
set up config for VC++ 2010 beta 1
[SVN r53155]
|
2009-05-21 15:16:39 +00:00 |
|
Beman Dawes
|
8c5aee782e
|
Add C++0x feature detection and header detection macros
[SVN r53031]
|
2009-05-15 17:08:26 +00:00 |
|
Beman Dawes
|
82f0426fa5
|
Add support for GCC 4.4.0's C++0x features
[SVN r52903]
|
2009-05-11 14:11:27 +00:00 |
|
Andrey Semashev
|
c5410e83d0
|
Added configuration macros BOOST_NO_AUTO_DECLARATIONS and BOOST_NO_AUTO_MULTIDECLARATIONS (take two). The C++0x features were disabled for MSVC 2010 as it is too far from release now. The macros are also defined for Borland and Codegear as these features are not announced in the release notes.
[SVN r51880]
|
2009-03-21 12:39:47 +00:00 |
|