Glen Fernandes
|
c6817bf70e
|
Implement BOOST_OVERRIDE
|
2020-04-09 16:22:41 -04:00 |
|
Edward Diener
|
4fdd8bf833
|
Changed from boost_no_union_static_data to boost_no_cxx11_unrestricted_union, in both files and macro name. Implemented extended functionality for user-defined classes with non-trivial special member functions in test.
|
2019-12-11 21:58:12 -05:00 |
|
Edward Diener
|
4031128717
|
Added defect macro BOOST_NO_CXX11_UNION_STATIC_DATA for compilers which do not support unions with static data.
|
2019-12-11 00:33:25 -05:00 |
|
Zach Laine
|
15d78e548f
|
Add BOOST_NO_CXX17_IF_CONSTEXPR.
|
2018-03-06 17:44:52 -06:00 |
|
Glen Fernandes
|
a6ccb8f910
|
Add BOOST_NO_CXX17_FOLD_EXPRESSIONS detection
|
2017-05-29 10:29:17 -04:00 |
|
Glen Fernandes
|
1995778211
|
Add BOOST_NO_CXX17_INLINE_VARIABLES detection
|
2017-05-29 10:01:36 -04:00 |
|
Glen Fernandes
|
fe06370972
|
Add BOOST_NO_CXX17_STRUCTURED_BINDINGS detection
|
2017-05-29 09:57:18 -04:00 |
|
Glen Fernandes
|
6e93ac5d72
|
Add BOOST_NO_CXX11_SFINAE_EXPR
|
2017-02-04 09:20:36 -05:00 |
|
jzmaddock
|
4fc32ad70a
|
Add support for C++11 thread_local.
|
2016-07-02 09:09:19 +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
|
5e78d55d0e
|
Fix spelling of one C++14 macro, improve C++14 auto-detection.
|
2014-10-12 11:46:15 +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
|
2d297754ad
|
Set BOOST_NO_CXX11_FINAL for all obsolete compilers, or for those we can't test locally.
Improve tests for BOOST_NO_CXX11_FINAL.
|
2014-08-19 18:34:09 +01:00 |
|
jzmaddock
|
658e372ef6
|
Add BOOST_NO_CXX11_REF_QUALIFIERS to more (mostly obsolete) compilers.
|
2014-05-28 18:45:07 +01: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 |
|
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 |
|
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 |
|
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
|
55cdba0324
|
Remove double define of BOOST_NO_VARIADIC_MACROS
[SVN r64860]
|
2010-08-17 14:07:45 +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
|
f3cefbd8a3
|
Disable all C++0x features in GCC-XML for now.
Fixes #4324.
[SVN r62666]
|
2010-06-09 15:45:50 +00:00 |
|
John Maddock
|
2e5048e150
|
Updated to use the right macros.
[SVN r32398]
|
2006-01-24 17:24:24 +00:00 |
|
John Maddock
|
a43a9b0b34
|
Added gcc-xml support
[SVN r32266]
|
2006-01-09 10:35:40 +00:00 |
|