Commit Graph

622 Commits

Author SHA1 Message Date
Neil Groves
6f11252633 Ticket 10336 - unit test added. 2015-01-31 14:50:58 +00:00
Neil Groves
688d1bc418 Update inclusion of polymorphic_cast.hpp to cat.hpp 2015-01-31 13:31:33 +00:00
neilgroves
dcbe4f9365 Merge pull request #21 from Lastique/patch-1
Use public interface of Boost.Iterator
2015-01-25 19:15:31 +00:00
Peter Dimov
e362bb1855 Merge pull request #20 from danieljames/metadata
Create metadata file.
2015-01-25 20:30:52 +02:00
neilgroves
4f3bdbe4d3 Merge pull request #24 from steveire/remove-algorithm-dep
Remove algorithm dep
2014-09-25 01:12:32 +01:00
Stephen Kelly
8bb3a85f68 Use local sfinae typedefs for yes_type and no_type.
Remove dependency on Boost.Algorithm library.
2014-09-10 15:37:48 +02:00
Stephen Kelly
0e9a9e613b Rely on the 'typename' keyword from the compiler.
Remove trailing whitespace from modified lines.

 git grep -l BOOST_STRING_TYPENAME | xargs sed -i 's|BOOST_STRING_TYPENAME *$|typename|'
 git grep -l BOOST_STRING_TYPENAME | xargs sed -i 's|BOOST_STRING_TYPENAME \(.*\) +$|typename \1|'
 git grep -l BOOST_STRING_TYPENAME | xargs sed -i 's|BOOST_STRING_TYPENAME|typename|'

