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 |
|
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
|
344f578934
|
trac_10098 iterator_range sign warning.
|
2014-06-07 17:19:35 +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
|
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 |
|
Neil Groves
|
e0e6fefb1e
|
remove crazy execute file attribute from header files.
|
2014-06-04 18:56:49 +01:00 |
|
Neil Groves
|
e43796c42c
|
allow clang to use Range Concepts despite reporting GCC 4.2.
|
2014-06-04 13:15:04 +01:00 |
|
Neil Groves
|
60025220f5
|
add Enabler template argument to range_iterator, range_const_iterator and range_mutable_iterator extension points.
|
2014-06-04 12:23:40 +01:00 |
|
Nathan Ridge
|
698a083e65
|
Merge pull request #9 from romanek-adam/patch-1
[doc] Fix typo in the name of forward traversal tag.
|
2014-05-07 11:42:43 -04:00 |
|
Adam Romanek
|
ac99249c89
|
Update any_range.qbk
Fix typo in the name of forward traversal tag.
|
2014-05-07 09:39:00 +02:00 |
|
Neil Groves
|
4ec54072d3
|
change to fix MSVC 8 unit test failure due to uint32_t.
|
2014-05-07 01:46:38 +01:00 |
|
Neil Groves
|
ec3c98bc25
|
any_iterator now compiles without RTTI.
|
2014-05-07 00:13:09 +01:00 |
|
Neil Groves
|
5f2560f753
|
Ticket 9851 - adaptors should perform concept check assertions.
|
2014-05-06 23:37:21 +01:00 |
|
Nathan Ridge
|
d7fde2736c
|
Merge pull request #8 from Flast/pr/doc/metafun
Fix return type in metafunction documentation
|
2014-05-05 12:29:54 -04:00 |
|
Kohei Takahashi
|
4cdf15a0f6
|
Fix return type in metafunction document
Signed-off-by: Kohei Takahashi <flast@flast.jp>
|
2014-05-06 01:12:53 +09:00 |
|
Nathan Ridge
|
3b3e590e73
|
Merge pull request #7 from Flast/pr/doc/fix/typo
Fix documentation typo
|
2014-05-02 11:29:42 -04:00 |
|
Kohei Takahashi
|
117bcd83d6
|
Fix document typo
Signed-off-by: Kohei Takahashi <flast@flast.jp>
|
2014-05-02 02:12:06 +09:00 |
|
Nathan Ridge
|
3419a28a9f
|
Merge pull request #6 from insideoutclub/develop
Make BinaryOperator version of transform() stop when end of either range is reached (refs #9812)
|
2014-04-28 12:51:07 -04:00 |
|
insideoutclub
|
e3f605a02f
|
Update transform.hpp
|
2014-04-28 08:06:04 -07:00 |
|
Nathan Ridge
|
9e5144bab9
|
Merge pull request #4 from Flast/pr/config/macro
Fix using deprecated macro
|
2014-04-26 00:33:28 -04:00 |
|
Kohei Takahashi
|
35595211b6
|
Fix using deprecated macro
Signed-off-by: Kohei Takahashi <flast@flast.jp>
|
2014-04-21 01:14:09 +09:00 |
|
Neil Groves
|
449e78e0b0
|
test find works as a contains function.
|
2014-04-08 16:45:34 +01:00 |
|
Neil Groves
|
311225e0a1
|
remove rvalue reference changes to transformed adaptor.
|
2014-03-10 20:08:36 +00:00 |
|
Neil Groves
|
edb81e828b
|
fully quality boost::enable_if since msvc namespaces dont work.
|
2014-03-10 19:01:24 +00:00 |
|
Neil Groves
|
ed0febc902
|
ticket 6172 - added unit test to ensure transformed works with bind.
|
2014-03-09 21:51:07 +00:00 |
|
Neil Groves
|
a6bd3e6e44
|
added the boost::range::separated function for range output streaming.
|
2014-03-09 21:09:00 +00:00 |
|
Neil Groves
|
70256bd8b0
|
ticket 4572 - make_iterator_range_n
|
2014-03-09 19:27:28 +00:00 |
|
Neil Groves
|
f1de74a6ac
|
ticket 9438 for qualifying calls to ignore_unused_variable_warning
|
2014-03-09 17:59:35 +00:00 |
|
Neil Groves
|
cbf385ac05
|
fix concepts on gccc4.8.2 and dodgy test iterators in iterator_range_drop.cpp test case.
|
2014-03-09 17:47:44 +00:00 |
|
Neil Groves
|
4ebbbba82b
|
ticket 7885 rvalue support for metafunctions.
|
2014-03-09 00:28:43 +00:00 |
|
Neil Groves
|
be85e295e8
|
updated docs for hash_value iterator_range support.
|
2014-03-08 22:38:25 +00:00 |
|
Neil Groves
|
f86d487706
|
ticket 7294 iterator_range hash_value support.
|
2014-03-08 22:23:22 +00:00 |
|
Neil Groves
|
90faa3941c
|
ticket 7328 gccxml compatibility.
|
2014-03-08 22:00:27 +00:00 |
|
Neil Groves
|
9d0d5199ba
|
ticket 9072 iterator_range accept reference to function type.
|
2014-03-08 21:54:55 +00:00 |
|
Neil Groves
|
343e74b8e3
|
added algorithm_ext insert algorithm for containers without a where iterator.
|
2014-03-08 21:42:42 +00:00 |
|
Neil Groves
|
7cd8b9ec24
|
updated algorithms.qbk to explicitly mention range_return_value so that this can be searched for.
|
2014-03-08 21:28:52 +00:00 |
|
Neil Groves
|
7147a00fd7
|
ticket 5817 any_range default template params.
|
2014-03-08 21:19:03 +00:00 |
|
Neil Groves
|
3ed0626756
|
ticket 8028 - combine reimplemented and now documented.
|
2014-03-08 20:52:10 +00:00 |
|
Neil Groves
|
94c31a790b
|
removed the html files from Boost.Range since the docs are now in the build.
|
2014-03-05 22:16:07 +00:00 |
|
Neil Groves
|
4960d8dab2
|
fix lifetime issue with test case for ticket 6715.
|
2014-03-04 20:29:34 +00:00 |
|
Neil Groves
|
e089e0748f
|
fix for recently introduced regression to sub_range const propagation.
|
2014-03-04 20:22:57 +00:00 |
|
Neil Groves
|
e26866d3fa
|
Merge branch 'feature/drop_front_back' into develop
|
2014-03-04 16:22:13 +00:00 |
|
Neil Groves
|
09cc98f60d
|
drop_front and drop_back included in synopsis.
|
2014-03-04 16:19:51 +00:00 |
|
Neil Groves
|
69759731bb
|
implemented drop_front and drop_back with test.
|
2014-03-04 15:05:00 +00:00 |
|
Neil Groves
|
194f357eeb
|
trac 6685 - MFC range map adaptor.
|
2014-03-04 13:33:59 +00:00 |
|
Neil Groves
|
b84385cfce
|
trac 8803 - size(const Rng&) returns size_type. It also no longer requires random access.
|
2014-03-04 12:54:07 +00:00 |
|
Neil Groves
|
5d6867d35c
|
Merge branch 'hotfix/type_erased_test_split' into develop
|
2014-03-04 12:34:19 +00:00 |
|