Commit Graph

  • a96e0e13ff various edits Jeremy Siek 2001-02-11 04:34:32 +0000
  • 5000e7c601 Replaced some static_casts with explicit construction Dave Abrahams 2001-02-11 03:12:04 +0000
  • ed30d893e4 Use new iterator_adaptor<> interface Dave Abrahams 2001-02-11 03:10:01 +0000
  • 39ccb4017b Use new adaptors interface Dave Abrahams 2001-02-11 03:07:55 +0000
  • 49dd1a1bf2 Removed traits argument from iterator_adaptor<> and switched to explicit trait specification for maximum ease-of-use. Dave Abrahams 2001-02-11 03:05:50 +0000
  • bd3e0d6630 added another example Jeremy Siek 2001-02-11 03:01:47 +0000
  • 4a675bd469 redid docs for the template parameters Jeremy Siek 2001-02-11 02:55:38 +0000
  • a8465cfd85 fixed bug in policy object constructor Jeremy Siek 2001-02-11 02:40:02 +0000
  • a6f58d8b97 fixed bug in policy object construction Jeremy Siek 2001-02-11 02:39:35 +0000
  • 973fbd522f small edit Jeremy Siek 2001-02-11 02:38:08 +0000
  • 8b7d1948b0 finished 1st draft Jeremy Siek 2001-02-11 02:35:09 +0000
  • 368f06c1a8 removed backslashes in macros Jeremy Siek 2001-02-11 01:21:56 +0000
  • 2e61c60e14 A fix for EDG Dave Abrahams 2001-02-10 23:16:05 +0000
  • a5a4bfedae A baby step that worked. Dave Abrahams 2001-02-10 23:14:42 +0000
  • 4002c79c2c new file Jeremy Siek 2001-02-10 22:33:43 +0000
  • ee4934d84e Rolled in supposed Borland fixes from John Maddock, but not seeing any improvement yet Dave Abrahams 2001-02-10 20:23:35 +0000
  • 6c27f71028 Rolled in supposed Borland fixes from John Maddock, but not seeing any improvement yet Dave Abrahams 2001-02-10 20:22:05 +0000
  • 3126cf0627 Rolled in supposed Borland fixes from John Maddock, but not seeing any improvement yet Dave Abrahams 2001-02-10 20:14:20 +0000
  • 4eedcef607 Use new filter_ interface. Dave Abrahams 2001-02-10 20:11:42 +0000
  • 6b7cefe171 < to &lt; Jeremy Siek 2001-02-10 20:10:21 +0000
  • 692362cdcc inlined detail::is_directed to avoid multiple-def problems Jeremy Siek 2001-02-10 20:07:35 +0000
  • 5c5e7ae0b3 use new create_subgraph() Jeremy Siek 2001-02-10 19:26:19 +0000
  • 878496e505 fixed create_subgraph() Jeremy Siek 2001-02-10 19:26:00 +0000
  • 8e22fba265 the main graph is now responsible for the subgraph memory management Jeremy Siek 2001-02-10 19:16:13 +0000
  • 3d6d855967 refer to policies in detail:: Jeremy Siek 2001-02-10 19:11:27 +0000
  • e73f20c5ef added IteratorConstructibleGraph.html and updated SGI STL URL Jeremy Siek 2001-02-10 18:48:19 +0000
  • 0aae0d953e moved adjacency_iterator_generator out of the detail namespace Jeremy Siek 2001-02-10 18:27:33 +0000
  • 2914bec352 added "tests passed" report Jeremy Siek 2001-02-10 18:21:00 +0000
  • d81eb33b46 update for iterator_adaptor and make use of boost::detail::iterator_traits Jeremy Siek 2001-02-10 18:20:41 +0000
  • 0047391357 iterator_adaptor update Jeremy Siek 2001-02-10 18:17:45 +0000
  • 1618704f64 cleaned up for public consumption Jeremy Siek 2001-02-10 18:15:42 +0000
  • 8f647cbbce moving out of detail Jeremy Siek 2001-02-10 18:02:10 +0000
  • 688f53f4df completely removed constructor that was #if 0'd Jeremy Siek 2001-02-10 17:57:51 +0000
  • ceb100c1e0 #if'd out traversal_category stuff for now Jeremy Siek 2001-02-10 17:06:17 +0000
  • a7ab3c0463 added is_directed() Jeremy Siek 2001-02-10 17:05:32 +0000
  • 0a9be37609 Fix 1.20.2 boo-boos Beman Dawes 2001-02-10 14:52:06 +0000
  • 6dead9f4a9 All final 1.20.2 changes, including fixing broken hyperlinks Beman Dawes 2001-02-10 14:42:14 +0000
  • babfcec46a Add Peter Dimov Beman Dawes 2001-02-10 14:35:52 +0000
  • a76cd47da4 Fix revision date Beman Dawes 2001-02-10 12:47:02 +0000
  • 5b59905f3b removed superfluous "typename" Jens Maurer 2001-02-10 09:34:19 +0000
  • 9bdda81bee Use new reverse_ and indirect_ interfaces. Replace BOOST_NO_STD_ITERATOR_TRAITS with BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION to prove we've normalized to core compiler capabilities Dave Abrahams 2001-02-10 00:38:08 +0000
  • 571ecdb662 *** empty log message *** Dave Abrahams 2001-02-10 00:35:45 +0000
  • e63227161d Improved interface to indirect_ and reverse_ iterators Dave Abrahams 2001-02-10 00:26:55 +0000
  • d5404628f6 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 +0000
  • 6114c1e9ff roll back mistaken changes Dave Abrahams 2001-02-09 21:04:09 +0000
  • ec6c46b4fd try a better interface to indirect iterators Dave Abrahams 2001-02-09 19:26:19 +0000
  • 954e8c3115 Cleaned up redundant test is_integral<T> || is_same<T,char> -> is_integral<T> Dave Abrahams 2001-02-09 15:43:57 +0000
  • 490cc42bcc Applied John Maddock's Borland patch Moving <true> specialization to unspecialized template Dave Abrahams 2001-02-09 15:23:55 +0000
  • 06d6f1ff42 Factored out is_numeric computation. Borland still unhappy :( Dave Abrahams 2001-02-09 15:21:02 +0000
  • 377675ce8c Rolled back Jeremy's new constructor for now; it was causing problems with counting_iterator_test Attempted fix for Borland Dave Abrahams 2001-02-09 15:17:17 +0000
  • 414b3e0ed0 Add example Beman Dawes 2001-02-09 14:39:43 +0000
  • 3b3ae85da7 fixed usage of indirect_iterator_pair_generator Jeremy Siek 2001-02-09 05:45:10 +0000
  • 082f8c05a3 MSVC porting Jeremy Siek 2001-02-09 05:44:13 +0000
  • aaedb9c4f1 adjusted to changes in iterator_adaptors.hpp, added more tests of make_xxx Jeremy Siek 2001-02-09 05:26:48 +0000
  • e196c011d2 Added iterator constructor to allow const adaptor from non-const adaptee. Jeremy Siek 2001-02-09 05:26:01 +0000
  • df910e2afd more work on default args and explicit templat args Jeremy Siek 2001-02-09 04:40:42 +0000
  • 4c978962c5 Fixed bidirectional iterator test so that --i is no longer a precondition. Jeremy Siek 2001-02-09 04:29:11 +0000
  • c340be6197 Use Jeremy's new make_reverse_iterator form; add more comprehensive testing. Force-decay array function arguments to pointers. Dave Abrahams 2001-02-09 03:32:59 +0000
  • da2b6686d9 Add parens to appease Borland Dave Abrahams 2001-02-09 03:30:12 +0000
  • d144752294 Fold in Jeremy's improvement to make_reverse_iterator Dave Abrahams 2001-02-09 03:29:11 +0000
  • 6e78c87722 Beginning of a failed attempt to appease Borland Dave Abrahams 2001-02-09 03:27:40 +0000
  • d1f5a1ac89 fixed iterator_adaptor and graph Jens Maurer 2001-02-08 20:15:31 +0000
  • 76bd6a6e9e fixed iterator_adaptor and rational_test Jens Maurer 2001-02-08 20:13:19 +0000
  • 7200176f0e undo previous change Jens Maurer 2001-02-08 20:01:17 +0000
  • 1c7b070759 distinguish compile and run failures Jens Maurer 2001-02-08 19:57:41 +0000
  • 886a65eb04 Define BOOST_INCLUDE_MAIN for Win32 compilers for initial testing of Boost Test Library Beman Dawes 2001-02-08 19:17:51 +0000
  • 68882696fb fixes to counting_iterator and iterator_adaptor Jens Maurer 2001-02-08 18:18:25 +0000
  • 67a96ce484 adjust for: _RWSTD_VER is six digits on Borland, four digits on Compaq C++ Jens Maurer 2001-02-08 17:49:34 +0000
  • f842a000a0 Fix for Rogue Wave library detection in config.hpp John Maddock 2001-02-08 12:58:11 +0000
  • 46e87d5839 bug fixes Dave Abrahams 2001-02-08 04:46:41 +0000
  • 549ac6e3fb just whitespace Dave Abrahams 2001-02-08 04:45:18 +0000
  • f24a3f8d45 *** empty log message *** Dave Abrahams 2001-02-08 04:44:19 +0000
  • 9d7bdd206c updated to change in indirect_iterator Jeremy Siek 2001-02-08 03:43:33 +0000
  • 0ef7e66267 put indirect_iterator_pair_generator back in Jeremy Siek 2001-02-08 03:41:23 +0000
  • 4729e2946d added indirect_iterator_pair_generator back in Jeremy Siek 2001-02-08 03:35:03 +0000
  • c8d7e70ecd Added tests for the make_xxx_iterator() helper functions Jeremy Siek 2001-02-08 03:08:09 +0000
  • 88cb771f92 Removed all pair generator's except for projection and some const adaptor generators. Jeremy Siek 2001-02-08 03:07:33 +0000
  • 3630c2ed79 Fix for linux gcc-2.95.2 Ralf W. Grosse-Kunstleve 2001-02-08 01:54:59 +0000
  • 48b113a408 Remove example files that were accidentally added to the main branch. Ralf W. Grosse-Kunstleve 2001-02-07 23:58:44 +0000
  • 72dd663c37 Add back old example files that were accidentally removed from the main branch. Ralf W. Grosse-Kunstleve 2001-02-07 23:50:41 +0000
  • e21d5a72ea rename counting_iterator() -> make_counting_iterator() Dave Abrahams 2001-02-07 22:27:02 +0000
  • 4e79311408 fixed add_vertex() problem and updated to indirect_iterator_generator Jeremy Siek 2001-02-07 22:22:44 +0000
  • 91d29c8693 moved static members to function statics to avoid VC++ problems Jeremy Siek 2001-02-07 21:30:35 +0000
  • ef1f8aba78 replace _MSC_VER by BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP Jens Maurer 2001-02-07 20:51:25 +0000
  • a0ce1ebf54 table of contents added (Paul Moore) Jens Maurer 2001-02-07 20:43:29 +0000
  • 79130b89ff fixed regex on KCC 3.4g for Solaris Jens Maurer 2001-02-07 20:39:57 +0000
  • 24d60bb059 additional failures with iterator adaptors Jens Maurer 2001-02-07 18:16:29 +0000
  • 1b77bbf407 re-run Jens Maurer 2001-02-07 18:15:35 +0000
  • a60762711e re-run with changed iterator adaptors Jens Maurer 2001-02-07 18:14:34 +0000
  • 584ae36f72 re-run with rational_test.cpp and various bug fixes Jens Maurer 2001-02-07 17:57:20 +0000
  • cb38767164 add missing "typename" Jens Maurer 2001-02-07 17:51:55 +0000
  • 462372a20f trivial flotsam cleanup Dave Abrahams 2001-02-07 17:23:52 +0000
  • 86227f85e6 Removed iterator_adaptor_pair_generator and reverse_iterator_pair_generator (more such culling to come) Dave Abrahams 2001-02-07 17:22:16 +0000
  • 4eba4494ab 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 +0000
  • 85f238ca24 More comprehensive testing; factored out static tests for better reuse Dave Abrahams 2001-02-07 16:38:41 +0000
  • 771c4d57b8 Tweeked config options for Kai and Irix+STLPort John Maddock 2001-02-07 11:56:13 +0000
  • 82da2cc3aa beos status update John Maddock 2001-02-07 11:21:36 +0000
  • 430e73122c re-run after various fixes Jens Maurer 2001-02-07 06:50:19 +0000
  • 6c623c1a6c re-run after various portability and bug fixes Jens Maurer 2001-02-07 06:47:42 +0000
  • 67a104c3ea Replaced use of xxx_pair_generator with xxx_generator where possible (which was all but the projection iterator). Jeremy Siek 2001-02-07 06:36:12 +0000