765d9be17dsmall edit
Jeremy Siek
2001-02-12 04:53:39 +0000
7135373008various edits
Jeremy Siek
2001-02-12 04:52:24 +0000
ee269884fcfinished 1st draft of reverse iterator docs
Jeremy Siek
2001-02-12 04:51:56 +0000
387540d5f1using make_const_projection_iterator() for last example, and a couple other minor edits
Jeremy Siek
2001-02-12 02:55:19 +0000
2eba7b42a8new files
Jeremy Siek
2001-02-12 02:52:26 +0000
07115d26c7finished 1st draft
Jeremy Siek
2001-02-12 01:50:50 +0000
c43ed815a0new files
Jeremy Siek
2001-02-11 20:05:00 +0000
ff01e36d12Compile with Borland, re-enable failing tests
Dave Abrahams
2001-02-11 19:53:56 +0000
ac4798b16cFinal fixes for Borland
Dave Abrahams
2001-02-11 19:50:14 +0000
d4e14fed0eFixed bugs in the iterator helpers which prevented explicitly supplied arguments from actually being used
Dave Abrahams
2001-02-11 19:31:21 +0000
5f91259344few edits
Jeremy Siek
2001-02-11 19:26:26 +0000
20a9d9645dAdded test of operator-> for forward and input iterators.
Jeremy Siek
2001-02-11 19:25:49 +0000
c86f6b4abdDave's suggested edits
Jeremy Siek
2001-02-11 18:27:40 +0000
d66489b5b2changed 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
95ba69c00aBorland fixes
Dave Abrahams
2001-02-11 16:16:53 +0000
2ac273739cUpdate for compatibility with new iterator_adaptor interface
Dave Abrahams
2001-02-11 16:14:14 +0000
5b4d28708cFixes for Borland
Dave Abrahams
2001-02-11 16:13:38 +0000
4cc4383488Some fixes for Borland get it closer on that compiler
Dave Abrahams
2001-02-11 16:05:01 +0000
8935232248new files
Jeremy Siek
2001-02-11 05:25:19 +0000
5c6dd2f172various edits
Jeremy Siek
2001-02-11 04:34:32 +0000
eeeb7ef5b9Replaced some static_casts with explicit construction
Dave Abrahams
2001-02-11 03:12:04 +0000
2efc9c1178Use new adaptors interface
Dave Abrahams
2001-02-11 03:07:55 +0000
a84c46f6e3added another example
Jeremy Siek
2001-02-11 03:01:47 +0000
a5c3dcdd02redid docs for the template parameters
Jeremy Siek
2001-02-11 02:55:38 +0000
46f7a75eb7fixed bug in policy object constructor
Jeremy Siek
2001-02-11 02:40:02 +0000
94b6710c5bfixed bug in policy object construction
Jeremy Siek
2001-02-11 02:39:35 +0000
d8dd3da9absmall edit
Jeremy Siek
2001-02-11 02:38:08 +0000
803ced004afinished 1st draft
Jeremy Siek
2001-02-11 02:35:09 +0000
0ea7d36ad0A fix for EDG
Dave Abrahams
2001-02-10 23:16:05 +0000
87aafab759new file
Jeremy Siek
2001-02-10 22:33:43 +0000
994d310abdUse new filter_ interface.
Dave Abrahams
2001-02-10 20:11:42 +0000
228cdcf05eAll final 1.20.2 changes, including fixing broken hyperlinks
Beman Dawes
2001-02-10 14:42:14 +0000
42598e352cUse 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
36a9e4d1dafixed usage of indirect_iterator_pair_generator
Jeremy Siek
2001-02-09 05:45:10 +0000
456dfd0deaadjusted to changes in iterator_adaptors.hpp, added more tests of make_xxx
Jeremy Siek
2001-02-09 05:26:48 +0000
155457e2b5more work on default args and explicit templat args
Jeremy Siek
2001-02-09 04:40:42 +0000
b5c91485bfUse 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
c959cf7870bug fixes
Dave Abrahams
2001-02-08 04:46:41 +0000
5878c88636added indirect_iterator_pair_generator back in
Jeremy Siek
2001-02-08 03:35:03 +0000
ddcef2fb19Added tests for the make_xxx_iterator() helper functions
Jeremy Siek
2001-02-08 03:08:09 +0000
493d124c07rename counting_iterator() -> make_counting_iterator()
Dave Abrahams
2001-02-07 22:27:02 +0000
834facc932trivial flotsam cleanup
Dave Abrahams
2001-02-07 17:23:52 +0000
f82d0b76eeMore comprehensive testing; factored out static tests for better reuse
Dave Abrahams
2001-02-07 16:38:41 +0000
c25d225275Replaced 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
c503a274b5Removed 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
087069d215added concept check for the default iterator policy
Jeremy Siek
2001-02-07 02:44:18 +0000
826a6dd114changed test for transform iterator to use input_iterator instead of random access iterator
Jeremy Siek
2001-02-04 23:46:31 +0000
f31483838dFix for compilers without standard iterator_traits
Dave Abrahams
2001-02-04 20:11:30 +0000
d8a9b633d9Fix for newly-corrected bidirectional_iterator_test requirements.
Dave Abrahams
2001-02-04 19:09:46 +0000
c060e4466aAdded use of iterator_tests.hpp
Dave Abrahams
2001-02-04 18:26:43 +0000
a9951376f4removed 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
bda0c8f5e3added some more tests and fixed signature of main() so this will link with MSVC
Jeremy Siek
2001-01-31 18:54:29 +0000
71902f23a2Added 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
dfd6c85569Inital checkin
Dave Abrahams
2001-01-30 16:00:37 +0000
0e41b2cc1aRemoved not_an_iterator detritus
Dave Abrahams
2001-01-29 02:14:44 +0000
e5c81d0702fixed 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
6caf7d4d5aInitial checkin
Dave Abrahams
2001-01-24 18:36:52 +0000
98e87c8afbAdded test for wchar_t
Dave Abrahams
2001-01-24 01:48:01 +0000
d9e0f80d50Now 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
6396fdb5ffadded filter iterator test
Jeremy Siek
2001-01-23 19:10:03 +0000
2470b53373minor fix: move "static" storage specifier to the front of a declaration
Jens Maurer
2001-01-22 21:11:35 +0000
16334e92caadded KAI C++ type for std::list::difference_type
Jeremy Siek
2001-01-22 16:52:36 +0000
c22d98a8ecQuick fix to my_iterator, which wasn't returning a reference type from operator*
Dave Abrahams
2001-01-22 05:03:48 +0000
28617afbb9Initial checkin
Dave Abrahams
2001-01-22 04:08:29 +0000
0c3bc42becnew files
Jeremy Siek
2001-01-21 20:12:32 +0000
e3d9745df1Initial Checkin
Dave Abrahams
2001-01-21 06:02:08 +0000
b8471c1015Suppress 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
045b09c9efA first attempt at clarifying the documentation
Dave Abrahams
2001-01-21 05:48:55 +0000
4ac07b97d3Fixed what seemed like glaring bugs (illegal access to private members, missing template parameters).
Dave Abrahams
2001-01-20 21:59:55 +0000
34c847c17fmoved global variables in front of reference in test_align
Jens Maurer
2001-01-19 19:27:09 +0000
f694e557e1compressed pair fixes for VC6
John Maddock
2001-01-10 12:21:30 +0000
6a0c3e92a0Initial commit after public review (note change in library name per review)
Beman Dawes
2001-01-06 16:47:36 +0000
cba48df8e3VC6 fixes for compressed_pair
John Maddock
2000-12-21 12:27:22 +0000
a0e8d1bf36a C++ standard version of LessThanComparable
Jeremy Siek
2000-12-09 22:39:50 +0000
912dedaca7added #include boost/config.hpp at top to remove truncation warning on VC++
Jeremy Siek
2000-12-09 20:28:48 +0000
7dd90c3919CVS says it needs a commit; who knows why?
Beman Dawes
2000-12-08 17:35:43 +0000
7c3a25a377various changes, almost forgot to check in
Jeremy Siek
2000-12-03 06:20:23 +0000
c8fbca2d44added docs for projection iterator
Jeremy Siek
2000-11-24 21:31:43 +0000
f7ed0aaeedadded std:: to unary_function
Jeremy Siek
2000-11-24 20:48:02 +0000
6e78270140added projection iterator to the test
Jeremy Siek
2000-11-24 20:45:26 +0000
ba354377d5updated docs for indirect iterators
Jeremy Siek
2000-11-24 20:22:23 +0000
353c030918simplified version of iterator_adaptor, plus fix to indirect iterator and addition of projection iterator
Jeremy Siek
2000-11-24 19:40:51 +0000
331a2b8282Fixed 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
26119613e1BeOS5 (intel) fixes
John Maddock
2000-11-04 11:16:12 +0000
45bfe0b607HTML change for 1.18.2 reflecting separation of old utility library
Beman Dawes
2000-11-03 19:22:26 +0000
ce2f573ab2new file, based on the C++ standard, not SGI STL's definition of Assignable
Jeremy Siek
2000-10-29 21:35:59 +0000
66d5cc43f3added BeOS5 support to test script (not finished yet though...)
John Maddock
2000-10-28 10:54:12 +0000
e8265e09a3Add trivial numeric_cast tests for floating types.
Dave Abrahams
2000-10-19 19:12:53 +0000
860cf0b321Fix broken HTML links
Beman Dawes
2000-10-15 17:08:00 +0000
89c74708d7misc minor fixes
John Maddock
2000-10-14 12:03:10 +0000
74c8680350Add missing "typename" that Metrowerks compiler is picky about
Beman Dawes
2000-10-12 21:01:49 +0000
3cd9f5b623MWCW fix: added std:: qualifier to memset
John Maddock
2000-10-10 11:40:19 +0000
0936110741minor typo fixes
John Maddock
2000-10-10 10:40:58 +0000
6161ce15c7more VC6 type-traits and compressed pair fixes
John Maddock
2000-10-07 10:53:47 +0000
28594a22f1More VC6 fixes for is_pointer/is_array/is_same
John Maddock
2000-10-03 11:53:39 +0000
656517b059More VC6 fixes for compressed_pair and type_traits.
John Maddock
2000-10-03 11:47:24 +0000
ad576863b4fix typo: compressed_pait->compressed_pair
Dave Abrahams
2000-10-03 08:06:19 +0000