John Maddock
12910d6cb6
Fix spelling mistake.
...
[SVN r83357]
2013-03-08 11:41:04 +00:00
John Maddock
fb518941cc
Apply patch from #8185 .
...
Fixes #8185 .
[SVN r83274]
2013-03-03 12:57:20 +00:00
John Maddock
afa86fb99d
Apply patch from 7938.
...
Refs #7938 .
[SVN r83137]
2013-02-24 16:53:49 +00:00
John Maddock
082f493831
Add comment on change.
...
Refs #8048 .
[SVN r83014]
2013-02-19 17:49:35 +00:00
John Maddock
28333566ee
Fix __Int128 support on CUDA.
...
Exclude BOOST_GCC from getting defined on CUDA.
Refs #8048 .
Refs #7841 .
[SVN r83012]
2013-02-19 17:11:36 +00:00
John Maddock
806733e22c
Apply patch from 7938.
...
Refs #7938 .
[SVN r83010]
2013-02-19 16:42:49 +00:00
John Maddock
16c1d684c0
Apply patch from 7452.
...
Refs #7452 .
[SVN r83009]
2013-02-19 16:33:14 +00:00
John Maddock
02602b9139
Add new macro BOOST_GCC as per #7841 .
...
Refs #7841 .
[SVN r83008]
2013-02-19 16:26:06 +00:00
John Maddock
f6a50c0ed9
Apply patch from 7898.
...
REfs #7898 .
[SVN r83006]
2013-02-19 16:12:27 +00:00
John Maddock
e1f956a762
Fix for __STDC_LIMIT_MACROS already defined.
...
Refs #7389 .
[SVN r82998]
2013-02-19 13:15:41 +00:00
John Maddock
97b4d85e75
Move Intel up the selection list so it's not mistaken for clang.
...
Refs #7359 .
[SVN r82997]
2013-02-19 13:13:12 +00:00
Marshall Clow
a9f844c192
Change version to 1.54.0
...
[SVN r82735]
2013-02-04 18:15:12 +00:00
K. Noel Belcourt
2b85686b48
Enable support for version 12.1.
...
[SVN r82710]
2013-02-04 05:19:41 +00:00
Beman Dawes
55fa3a8e88
Add BOOST_MSVC_ENABLE_2012_NOV_CTP macro to allow users to explicitly enable use of VC++ November 2012 Community Technology Preview. C++11 features supplied by this CTP are not enabled by default since they represent unsupported alpha-level code that should not be used for production work.
...
[SVN r82514]
2013-01-17 02:18:31 +00:00
Beman Dawes
50a562867e
Add BOOST_NOEXCEPT_OR_NOTHROW
...
[SVN r82331]
2013-01-03 14:55:24 +00:00
Marshall Clow
a0272a7c68
Minor text rearrangement; no functionality change
...
[SVN r82101]
2012-12-19 17:42:39 +00:00
Marshall Clow
689a8247e0
Updated the Docs for BOOST_HAS_RVALUE_REFS (thanks Peter!), minor tweaks to suffix.hpp
...
[SVN r81878]
2012-12-12 16:58:26 +00:00
Marshall Clow
13f7c64272
Update Dinkumware config with info for VC 2012; Refs #7695
...
[SVN r81613]
2012-11-28 15:56:45 +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
Marshall Clow
c75a778214
Bump version # to 1.53.0
...
[SVN r81204]
2012-11-05 16:56:00 +00:00
Michel Morin
d53238e902
Adding BOOST_SYMBOL_EXPORT and BOOST_SYMBOL_IMPORT; fixes #7559
...
[SVN r81068]
2012-10-26 16:23:45 +00:00
John Maddock
bdfa0e0600
Add initial support for __int128 to Config and TypeTraits
...
[SVN r81064]
2012-10-25 12:21:19 +00:00
Michel Morin
3fd02775bb
Adding BOOST_SYMBOL_VISIBLE macro; refs #7559
...
[SVN r81052]
2012-10-24 00:24:06 +00:00
Michel Morin
1e12433f93
Revert [80453]. N3276 decltype support on VC++11 is not complete.
...
[SVN r80690]
2012-09-24 13:42:27 +00:00
Eric Niebler
ec9c529210
gcc-4.4 doesn't correctly implement sfinae-for-expressions
...
[SVN r80674]
2012-09-23 18:16:38 +00:00
Michel Morin
30b8968ff8
VC++ 11 (aka 2012) has N3276 decltype support
...
[SVN r80453]
2012-09-08 16:28:34 +00:00
Marshall Clow
145a453580
Bump version number to 1.52
...
[SVN r80271]
2012-08-28 01:07:55 +00:00
Marshall Clow
38b6fbc1e7
Noted that VS2012 has TR1 unordered map and set; thanks to NuSkooler for testing
...
[SVN r80143]
2012-08-22 18:21:29 +00:00
Marshall Clow
ed2aaa3651
Added checking for deprecated macros in the inspect tool
...
[SVN r79723]
2012-07-24 17:27:03 +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
c77cda2ea4
Minor update for suffix.hpp; reordering some decls
...
[SVN r79401]
2012-07-10 14:04:42 +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
44e8ed4c2f
Apply patch from #6900 .
...
Fixes #6900 .
[SVN r79377]
2012-07-09 11:18:46 +00:00
John Maddock
dc5535edbd
Apply patch from #7056 .
...
Fixes #7056 .
[SVN r79375]
2012-07-09 11:11:53 +00:00
John Maddock
2058930b04
Apply patch from #6537 .
...
Fixes #6537 .
[SVN r79374]
2012-07-09 11:08:07 +00:00
Daniel James
d9a9dbbaae
Initialize 1.51
...
[SVN r79234]
2012-07-02 21:23:36 +00:00
K. Noel Belcourt
c84a7b363f
Re-enable pthread yield for PGI.
...
[SVN r78640]
2012-05-26 18:31:05 +00:00
Michel Morin
e8f9424ec5
Fix 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`.
[SVN r78510]
2012-05-19 12:20:31 +00:00
John Maddock
efbd9a2552
VC11 still doesn't support value initialization correctly.
...
[SVN r78468]
2012-05-14 11:46:38 +00:00
John Maddock
eb15b40323
Make C++11 smart ptrs a GCC-4.4 feature.
...
[SVN r78263]
2012-04-30 11:14:44 +00:00
John Maddock
8a0c28bb29
Fix some C++11 config options.
...
[SVN r78217]
2012-04-27 11:32:39 +00:00
John Maddock
ca0b295449
Fix up GCC-4.7.0 config options.
...
Change boost_no_cxx11_allocator.ipp to only test for allocator related features.
[SVN r78194]
2012-04-25 17:18:23 +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
Michel Morin
5e8f4347fd
Use a newly added querying macro for BOOST_NO_DECLTYPE_N3276 on clang.
...
[SVN r77934]
2012-04-12 13:10:47 +00:00
Michel Morin
9e23fbc66f
Clang now has a querying macro for BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS. Use this querying macro and remove version checks.
...
[SVN r77752]
2012-04-04 14:20:14 +00:00
Michel Morin
6074729601
Appease clang for BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS.
...
The use of a version check to determine the feature support is not recommended in clang. But we do the version check, since clang does not have a querying macro for this feature. This is an unfortunate workaround. We need to observe carefully the effect of the version check on vendor versions of clang (other than the LLVM project's clang).
[SVN r77649]
2012-03-30 17:47:34 +00:00
Michel Morin
33437e724e
Avoid redefinition of BOOST_NO_EXCEPTIONS; fixes #6740
...
[SVN r77643]
2012-03-30 12:51:49 +00:00
Vicente J. Botet Escriba
f52f0273a9
Config: Try to fix 6354: PGI: Compiler threading support is not turned on
...
[SVN r77487]
2012-03-22 21:31:50 +00:00
Lorenzo Caminiti
1d157f3544
Boost.Config does not define BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS for MSVC because MSVC supports local classes as template parameters.
...
[SVN r77486]
2012-03-22 21:08:25 +00:00