Douglas Gregor
2001e370c0
Preliminary C++0x support
...
[SVN r36149]
2006-11-22 15:58:39 +00:00
John Maddock
30e64613cd
Don't warn when testing newer compilers on gcc any more.
...
Fix MWCW 9.5 failures.
[SVN r28845]
2005-05-12 16:28:44 +00:00
John Maddock
d3f31de1d8
Need to define BOOST_NO_IS_ABSTRACT for gcc 2.x compilers as well.
...
[SVN r26538]
2004-12-17 10:59:14 +00:00
John Maddock
3423ec4c52
Added BOOST_NO_IS_ABSTRACT.
...
[SVN r26422]
2004-12-04 11:36:36 +00:00
John Maddock
e3b7e9034b
Updated version check to gcc3.4
...
[SVN r21495]
2004-01-05 12:05:07 +00:00
John Maddock
3c0eed1fed
Cleaned up regressions from last release caused by new macros being added.
...
[SVN r21270]
2003-12-15 12:30:32 +00:00
Jaakko Järvi
6f978a2982
changed BOOST_NO_SFINAE test
...
[SVN r21129]
2003-12-03 22:52:07 +00:00
Jaakko Järvi
1677adf462
Added BOOST_NO_SFINAE config macro, removed internal version from
...
the iterator library
[SVN r21125]
2003-12-03 19:26:15 +00:00
John Maddock
1e7c2699db
Added new licence info.
...
[SVN r20254]
2003-10-04 11:29:20 +00:00
John Maddock
4eb152aa0a
Re-enabled threading support for cygwin (while mingw32 defines _MT cygwin doesn't define anything when -mthreads is specified).
...
[SVN r19780]
2003-08-26 10:47:22 +00:00
John Maddock
d8741215a5
Added fix for gcc bug in 3.1 and 3.2 versions.
...
[SVN r19400]
2003-08-02 11:52:32 +00:00
John Maddock
dd0b9c84ca
Added support for BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
...
[SVN r18533]
2003-05-25 10:53:26 +00:00
Guillaume Melquiond
8994818a55
Add gcc 3.3 as the last known and checked version
...
[SVN r18445]
2003-05-19 12:11:22 +00:00
John Maddock
b22c9ced68
Added exception handling detection, disabled thread support for platforms where we can actually detect whether it is on or not.
...
[SVN r18234]
2003-04-11 10:47:00 +00:00
Dave Abrahams
39d0339f38
detect single-threaded builds for MinGW
...
[SVN r17094]
2003-01-30 18:13:55 +00:00
Beman Dawes
7c7da1d09a
Use __VERSION__ for msg to pick up all 3 levels
...
[SVN r16728]
2003-01-01 19:19:57 +00:00
Dave Abrahams
f0ab8c6d41
Daniel Frey's NRVO patches
...
[SVN r16084]
2002-11-04 01:59:32 +00:00
Jens Maurer
71bb9dcb7e
don't give an error or warning with gcc 3.2 (current gcc main branch)
...
[SVN r13983]
2002-05-20 10:53:04 +00:00
Darin Adler
577d925828
New smart pointer documentation. Related clean-up of the smart pointer
...
library. Changing includes to include the new individual smart pointer
headers. Replacing old smart pointer library with an include of the new
smart pointer headers. Simplify ifdefs that involve the member templates
macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet
set for platforms that have full member templates.
[SVN r12647]
2002-02-02 18:36:12 +00:00
Douglas Gregor
78793dd2ba
update version comment
...
[SVN r12477]
2002-01-24 13:33:11 +00:00
Douglas Gregor
810fea3ae9
gcc.hpp:
...
- Bump GCC version accepted to 3.1
[SVN r12476]
2002-01-24 13:31:39 +00:00
Beman Dawes
2a53a7458e
backout #define BOOST_NO_STRINGSTREAM - later versions of 2.9x supply it
...
[SVN r12033]
2001-12-13 16:24:31 +00:00
Beman Dawes
cf0493ff14
add BOOST_NO_STRINGSTREAM
...
[SVN r12018]
2001-12-12 02:14:12 +00:00
Jens Maurer
91548127fd
yes, gcc has "long long"
...
[SVN r11480]
2001-10-30 22:34:48 +00:00
John Maddock
b70903dca0
Added BOOST_HAS_LONG_LONG config option.
...
[SVN r11392]
2001-10-16 11:40:19 +00:00
Darin Adler
1e97d99608
BSD gcc compilers do have an intrinsic wchar_t. The problem is that they
...
don't have wchar_t.h and wctype.h. We were confused because of a minor
problem in the configuration tests.
[SVN r11207]
2001-09-22 15:45:54 +00:00
John Maddock
88e49f6808
Extended and added thread support macros
...
[SVN r11197]
2001-09-22 11:50:15 +00:00
John Maddock
38009aaf3b
commit of split-config, including any changes required to existing libraries (mainly regex).
...
[SVN r11138]
2001-09-18 11:13:39 +00:00