Commit Graph

  • 20439e1aef Update for Metrowerks 6.2 (Chris Little) Beman Dawes 2001-05-23 13:35:15 +00:00
  • 3987d988e0 refactored tests to account for numeric_limits<>::has_XXX flags Jens Maurer 2001-05-22 21:26:45 +00:00
  • 11291104a5 Smart pointer and utility changes related to adding checked_delere and checked_array_delete Beman Dawes 2001-05-22 18:58:21 +00:00
  • bd702153cb additional fix for Intel C++ with Dinkumware 3.06 Jens Maurer 2001-05-19 21:05:18 +00:00
  • 74a8ab80e5 rework Intel #define's to be library-specific Jens Maurer 2001-05-19 09:07:14 +00:00
  • 3fe7088cda output __USLC__ macro Jens Maurer 2001-05-19 09:06:21 +00:00
  • 7e2fb0aa47 Intel C++ on Linux doesn't have the SGI STL interface for hash_map and friends Jens Maurer 2001-05-17 20:17:43 +00:00
  • b16b2e09e8 check #define's from Linux edition of Intel C++ 5.0 Jens Maurer 2001-05-17 20:11:27 +00:00
  • 7ac6ca8360 report more predefined symbols Jens Maurer 2001-05-13 18:25:07 +00:00
  • f098db79ff add note that HP aCC support is not complete Jens Maurer 2001-05-13 18:23:00 +00:00
  • 1f933d75a5 don't test "long long" with gcc 3.0's shipped library Jens Maurer 2001-05-11 16:55:31 +00:00
  • 326ca342c6 HPPA is big-endian Jens Maurer 2001-05-09 21:14:35 +00:00
  • 66a206af29 sun 5.1 config fixes - see comments for details John Maddock 2001-05-08 11:08:12 +00:00
  • f891fd11b5 add Dinkumware 3.06 library for MSVC and Intel C++ Jens Maurer 2001-05-07 21:20:18 +00:00
  • 375235cc35 output __EDG_VERSION__ Jens Maurer 2001-05-05 20:41:37 +00:00
  • 952b926f1e beautify #error message Jens Maurer 2001-05-05 20:27:35 +00:00
  • 1ad42da3a3 HP aCC compiler workarounds Jens Maurer 2001-05-05 19:55:26 +00:00
  • d880c37ab1 Minor fix for C++ Builder + STLPort John Maddock 2001-04-27 11:05:11 +00:00
  • 9c29d67dcd This commit was manufactured by cvs2svn to create tag 'Version_1_21_2'. boost-1.21.2 nobody 2001-04-25 14:10:57 +00:00
  • 0a9bcfa89d avoid relational operations with NaNs, they may signal Jens Maurer 2001-04-15 17:24:26 +00:00
  • 0fbd83f68a use boost test library fix bug with missing std:: Jens Maurer 2001-04-14 15:43:38 +00:00
  • b383e88c74 added powerpc to the big endian family Jeremy Siek 2001-04-13 01:04:04 +00:00
  • 3bccc557e2 added support for sparc processors John Maddock 2001-04-05 11:32:56 +00:00
  • 76d01f8824 added capability to dump some binary data (easier diagnosis on new processors) John Maddock 2001-04-05 11:30:49 +00:00
  • 1a2cff6d14 Updated limits.hpp for BeOS support John Maddock 2001-04-03 11:26:20 +00:00
  • 5b8af31b0a added newline at end of files to prevent warnings from compilers Jeremy Siek 2001-04-03 04:29:29 +00:00
  • 0c06951a11 fixed config.hpp to detect missing <limits> header John Maddock 2001-04-02 11:35:49 +00:00
  • fa107d72bc Added boost-wide <limits> woraround John Maddock 2001-04-01 11:59:18 +00:00
  • b6858fcc5d added <limits> workaround John Maddock 2001-03-31 12:05:02 +00:00
  • b2698073d8 __GNUC_MINOR__ 95 ---> 97 changes from n becker Beman Dawes 2001-03-19 20:26:33 +00:00
  • 3410301a96 Add BOOST_VERSION per Jens' posting Beman Dawes 2001-03-16 17:13:29 +00:00
  • f0436e972e This commit was manufactured by cvs2svn to create tag 'Version_1_21_1'. boost-1.21.1 nobody 2001-03-14 15:36:54 +00:00
  • f8af01dd23 This commit was manufactured by cvs2svn to create tag 'Version_1_21_0'. boost-1.21.0 nobody 2001-03-09 14:58:07 +00:00
  • e7bc4c14e4 Refactored EDG checks for Intel C++ Dave Abrahams 2001-03-07 03:55:21 +00:00
  • 7cb5dd3638 Factored EDG checks, added BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP for Intel C++ 5.0 Dave Abrahams 2001-03-04 15:06:11 +00:00
  • 3e9b0c11d8 Minor Metrowerks fixes Beman Dawes 2001-03-01 16:23:18 +00:00
  • 47ee67868c Compaq C++ has neither <slist> nor <hash_*> Jens Maurer 2001-02-20 17:52:35 +00:00
  • 3a1146ef37 added BOOST_NO_INTRINSIC_WCHAR_T for ICL John Maddock 2001-02-19 12:50:27 +00:00
  • 6ce87101d3 Added new type traits files. John Maddock 2001-02-17 12:25:45 +00:00
  • 0f89a54d5e Added BOOST_STATIC_CONSTANT Dave Abrahams 2001-02-11 19:29:01 +00:00
  • 891b2db577 removed backslashes in macros Jeremy Siek 2001-02-11 01:21:56 +00:00
  • 013ddfc6aa This commit was manufactured by cvs2svn to create tag 'Version_1_20_2'. boost-1.20.2 nobody 2001-02-10 14:52:07 +00:00
  • c30c6e772a adjust for: _RWSTD_VER is six digits on Borland, four digits on Compaq C++ Jens Maurer 2001-02-08 17:49:34 +00:00
  • 21d4ae5c2c Fix for Rogue Wave library detection in config.hpp John Maddock 2001-02-08 12:58:11 +00:00
  • 9b7b4524e3 added BOOST_NO_STDC_NAMESPACE for KCC 4.0a and older because <cwchar> does not have using-declarations to put the contents of <wchar.h> into namespace std, in contrast to <cstdio>, which does. Jens Maurer 2001-02-05 19:54:58 +00:00
  • 6b3dd0d1cb added more Solaris deficiencies contributed by Nat Mishkin Jens Maurer 2001-02-02 18:57:46 +00:00
  • 02a081b3e9 add support for the upcoming gcc 3.0 Jens Maurer 2001-01-25 21:24:13 +00:00
  • f719f4b515 define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS only if _RWSTD_VER < 0x0203 Jens Maurer 2001-01-21 21:36:36 +00:00
  • 238be9af6e BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS moved here from cast.hpp Added missing BOOST_NO_STRINGSTREAM which some boost code seemed to depend on Dave Abrahams 2001-01-21 05:30:47 +00:00
  • 3f280cb058 Conditions for BOOST_NO_STDC_NAMESPACE under MSVC with STLport were not quite right. Beman Dawes 2001-01-18 21:28:50 +00:00
  • 5b7bbe4533 do not pessimize later versions of SGI MIPSpro and Compaq C++ Jens Maurer 2001-01-14 18:53:58 +00:00
  • 5d11cac82c added BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP added compiler support for SGI IRIX CC and Compaq Tru64 cxx Jens Maurer 2001-01-13 10:11:12 +00:00
  • d46dcfbcbb BOOST_DECL fixes Beman Dawes 2001-01-12 15:28:20 +00:00
  • 69a8828e2a This commit was manufactured by cvs2svn to create tag 'Version_1_20_1'. boost-1.20.1 nobody 2001-01-10 18:29:12 +00:00
  • af6bab1d6a This commit was manufactured by cvs2svn to create tag 'Version_1_20_0'. boost-1.20.0 nobody 2001-01-06 18:30:47 +00:00
  • bf3e9b56bf This commit was manufactured by cvs2svn to create tag 'Version_1_19_0'. boost-1.19.0 nobody 2000-12-10 15:53:47 +00:00
  • 53c2862a77 Avoid spurious MSVC NOMINMAX redefinition warning (submitted by Andreas Scherer) Beman Dawes 2000-12-01 17:11:40 +00:00
  • aea3b88265 Added BOOST_NO_INT64_T comment pointing to <boost/cstdint.hpp> Beman Dawes 2000-11-27 19:23:16 +00:00
  • 65a55d30c8 This commit was manufactured by cvs2svn to create tag 'Version_1_17_0'. boost-1.17.0 nobody 2000-11-22 09:04:29 +00:00
  • 2d6ba871c7 This commit was manufactured by cvs2svn to create tag 'Version_1_18_3'. boost-1.18.3 nobody 2000-11-18 14:33:52 +00:00
  • e89011502e EGCS 1.1.1 fix John Maddock 2000-11-17 11:33:43 +00:00
  • f0e359663f Fix for egcs 1.1.1 problems with std::auto_ptr John Maddock 2000-11-16 11:17:22 +00:00
  • e1e5feaa34 libraries.htm and people.htm moved to sub-directories to make root directory cleaner. Beman Dawes 2000-11-10 15:39:05 +00:00
  • d525802257 regex fixes for updated Dinkum library John Maddock 2000-11-09 13:03:41 +00:00
  • 19aee44c15 This commit was manufactured by cvs2svn to create tag 'Version_1_18_2'. boost-1.18.2 nobody 2000-11-03 20:02:18 +00:00
  • 594d5bb6ee try again more broken connections John Maddock 2000-10-17 11:32:09 +00:00
  • fce75f3760 regex fixes John Maddock 2000-10-17 11:28:05 +00:00
  • c1ff06042d Add BOOST_NO_SLIST and BOOST_NO_HASH for Borland, although I agree with others that these defines are very questionable Beman Dawes 2000-10-13 20:02:20 +00:00
  • 169988f2b2 Added BOOST_STD_EXTENSION_NAMESPACE for Metrowerks compatibility Dave Abrahams 2000-10-06 07:37:02 +00:00
  • 22cf95d7f7 added BOOST_NO_STD_MIN_MAX to config.hpp did some VC++ porting Jeremy Siek 2000-10-04 15:57:03 +00:00
  • f2e466b428 MSVC does not have an integral int64_t (large enum constants don't work) Jens Maurer 2000-10-01 17:07:40 +00:00
  • c34cb0d97d added BOOST_NO_INTEGRAL_INT64_T Jens Maurer 2000-09-29 22:05:51 +00:00
  • bb300d501f This commit was manufactured by cvs2svn to create tag 'Version_1_18_0'. boost-1.18.0 nobody 2000-09-29 11:39:43 +00:00
  • 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. Jeremy Siek 2000-09-26 07:29:12 +00:00
  • 97f7ebaccd removed tabs Jeremy Siek 2000-09-25 21:19:29 +00:00
  • 180538ce7d added BOOST_NO_STD_ALLOCATOR Jeremy Siek 2000-09-25 17:40:38 +00:00
  • e7b62671dd changed ::pointer to ::value_type* (VC++ native header port) and added BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS to intel c++ with VC++ headers Jeremy Siek 2000-09-25 16:53:17 +00:00
  • c1c7cc6cfc added no slist, no hash to intel compiler Jeremy Siek 2000-09-25 16:41:51 +00:00
  • ea3f527350 port to Greenhills C++ compiler Jeremy Siek 2000-09-25 16:16:48 +00:00
  • d3b54a634f Updates for CodeWarrior Pro6 Dave Abrahams 2000-09-25 13:19:04 +00:00
  • d12b4915dd Add newline at eof to quiet compiler warning Beman Dawes 2000-09-25 00:49:18 +00:00
  • abd779121b added BOOST_NO_INTRINSIC_WCHAR_T Dave Abrahams 2000-09-25 00:19:28 +00:00
  • 5576510d23 Changes for Borland 5.5.1 (5.5 update 2) Beman Dawes 2000-09-22 19:39:30 +00:00
  • 117a4b0842 added another warning to be disabled under MSVCP Jeremy Siek 2000-09-22 04:16:11 +00:00
  • 5b6863d434 added clause for KCC, it doesn't have slist or hash_set/hash_map Jeremy Siek 2000-09-18 09:06:43 +00:00
  • ce60768de6 added a few more macros needed by the Boost Graph Library Jeremy Siek 2000-09-18 08:57:25 +00:00
  • f1fa261ce7 pending stuff from Boost Graph Library Jeremy Siek 2000-09-18 08:24:47 +00:00
  • 1036984586 This commit was manufactured by cvs2svn to create branch 'boost-graph-library'. nobody 2000-09-09 10:20:25 +00:00
  • f2ffe05bc3 Fix Misspelling of BOOST_NO_STD_ITERATOR_TRAITS Beman Dawes 2000-09-05 19:57:50 +00:00
  • 94742a6036 Fix spelling of BOOST_NO_STD_ITERATOR_TRAITS in comments (BGD) Beman Dawes 2000-09-04 14:28:14 +00:00
  • 050fc1e2d1 BOOST_NO_PRIVATE_IN_AGGREGATE added (Mark Rodgers) Beman Dawes 2000-09-01 15:50:28 +00:00
  • 47685362cb Correct comment regarding wchar_t Beman Dawes 2000-08-30 12:50:04 +00:00
  • 9b41c3b48d Initial HTML commit Beman Dawes 2000-07-27 14:04:40 +00:00
  • f6a1f86206 Change back slash to forward slash in include path (Jens Maurer) Beman Dawes 2000-07-24 23:50:22 +00:00
  • f77ad43f64 Fixed spelling of BOOST_NO_INCLASS_MEMBER_INITIALIZATION in comment per suggestion from John Maddock. Dave Abrahams 2000-07-23 14:39:25 +00:00
  • ed1cfd84f0 Add revision history for prior change Beman Dawes 2000-07-13 17:36:27 +00:00
  • 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. Mark Rodgers 2000-07-12 08:31:46 +00:00
  • e16632d52c This commit was manufactured by cvs2svn to create tag 'release_1_16_1'. boost-1.16.1 nobody 2000-07-07 16:04:41 +00:00
  • 886affabe8 This commit was generated by cvs2svn to compensate for changes in r4, which included commits to RCS files with non-trunk default branches. Beman Dawes 2000-07-07 16:04:40 +00:00
  • a601b4d10a 1.16.1 initial CVS checkin Beman Dawes 2000-07-07 16:04:40 +00:00