Daniel James
045a05f81f
Run generator_iterator_test.cpp
...
I accidentally removed it in 8e5b8025d8
.
2014-06-30 10:59:03 +01:00
Andrey Semashev
fd94cc7d78
Removed executable flags from docs, tests and examples.
2014-06-29 15:49:05 +04:00
Kohei Takahashi
9841d87212
Add tests for fusion based zip_iterator
...
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-06-14 15:59:31 +09:00
John Maddock
6b2a5cccc4
Remove all references to now defunct (and removed) header.
...
[SVN r86438]
2014-06-06 01:06:48 +01:00
Stephen Kelly
a803b5b42d
Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC
...
[SVN r86250]
2014-06-06 01:06:48 +01:00
Daniel James
8e5b8025d8
Revert changes that were merged to master.
...
Reverted: 2e099caceb9..21102938e8ccb
I'm going to reapply some of them soon, but it's easier to revert them
all first, as there are conflicts. Also the number of changes that were
inserted since then, mean that there would be a huge gap between related
changes.
2014-06-06 00:56:20 +01:00
Peter Dimov
2d9362fe89
Move generator_iterator doc/test files, update test/Jamfile.v2.
2014-06-05 02:37:48 +03:00
John Maddock
d4d51389d1
Remove all references to now defunct (and removed) header.
...
[SVN r86438]
2013-10-26 10:13:38 +00:00
Stephen Kelly
4a82a5646f
Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC
...
[SVN r86250]
2013-10-11 23:23:26 +00:00
Jeffrey Lee Hellrung, Jr.
512298cb5c
- BREAKING CHANGE: iterator_facade::pointer now corresponds to the actual result of iterator_facade::operator-> rather than Value*. This required an adjustment to a test.
...
- The logic for determining the result of iterator_facade::operator[] has been factored out into a separate detail header in preparation for its potential use in iterator_range to avoid iterator_range::operator[] from returning a reference to a temporary.
[SVN r80901]
2012-10-08 02:02:09 +00:00
Jeffrey Lee Hellrung, Jr.
31c3971720
fix #5825 ; fix #7194
...
[SVN r80467]
2012-09-09 15:33:12 +00:00
Jeffrey Lee Hellrung, Jr.
ad90dac61d
refs #5127 applying Michael Morin's patch for transform_iterator to trunk
...
[SVN r78121]
2012-04-22 01:27:49 +00:00
Jeremiah Willcock
964a29979c
Applied patches from #5697 ; refs #5697
...
[SVN r77723]
2012-04-02 18:19:44 +00:00
Marshall Clow
caa0e5035a
Added Michel's patches for #1427
...
[SVN r68205]
2011-01-17 14:52:49 +00:00
Jeremiah Willcock
d469568de7
function_input_iterator fixes from Dean Michael Berris
...
[SVN r62710]
2010-06-10 05:59:46 +00:00
Jeremiah Willcock
2786268510
Applied patches from #1427 ; fixes #1427
...
[SVN r62625]
2010-06-09 01:08:45 +00:00
Dave Abrahams
ac522bc9e1
category of each component iterator is reduced to a known category before we try to find a minimum.
...
Closes #1517
[SVN r58012]
2009-11-28 18:53:43 +00:00
Dave Abrahams
4c60e26bf8
Made sure that iterator_facade's nested `::pointer
` type is always
...
the same as what's returned from operator->. For input iterators,
that wasn't always the case (see operator_arrow_proxy).
Fixes #1019 .
[SVN r57989]
2009-11-28 05:12:29 +00:00
Troy D. Straszheim
d11c7a3ec4
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
76fd8e27fb
Copyrights on CMakeLists.txt to keep them from clogging up the inspect
...
reports. This is essentially the same commit as r55095 on the release
branch.
[SVN r55159]
2009-07-26 00:49:56 +00:00
Michael A. Jackson
835498603d
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
...
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
b0ec5a759b
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
Vladimir Prus
1f0a885def
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
Dave Abrahams
0b095e687f
Correct testing bugs:
...
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
(in my code only)
or adding "return boost::report_errors();" where it was clearly
missing (and a pure bug, in anyone's code).
[SVN r37057]
2007-02-24 22:40:59 +00:00
Dave Abrahams
9d241238f8
Fix inspection issues
...
[SVN r35239]
2006-09-21 02:40:19 +00:00
Dave Abrahams
7243852b0a
GCC-3.3.x workarounds
...
[SVN r35151]
2006-09-18 02:34:18 +00:00
Dave Abrahams
e7843bdea3
The previous test ran afoul of a few compilers. Let's try again.
...
[SVN r35126]
2006-09-15 16:40:07 +00:00
Dave Abrahams
bca372da18
fix for http://tinyurl.com/kbwzm
...
[SVN r35102]
2006-09-13 22:36:10 +00:00
Dave Abrahams
0237e49a17
fix for http://tinyurl.com/zuohe
...
[SVN r35101]
2006-09-13 22:24:14 +00:00
Nicola Musatti
0dbe767eec
Borland workaround updated
...
[SVN r33719]
2006-04-17 14:23:24 +00:00
Dave Abrahams
58341b3517
Stop using assert() in tests so we can test with NDEBUG defined.
...
[SVN r33026]
2006-02-20 15:45:40 +00:00
Douglas Gregor
7846e4bfd7
slist updates
...
[SVN r32477]
2006-01-31 13:30:01 +00:00
Thomas Witt
73811245eb
Fix counting_iterator::distance_to fails to instantiate for non default template arguments.
...
[SVN r31758]
2005-11-23 19:12:49 +00:00
Markus Schöpflin
48f7be7015
Workaround for non-conforming definition of std::ostream_iterator on Tru64/CXX.
...
[SVN r30852]
2005-09-07 16:03:55 +00:00
Thomas Witt
55fd9078a1
Renamed to avoid >31 char filename.
...
[SVN r30088]
2005-07-14 21:10:07 +00:00
Dave Abrahams
e22bb495db
vc6-stlport workaround
...
[SVN r29795]
2005-06-26 13:21:09 +00:00
Dave Abrahams
54ae365c98
Further generalized vc6 workaround
...
[SVN r29788]
2005-06-24 18:47:21 +00:00
Dave Abrahams
a9483b5633
Kill off vc6/stlport error more generally and more specifically
...
[SVN r29786]
2005-06-24 18:34:17 +00:00
Dave Abrahams
65fe75e558
Workarounds for Borland
...
Improved assertion output
[SVN r29779]
2005-06-24 15:37:23 +00:00
Dave Abrahams
ab372a0a74
Added failing test for missing #include guard, then fixed it.
...
[SVN r28459]
2005-04-24 11:48:23 +00:00
Vladimir Prus
f9c4915b55
Sync with V1
...
[SVN r28241]
2005-04-14 11:37:17 +00:00
Aleksey Gurtovoy
88697aad65
merge from RC_1_32_0 branch
...
[SVN r26942]
2005-01-30 21:36:16 +00:00
Aleksey Gurtovoy
7344357e32
merge changes from RC_1_32_0
...
[SVN r26891]
2005-01-28 07:42:05 +00:00
Aleksey Gurtovoy
80501e1eb2
merge changes from RC_1_32_0
...
[SVN r26888]
2005-01-28 07:34:17 +00:00
Dave Abrahams
7707262a07
base_type patch from Eric Niebler
...
[SVN r26818]
2005-01-23 15:40:15 +00:00
Dave Abrahams
ba3e7a459e
Allow for bidirectional filtered_iterators
...
[SVN r26491]
2004-12-13 09:31:17 +00:00
Dave Abrahams
295ae05e40
Fix the problems described in this thread:
...
http://lists.boost.org/MailArchives/boost-users/msg08656.php
[SVN r26410]
2004-12-03 09:55:30 +00:00
Jeremy Siek
c6bc3b2547
added copyrights
...
[SVN r25810]
2004-10-20 13:20:19 +00:00
Dave Abrahams
1f999864a1
Fix 31 character limit
...
[SVN r25193]
2004-09-18 13:32:24 +00:00
John Maddock
a396085bc0
Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8.
...
[SVN r24899]
2004-09-04 10:34:49 +00:00
Aleksey Gurtovoy
6196a6e591
merge new MPL version from 'mplbook' branch
...
[SVN r24874]
2004-09-02 15:41:37 +00:00
Douglas Gregor
3eca5e8f60
License updates
...
[SVN r24597]
2004-08-19 15:19:17 +00:00
Douglas Gregor
5947d569b9
License update
...
[SVN r24596]
2004-08-19 15:11:49 +00:00
Dave Abrahams
82108581b9
Make sure that X(r++) works for writable iterators.
...
[SVN r24420]
2004-08-11 19:54:40 +00:00
Thomas Witt
ca41a4f902
Fixed (C) and license.
...
[SVN r24378]
2004-08-10 14:41:52 +00:00
Douglas Gregor
a6d200f262
Converted to Boost Software License, Version 1.0
...
[SVN r24055]
2004-07-26 00:32:12 +00:00
Rene Rivera
0c28649d0b
Remove tabs in file.
...
[SVN r24043]
2004-07-25 17:12:17 +00:00
Dave Abrahams
edb7528136
Only use proxy for *r++ if *r is also a proxy.
...
[SVN r23516]
2004-07-14 00:40:04 +00:00
Dave Abrahams
2721c3c97e
Repair postfix increment proxies for input iterators
...
[SVN r23508]
2004-07-13 17:23:53 +00:00
Dave Abrahams
f49f68c8fe
Fixed postfix increment for incrementable and single-pass iterator facade
...
[SVN r23456]
2004-07-12 03:18:49 +00:00
Dave Abrahams
02f606816d
faster compile (no iostream)
...
[SVN r23451]
2004-07-12 02:21:35 +00:00
Vladimir Prus
db0bc36f58
Update
...
[SVN r23085]
2004-06-11 11:18:50 +00:00
Ronald Garcia
0c3a68530e
shared_container_iterator library:
...
- updated Copyright and License notices
- Added shared_iterator_test to the iterator test suite.
[SVN r22140]
2004-02-02 22:16:36 +00:00
Jeremy Siek
09549783cc
added lvalue_concept_fail_expected.cpp
...
[SVN r22019]
2004-01-28 14:05:33 +00:00
Jeremy Siek
273c1d784c
new file
...
[SVN r22018]
2004-01-28 14:04:21 +00:00
Dave Abrahams
0cb4ce54ef
No need to test things not related to zip_iterator
...
[SVN r22012]
2004-01-27 21:24:20 +00:00
Jeremy Siek
19d339c916
removed ReadableLvalue and WritableLvalue, added Lvalue
...
[SVN r22005]
2004-01-27 18:14:48 +00:00
Dave Abrahams
5f870d780d
vc6 linker workarounds
...
[SVN r21896]
2004-01-24 18:28:48 +00:00
Jeremy Siek
020f2ab867
untabified
...
[SVN r21890]
2004-01-24 16:14:46 +00:00
Jeremy Siek
f75a60e074
#if def'd out the test on a writable base iterator
...
[SVN r21851]
2004-01-21 03:56:49 +00:00
Jeremy Siek
3e5f366f4f
added missing reverse_iterator wrapping of Iter
...
[SVN r21850]
2004-01-21 03:28:25 +00:00
Dave Abrahams
cfe17e7fe5
GCC2 workaround
...
[SVN r21846]
2004-01-20 19:38:54 +00:00
Thomas Witt
8ca421c140
Disabled default construction for iterator archetypes that are not forward traversal iterators
...
[SVN r21781]
2004-01-16 06:18:44 +00:00
Jeremy Siek
f72d264b6b
changed the element type to be different from the index type to bring out more errors
...
[SVN r21771]
2004-01-15 19:01:38 +00:00
Jeremy Siek
85ad1f59da
removed the use of += and + on a non-random access iterator
...
[SVN r21766]
2004-01-15 18:49:05 +00:00
Dave Abrahams
c08cc33394
Added thomas' interoperability idea
...
[SVN r21762]
2004-01-15 17:08:04 +00:00
Jeremy Siek
a0bb423311
added test for InteroperableIteratorConcept
...
[SVN r21717]
2004-01-14 03:43:48 +00:00
Jeremy Siek
838decca95
chagned the name from InteroperatorConcept to InteroperatorIteratorConcept
...
[SVN r21693]
2004-01-13 18:56:36 +00:00
Jeremy Siek
45e90e0134
switched to using the no_proxy version of input_iterator_archetype
...
[SVN r21685]
2004-01-13 18:06:08 +00:00
Jeremy Siek
0db07e9455
added concept checks
...
[SVN r21603]
2004-01-11 17:45:33 +00:00
Jeremy Siek
f158591054
added const to dummyT for readable_lvalue
...
[SVN r21601]
2004-01-11 17:28:45 +00:00
Jeremy Siek
ef69c73e89
added some concept checks
...
[SVN r21593]
2004-01-11 15:45:16 +00:00
Jeremy Siek
0e11bd6a0c
added some more tests
...
[SVN r21591]
2004-01-11 15:13:07 +00:00
Dave Abrahams
6c62f31f0a
Updated pointee and indirect_reference so that pointee represents the
...
immutability of the pointed-to type via const qualification. The
pointee of a proxy-based iterator will be const qualified unless a
mutable reference to the value_type can be bound to the returned
proxy.
Added a test for pointee
Fixed iterator_facade so operator[] result type computation didn't
cause a problem with abstract types.
Updated iterator_facade operator[] docs for accuracy.
Allowed Borland to simply fail the indirect_iterator_member_types test
because of its lame const-dropping, instead of trying to work around
it.
[SVN r21579]
2004-01-11 00:03:09 +00:00
Dave Abrahams
20b31d1cca
Added traits:
...
is_incrementable.hpp: checks whether ++x is well-formed
pointee.hpp: value_type of iterators or smart pointers
indirect_reference.hpp: reference type of iterators or smart pointers
indirect_iterator.hpp
indirect_iterator_member_types.cpp
Use pointee/indirect_reference to select value/reference type.
iterator_concepts.hpp: Fixed interoperable test. Hardly tests enough, but it's a start
minimum_category.hpp: Better error messages for vc6
indirect_iterator_test.cpp: Workarounds for compilers without SFINAE
static_assert_same.hpp: Informative error reports; added a macro.
zip_iterator_test.hpp: Added missing #include
Jamfile: made zip_iterator test pass with vc6/stlport
[SVN r21514]
2004-01-06 17:35:36 +00:00
Jeremy Siek
f716d705c5
change to iterator_traits for custom pointer
...
[SVN r21483]
2004-01-04 18:44:54 +00:00
Jeremy Siek
dfad37d0f9
added indirect_iterator_member_types.cpp
...
[SVN r21478]
2004-01-04 16:35:22 +00:00
Jeremy Siek
3376955b80
added a test with no defaults
...
[SVN r21477]
2004-01-04 16:15:55 +00:00
Jeremy Siek
a450053b0a
no change
...
[SVN r21475]
2004-01-04 16:07:24 +00:00
Jeremy Siek
f0248daa1e
a few edits
...
[SVN r21470]
2004-01-04 04:27:43 +00:00
Jeremy Siek
68e7d3f0d5
new file
...
[SVN r21468]
2004-01-03 22:58:56 +00:00
Dave Abrahams
c04b13641f
GCC-3.1 deque iterator no-interop workaround.
...
[SVN r21461]
2004-01-03 20:21:41 +00:00
Dave Abrahams
f14701232a
Fix const/non-const interop for transform_iterator
...
[SVN r21172]
2003-12-07 20:33:18 +00:00
Dave Abrahams
f18906ac6b
Removed access category tags from iterator library, made corresponding
...
changes elsewhere.
boost/iterator and libs/iterator/test were updated from
branch "simplify"
[SVN r20905]
2003-11-22 01:18:37 +00:00
Dave Abrahams
4cc5f9a4d6
iterator_categories reformed, test added
...
[SVN r20829]
2003-11-17 16:52:15 +00:00
Dave Abrahams
cb34b65f3f
Fix missing is_readable_iterator test
...
Fix naming for is_lvalue_iterator and is_mutable_lvalue_iterator
[SVN r20772]
2003-11-10 04:13:16 +00:00
Dave Abrahams
f8cd96cb2e
Added
...
[SVN r20771]
2003-11-10 04:07:26 +00:00
Dave Abrahams
6ef3e5d1c7
Added is_readable_iterator, is_writable_iterator tests and preliminary issues document
...
[SVN r20686]
2003-11-05 21:48:16 +00:00
Dave Abrahams
dfa751077a
Added is_lvalue_iterator
...
[SVN r20632]
2003-11-04 08:03:29 +00:00
Vladimir Prus
361f62d022
Add V2 Jamfile
...
[SVN r20211]
2003-09-29 16:27:55 +00:00