Commit Graph

  • 2c8603f8ca This commit was manufactured by cvs2svn to create tag 'Version_1_25_1'. boost-1.25.1 nobody 2001-11-07 10:35:13 +00:00
  • 71790af7f6 Changed name of "bind" to "select" to avoid problems with MSVC. Dave Abrahams 2001-10-04 19:56:07 +00:00
  • 247658013e This commit was manufactured by cvs2svn to create tag 'Version_1_25_0'. boost-1.25.0 1772834796301855286/tmp_refs/tags/boost-1.25.0 1772834778897461108/tmp_refs/tags/boost-1.25.0 nobody 2001-10-01 16:59:12 +00:00
  • 59099cadf6 fix parameter name Jens Maurer 2001-09-26 18:34:57 +00:00
  • 695b3059bd More fixes resulting from the new config John Maddock 2001-09-21 11:35:54 +00:00
  • 3a4ed6ef7c Fixed misplaced std:: prefix (typo from last checkin) John Maddock 2001-09-20 11:46:26 +00:00
  • 63b5e51676 First round of config fixes John Maddock 2001-09-19 11:48:51 +00:00
  • 8c6c8f9604 commit of split-config, including any changes required to existing libraries (mainly regex). John Maddock 2001-09-18 11:13:39 +00:00
  • 865bc7d803 fixed inheritance Jeremy Siek 2001-09-07 20:11:41 +00:00
  • 0ea958903a workaround for Solaris Forte 6 Jeremy Siek 2001-09-07 16:29:29 +00:00
  • dbbc405075 This commit was manufactured by cvs2svn to create tag 'Version_1_24_0'. boost-1.24.0 nobody 2001-08-20 14:01:13 +00:00
  • e027048eb6 Added workarounds for MPW C++. Darin Adler 2001-08-07 17:11:24 +00:00
  • 1d12b9074f This commit was manufactured by cvs2svn to create branch 'split-config'. svn-branches/split-config nobody 2001-08-04 14:31:38 +00:00
  • 75fb29a3b7 fix duplicate typedef Jens Maurer 2001-07-12 17:40:38 +00:00
  • 68f6b690e5 This commit was manufactured by cvs2svn to create tag 'Version_1_23_0'. boost-1.23.0 nobody 2001-07-06 20:31:02 +00:00
  • e08d9254b3 simplified named parameters mechanism svn-branches/iter-adaptor-and-categories Jeremy Siek 2001-06-27 23:24:07 +00:00
  • 19ae70bcd8 This commit was manufactured by cvs2svn to create branch 'iter-adaptor-and-categories'. nobody 2001-06-27 22:12:20 +00:00
  • 8f9b1e35bd Make report_exception() inline (John Maddock, Jesse Jones) Beman Dawes 2001-06-13 14:41:10 +00:00
  • c21dc776d1 changed include guard for missing ostream to include g++ 2.96 (had been set for 2.95 and lower) Jeremy Siek 2001-06-08 17:47:29 +00:00
  • d0a1537a23 This commit was manufactured by cvs2svn to create tag 'Version_1_22_0'. boost-1.22.0 nobody 2001-05-28 15:01:00 +00:00
  • 1ee4d8ac0d add HP aCC workaround Jens Maurer 2001-05-05 19:57:09 +00:00
  • 4645356e3b 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
  • 69dccc47b5 rolled back changes, value_type can not be an abstract base class Jeremy Siek 2001-03-19 16:56:32 +00:00
  • cf8fe4f2b1 fixed is_named_param_list to handle case when X is a reference type Jeremy Siek 2001-03-18 02:17:22 +00:00
  • 66f30e813e changed to use pointer with is_convertible Jeremy Siek 2001-03-17 21:54:04 +00:00
  • cbf0ce5153 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
  • c3120c7ea6 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
  • 863361ded0 untabified Dave Abrahams 2001-03-09 02:37:01 +00:00
  • fe148355a2 fixed for borland Jeremy Siek 2001-03-08 21:12:30 +00:00
  • be12189340 removed use of yes_type/no_type, not needed for borland workaround Jeremy Siek 2001-03-08 20:58:51 +00:00
  • 01426d35f3 fixed bug in named template parameters, params following a named template must get their values from the named template Jeremy Siek 2001-03-08 19:03:08 +00:00
  • a8ae9d9941 new file Jeremy Siek 2001-03-08 16:33:40 +00:00
  • 5cf6dd5828 Join ralf_grosse_kunstleve with HEAD svn-branches/unlabeled-1.2.2 Ralf W. Grosse-Kunstleve 2001-03-05 20:01:01 +00:00
  • c81b869127 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.3.2'. svn-branches/unlabeled-1.3.2 nobody 2001-03-04 16:05:22 +00:00
  • 1b51ce460c More attempted fixes for Intel C++ Dave Abrahams 2001-03-04 15:08:17 +00:00
  • aab735c64e Put all implementation into namespace boost::detail::iterator_traits_. Some progress made on fixes for Intel compiler. Dave Abrahams 2001-03-03 05:11:06 +00:00
  • 6f13fd0acb This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.2'. svn-branches/unlabeled-1.1.2 nobody 2001-03-03 02:54:02 +00:00
  • 83b8fcefc7 Changed BOOST_MSVC to BOOST_MSVC_STD_ITERATOR in a few places. Jeremy Siek 2001-03-02 23:45:03 +00:00
  • 6b15777c8f Initial commit Beman Dawes 2001-03-01 15:45:41 +00:00
  • 7c91125060 Boost Test Library initial commit Beman Dawes 2001-02-28 21:39:56 +00:00
  • 03b1bb7a1e Updated documentation Dave Abrahams 2001-02-19 22:58:12 +00:00
  • 58bff4af87 Improved workarounds for stock MSVC6; use yes_type and no_type from type_traits.hpp; stopped trying to remove_cv before detecting is_pointer, in honor of the new type_traits semantics. Dave Abrahams 2001-02-19 22:51:32 +00:00
  • 5044712ff6 type_traits: regression failure fixes from type traits changes... John Maddock 2001-02-18 11:43:01 +00:00
  • 2f6f7af430 Make it work with standard conforming iterators under raw VC6. Dave Abrahams 2001-02-13 23:30:25 +00:00
  • 1e0e965f07 Clean away code which can never be used Dave Abrahams 2001-02-11 19:44:54 +00:00
  • 7523daa905 Use BOOST_STATIC_CONSTANT Dave Abrahams 2001-02-11 19:39:11 +00:00
  • 3cb4fe87a9 Rolled unspecialized template back in Dave Abrahams 2001-02-11 16:12:13 +00:00
  • dc1186e73f Rolled back ineffective Borland-specific code Dave Abrahams 2001-02-11 16:11:24 +00:00
  • d0f656c4da Rolled in supposed Borland fixes from John Maddock, but not seeing any improvement yet Dave Abrahams 2001-02-10 20:14:20 +00:00
  • 002ec11425 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
  • 08a2ab3fe6 Always have a definition for each traits member, even if it can't be properly deduced. These will be incomplete types in some cases (undefined<void>), but it helps suppress MSVC errors elsewhere Dave Abrahams 2001-02-10 00:05:17 +00:00
  • 2947fb7051 Applied John Maddock's Borland patch Moving <true> specialization to unspecialized template Dave Abrahams 2001-02-09 15:23:55 +00:00
  • cd1eecd245 Add parens to appease Borland Dave Abrahams 2001-02-09 03:30:12 +00:00
  • 9ac4d90d82 *** empty log message *** Dave Abrahams 2001-02-08 04:44:19 +00:00
  • bfbdce15de This commit was manufactured by cvs2svn to create branch 'unlabeled-1.2.2'. nobody 2001-02-07 23:58:46 +00:00
  • a7ae27dc5b Added support for more of the traits members where possible, making this useful as a replacement for std::iterator_traits<T> when used as a default template parameter. Dave Abrahams 2001-02-07 16:43:57 +00:00
  • ddccb755f4 Removed useless #includes of standard library headers Dave Abrahams 2001-02-07 04:52:58 +00:00
  • 8ffb174556 Initial Checkin Dave Abrahams 2001-02-07 04:51:12 +00:00
  • 8b60ca8d0a Factored if_true out into boost/detail/select_type.hpp Dave Abrahams 2001-02-07 04:49:32 +00:00
  • 3cbecf5ddd fix bool logic bug introduced by Jeremy's compilation fixes Jens Maurer 2001-02-06 22:56:37 +00:00
  • 82af891892 ported to KAI C++ Jeremy Siek 2001-02-06 01:21:11 +00:00
  • 2ceaa9133d This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.2'. nobody 2001-01-27 17:35:01 +00:00
  • 2e85396ae6 This commit was manufactured by cvs2svn to create branch 'unlabeled-1.3.2'. nobody 2001-01-27 11:31:59 +00:00
  • 4bfd4da650 Fixed logic of difference_type selection, which was completely wack. In the process, added digit_traits<> to compute the number of digits in intmax_t even when not supplied by numeric_limits<>. Dave Abrahams 2001-01-24 01:44:05 +00:00
  • 37d08acea1 Initial checkin Dave Abrahams 2001-01-22 04:08:29 +00:00
  • 708fd64f4e tweak a comment Dave Abrahams 2001-01-21 16:18:41 +00:00
  • 5963c3d44d Initial checkin Dave Abrahams 2001-01-21 05:18:41 +00:00
  • 4d24f82e6e Initial Checkin Dave Abrahams 2001-01-21 00:16:10 +00:00
  • 15f38e8168 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
  • df58303dab 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
  • 5ca62790ee 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
  • fe208cdd59 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
  • 9d5640a7e2 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
  • de2904c9a1 ported the graph library to borland Jeremy Siek 2000-10-17 00:16:05 +00:00
  • 5283465d56 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
  • 9b9d2241a7 removed tabs Jeremy Siek 2000-09-25 21:19:29 +00:00
  • 45dde06401 This commit was manufactured by cvs2svn to create branch 'regex-sub'. svn-branches/regex-sub nobody 2000-09-21 03:34:33 +00:00
  • 3f5e466c7e pending stuff from Boost Graph Library Jeremy Siek 2000-09-18 08:24:47 +00:00