Peter Dimov
95a62a3b3a
Split Travis jobs to avoid timeout
boost-1.66.0
2017-12-03 15:16:45 +02:00
Peter Dimov
67929cd7df
Add .travis.yml
2017-12-03 15:16:25 +02:00
Peter Dimov
efdd98332b
Qualify boost::search in test/algorithm to avoid ambiguity with C++17's std::search
2017-09-10 03:03:16 +03:00
Marcel Raad
97951d2a8b
Fix test compilation
...
boost::detail::iterator_traits was used without including the necessary header
file. It's deprecated anyway and only maps to std::iterator_traits. Also,
utility was missing for std::pair.
2017-09-10 02:21:53 +03:00
Marcel Raad
efa2dc71f9
Fix compilation
...
boost::detail::iterator_traits was used without including the necessary header file. It's deprecated anyway and only maps to std::iterator_traits.
2017-09-09 23:37:16 +03:00
Eric Niebler
56d470635d
Qualify call to boost::size to avoid ambiguity with std::size
boost-1.65.0
boost-1.65.1
boost-1.64.0-beta2
boost-1.64.0-beta1
boost-1.64.0
boost-1.63.0
2016-11-26 22:44:31 -08:00
Eric Niebler
f829c55c72
Merge pull request #47 from boostorg/fix-boost-size_type
...
Don't assume that because type `T` is a range that `const T` is also a range.
2016-11-23 14:54:26 -08:00
Rene Rivera
7567dce0c1
Add, and update, documentation build targets.
2016-10-10 11:39:52 -05:00
neilgroves
0e931f4a80
Merge pull request #33 from tobias-loew/master
...
Ticket #10397 - compilation error with mfc-iteratior-support: ambiguous symbol
boost-1.62.0
boost-1.61.0
2016-01-04 16:37:18 +00:00
tobias-loew
4f66482414
Ticket #10397 - compilation error with mfc-iteratior-support: ambiguous symbol
...
fixed compilation error for mfc-iteration-support
changed
boost::range_detail::range_const_iterator
to
boost::range_detail::range_const_iterator_helper
to address compilation error when using mfc-iteration-support
2015-08-12 15:32:31 +02:00
Neil Groves
7669f52547
Merge branch 'develop'
boost-1.59.0
boost-1.60.0
2015-04-21 08:22:15 +01:00
Eric Niebler
c6c4a8f3c1
Merge pull request #29 from ericniebler/develop
...
fix build break on msvc-8.0
2015-04-19 13:28:52 -07:00
Eric Niebler
3d5f3611ba
fix build break on msvc-8.0
2015-04-18 11:42:38 -07:00
neilgroves
8c1180f7f2
Merge pull request #27 from eldiener/develop
...
Remove dependency on type traits ice_xxx.hpp headers, which are deprecat...
2015-04-14 09:27:05 +01:00
neilgroves
8ea11f9281
Merge pull request #28 from ericniebler/develop
...
make range_iterator, range_difference, and range_size SFINAE-friendly, r...
2015-04-14 09:26:35 +01:00
Eric Niebler
811b27141a
make range_iterator, range_difference, and range_size SFINAE-friendly, refs #11187
2015-04-14 00:57:54 -07:00
Edward Diener
a53bd134b2
Remove dependency on type traits ice_xxx.hpp headers, which are deprecated.
2015-04-02 01:54:45 -04:00
Neil Groves
0b28fd043f
Fix for MSVC subrange iterator conversions.
2015-02-09 01:21:16 +00:00
Neil Groves
de206a64db
ticket10514 subrange unit test added.
2015-02-02 20:26:31 +00:00
Neil Groves
435ca994bf
Ticket 10989 - strided adapter category.
2015-02-02 20:17:04 +00:00
Neil Groves
4a80ccd50d
Ticket 10988 - Filtered adaptor should only require SinglePassRange.
2015-02-01 19:05:58 +00:00
Neil Groves
6f11252633
Ticket 10336 - unit test added.
2015-01-31 14:50:58 +00:00
Neil Groves
2356783e17
Merge branch 'develop'
...
Conflicts:
include/boost/range/detail/any_iterator.hpp
test/iterator_range.cpp
boost-1.58.0
2015-01-31 13:38:08 +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
neilgroves
9b3a21b5e3
Merge pull request #25 from levinmk/master
...
fix ticket #10754
2015-01-25 19:15:05 +00:00
Peter Dimov
e362bb1855
Merge pull request #20 from danieljames/metadata
...
Create metadata file.
2015-01-25 20:30:52 +02:00
levinmk
1965b797d8
fix ticket #10754
...
as described in https://svn.boost.org/trac/boost/ticket/10754 , postfix_increment_proxy and writable_postfix_increment_proxy were moved to boost::iterators::detail namespace
2014-12-12 16:43:32 -06: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
b0b08e0039
Add upgrade documentation about pop_front() and pop_back() being renamed.
boost-1.57.0
boost-1.56.0
2014-08-04 22:06:25 +01:00
Neil Groves
c865de5aa6
Hotfix to add back advance_begin and advance_end.
2014-08-04 22:06:11 +01: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
af2f17ccc5
Merge pull request #18 from ericniebler/master
...
attempted fix for iterator_range relational operators bug
2014-07-30 09:11:20 -07: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