ecdb77c48aDon't test inequality of NaN's unless IEE compliance is claimed.
John Maddock
2012-07-13 16:13:26 +0000
318629fbaeUpdate to BOOST_NO_CXX11_NUMERIC_LIMITS in macro reference
Paul A. Bristow
2012-07-12 16:03:51 +0000
c4b13231baDeprecated BOOST_NO_NUMERIC_LIMITS_LOWEST; use BOOST_NO_CXX11_NUMERIC_LIMITS instead
Marshall Clow
2012-07-12 13:57:00 +0000
043059d96bAdd BOOST_NO_CXX11_RANGE_BASED_FOR macro. Fix a bunch of .ipp files with incomplete _cxx11 name changes.
Beman Dawes
2012-07-10 19:10:08 +0000
c77cda2ea4Minor update for suffix.hpp; reordering some decls
Marshall Clow
2012-07-10 14:04:42 +0000
20b319483fRename 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
Marshall Clow
2012-07-10 13:57:24 +0000
44e8ed4c2fApply patch from #6900. Fixes#6900.
John Maddock
2012-07-09 11:18:46 +0000
dc5535edbdApply patch from #7056. Fixes#7056.
John Maddock
2012-07-09 11:11:53 +0000
2058930b04Apply patch from #6537. Fixes#6537.
John Maddock
2012-07-09 11:08:07 +0000
38fbec8fc6Merge 1.51 initialisation to release.
Daniel James
2012-07-02 21:35:04 +0000
d9a9dbbaaeInitialize 1.51
Daniel James
2012-07-02 21:23:36 +0000
816c3e22ecMerge patches from Trunk.
John Maddock
2012-05-27 17:48:27 +0000
e0d8861745Revert changes inadvertently made in last commit
Marshall Clow
2012-05-27 15:27:25 +0000
9b4dd29693Cleaned up things that the inspect tool found in Boost.Algorithm. No functionality change
Marshall Clow
2012-05-27 15:24:09 +0000
c84a7b363fRe-enable pthread yield for PGI.
K. Noel Belcourt
2012-05-26 18:31:05 +0000
e8f9424ec5Fix clang's config: * typeid is useless when -fno-rtti is turned on. * Protect BOOST_NO_RTTI and BOOST_NO_TYPEID from redefinition, as done for BOOST_NO_EXCEPTIONS.
Michel Morin
2012-05-19 12:20:31 +0000
9d2a5f4d44Merged changes from Trunk: mostly the addition of new macros.
John Maddock
2012-05-15 11:57:21 +0000
efbd9a2552VC11 still doesn't support value initialization correctly.
John Maddock
2012-05-14 11:46:38 +0000
eb15b40323Make C++11 smart ptrs a GCC-4.4 feature.
John Maddock
2012-04-30 11:14:44 +0000
8a0c28bb29Fix some C++11 config options.
John Maddock
2012-04-27 11:32:39 +0000
ca0b295449Fix up GCC-4.7.0 config options. Change boost_no_cxx11_allocator.ipp to only test for allocator related features.
John Maddock
2012-04-25 17:18:23 +0000
95068b4510Add four new config macros: BOOST_NO_CXX11_ALLOCATOR BOOST_NO_CXX11_ATOMIC_SMART_PTR BOOST_NO_CXX11_HDR_FUNCTIONAL BOOST_NO_CXX11_SMART_PTR
John Maddock
2012-04-22 10:57:10 +0000
5e8f4347fdUse a newly added querying macro for BOOST_NO_DECLTYPE_N3276 on clang.
Michel Morin
2012-04-12 13:10:47 +0000
9e23fbc66fClang now has a querying macro for BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS. Use this querying macro and remove version checks.
Michel Morin
2012-04-04 14:20:14 +0000
6074729601Appease clang for BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS.
Michel Morin
2012-03-30 17:47:34 +0000
33437e724eAvoid redefinition of BOOST_NO_EXCEPTIONS; fixes#6740
Michel Morin
2012-03-30 12:51:49 +0000
f52f0273a9Config: Try to fix 6354: PGI: Compiler threading support is not turned on
Vicente J. Botet Escriba
2012-03-22 21:31:50 +0000
1d157f3544Boost.Config does not define BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS for MSVC because MSVC supports local classes as template parameters.
Lorenzo Caminiti
2012-03-22 21:08:25 +0000
d0ae31f7f9Split Utility/IdentityType and Functional/OverloadedFunction tests into smaller tests. Updated docs for ScopeExit, LocalFunction, Utility/IdentityType, and Functional/OverloadedFunction.
Lorenzo Caminiti
2012-03-22 20:54:20 +0000
85751c6911Added 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...)
Lorenzo Caminiti
2012-03-21 17:32:36 +0000
157c39e544Merge 1.50 initialization to release.
Daniel James
2012-03-18 16:17:54 +0000
d2514efecaInitialize 1.50
Daniel James
2012-03-18 15:52:58 +0000
cb74c3b9e9Minor documentation fix
Michel Morin
2012-03-12 00:31:50 +0000
4dfddca1e5Fix typos in docs
Michel Morin
2012-03-10 18:06:04 +0000
8036af59abRemove unused table header element in docs
Michel Morin
2012-03-10 06:04:51 +0000
0ccfe4244eDeprecated BOOST_NO_STD_UNORDERED; use BOOST_NO_CXX11_HDR_UNORDERED_SET instead
Marshall Clow
2012-03-08 18:52:35 +0000
662b7ff800Updated the Quickbook to show macro changes; regenerated the HTML docs
Marshall Clow
2012-03-08 15:42:11 +0000
9150db8f0fApply Michel Morin's decltype patch.
John Maddock
2012-03-07 09:28:11 +0000
c402b154c9Add missing include. Fixes#6658.
John Maddock
2012-03-07 09:22:45 +0000
12fcc9cde1Fix typo in namespace; thanks to Michel Morin for the catch
Marshall Clow
2012-03-07 04:52:57 +0000
900126573fRename all the no_0x tests to no_cxx11 to match the options that they are testing. No functionality change intended
Marshall Clow
2012-03-04 03:10:54 +0000
66d9f7dc00Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce)
Marshall Clow
2012-03-04 03:00:49 +0000
139bd2213bDeprecate BOOST_NO_INITIALIZER_LISTS; use BOOST_NO_0X_HDR_INITIALIZER_LIST instead
Marshall Clow
2012-03-03 00:34:17 +0000
8e51b05e1fSet BOOST_HAS_LONG_LONG for Clang in case it doesn't get auto-detected later. Fixes#6636.
John Maddock
2012-03-01 11:34:44 +0000
5f9b522edeApply version check patch. Fixes#6429.
John Maddock
2012-01-29 12:56:58 +0000
e1657372ebFix for thread detection with gcc-4.7 (beta) on Win32.
John Maddock
2012-01-28 18:38:49 +0000
8009780247Fix _MSC_VER version checks are current form doesn't work for MIPS cross compiler. Fixes#6429.
John Maddock
2012-01-20 18:18:04 +0000
98bba8b5f2Enable thread support unconditionally on Win32 - it's not clear that this is the right thing to do, but it does seem to be needed for gcc-4.7 on Mingw and Cygwin. Fixes#6165.
John Maddock
2012-01-20 17:36:27 +0000
5b96a1a80eFix PGI threading.
K. Noel Belcourt
2012-01-14 23:31:06 +0000
a5086b75d7Fixes for PGI threading and ublas.
K. Noel Belcourt
2012-01-13 20:47:36 +0000
b7ff4bb2aaVarious sundry PGI fixes to get Boost.config working.
K. Noel Belcourt
2012-01-13 19:16:02 +0000
6f18ead6dbMerge config changes from Trunk.
John Maddock
2012-01-07 17:29:04 +0000
4c382635a1Fix Intel-12.1 failures on Win32.
John Maddock
2012-01-05 10:10:24 +0000
5d04c0e793Remove bogus comment, __PGIC__ is defined in recent PGI compilers.
K. Noel Belcourt
2012-01-04 23:43:32 +0000
7be7a49cefFix typo in pgi compiler version.
K. Noel Belcourt
2012-01-04 23:42:11 +0000
e8ee9a7843Fix how _HAS_TR1_IMPORTS is tested. Fixes#6023.
John Maddock
2011-12-24 16:35:34 +0000
06520772aeFix threading detection in GCC-4.7 experimental. Fixes#6165.
John Maddock
2011-12-24 16:19:41 +0000
3b7ff73e9dMerge config changes from Trunk.
John Maddock
2011-12-23 17:17:31 +0000
8828d82d4dchar16_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.
Beman Dawes
2011-11-27 16:19:55 +0000
7f68d14175Update intel.hpp for 12.1.
Beman Dawes
2011-11-27 16:14:47 +0000
7bd78dda03Merge 1.49 initialisation.
Daniel James
2011-11-26 18:53:17 +0000
b1b219f0c1Start 1.49
Daniel James
2011-11-26 18:51:10 +0000
2301e858aaApply Michel Morin's Clang patch.
John Maddock
2011-11-01 18:17:54 +0000
5ae1de8cecApply BOOST_FORCE_INLINE patch. Regenerate docs.
John Maddock
2011-10-11 17:24:22 +0000
2c19eb21d6Add BOOST_NOEXCEPT and allies. Apply to Boost.Timer. Correct several Boost.timer boo boos detected while testing BOOST_NOEXCEPT.
Beman Dawes
2011-10-10 14:48:39 +0000
e7dd982de7Merge Boost.Config changes from Trunk - numerous small bug fixes plus a new Cray C++ config. Fixes#5607. Fixes#5941. Fixes#5878.
John Maddock
2011-10-10 11:50:55 +0000
17dcf6492bApply preliminary VC11 support. Fixes#5923.
John Maddock
2011-10-10 11:28:36 +0000
306a33a922Fix Boost.Config for Intel-12.1.
John Maddock
2011-10-02 08:33:11 +0000
40cd11baa9Tentative fox for C++0x detection in Intel 12.1 and later. Refs #5941. Refs #5878.
John Maddock
2011-09-26 11:11:54 +0000
1dabccc96aAdd tentative Cray compiler support.
John Maddock
2011-09-15 17:10:58 +0000
ad7edb7b3aFix typo in message. Fixes#5770.
John Maddock
2011-08-20 16:08:10 +0000
ffece3e93cAdd Cray compiler options.
John Maddock
2011-07-24 16:09:20 +0000
18be7dcf00merge [72327] from trunk
Eric Niebler
2011-07-16 20:12:46 +0000
2b7da15387Document BOOST_HAS_GETSYSTEMTIMEASFILETIME, add test case, and change test for BOOST_HAS_FTIME. Refs #2881.
John Maddock
2011-07-13 18:03:52 +0000
a9a6cecaa3Update for 1.48.0
Beman Dawes
2011-07-12 13:35:42 +0000
d7e03fe7a0RValue references don't really work correctly with Intel's compiler - disable support for them for now as enabling it breaks the Filesystem and Exception libraries. Fixes#5671. See Intel support issue #636018.
John Maddock
2011-07-07 10:37:15 +0000
72e2d4c24fMerge missing changes from Trunk. Authorized by Daniel James.
John Maddock
2011-06-29 18:00:59 +0000
1c37e1a994add BOOST_NO_DECLTYPE_N3276 config macro
Eric Niebler
2011-06-01 14:51:03 +0000
a4c133c6ceMerge config typo fix. Fixes#5581.
Daniel James
2011-05-30 15:01:59 +0000
c897810096Fix typo in config documentation. Fixes#5581
Daniel James
2011-05-30 14:40:05 +0000
8dd107358bMerge changes from Trunk. Adds new macros BOOST_NO_NOEXCEPT and BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX. Fixes#4867. Fixes#5571.
John Maddock
2011-05-27 16:56:00 +0000
c68266c486Apply fix for Dinkumware on GHS. Refs #5571.
John Maddock
2011-05-27 16:00:44 +0000
07e1c7cda5Add needed missing files.
John Maddock
2011-05-19 09:32:31 +0000
37b4152dc5Add new config macro: BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX. Fixes#4867.
John Maddock
2011-05-09 11:36:39 +0000
c5a77c1521Apply BOOST_NO_NOEXCEPT patch from Takaya Saito.
John Maddock
2011-05-05 11:55:46 +0000
20a331cd0eMerge fixes to release; Fixes#1988
Marshall Clow
2011-05-02 20:56:53 +0000
2dfa0e4dd2Update gcc-4.6.0 config and tests to match.
John Maddock
2011-03-30 18:24:18 +0000
7448397653Change test to include fenv.h directly, otherwise Boost.Config test depends upon Boost.Config which is not a good idea.
John Maddock
2011-03-26 11:56:55 +0000
98d2f9fc1dRelease: Merge fixed BOOST_LIB_VERSION from trunk.
Daniel James
2011-03-26 10:43:03 +0000
7f7fe4095dRelease: Fix BOOST_LIB_VERSION.
Daniel James
2011-03-26 10:22:08 +0000