cc8a1413cb
[range] - Qualify the lookup of the make_transform_iterator function to protect against ADL. This was reported as part of Trac issue 5061.
...
[SVN r70039]
2011-03-16 23:41:12 +00:00
1131136d4a
[range] - Fix for Trac issue 5313 - Typos in boost/range/detail/detail_str.hpp
...
[SVN r70038]
2011-03-16 23:37:03 +00:00
3cd6a7277f
[range] Added <=, ==, >, >=, != operators to iterator_range
...
[SVN r70037]
2011-03-16 23:33:57 +00:00
19a2090ef8
[range] - Fix for Trac issue 5295 - boost/range/sub_range.hpp cannot be included by itself
...
[SVN r70036]
2011-03-16 23:31:59 +00:00
67f457ade1
[range] Fix for Trac issue 5179 - Extra ";" in boost range file
...
[SVN r70035]
2011-03-16 23:29:29 +00:00
7315e2c14e
[range] resolved trac issue 5295 - sub_range.hpp was missing an include of concepts.hpp
...
[SVN r70034]
2011-03-16 23:20:12 +00:00
96c78123f0
[boost][range] - Fixed erroneous change by 'Wash' the size() function is intended to be for Random Access Ranges only to be in keeping with the other Boost.Range size() functions.
...
[SVN r68177]
2011-01-16 00:05:12 +00:00
868858b844
Fixed ambiguity issues when compiling with C++0x support enabled.
...
[SVN r68155]
2011-01-14 17:37:59 +00:00
367582d0f4
Removed the use of __gnu_cxx::is_sorted from Boost.Graph as it's lolnonportable,
...
implemented a version of the algorithm as a replacement,
[SVN r68144]
2011-01-14 03:02:47 +00:00
2da424d940
[boost][range] - Improved the tests by implementing outside of the boost namespace to better simulate real world usage.
...
[SVN r67602]
2011-01-03 01:33:04 +00:00
a5d94bbe21
[boost][range] - Make the type_erased adaptor test compatible with more compilers and reduce the time of test compilation/execution to avoid timeouts on the Intel compilers.
...
[SVN r67601]
2011-01-03 00:38:52 +00:00
716cf7795e
[boost][range] - Fixed defect where BOOST_TEST_MESSAGE was being undefined as a side-effect by the boost/range/detail/any_iterator_buffer.hpp header file
...
[SVN r67542]
2011-01-01 16:51:31 +00:00
55fd3ca5b2
[boost][range] - Updated begin/end to be protected against accidental ADL to improve compatibility with C++0x. Added any_range which adds type erasure support. Added a type_erased adaptor to utilise the any_range. Implemented the any_iterator using a small buffer optimization to avoid heap usage.
...
[SVN r67541]
2011-01-01 16:46:32 +00:00
c506d2537f
[boost][range] - Trac item 4226 - Implemented a safe_bool utility class that is intended to be refactored into a core area. Integrated this into iterator_range.
...
[SVN r67463]
2010-12-26 23:14:08 +00:00
efb7b50a8a
[boost][range] - Improved the implementation of strided range to eliminate requirements for boost::size(rng) to be a valid expression. Each traversal category of strided_iterator is now individually implemented.
...
[SVN r67461]
2010-12-26 20:33:33 +00:00
fd63de33e9
[boost][range] - Correctly attribute the test case kindly contributed by Michel Morin.
...
[SVN r67453]
2010-12-26 14:15:23 +00:00
014fdb8ace
[boost][range] - Corrected yesterdays erroneous modifications to the strided adaptor.
...
[SVN r67445]
2010-12-24 15:00:08 +00:00
9cf925c079
[boost][range] - Added has_range_iterator and has_range_const_iterator. Trac ticket 4296.
...
[SVN r67433]
2010-12-23 18:10:09 +00:00
4fc942f45e
[boost][range] - Resolved Trac ticket 4355 - Concepts did not check that iterators must be dereferencable.
...
[SVN r67430]
2010-12-23 11:56:27 +00:00
48fc316156
[boost][range] - Added documentation for the join() function. This is to resolve Trac ticket 4740.
...
[SVN r67428]
2010-12-23 10:56:23 +00:00
c66fb8e807
[boost][range] - manually split the implementation calls to search_n _impl and search_n_pred_impl due to a function overload resolution issue with VC10.
...
[SVN r67426]
2010-12-23 09:59:53 +00:00
3adf4d2869
[boost][range] - Resolution of Trac item 4905 - Implementation of boost::range::map_keys should use boost::range_reference
...
[SVN r67423]
2010-12-23 00:56:04 +00:00
de24df7962
[boost][range] - Fixed the search_n predicate version and resolve Trac ticket 4776
...
[SVN r67421]
2010-12-23 00:12:28 +00:00
dfa0764d53
[boost][range] - Resolution of Trac ticket 4355. Made the naming of the returned types from range adaptors consistent and documented.
...
[SVN r67420]
2010-12-22 23:42:02 +00:00
d68174a51d
[boost][range] - Update to relax preconditions for the strided adaptor, and numerous fixes to inspection report issues.
...
[SVN r67419]
2010-12-22 22:36:43 +00:00
612cec17bb
[boost][range] - Update to relax preconditions for the strided adaptor, and numerous fixes to inspection report issues.
...
[SVN r67418]
2010-12-22 22:31:33 +00:00
1ff26bc99b
boost/range/iterator_range_core.hpp: fixing bug introduced with rev. 67153 (major breakage)
...
[SVN r67169]
2010-12-11 14:30:49 +00:00
4b96ce34aa
Fix order of includes for Spirit scheme example. Changed iterator_range.size()
...
to use std::distance instead of subtracting iterators, this allows it to work
with iterators other than random access. Added more utree docs to Spirit.
[SVN r67153]
2010-12-10 20:04:30 +00:00
9e48730a0e
Fix some links in the range documentation.
...
[SVN r64279]
2010-07-22 23:28:41 +00:00
ce9d9b4726
Remove old range documentation files.
...
[SVN r64167]
2010-07-19 20:14:35 +00:00
22c4ab4a06
Boost.Range fixes for Tickets: 4131, 4136, 4398, 4388. Plus updated history in the documentation.
...
[SVN r64111]
2010-07-17 19:44:31 +00:00
a06f11589f
Removed invalid comparison of invalidated iterators in the Boost.Range partition test case.
...
[SVN r64088]
2010-07-17 12:25:57 +00:00
109bf20484
[range] - corrected defected test for the partition algorithm.
...
[SVN r64001]
2010-07-13 22:28:37 +00:00
183e449a31
[range] disambiguate const / non-const overloads for Intel compilers and older GCC.
...
[SVN r63998]
2010-07-13 20:31:40 +00:00
7c3b66d520
[range] experimental commit using disable_if in an attempt to resolve the ambiguity warnings on some compilers.
...
[SVN r63938]
2010-07-12 22:45:30 +00:00
334bc28136
avoid name clash with Boost.Algorithm by renaming replace_range to replaced_range
...
[SVN r63936]
2010-07-12 22:02:46 +00:00
40714ccc7e
[range] - fix erroneous change to uniqued test case.
...
[SVN r63935]
2010-07-12 21:52:28 +00:00
5bb66037d3
[boost][range] - Improved handling of temporary ranges in range algorithms.
...
[SVN r63904]
2010-07-12 00:14:07 +00:00
74a01a4487
[boost][range] - Improved handling of temporary ranges in range algorithms.
...
[SVN r63903]
2010-07-12 00:12:49 +00:00
ef000176d8
[boost][range] - Improved handling of temporary ranges in range algorithms.
...
[SVN r63902]
2010-07-12 00:08:41 +00:00
db345d4e8e
Update various libraries' documentation build.
...
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
2010-06-20 18:00:48 +00:00
aebb16feef
Boost.Range sliced adaptor is now compatible with VC10 even with using namespace boost::adaptors.
...
[SVN r61923]
2010-05-12 01:34:50 +00:00
5b1d0544e2
Const-qualified objects of class type require the class to have a
...
user-declared default constructor.
[SVN r61758]
2010-05-04 15:26:09 +00:00
c9802507ab
Boost.Range - modified join and irange to return public range types.
...
[SVN r61690]
2010-04-29 22:03:58 +00:00
3ef3363c2d
Boost.Range documentation iteration.
...
[SVN r61662]
2010-04-28 19:27:44 +00:00
7e065ca313
Boost.Range corrected dodgy link in the Uniqued adaptor documentation.
...
[SVN r61661]
2010-04-28 19:16:28 +00:00
1d5fb47238
Boost.Range documentation iteration.
...
[SVN r61660]
2010-04-28 19:07:47 +00:00
83c89f3038
Boost.Range documentation: corrected the Returned Range Category for the uniqued adaptor
...
[SVN r61654]
2010-04-28 18:09:41 +00:00
e3e1fc43d3
Boost.Range documentation iteration. Primarily this is the inclusion of Range Return Categories for every Range Adaptor page.
...
[SVN r61653]
2010-04-28 18:03:26 +00:00
5364ea2cad
Boost.Range commit fix for the mismatch documentation - thanks to vincente botet for spotting this.
...
[SVN r61651]
2010-04-28 16:52:24 +00:00