Commit Graph

  • 765d9be17d small edit Jeremy Siek 2001-02-12 04:53:39 +0000
  • 7135373008 various edits Jeremy Siek 2001-02-12 04:52:24 +0000
  • ee269884fc finished 1st draft of reverse iterator docs Jeremy Siek 2001-02-12 04:51:56 +0000
  • 387540d5f1 using make_const_projection_iterator() for last example, and a couple other minor edits Jeremy Siek 2001-02-12 02:55:19 +0000
  • 2eba7b42a8 new files Jeremy Siek 2001-02-12 02:52:26 +0000
  • 07115d26c7 finished 1st draft Jeremy Siek 2001-02-12 01:50:50 +0000
  • c43ed815a0 new files Jeremy Siek 2001-02-11 20:05:00 +0000
  • ff01e36d12 Compile with Borland, re-enable failing tests Dave Abrahams 2001-02-11 19:53:56 +0000
  • ac4798b16c Final fixes for Borland Dave Abrahams 2001-02-11 19:50:14 +0000
  • d4e14fed0e Fixed bugs in the iterator helpers which prevented explicitly supplied arguments from actually being used Dave Abrahams 2001-02-11 19:31:21 +0000
  • 5f91259344 few edits Jeremy Siek 2001-02-11 19:26:26 +0000
  • 20a9d9645d Added test of operator-> for forward and input iterators. Jeremy Siek 2001-02-11 19:25:49 +0000
  • c86f6b4abd Dave's suggested edits Jeremy Siek 2001-02-11 18:27:40 +0000
  • d66489b5b2 changed per Dave's comments Jeremy Siek 2001-02-11 18:14:04 +0000
  • b743ee9f0c #if 0'd out use of counting_iterator on non-numeric types in MSVC without STLport, so that the other tests may proceed Dave Abrahams 2001-02-11 16:19:17 +0000
  • 95ba69c00a Borland fixes Dave Abrahams 2001-02-11 16:16:53 +0000
  • 2ac273739c Update for compatibility with new iterator_adaptor interface Dave Abrahams 2001-02-11 16:14:14 +0000
  • 5b4d28708c Fixes for Borland Dave Abrahams 2001-02-11 16:13:38 +0000
  • 4cc4383488 Some fixes for Borland get it closer on that compiler Dave Abrahams 2001-02-11 16:05:01 +0000
  • 8935232248 new files Jeremy Siek 2001-02-11 05:25:19 +0000
  • 5c6dd2f172 various edits Jeremy Siek 2001-02-11 04:34:32 +0000
  • eeeb7ef5b9 Replaced some static_casts with explicit construction Dave Abrahams 2001-02-11 03:12:04 +0000
  • 2efc9c1178 Use new adaptors interface Dave Abrahams 2001-02-11 03:07:55 +0000
  • a84c46f6e3 added another example Jeremy Siek 2001-02-11 03:01:47 +0000
  • a5c3dcdd02 redid docs for the template parameters Jeremy Siek 2001-02-11 02:55:38 +0000
  • 46f7a75eb7 fixed bug in policy object constructor Jeremy Siek 2001-02-11 02:40:02 +0000
  • 94b6710c5b fixed bug in policy object construction Jeremy Siek 2001-02-11 02:39:35 +0000
  • d8dd3da9ab small edit Jeremy Siek 2001-02-11 02:38:08 +0000
  • 803ced004a finished 1st draft Jeremy Siek 2001-02-11 02:35:09 +0000
  • 0ea7d36ad0 A fix for EDG Dave Abrahams 2001-02-10 23:16:05 +0000
  • 87aafab759 new file Jeremy Siek 2001-02-10 22:33:43 +0000
  • 994d310abd Use new filter_ interface. Dave Abrahams 2001-02-10 20:11:42 +0000
  • 228cdcf05e All final 1.20.2 changes, including fixing broken hyperlinks Beman Dawes 2001-02-10 14:42:14 +0000
  • 42598e352c 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
  • 36a9e4d1da fixed usage of indirect_iterator_pair_generator Jeremy Siek 2001-02-09 05:45:10 +0000
  • 456dfd0dea adjusted to changes in iterator_adaptors.hpp, added more tests of make_xxx Jeremy Siek 2001-02-09 05:26:48 +0000
  • 155457e2b5 more work on default args and explicit templat args Jeremy Siek 2001-02-09 04:40:42 +0000
  • b5c91485bf 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
  • c959cf7870 bug fixes Dave Abrahams 2001-02-08 04:46:41 +0000
  • 5878c88636 added indirect_iterator_pair_generator back in Jeremy Siek 2001-02-08 03:35:03 +0000
  • ddcef2fb19 Added tests for the make_xxx_iterator() helper functions Jeremy Siek 2001-02-08 03:08:09 +0000
  • 493d124c07 rename counting_iterator() -> make_counting_iterator() Dave Abrahams 2001-02-07 22:27:02 +0000
  • f42060c616 add missing "typename" Jens Maurer 2001-02-07 17:51:55 +0000
  • 834facc932 trivial flotsam cleanup Dave Abrahams 2001-02-07 17:23:52 +0000
  • f82d0b76ee More comprehensive testing; factored out static tests for better reuse Dave Abrahams 2001-02-07 16:38:41 +0000
  • c25d225275 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
  • c503a274b5 Removed now-defaulted template arguments where possible Updated names to correspond to new generator naming convention. Added a trivial test for make_transform_iterator(). Gave traits for const iterators a mutable value_type, per std. Resurrected my original tests for indirect iterators. Dave Abrahams 2001-02-07 05:37:08 +0000
  • 087069d215 added concept check for the default iterator policy Jeremy Siek 2001-02-07 02:44:18 +0000
  • 826a6dd114 changed test for transform iterator to use input_iterator instead of random access iterator Jeremy Siek 2001-02-04 23:46:31 +0000
  • f31483838d Fix for compilers without standard iterator_traits Dave Abrahams 2001-02-04 20:11:30 +0000
  • d8a9b633d9 Fix for newly-corrected bidirectional_iterator_test requirements. Dave Abrahams 2001-02-04 19:09:46 +0000
  • c060e4466a Added use of iterator_tests.hpp Dave Abrahams 2001-02-04 18:26:43 +0000
  • a9951376f4 removed UDT -> int is_convertible test because the noncopyable -> int test already brings out the g++ warning Jeremy Siek 2001-01-31 19:08:27 +0000
  • bda0c8f5e3 added some more tests and fixed signature of main() so this will link with MSVC Jeremy Siek 2001-01-31 18:54:29 +0000
  • 71902f23a2 Added test case for is_convertible with UDT that brings out the warning message bug with g++. Jeremy Siek 2001-01-31 02:12:08 +0000
  • dfd6c85569 Inital checkin Dave Abrahams 2001-01-30 16:00:37 +0000
  • 0e41b2cc1a Removed not_an_iterator detritus Dave Abrahams 2001-01-29 02:14:44 +0000
  • e5c81d0702 fixed very strange VC++ bug that was showing up in graph/test/graph.cpp Something about the code gen for compressed_pair_1::operator= was going wrong. Writing it explicitly, and playing with some ordering fixed the problem, don't ask my why. Jeremy Siek 2001-01-25 04:45:52 +0000
  • 6caf7d4d5a Initial checkin Dave Abrahams 2001-01-24 18:36:52 +0000
  • 98e87c8afb Added test for wchar_t Dave Abrahams 2001-01-24 01:48:01 +0000
  • d9e0f80d50 Now statically selecting a test for signed numbers to avoid warnings with fancy compilers. Added commentary and additional dumping of traits data for tested types. Dave Abrahams 2001-01-24 01:40:22 +0000
  • 6396fdb5ff added filter iterator test Jeremy Siek 2001-01-23 19:10:03 +0000
  • 2470b53373 minor fix: move "static" storage specifier to the front of a declaration Jens Maurer 2001-01-22 21:11:35 +0000
  • 16334e92ca added KAI C++ type for std::list::difference_type Jeremy Siek 2001-01-22 16:52:36 +0000
  • c22d98a8ec Quick fix to my_iterator, which wasn't returning a reference type from operator* Dave Abrahams 2001-01-22 05:03:48 +0000
  • 28617afbb9 Initial checkin Dave Abrahams 2001-01-22 04:08:29 +0000
  • 0c3bc42bec new files Jeremy Siek 2001-01-21 20:12:32 +0000
  • e3d9745df1 Initial Checkin Dave Abrahams 2001-01-21 06:02:08 +0000
  • b8471c1015 Suppress an expected warning for MSVC Added a test to prove that we can use void with is_same<> Removed "press any key to exit" as it interferes with testing in large batches. Dave Abrahams 2001-01-21 05:56:57 +0000
  • 045b09c9ef A first attempt at clarifying the documentation Dave Abrahams 2001-01-21 05:48:55 +0000
  • 4ac07b97d3 Fixed what seemed like glaring bugs (illegal access to private members, missing template parameters). Dave Abrahams 2001-01-20 21:59:55 +0000
  • 34c847c17f moved global variables in front of reference in test_align Jens Maurer 2001-01-19 19:27:09 +0000
  • f694e557e1 compressed pair fixes for VC6 John Maddock 2001-01-10 12:21:30 +0000
  • 6a0c3e92a0 Initial commit after public review (note change in library name per review) Beman Dawes 2001-01-06 16:47:36 +0000
  • cba48df8e3 VC6 fixes for compressed_pair John Maddock 2000-12-21 12:27:22 +0000
  • a0e8d1bf36 a C++ standard version of LessThanComparable Jeremy Siek 2000-12-09 22:39:50 +0000
  • 912dedaca7 added #include boost/config.hpp at top to remove truncation warning on VC++ Jeremy Siek 2000-12-09 20:28:48 +0000
  • 7dd90c3919 CVS says it needs a commit; who knows why? Beman Dawes 2000-12-08 17:35:43 +0000
  • 7c3a25a377 various changes, almost forgot to check in Jeremy Siek 2000-12-03 06:20:23 +0000
  • c8fbca2d44 added docs for projection iterator Jeremy Siek 2000-11-24 21:31:43 +0000
  • f7ed0aaeed added std:: to unary_function Jeremy Siek 2000-11-24 20:48:02 +0000
  • 6e78270140 added projection iterator to the test Jeremy Siek 2000-11-24 20:45:26 +0000
  • ba354377d5 updated docs for indirect iterators Jeremy Siek 2000-11-24 20:22:23 +0000
  • 353c030918 simplified version of iterator_adaptor, plus fix to indirect iterator and addition of projection iterator Jeremy Siek 2000-11-24 19:40:51 +0000
  • 331a2b8282 Fixed regex memory leak, and type_traits bad test case John Maddock 2000-11-21 12:39:09 +0000
  • 4bd6909ea1 *** empty log message *** Jeremy Siek 2000-11-07 23:05:04 +0000
  • 26119613e1 BeOS5 (intel) fixes John Maddock 2000-11-04 11:16:12 +0000
  • 45bfe0b607 HTML change for 1.18.2 reflecting separation of old utility library Beman Dawes 2000-11-03 19:22:26 +0000
  • ce2f573ab2 new file, based on the C++ standard, not SGI STL's definition of Assignable Jeremy Siek 2000-10-29 21:35:59 +0000
  • 66d5cc43f3 added BeOS5 support to test script (not finished yet though...) John Maddock 2000-10-28 10:54:12 +0000
  • e8265e09a3 Add trivial numeric_cast tests for floating types. Dave Abrahams 2000-10-19 19:12:53 +0000
  • 860cf0b321 Fix broken HTML links Beman Dawes 2000-10-15 17:08:00 +0000
  • 89c74708d7 misc minor fixes John Maddock 2000-10-14 12:03:10 +0000
  • 74c8680350 Add missing "typename" that Metrowerks compiler is picky about Beman Dawes 2000-10-12 21:01:49 +0000
  • 3cd9f5b623 MWCW fix: added std:: qualifier to memset John Maddock 2000-10-10 11:40:19 +0000
  • 0936110741 minor typo fixes John Maddock 2000-10-10 10:40:58 +0000
  • 6161ce15c7 more VC6 type-traits and compressed pair fixes John Maddock 2000-10-07 10:53:47 +0000
  • 28594a22f1 More VC6 fixes for is_pointer/is_array/is_same John Maddock 2000-10-03 11:53:39 +0000
  • 656517b059 More VC6 fixes for compressed_pair and type_traits. John Maddock 2000-10-03 11:47:24 +0000
  • ad576863b4 fix typo: compressed_pait->compressed_pair Dave Abrahams 2000-10-03 08:06:19 +0000