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 |
|
Beman Dawes
|
153f0c9fb3
|
Update Microsoft compiler and Dinkumware library support up for the 2013 RC release. Remove support for the November 2012 CTP. Anyone using that release or the June 2013 Preview release for Boost development should upgrade to the 2013 RC release. See http://msdn.microsoft.com/en-us/library/vstudio/hh409293%28v=vs.120%29.aspx for details.
[SVN r85722]
|
2013-09-17 12:24:36 +00:00 |
|
John Maddock
|
f6a50c0ed9
|
Apply patch from 7898.
REfs #7898.
[SVN r83006]
|
2013-02-19 16:12:27 +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
|
c4b13231ba
|
Deprecated BOOST_NO_NUMERIC_LIMITS_LOWEST; use BOOST_NO_CXX11_NUMERIC_LIMITS instead
[SVN r79452]
|
2012-07-12 13:57:00 +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 |
|
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 |
|
John Maddock
|
e8ee9a7843
|
Fix how _HAS_TR1_IMPORTS is tested.
Fixes #6023.
[SVN r76134]
|
2011-12-24 16:35:34 +00:00 |
|
John Maddock
|
c68266c486
|
Apply fix for Dinkumware on GHS. Refs #5571.
[SVN r72214]
|
2011-05-27 16:00:44 +00:00 |
|
John Maddock
|
4c07c44225
|
Revert unnecessary changes.
[SVN r71036]
|
2011-04-06 17:21:44 +00:00 |
|
John Maddock
|
56d410f014
|
Make Boost.Config C language compatible.
[SVN r70953]
|
2011-04-03 17:55:30 +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
|
7ebb1ca9b5
|
Tidy up VC10 config and enable new VC10 feature (numeric_limits::lowest()).
[SVN r66455]
|
2010-11-08 17:01:44 +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
|
4d398922b4
|
Add new config macro for <typeindex>. Update config accordingly.
Fixes #4274.
[SVN r62425]
|
2010-06-04 12:37:44 +00:00 |
|
John Maddock
|
a134372b3e
|
Enhance test case for <tuple>.
Update VC10's configuration with more C++0x features enabled.
[SVN r62085]
|
2010-05-18 16:27:11 +00:00 |
|
John Maddock
|
668b3fccae
|
Fixes #4115: sometimes VC++ doesn't put typeinfo in namespace std.
[SVN r61434]
|
2010-04-20 17:48:16 +00:00 |
|
John Maddock
|
e40b9c07c0
|
Fixes #3181.
[SVN r55431]
|
2009-08-06 09:22:02 +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 |
|
John Maddock
|
167b63bd33
|
Added BOOST_NO_STD_UNORDERED config macro.
[SVN r50362]
|
2008-12-22 09:45:31 +00:00 |
|
John Maddock
|
f021974577
|
Fixed up config to include <utility> via a wrapper that turns off TR1 inclusion in case the Boost.TR1 lib is in the compilers search path.
Likewise for <complex> in the Math/TR1 components.
[SVN r31387]
|
2005-10-19 16:38:40 +00:00 |
|
John Maddock
|
ea654649f1
|
Revert to using <utility> for std lib detection for now, TR1 will have to do something different.
[SVN r31341]
|
2005-10-16 11:43:26 +00:00 |
|
John Maddock
|
58d699efb3
|
Added changes required for the TR1 library submission:
A couple of new macros, and change <utility> to <iosfwd>
[SVN r31317]
|
2005-10-14 14:16:26 +00:00 |
|
John Maddock
|
97285e8f89
|
Intel 8 is OK with std::locale code.
[SVN r22543]
|
2004-03-22 12:58:55 +00:00 |
|
John Maddock
|
acfe67a2ed
|
Restricted old feature set to "real" VC6 only.
[SVN r22517]
|
2004-03-18 11:32:08 +00:00 |
|
John Maddock
|
28f50c3295
|
std lib extension namespace is stdext on vc7.1
[SVN r22148]
|
2004-02-03 12:41:45 +00:00 |
|
John Maddock
|
cec4768110
|
First cut at supporting Borland's new compiler front end with dinkumware lib.
[SVN r20957]
|
2003-11-26 12:25:35 +00:00 |
|
John Maddock
|
1e7c2699db
|
Added new licence info.
[SVN r20254]
|
2003-10-04 11:29:20 +00:00 |
|
Guillaume Melquiond
|
2ccdf98ed8
|
Replace ICL by ICC for the detection of std:: C namespace; and hope for a better solution to be found
[SVN r18398]
|
2003-05-14 21:26:43 +00:00 |
|
John Maddock
|
8fd25536d0
|
Corrected Intel version check
[SVN r18397]
|
2003-05-14 10:42:20 +00:00 |
|
John Maddock
|
76a1e0208a
|
Fixes for Intel C++ 7 on Linux
[SVN r18388]
|
2003-05-13 11:56:18 +00:00 |
|
John Maddock
|
33303778a0
|
Enabled BOOST_HAS_PARTIAL_STD_ALLOCATOR for vc7
[SVN r18376]
|
2003-05-10 11:35:40 +00:00 |
|
John Maddock
|
043ada7c08
|
Fixed cygwin config to cope with new stricter POSIX feature detection
Modified dinkumware config to not set BOOST_NO_STD_ALLOCATOR when the compiler is not MSVC.
[SVN r16744]
|
2003-01-04 12:53:08 +00:00 |
|
John Maddock
|
49ab0b66d5
|
Added BOOST_DINKUMWARE_STDLIB macro
[SVN r16172]
|
2002-11-09 11:54:05 +00:00 |
|
John Maddock
|
9ec9927674
|
Merged changes from the RC_1_29_0 branch.
[SVN r15959]
|
2002-10-21 11:03:05 +00:00 |
|
John Maddock
|
d3cc222fe9
|
VC7 has no numeric_limits<__int64> specialisation
[SVN r15209]
|
2002-09-08 11:31:56 +00:00 |
|
John Maddock
|
4000c1eeed
|
Fixed Intel C++ fix (had previously mis-spelled __ICL)
[SVN r15194]
|
2002-09-07 10:45:47 +00:00 |
|
John Maddock
|
398a9b79f0
|
Tentative changes for Visual C++ .NET 2003 (Beta)
[SVN r15174]
|
2002-09-06 10:16:56 +00:00 |
|
John Maddock
|
cb0286c416
|
Added BOOST_NO_STD_LOCALE for intel C++ on Dinkumware.
Removed BOOST_HAS_STDINT_H for Borland on non-Win32 platforms
[SVN r15125]
|
2002-09-01 10:45:12 +00:00 |
|
John Maddock
|
3dfd72e3bc
|
Added new config macros:
BOOST_HAS_PARTIAL_STD_ALLOCATOR
BOOST_NO_EXCEPTION_STD_NAMESPACE
[SVN r14809]
|
2002-08-13 11:52:06 +00:00 |
|
John Maddock
|
51aac5ee14
|
Tidied up #if
[SVN r14651]
|
2002-07-31 11:23:01 +00:00 |
|
John Maddock
|
392bbe5700
|
Updated dinkumware config: should work for Intel C++ now.
[SVN r14626]
|
2002-07-27 11:43:45 +00:00 |
|
John Maddock
|
5406c65596
|
Moved definition of NOMINMAX to win32.hpp
[SVN r14546]
|
2002-07-20 12:06:05 +00:00 |
|
John Maddock
|
113cded49d
|
Added new libcomo.hpp config header.
Added new config macros:
BOOST_NO_STD_WSTREAMBUF
BOOST_NO_LONG_LONG_NUMERIC_LIMITS
BOOST_NO_MS_INT64_NUMERIC_LIMITS
[SVN r14512]
|
2002-07-18 11:06:42 +00:00 |
|
Dave Abrahams
|
9689b13885
|
Fixes for use with older dinkum libraries
[SVN r13189]
|
2002-03-14 05:08:55 +00:00 |
|
John Maddock
|
8d9d0c50da
|
Defined BOOST_NO_STDC_NAMESPACE for VC6 (or compatible) compiler with updated Dinkumware lib.
[SVN r12873]
|
2002-02-21 11:34:11 +00:00 |
|
Jens Maurer
|
c92e19f098
|
revert patch "Dinkumware 3.10 has <slist>"
[SVN r11260]
|
2001-09-25 19:31:32 +00:00 |
|
Peter Dimov
|
279accb168
|
Added test for _HAS_MEMBER_TEMPLATES_REBIND
[SVN r11255]
|
2001-09-25 19:04:56 +00:00 |
|