John Maddock
|
e41f88e71d
|
Fixed broken test cases, and added two new ones that were previously missing from cvs
[SVN r21509]
|
2004-01-06 13:24:31 +00:00 |
|
Beman Dawes
|
03abb9c07a
|
Ed Swartz of Metrowerks says __MWERKS__ will be 0x3202 for 9.2
[SVN r21505]
|
2004-01-06 01:03:43 +00:00 |
|
John Maddock
|
e3b7e9034b
|
Updated version check to gcc3.4
[SVN r21495]
|
2004-01-05 12:05:07 +00:00 |
|
Dave Abrahams
|
ca04d5e1eb
|
Suppress warnings in gcc-3.4
[SVN r21492]
|
2004-01-05 11:35:13 +00:00 |
|
John Maddock
|
570538a303
|
Added missing <algorithm> include - fixes some problems when mixing boost with windows headers.
[SVN r21426]
|
2003-12-30 12:10:03 +00:00 |
|
John Maddock
|
95117e938e
|
Set BOOST_NO_SWPRINTF unconditionally for _WIN32
[SVN r21388]
|
2003-12-24 12:00:09 +00:00 |
|
John Maddock
|
5b4e6a4068
|
Added some missing defines.
[SVN r21362]
|
2003-12-21 16:18:01 +00:00 |
|
John Maddock
|
c42978702d
|
Added tests for new requires_threads.hpp header
[SVN r21350]
|
2003-12-20 11:55:42 +00:00 |
|
John Maddock
|
94a7800ff4
|
Added new header for checking multi-threading requirements.
[SVN r21349]
|
2003-12-20 11:54:47 +00:00 |
|
Beman Dawes
|
5dbc5f3826
|
9.2 still needs BOOST_NO_MEMBER_TEMPLATE_FRIENDS
[SVN r21337]
|
2003-12-19 12:54:26 +00:00 |
|
John Maddock
|
a361db89ec
|
Improved error message for unknown compilers
[SVN r21336]
|
2003-12-19 12:16:58 +00:00 |
|
Beman Dawes
|
8dcb1c2f4e
|
Update version numbers
[SVN r21329]
|
2003-12-18 21:33:10 +00:00 |
|
John Maddock
|
d01d0f9ab0
|
Apparently BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS needs to be defined for vc7
[SVN r21301]
|
2003-12-17 12:14:15 +00:00 |
|
John Maddock
|
89f71e245f
|
Fixed iostream usage (gcc 3.4 regressions)
[SVN r21271]
|
2003-12-15 12:31:05 +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 |
|
John Maddock
|
039a8e3b92
|
Re ran generate program (last run messed things up). Config_test.cpp should be OK now.
[SVN r21244]
|
2003-12-13 12:31:48 +00:00 |
|
Aleksey Gurtovoy
|
0bdf1a13e2
|
DigitalMars fixes
[SVN r21242]
|
2003-12-13 10:06:06 +00:00 |
|
John Maddock
|
fd367acdcb
|
Added new macro BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
[SVN r21222]
|
2003-12-11 12:00:30 +00:00 |
|
Douglas Gregor
|
a941a117ce
|
Metrowerks CodeWarrior 8.3 doesn't seem to support SFINAE
[SVN r21141]
|
2003-12-04 22:06:56 +00:00 |
|
Jaakko Järvi
|
6f978a2982
|
changed BOOST_NO_SFINAE test
[SVN r21129]
|
2003-12-03 22:52:07 +00:00 |
|
Jaakko Järvi
|
8c1f422a49
|
refined BOOST_NO_SFINAE conditions based on Doug Gregor's comments
[SVN r21127]
|
2003-12-03 21:04:44 +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
|
818670ad28
|
Allow testing of both __int64 and long long at the same time.
[SVN r21039]
|
2003-12-01 12:00:26 +00:00 |
|
John Maddock
|
363b340c2c
|
Use of template keyword was illegal, so removed it.
[SVN r21038]
|
2003-12-01 11:54:57 +00:00 |
|
John Maddock
|
17b33eda15
|
restrict abi testing to "real" msvc.
[SVN r21037]
|
2003-12-01 11:54:17 +00:00 |
|
John Maddock
|
7ac6bf4b96
|
Another patch for the new 6.0 compiler.
[SVN r21034]
|
2003-12-01 11:49:23 +00:00 |
|
John Maddock
|
a430c5c28e
|
More or less final fixup for Borland preview compiler - the config tests now all pass for this compiler, except for an internal compiler error in config_test.cpp, which does not occur if the individual tests are compiled separately rather than "on mass".
[SVN r20975]
|
2003-11-27 12:27:11 +00:00 |
|
Beman Dawes
|
2f95ee89df
|
fix broken link
[SVN r20964]
|
2003-11-26 18:11: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
|
579da92456
|
Fixed up header so that non-msvc compilers that non-the-less define _MSC_VER don't get picked up.
[SVN r20954]
|
2003-11-26 12:00:04 +00:00 |
|
John Maddock
|
c3857a106c
|
Fixes for VC6+stlport
[SVN r20950]
|
2003-11-26 11:42:15 +00:00 |
|
Beman Dawes
|
982f209ccd
|
initial commit
[SVN r20946]
|
2003-11-25 18:28:08 +00:00 |
|
John Maddock
|
7ab5f3e52b
|
Fixed support for STLPort-4.6 on MSVC 6 (std::allocator rebinding doesn't work).
[SVN r20808]
|
2003-11-14 12:37:35 +00:00 |
|
John Maddock
|
eab6d69c48
|
Added C compatibility for regex lib (honestly).
[SVN r20773]
|
2003-11-10 11:23:57 +00:00 |
|
John Maddock
|
db7f463805
|
Removed the bcb5 name from the toolset names - that's not an official toolset.
[SVN r20763]
|
2003-11-08 13:01:13 +00:00 |
|
John Maddock
|
13271be003
|
Updated docs to match changes to auto-linking code.
Updated auto-link tests to match the new Boost.Install naming scheme.
[SVN r20603]
|
2003-11-02 11:45:25 +00:00 |
|
John Maddock
|
f4d59657b9
|
Added new macro BOOST_LIB_VERSION to version.hpp so that auto-linking code knows what version suffix to append to library file names.
Updated auto-linking headers to match new Boost.Install code.
[SVN r20602]
|
2003-11-02 11:43:56 +00:00 |
|
John Maddock
|
a2c5a2a065
|
Gcc 3 does have a std C namespace
[SVN r20543]
|
2003-10-29 12:01:47 +00:00 |
|
John Maddock
|
5959d6bce2
|
Updated copyright declarations to use new single boost license.
[SVN r20372]
|
2003-10-14 10:33:24 +00:00 |
|
John Maddock
|
1e7c2699db
|
Added new licence info.
[SVN r20254]
|
2003-10-04 11:29:20 +00:00 |
|
John Maddock
|
6d6f37633d
|
Undone previous fix (the whole idea of this file is to test whether stdint.h is available, not to "fake" it's presence. Added explicit check for those platforms that have intypes.h rather than stdint.h.
[SVN r20197]
|
2003-09-27 10:43:36 +00:00 |
|
Toon Knapen
|
990526ae7b
|
include portable cstdint (boost/cstdint.hpp) instead of stdint.h directly (Andrew Godbout)
[SVN r20193]
|
2003-09-26 12:35:59 +00:00 |
|
Vladimir Prus
|
2e7affb55f
|
Kill a warning.
[SVN r20182]
|
2003-09-25 11:55:19 +00:00 |
|
Dave Abrahams
|
753534ef37
|
Use the import rule
[SVN r19968]
|
2003-09-08 17:38:49 +00:00 |
|
John Maddock
|
d95b647a46
|
Updated __sgi version check for BOOST_NO_STD_MESSAGES
[SVN r19941]
|
2003-09-07 10:39:13 +00:00 |
|
John Maddock
|
1ea7f28709
|
Apparently __int64 can be used even in strict mode (/Za).
[SVN r19879]
|
2003-08-30 10:14:12 +00:00 |
|
John Maddock
|
4dd8845166
|
Added needed newline at file end
[SVN r19829]
|
2003-08-28 12:04:57 +00:00 |
|
John Maddock
|
c0f29f3dca
|
Added BOOST_HAS_DECLSPEC define
[SVN r19828]
|
2003-08-28 12:04:26 +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
|
80b14ea8a8
|
Added minimal Docs for new macros and headers (abi fixing/link library selection/BOOST_HAS_DECLS|PEC), more to come on this...
Added test cases for new macros and headers.
[SVN r19655]
|
2003-08-17 12:03:01 +00:00 |
|