|
ceffd1cf79
|
strided adaptor rewritten to correct defects and optimise performance.
|
2014-02-26 21:17:29 +00:00 |
|
|
654ae838ee
|
refactored iterator_range to better handle SFINAE.
|
2014-02-24 18:26:03 +00:00 |
|
|
1d91272a55
|
trac 6715 - iterator_range operators work automatically in derived.
|
2014-02-22 22:31:48 +00:00 |
|
|
e7185c2966
|
Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
These evaded scripting.
[SVN r86249]
|
2013-10-11 23:22:36 +00:00 |
|
|
5366172708
|
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifdef...#else...#endif blocks.
[SVN r86246]
|
2013-10-11 23:19:17 +00:00 |
|
|
b02c60e468
|
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifndef...#else...#endif blocks.
[SVN r86245]
|
2013-10-11 23:17:48 +00:00 |
|
|
c55650216f
|
Remove obsolete files.
[SVN r86242]
|
2013-10-11 23:11:35 +00:00 |
|
|
1e6ba3c885
|
Range: Remove obsolete GCC version checks.
[SVN r86102]
|
2013-10-01 08:41:42 +00:00 |
|
|
4f34d95156
|
Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq
is now clean.
[SVN r85952]
|
2013-09-26 13:02:51 +00:00 |
|
|
650b75d2d7
|
Range: Remove obsolete MSVC version checks.
[SVN r85915]
|
2013-09-25 21:13:39 +00:00 |
|
|
8af782611e
|
Range: Remove ATL specific define for old MSVC.
[SVN r85912]
|
2013-09-25 21:12:40 +00:00 |
|
|
34cea300e5
|
[boost][range] - fix a very odd compilation problem in range_size that only occurs on clang 4.2 on the Mac (clang 4.2 on linux is fine)
[SVN r85717]
|
2013-09-16 23:23:38 +00:00 |
|
|
cca9739022
|
Fixed compilation with gcc 4.7.
[SVN r85707]
|
2013-09-16 17:13:20 +00:00 |
|
|
30e6df5a15
|
[boost][range] - removed warnings found building with clang 3.2.
[SVN r85698]
|
2013-09-16 11:21:36 +00:00 |
|
|
2285f909f6
|
[boost][range] correct lifetime defect in the tokenized range adapter
[SVN r85697]
|
2013-09-16 10:10:12 +00:00 |
|
|
426e0c39a8
|
[boost][range] - changed join_iterator reference type handling to address several user observations and failing clang builds.
[SVN r85691]
|
2013-09-15 22:15:12 +00:00 |
|
|
f662a07bcc
|
[boost][range] Ticket 8702 - size_type detection
[SVN r85690]
|
2013-09-15 21:54:32 +00:00 |
|
|
90ce7f3703
|
[boost][range] - fix for ticket 6888 - unique predicate overloads
[SVN r85686]
|
2013-09-15 19:44:36 +00:00 |
|
|
a59819fc6e
|
[boost][range] - fix for ticket 8341 - has_range_iterator
[SVN r85682]
|
2013-09-15 18:05:49 +00:00 |
|
|
2480b52f5b
|
range: silence some warnings
[SVN r85584]
|
2013-09-06 08:51:00 +00:00 |
|
|
b4f00e3c18
|
[range] Fixed a bug in join_iterator where joining a const range and a non-const range led to a compiler error (refs #8483).
[SVN r85400]
|
2013-08-20 06:06:12 +00:00 |
|
|
b0c1cf556f
|
[range] Fixed a bug in istream_range() that prevented it from working with character types other than 'char' (refs #7407).
[SVN r84707]
|
2013-06-09 02:34:36 +00:00 |
|
|
8be23dd1aa
|
[range] Fix off-by-one error in implementation of irange() (refs #7731).
[SVN r84701]
|
2013-06-08 20:41:43 +00:00 |
|
|
1eb5554da9
|
[range] Choose the appropriate implementation of BOOST_RANGE_EXTRACT_OPTIONAL_TYPE() based on BOOST_NO_PARTIAL_SPECIALIZATION_IMPLICIT_DEFAULT_ARGS rather than BOOST_NO_PARTIAL_TEMPLATE_SPECIALIZATION (refs #8453).
[SVN r84663]
|
2013-06-06 23:06:55 +00:00 |
|
|
3d3631744f
|
[range] Don't include <istream> unnecessarily in istream_range.hpp (refs #7408).
[SVN r84644]
|
2013-06-05 00:55:37 +00:00 |
|
|
c908e04144
|
[range] Make iterator of 'indexed' adaptor default-constructible (refs #7827).
[SVN r84617]
|
2013-06-03 09:00:46 +00:00 |
|
|
1c18f42e83
|
[range] Use correct iterator concepts when checking Boost.Range concepts (refs #6944).
[SVN r84566]
|
2013-05-30 23:16:51 +00:00 |
|
|
fe79a8efdd
|
[range] allow iterator_range to be instantiated with a pointer to an array as the iterator type (refs #8338)
[SVN r83596]
|
2013-03-27 02:16:11 +00:00 |
|
|
45a1acb980
|
[range] fix some minor typos in comments - fixes #7916
[SVN r82594]
|
2013-01-24 09:10:47 +00:00 |
|
|
b7f443e583
|
[range] corrected undesirable namespace nesting in algorithm/search_n.hpp; fixes #6103
[SVN r82071]
|
2012-12-18 09:25:08 +00:00 |
|
|
f49e347772
|
[range] added missing includes to any_range.hpp and related files; fixes #5603
[SVN r81890]
|
2012-12-13 07:48:50 +00:00 |
|
|
dceccc9de9
|
[boost][range] - Added the missing include of boost/utility/enable_if.hpp to boost/range/algorithm/for_each.hpp
[SVN r79180]
|
2012-06-29 21:49:37 +00:00 |
|
|
a72eae6099
|
Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare.
[SVN r78502]
|
2012-05-18 04:44:04 +00:00 |
|
|
5a04c9e05b
|
[boost][range] - Ticket 5993 - Accumulate Concept Check constness.
[SVN r77993]
|
2012-04-15 12:24:53 +00:00 |
|
|
e6279d4436
|
[boost][range] - Ticket 6149 - as_literal causing unnecessary copy (on very silly compilers)
[SVN r77992]
|
2012-04-15 12:18:02 +00:00 |
|
|
11238e4c19
|
[boost][range] - Trac 5971 - size() should return an unsigned type.
[SVN r77990]
|
2012-04-15 11:52:01 +00:00 |
|
|
c4bd4bf4ce
|
Remove tabs.
[SVN r72190]
|
2011-05-26 18:23:57 +00:00 |
|
|
846f11a96c
|
[boost][range] - Ticket 5236 - Strided reversing past begin issue resolved.
[SVN r72107]
|
2011-05-22 22:06:30 +00:00 |
|
|
8810c4c4aa
|
[boost][range] - Ticket 5547 - Boost.Range join() ambiguous with Boost.Algorithm join() function. Put the Boost.Range join function into the boost::range namespace and brought out with 'using'
[SVN r72106]
|
2011-05-22 21:19:53 +00:00 |
|
|
44c26a3356
|
[boost][range] - Ticket 5486 - Removal of unnecessary variables from adjacent_filtered_range. This removes the requirement for the predicate to be default constructible.
[SVN r72102]
|
2011-05-22 20:33:06 +00:00 |
|
|
3b3889b70f
|
[boost][range] - Ticket 5485 - doubly defined BOOST_DEFINE_RANGE_ADAPTOR_1 macro.
[SVN r72098]
|
2011-05-22 20:01:12 +00:00 |
|
|
5ed6116490
|
[boost][range] - ticket 5544 - fix for termination of irange - done properly for negative step sizes.
[SVN r72097]
|
2011-05-22 19:59:59 +00:00 |
|
|
df1a3a334f
|
[boost][range] - ticket 5544 - fix for termination of irange.
[SVN r72070]
|
2011-05-22 11:16:53 +00:00 |
|
|
126e6861d7
|
[boost][range] - Resolved Trace 5162 - boost::iterator_range<T*> is unsafe.
[SVN r70852]
|
2011-04-02 13:05:26 +00:00 |
|
|
d490a84c8d
|
[boost][range] - Improved the work-around for VC10 for_each implementation. Corrected a missing newline at the end of the file.
[SVN r70850]
|
2011-04-02 10:14:51 +00:00 |
|
|
10af4fc1e0
|
[boost][range] - Improve the forwarding of the functor, and provide a work-around for the breaking changes in VC10 for_each.
[SVN r70690]
|
2011-03-29 10:27:00 +00:00 |
|
|
f8bb8aafbf
|
[range] - Improved default Reference type deduction for the join_iterator as implemented by aschoedl in Trac issue 5061.
[SVN r70041]
|
2011-03-16 23:55:25 +00:00 |
|
|
c6a6a46db4
|
[range] - Fix for the demotion of traversal tags supplied by aschoedl. This is mentioned in Trac issue 5061, but has also been reported independently by a few users.
[SVN r70040]
|
2011-03-16 23:47:02 +00:00 |
|
|
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 |
|