Commit Graph

2437 Commits

Author SHA1 Message Date
Beman Dawes
53c2862a77 Avoid spurious MSVC NOMINMAX redefinition warning (submitted by Andreas Scherer)
[SVN r8377]
2000-12-01 17:11:40 +00:00
Beman Dawes
aea3b88265 Added BOOST_NO_INT64_T comment pointing to <boost/cstdint.hpp>
[SVN r8344]
2000-11-27 19:23:16 +00:00
John Maddock
e89011502e EGCS 1.1.1 fix
[SVN r8237]
2000-11-17 11:33:43 +00:00
John Maddock
f0e359663f Fix for egcs 1.1.1 problems with std::auto_ptr
[SVN r8225]
2000-11-16 11:17:22 +00:00
Beman Dawes
e1e5feaa34 libraries.htm and people.htm moved to sub-directories to make root directory cleaner.
[SVN r8166]
2000-11-10 15:39:05 +00:00
John Maddock
d525802257 regex fixes for updated Dinkum library
[SVN r8161]
2000-11-09 13:03:41 +00:00
John Maddock
594d5bb6ee try again more broken connections
[SVN r7969]
2000-10-17 11:32:09 +00:00
John Maddock
fce75f3760 regex fixes
[SVN r7967]
2000-10-17 11:28:05 +00:00
Beman Dawes
c1ff06042d Add BOOST_NO_SLIST and BOOST_NO_HASH for Borland, although I agree with others that these defines are very questionable
[SVN r7934]
2000-10-13 20:02:20 +00:00
Dave Abrahams
169988f2b2 Added BOOST_STD_EXTENSION_NAMESPACE for Metrowerks compatibility
[SVN r7915]
2000-10-06 07:37:02 +00:00
Jeremy Siek
22cf95d7f7 added BOOST_NO_STD_MIN_MAX to config.hpp
did some VC++ porting


[SVN r7905]
2000-10-04 15:57:03 +00:00
Jens Maurer
f2e466b428 MSVC does not have an integral int64_t (large enum constants don't work)
[SVN r7885]
2000-10-01 17:07:40 +00:00
Jens Maurer
c34cb0d97d added BOOST_NO_INTEGRAL_INT64_T
[SVN r7874]
2000-09-29 22:05:51 +00:00
Jeremy Siek
f4467cb190 completed conversion of properties to use _t and enums.
Also noticed that problems regarding iterator_adaptor has
gone away, so I've removed the ifdef's that took it out.


[SVN r7840]
2000-09-26 07:29:12 +00:00
Jeremy Siek
97f7ebaccd removed tabs
[SVN r7835]
2000-09-25 21:19:29 +00:00
Jeremy Siek
180538ce7d added BOOST_NO_STD_ALLOCATOR
[SVN r7830]
2000-09-25 17:40:38 +00:00
Jeremy Siek
e7b62671dd changed ::pointer to ::value_type* (VC++ native header port) and
added BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS to intel c++ with
VC++ headers


[SVN r7826]
2000-09-25 16:53:17 +00:00
Jeremy Siek
c1c7cc6cfc added no slist, no hash to intel compiler
[SVN r7825]
2000-09-25 16:41:51 +00:00
Jeremy Siek
ea3f527350 port to Greenhills C++ compiler
[SVN r7822]
2000-09-25 16:16:48 +00:00
Dave Abrahams
d3b54a634f Updates for CodeWarrior Pro6
[SVN r7818]
2000-09-25 13:19:04 +00:00
Beman Dawes
d12b4915dd Add newline at eof to quiet compiler warning
[SVN r7809]
2000-09-25 00:49:18 +00:00
Dave Abrahams
abd779121b added BOOST_NO_INTRINSIC_WCHAR_T
[SVN r7805]
2000-09-25 00:19:28 +00:00
Beman Dawes
5576510d23 Changes for Borland 5.5.1 (5.5 update 2)
[SVN r7775]
2000-09-22 19:39:30 +00:00
Jeremy Siek
117a4b0842 added another warning to be disabled under MSVCP
[SVN r7763]
2000-09-22 04:16:11 +00:00
Jeremy Siek
5b6863d434 added clause for KCC, it doesn't have slist or hash_set/hash_map
[SVN r7711]
2000-09-18 09:06:43 +00:00
Jeremy Siek
ce60768de6 added a few more macros needed by the Boost Graph Library
[SVN r7708]
2000-09-18 08:57:25 +00:00
Jeremy Siek
f1fa261ce7 pending stuff from Boost Graph Library
[SVN r7704]
2000-09-18 08:24:47 +00:00
Beman Dawes
f2ffe05bc3 Fix Misspelling of BOOST_NO_STD_ITERATOR_TRAITS
[SVN r7696]
2000-09-05 19:57:50 +00:00
Beman Dawes
94742a6036 Fix spelling of BOOST_NO_STD_ITERATOR_TRAITS in comments (BGD)
[SVN r7694]
2000-09-04 14:28:14 +00:00
Beman Dawes
050fc1e2d1 BOOST_NO_PRIVATE_IN_AGGREGATE added (Mark Rodgers)
[SVN r7693]
2000-09-01 15:50:28 +00:00
Beman Dawes
47685362cb Correct comment regarding wchar_t
[SVN r7691]
2000-08-30 12:50:04 +00:00
Beman Dawes
9b41c3b48d Initial HTML commit
[SVN r7636]
2000-07-27 14:04:40 +00:00
Beman Dawes
f6a1f86206 Change back slash to forward slash in include path (Jens Maurer)
[SVN r7630]
2000-07-24 23:50:22 +00:00
Dave Abrahams
f77ad43f64 Fixed spelling of BOOST_NO_INCLASS_MEMBER_INITIALIZATION in comment per suggestion from John Maddock.
[SVN r7627]
2000-07-23 14:39:25 +00:00
Beman Dawes
ed1cfd84f0 Add revision history for prior change
[SVN r7625]
2000-07-13 17:36:27 +00:00
Mark Rodgers
7025b01bef Added missing BOOST_NO_USING_TEMPLATE docs and moved this since it
infects BCB4 as well and BCC5.5.
Added BOOST_NO_POINTER_TO_MEMBER_CONST at the suggestion of
Fabrice Truillot.


[SVN r7624]
2000-07-12 08:31:46 +00:00
Beman Dawes
886affabe8 This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.


[SVN r7621]
2000-07-07 16:04:40 +00:00