Commit Graph

472 Commits

Author SHA1 Message Date
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
Neil Groves 0d93777ece type_erased unit test reduce dependencies of the recently split type_erased tests. 2014-03-04 12:33:51 +00:00
Neil Groves 6206535453 type_erased random_access adapter separated. 2014-03-04 12:02:28 +00:00
Neil Groves a4633c2c1e type_erased_bidrectional.cpp formatting. 2014-03-04 11:53:13 +00:00
Neil Groves bd1fd9610e type_erased test separated the forward traversal. 2014-03-04 11:52:02 +00:00
Neil Groves 379fbc51e3 type_erased unit test separated bidirectional traversal. 2014-03-04 11:46:57 +00:00
Neil Groves 438e735dcc type_erased split out single-pass. 2014-03-04 11:41:19 +00:00
Neil Groves c96897198a type_erased test separated the template parameter conversion test. 2014-03-04 11:34:36 +00:00
Neil Groves b5f60f0448 removed obsolete test code from type_erased.cpp. 2014-03-04 11:28:22 +00:00
Neil Groves 8de7e29fc7 type_erased mix of values test separated. 2014-03-04 11:26:50 +00:00
Neil Groves 43ab929257 type_erased abstract and brackets tests separated. 2014-03-04 11:18:46 +00:00
Neil Groves c9a04a1a9a trac 7842 - documentation inaccuracies on intro page for range adaptors. 2014-03-03 18:58:33 +00:00
Neil Groves ef388661b3 trac 8927 - added comment about std::partition requirements pre C++11. 2014-03-03 18:36:01 +00:00
Neil Groves b3180d3a5a trac 9514 - adjacent_filtered requires a ForwardRange. 2014-03-03 18:30:13 +00:00
Neil Groves c9b96f2c88 trac 7376 - join iterator reference type. 2014-03-03 15:43:05 +00:00
Neil Groves ea6ca22e3f trac 7188 c4127 warning in the equal function. 2014-03-03 15:00:42 +00:00
Neil Groves 42a7f0c70c trac 6742 - unit test showing working phoenix combined with the transformed adaptor. 2014-03-03 14:21:35 +00:00
Neil Groves 4cb056c80b ticket 5811 - attempt to fix link error on many automated regression test hosts. 2014-03-03 12:30:23 +00:00
Neil Groves 17c0fa271c trac 9515 - fix for uniqued adaptor consistent with unique algorithm. 2014-03-03 01:24:56 +00:00
Neil Groves d87e1f3ade make intel happy with type_erased static_assert calls. 2014-03-03 00:30:11 +00:00
Neil Groves 132828a8db make msvc happy with the ticket 6715 test case. 2014-03-03 00:26:22 +00:00
Neil Groves 63acc5c633 trac 8676 sliced adaptor fixed. 2014-03-03 00:10:08 +00:00
Neil Groves 8b60f2c768 iterator_range interop with variant. 2014-03-02 22:50:24 +00:00
Neil Groves 79d2a66831 trac 5816 - fix any_range requiring copyable elements. 2014-03-02 15:35:50 +00:00