Remove include of header from Boost.Algorithm library providing the define.
2014-09-10 15:37:45 +02:00
Nathan Ridge
18e5bfd037 Merge pull request #22 from insideoutclub/develop
Update algorithms.qbk
2014-09-05 13:47:21 -04:00
insideoutclub
51b8115fc1 Update algorithms.qbk
Fixed the spelling of "old-fashioned".
2014-09-05 10:34:21 -07:00
Andrey Semashev
4617c43b5e Use public interface of Boost.Iterator 2014-08-30 16:04:46 +04:00
Daniel James
a58e59ec67 Add metadata file. 2014-08-18 15:09:55 +01:00
Neil Groves
470a28ecb6 replace =default in test to fix iterator_range.cpp unit test regression with older compilers. 2014-08-15 12:26:30 +01:00
neilgroves
1e509e6749 Merge pull request #19 from ericniebler/develop
Possible fix for iterator_range SFINAE bug
2014-08-10 17:07:10 +01:00
Eric Niebler
7d13f63d5d avoid SFINAE problem in iterator_range constructor 2014-08-09 14:48:57 -07:00
Eric Niebler
d6bce30c4f Merge remote-tracking branch 'origin/develop' into develop 2014-08-09 12:30:26 -07:00
Neil Groves
dc0a6b6340 Add upgrade documentation about pop_front() and pop_back() being renamed. 2014-08-04 19:32:37 +01:00
Neil Groves
7fb879a283 Hotfix to add back advance_begin and advance_end. 2014-08-04 17:53:14 +01:00
Eric Niebler
4716c1efec Merge pull request #16 from ericniebler/develop
attempted fix for iterator_range relational operators bug
2014-07-30 07:53:31 -07:00
Eric Niebler
9d8034d541 Merge remote-tracking branch 'origin/develop' into develop 2014-07-29 19:35:26 -07:00
Eric Niebler
48dfb68045 Merge pull request #17 from ericniebler/iterators-namespace
accomodate new boost::iterators namespace.
2014-07-29 18:21:34 -07:00
Eric Niebler
1617a513d2 accomodate new boost::iterators namespace. See boostorg/iterator@dc96d371fa 2014-07-29 18:18:02 -07:00
Eric Niebler
c2a7ac4197 attempted fix for iterator_range relational operators bug 2014-07-29 17:53:27 -07:00
Eric Niebler
1e25d862bc Merge branch 'master' into develop 2014-07-22 09:37:16 -07:00
Eric Niebler
8a8b511109 remove executable bit on range.hpp 2014-07-22 09:36:52 -07:00
Eric Niebler
1fd0ded6b1 merge back from master 2014-07-22 09:36:01 -07:00
Eric Niebler
fbf91ce2da add missing inline keyword 2014-07-22 09:21:24 -07:00
Eric Niebler
edc7bb5fd9 add missing inline keyword 2014-07-22 09:19:52 -07:00
Neil Groves
0ffe40272a Merge branch 'develop' - to incorporate the MSVC workaround for range_iterator by Eric Niebler. 2014-07-15 10:32:55 +01:00
Neil Groves
7896e79373 Merge branch 'ericniebler-develop' into develop 2014-07-15 10:06:19 +01:00
Eric Niebler
d6dd1ad193 work-around for msvc limitation that causes has_iterator<> to fail for structs named iterator. Only applies to msvc-10.0 and earlier. 2014-07-14 00:03:45 -07:00
Neil Groves
cf6fabe950 Merge branch 'develop' - contains emergency fix to traversal tags to fix the accumulator tests. 2014-06-19 10:33:51 +01:00
neilgroves
3b9aabb925 Merge pull request #13 from ericniebler/iterator-range-traversal
handle composite iterator traversals in iterator_range
2014-06-19 10:31:15 +01:00
Eric Niebler
1eecd2c2f6 handle composite iterator traversals in iterator_range 2014-06-19 00:43:52 -07:00
Neil Groves
e33c501c05 Merge branch 'develop' - small fixes in addition to a more major fix for adaptors
producing iterators that did not have default constructors.
2014-06-16 22:51:08 +01:00
Neil Groves
3ecf600434 Fixed range adaptors that were creating underlying iterators that were not default constructible. 2014-06-16 14:49:25 +01:00
neilgroves
31ace63a0c Merge pull request #12 from Flast/pr/file-mode
More remove execute attribute from files.
2014-06-16 14:17:48 +01:00
Kohei Takahashi
61e02039dd More remove execute attribute from files.
rel. to:
  e0e6fefb1e

Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-06-16 20:28:02 +09:00
Neil Groves
fc172fc509 fixed and resolved missing coverage in the copy_backward unit test. 2014-06-16 11:45:41 +01:00
neilgroves
a0dad84a13 Merge pull request #10 from apolukhin/develop
Replaced deprecated cast.hpp with polymorphic_cast.hpp. Droped dependenc...
2014-06-16 10:40:18 +01:00
Eric Niebler
264017e2a9 more robust implementation for BOOST_RANGE_EXTRACT_OPTIONAL_TYPE 2014-06-16 00:00:09 -07:00
Neil Groves
12d4af20dd Merge branch 'develop' - improved indexed adaptor 2014-06-09 12:06:20 +01:00
Antony Polukhin
5ba77001dd Replaced deprecated cast.hpp with polymorphic_cast.hpp. Droped dependency to the Numeric library 2014-06-09 13:21:24 +04:00
Neil Groves
5ce6dc7814 change the return type from the indexed adaptor so that the index is available from the range element. 2014-06-09 02:12:00 +01:00
Neil Groves
749b1c5456 Merge branch 'develop' to incorporate trac 10098 2014-06-08 23:54:18 +01:00
Neil Groves
344f578934 trac_10098 iterator_range sign warning. 2014-06-07 17:19:35 +01:00
Neil Groves
6ee61a6578 Merge branch 'develop' - to include the range_fwd.hpp header file. 2014-06-07 17:07:15 +01:00
Neil Groves
fe1a592e46 add a range_fwd.hpp header file for the main classes/structs and the extension points. 2014-06-05 19:10:19 +01:00
Neil Groves
c555a1228f Merge branch 'develop' to incorporate the formatted adaptor 2014-06-05 14:30:52 +01:00
Neil Groves
4c8164a9aa bring formatted_range into the boost::range namespace. 2014-06-05 01:04:21 +01:00
Neil Groves
5918e7e63e changed the separated function to become the new formatted adaptor. 2014-06-05 01:00:13 +01:00