John Maddock
f591b2901f
Added some more EDG compiler macros
...
[SVN r14631]
2002-07-28 11:01:28 +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
81097e309e
Stripped tabs from files.
...
[SVN r14618]
2002-07-26 11:17:37 +00:00
Dave Abrahams
0c1888c352
GCC 2.95.x fixes
...
[SVN r14591]
2002-07-24 16:07:41 +00:00
Beman Dawes
053c1fb45f
Removed several spurious ";" to quiet warnings
...
[SVN r14577]
2002-07-23 20:47:35 +00:00
Beman Dawes
56c052de56
Better version identification
...
[SVN r14576]
2002-07-23 19:47:15 +00:00
John Maddock
23308946c7
Added documentation for new config macros:
...
BOOST_NO_MS_INT64_NUMERIC_LIMTS
BOOST_NO_LONG LONG_NUMERIC_LIMTS
BOOST_NO_STD_WSTREAM
Added new macros to config_info.cpp program.
[SVN r14560]
2002-07-22 11:23:24 +00:00
John Maddock
3168ad683a
Added __int64 and long long tests.
...
[SVN r14559]
2002-07-22 11:01:23 +00:00
John Maddock
3a70564582
Added specialisations for __int64 and long long where these are missing.
...
[SVN r14558]
2002-07-22 11:00:20 +00:00
John Maddock
06034f2281
Moved min/max overloads to win32.hpp from suffix.hpp
...
[SVN r14551]
2002-07-21 11:06:29 +00:00
John Maddock
f1d6e86af9
Fixed VC6 warnings.
...
[SVN r14547]
2002-07-20 12:06:34 +00:00
John Maddock
5406c65596
Moved definition of NOMINMAX to win32.hpp
...
[SVN r14546]
2002-07-20 12:06:05 +00:00
John Maddock
5c7f8b9290
Added new config macros:
...
BOOST_NO_STD_WSTREAMBUF
BOOST_NO_LONG_LONG_NUMERIC_LIMITS
BOOST_NO_MS_INT64_NUMERIC_LIMITS
[SVN r14514]
2002-07-18 11:10:04 +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
John Maddock
08cf657ad4
Updated support for Borland C++ and STLport (again)
...
Hopefully fixed support for platforms where STLport imports names from std:: to _STL::
[SVN r14490]
2002-07-17 11:37:48 +00:00
John Maddock
224e97fbb6
Fixed support for C++ Builder 5 + STLport.
...
[SVN r14476]
2002-07-16 11:18:02 +00:00
Dave Abrahams
bc1b510b18
Rip out mistaken "fix" based on John Maddock's advice
...
[SVN r14446]
2002-07-14 11:47:42 +00:00
Dave Abrahams
99b01de780
Fix unversioned VC++ checks
...
[SVN r14436]
2002-07-13 12:26:19 +00:00
Beman Dawes
873f5745a6
Improve BOOST_COMPILER
...
[SVN r14430]
2002-07-12 21:41:55 +00:00
Beman Dawes
f6c78ce85d
8.1 increment
...
[SVN r14429]
2002-07-12 19:58:26 +00:00
Peter Dimov
8f83b72cfb
Last tested version is 1310.
...
[SVN r14425]
2002-07-12 18:24:15 +00:00
Dave Abrahams
2fbcada958
Add specializations for __int64 and unsigned __int64 for MSVC6
...
[SVN r14409]
2002-07-11 20:30:32 +00:00
John Maddock
b79fe524db
Added needed BOOST_NO_TEMPLATE_TEMPLATES option.
...
[SVN r14405]
2002-07-11 10:38:21 +00:00
John Maddock
2f2fe38142
Added detection for exception and long long support.
...
[SVN r14320]
2002-07-07 10:44:08 +00:00
Dave Abrahams
a02e3a0b7e
Commited patch from "Lars Gullik Bjønnes" <larsbj@lyx.org>
...
[SVN r14279]
2002-07-02 12:59:37 +00:00
Dave Abrahams
17dcb7eabb
Fix mistaken config changes
...
[SVN r14259]
2002-06-29 18:31:27 +00:00
Beman Dawes
388bf56907
8.0 further update
...
[SVN r14254]
2002-06-28 00:27:02 +00:00
Beman Dawes
739a468531
add 8.0
...
[SVN r14253]
2002-06-28 00:06:47 +00:00
Darin Adler
03affa0d41
Use if __MACH__ instead of ifdef __MACH__
...
[SVN r14089]
2002-06-06 13:53:49 +00:00
John Maddock
a2e706b74a
Updated docs on BOOST_MSVC_ITERATOR
...
[SVN r14034]
2002-05-24 11:08:36 +00:00
John Maddock
d0e59f4b09
Removed msvc-iterator flag
...
[SVN r14033]
2002-05-24 11:07:09 +00:00
John Maddock
52a0dc9a14
Hopefully fixed Intel C++ on linux by adding BOOST_NO_STDC_NAMESPACE
...
(the C++ headers for this compiler seem to do an incomplete job of
importing C functions into std:: as per usual).
[SVN r14018]
2002-05-23 11:41:10 +00:00
Dave Abrahams
edc44fc45d
remove bogus BOOST_NO_INCLASS_MEMBER_INITIALIZATION
...
[SVN r13992]
2002-05-21 13:09:25 +00:00
John Maddock
234c93f760
Re-enabled BOOST_MSVC_STD_ITERATOR for VC+STLport (seems to work now).
...
[SVN r13985]
2002-05-20 11:44:31 +00:00
John Maddock
d88a4e5f15
Several new config macros added.
...
[SVN r13984]
2002-05-20 11:28:22 +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
Jens Maurer
c039069703
add comment for BOOST_BIG_ENDIAN etc.
...
[SVN r13982]
2002-05-20 10:50:04 +00:00
John Maddock
a10341d270
Added new config options - not yet quite finished - test cases to come.
...
[SVN r13972]
2002-05-18 11:31:51 +00:00
Beman Dawes
b6045d7e4a
1.29.0
...
[SVN r13955]
2002-05-16 18:07:26 +00:00
Dave Abrahams
d8cfcaf517
Merged from RC_1_28_0
...
[SVN r13944]
2002-05-16 00:56:42 +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
8dfc8e3813
Removed tabs, fixed end of files.
...
[SVN r13803]
2002-05-10 11:35:38 +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
697f09e480
Moved config_info.cpp and the config docs into synch.
...
[SVN r13715]
2002-05-07 11:40:13 +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
John Maddock
6b5a580456
Patched so that the code now compilers with VC6
...
[SVN r13669]
2002-05-05 11:00:28 +00:00
John Maddock
33badb1465
Borland C++ Builder 6 fixes
...
[SVN r13659]
2002-05-04 10:55:15 +00:00
John Maddock
40652fd38b
Como on linux fix - sets BOOST_NO_STDC_NAMESPACE
...
[SVN r13658]
2002-05-04 10:51:33 +00:00
John Maddock
8b19f71d8b
Added some more fixes for calling config script from an alien directory
...
[SVN r13563]
2002-04-25 11:57:48 +00:00
John Maddock
529cd10632
Added --with-boost=DIR option
...
[SVN r13558]
2002-04-24 11:31:31 +00:00