John Maddock
3a1e8da8de
VC8 EVC++ is known to be OK.
...
[SVN r32313]
2006-01-13 10:48:08 +00:00
John Maddock
eab37805f5
Fix EVC++ typos.
...
[SVN r32071]
2005-12-16 14:08:34 +00:00
John Maddock
1f5c0aeb3a
std::sprintf may have a conforming signature, but it doesn't actually work on VC7.1, disable it.
...
[SVN r31996]
2005-12-12 13:38:32 +00:00
John Maddock
67fe04926d
Fix comment
...
[SVN r30896]
2005-09-10 10:17:21 +00:00
John Maddock
f79f2f8d3c
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
...
[SVN r30670]
2005-08-25 16:27:28 +00:00
John Maddock
3423ec4c52
Added BOOST_NO_IS_ABSTRACT.
...
[SVN r26422]
2004-12-04 11:36:36 +00:00
Robert Ramey
bda66dc08c
account for vc 8.0
...
[SVN r24442]
2004-08-12 16:18:43 +00:00
Robert Ramey
85dda2ca36
set BOOST_NO_MEMBER_TEMPLATE_FRIENDS for vc 8.0
...
[SVN r24423]
2004-08-12 01:24:36 +00:00
Michael Glassford
efe60bb2d1
Changes for WinCE.
...
[SVN r23426]
2004-07-10 12:31:09 +00:00
John Maddock
3d62b1768f
Updated digital mars to version 0x840.
...
Added BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS
[SVN r23144]
2004-06-22 12:33:06 +00:00
Aleksey Gurtovoy
01ba5c108f
bumped version check
...
[SVN r22447]
2004-03-07 04:21:52 +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
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
1ea7f28709
Apparently __int64 can be used even in strict mode (/Za).
...
[SVN r19879]
2003-08-30 10:14:12 +00:00
John Maddock
e620ac24ab
Added BOOST_HAS_DECLSPEC
...
[SVN r19654]
2003-08-17 12:00:52 +00:00
John Maddock
f64e7067c9
Added ABI prefix and suffix headers, plus automatic linking code from boost.regex to boost.config.
...
[SVN r19545]
2003-08-12 11:21:26 +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
Dave Abrahams
6489c17c19
BOOST_NO_DEDUCED_TYPENAME applies to vc7 too (Pavol Droba <droba@topmail.sk>)
...
[SVN r18209]
2003-04-08 14:06:01 +00:00
John Maddock
4c407e34ad
Fixed typo in comment
...
[SVN r18190]
2003-04-06 10:39:55 +00:00
Beman Dawes
261a01ccab
See format_test1 for example of why needed
...
[SVN r17583]
2003-02-21 22:08:01 +00:00
Beman Dawes
0a24a02b94
undef didn't work
...
[SVN r17382]
2003-02-13 22:34:23 +00:00
Beman Dawes
9d6d544940
undef BOOST_COMPILER_VERSION
...
[SVN r17337]
2003-02-12 20:32:35 +00:00
Dave Abrahams
2ca6ac7df2
Fix for vc7
...
[SVN r16207]
2002-11-12 03:18:20 +00:00
Dave Abrahams
f217166b21
BOOST_DEDUCED_TYPENAME
...
[SVN r16138]
2002-11-07 01:11:13 +00:00
John Maddock
9ec9927674
Merged changes from the RC_1_29_0 branch.
...
[SVN r15959]
2002-10-21 11:03:05 +00:00
Dave Abrahams
beeb65b38d
vc6 fix
...
[SVN r15340]
2002-09-15 19:28:13 +00:00
John Maddock
398a9b79f0
Tentative changes for Visual C++ .NET 2003 (Beta)
...
[SVN r15174]
2002-09-06 10:16:56 +00:00
Beman Dawes
56c052de56
Better version identification
...
[SVN r14576]
2002-07-23 19:47:15 +00:00
John Maddock
5406c65596
Moved definition of NOMINMAX to win32.hpp
...
[SVN r14546]
2002-07-20 12:06:05 +00:00
Peter Dimov
8f83b72cfb
Last tested version is 1310.
...
[SVN r14425]
2002-07-12 18:24:15 +00:00
John Maddock
d88a4e5f15
Several new config macros added.
...
[SVN r13984]
2002-05-20 11:28:22 +00:00
John Maddock
b44b6d5082
Removed reference to BOOST_HAS_LONG_LONG (doesn't work yet).
...
[SVN r13819]
2002-05-11 10:58:12 +00:00
John Maddock
d1c3bf73de
Added user-config macro BOOST_DISABLE_WIN32
...
(also set in the compiler 's strict mode).
Modified Boost source not to use Win32 specific
extentions in the presence of BOOST_DISABLE_WIN32.
[SVN r13771]
2002-05-09 11:40:52 +00:00
John Maddock
9e02db296c
Added new config macro BOOST_HAS_MS_INT64 to detect presence of __int64 data type.
...
Modified boost source to use BOOST_HAS_LONG_LONG and BOOST_HAS_MS_INT64
where appropriate to do so.
[SVN r13714]
2002-05-07 11:24:29 +00:00
Peter Dimov
125d0a3960
Preliminary 7.01 support
...
[SVN r13540]
2002-04-22 09:36:25 +00:00
John Maddock
1c7875b8f3
Replace BOOST_NO_EXCEPTIONS support which had got lost in the last checkin.
...
[SVN r13355]
2002-04-03 10:29:32 +00:00
John Maddock
e9a05a8e99
Added BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS workaround.
...
[SVN r13293]
2002-03-28 12:45:03 +00:00
Aleksey Gurtovoy
98c7b04e09
fixed incorrect #warning directive
...
[SVN r13171]
2002-03-11 01:23:15 +00:00
John Maddock
4091f8c54f
Added BOOST_NO_EXCEPTIONS support
...
[SVN r12754]
2002-02-08 12:39:21 +00:00
Peter Dimov
30fb4ad5fa
Avoid NOMINMAX redefinition
...
[SVN r11339]
2001-10-04 20:14:37 +00:00
Peter Dimov
9ee77299d1
BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING -> BOOST_NO_FUNCTION_TEMPLATE_ORDERING
...
[SVN r11257]
2001-09-25 19:17:47 +00:00
Darin Adler
ebb32ce10b
Fix typos and Americanize spelling in comments.
...
[SVN r11150]
2001-09-19 15:05:36 +00:00
John Maddock
7ce333aa88
First round of config fixes
...
[SVN r11146]
2001-09-19 11:48:51 +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