Commit Graph

  • d6bce30c4f Merge remote-tracking branch 'origin/develop' into develop Eric Niebler 2014-08-09 12:30:26 -07:00
  • b0b08e0039 Add upgrade documentation about pop_front() and pop_back() being renamed. boost-1.57.0 boost-1.56.0 Neil Groves 2014-08-04 19:32:37 +01:00
  • c865de5aa6 Hotfix to add back advance_begin and advance_end. Neil Groves 2014-08-04 17:53:14 +01:00
  • dc0a6b6340 Add upgrade documentation about pop_front() and pop_back() being renamed. Neil Groves 2014-08-04 19:32:37 +01:00
  • 7fb879a283 Hotfix to add back advance_begin and advance_end. Neil Groves 2014-08-04 17:53:14 +01:00
  • af2f17ccc5 Merge pull request #18 from ericniebler/master Eric Niebler 2014-07-30 09:11:20 -07:00
  • 4716c1efec Merge pull request #16 from ericniebler/develop Eric Niebler 2014-07-30 07:53:31 -07:00
  • 9d8034d541 Merge remote-tracking branch 'origin/develop' into develop Eric Niebler 2014-07-29 19:35:26 -07:00
  • 48dfb68045 Merge pull request #17 from ericniebler/iterators-namespace Eric Niebler 2014-07-29 18:21:34 -07:00
  • 1617a513d2 accomodate new boost::iterators namespace. See boostorg/iterator@dc96d371fa Eric Niebler 2014-07-29 18:18:02 -07:00
  • c2a7ac4197 attempted fix for iterator_range relational operators bug Eric Niebler 2014-07-29 17:53:27 -07:00
  • 1e25d862bc Merge branch 'master' into develop Eric Niebler 2014-07-22 09:37:16 -07:00
  • 8a8b511109 remove executable bit on range.hpp Eric Niebler 2014-07-22 09:36:52 -07:00
  • 1fd0ded6b1 merge back from master Eric Niebler 2014-07-22 09:36:01 -07:00
  • fbf91ce2da add missing inline keyword Eric Niebler 2014-07-22 09:19:52 -07:00
  • edc7bb5fd9 add missing inline keyword Eric Niebler 2014-07-22 09:19:52 -07:00
  • 0ffe40272a Merge branch 'develop' - to incorporate the MSVC workaround for range_iterator by Eric Niebler. Neil Groves 2014-07-15 10:32:55 +01:00
  • 7896e79373 Merge branch 'ericniebler-develop' into develop Neil Groves 2014-07-15 10:06:19 +01:00
  • d6dd1ad193 work-around for msvc limitation that causes has_iterator<> to fail for structs named iterator. Only applies to msvc-10.0 and earlier. Eric Niebler 2014-07-14 00:03:45 -07:00
  • cf6fabe950 Merge branch 'develop' - contains emergency fix to traversal tags to fix the accumulator tests. Neil Groves 2014-06-19 10:33:51 +01:00
  • 3b9aabb925 Merge pull request #13 from ericniebler/iterator-range-traversal neilgroves 2014-06-19 10:31:15 +01:00
  • 1eecd2c2f6 handle composite iterator traversals in iterator_range Eric Niebler 2014-06-19 00:43:52 -07:00
  • e33c501c05 Merge branch 'develop' - small fixes in addition to a more major fix for adaptors producing iterators that did not have default constructors. Neil Groves 2014-06-16 22:51:08 +01:00
  • 3ecf600434 Fixed range adaptors that were creating underlying iterators that were not default constructible. Neil Groves 2014-06-16 14:49:25 +01:00
  • 31ace63a0c Merge pull request #12 from Flast/pr/file-mode neilgroves 2014-06-16 14:17:48 +01:00
  • 61e02039dd More remove execute attribute from files. Kohei Takahashi 2014-06-16 20:28:02 +09:00
  • fc172fc509 fixed and resolved missing coverage in the copy_backward unit test. Neil Groves 2014-06-16 11:45:41 +01:00
  • a0dad84a13 Merge pull request #10 from apolukhin/develop neilgroves 2014-06-16 10:40:18 +01:00
  • 264017e2a9 more robust implementation for BOOST_RANGE_EXTRACT_OPTIONAL_TYPE Eric Niebler 2014-06-16 00:00:09 -07:00
  • 12d4af20dd Merge branch 'develop' - improved indexed adaptor Neil Groves 2014-06-09 12:06:20 +01:00
  • 5ba77001dd Replaced deprecated cast.hpp with polymorphic_cast.hpp. Droped dependency to the Numeric library Antony Polukhin 2014-06-09 13:21:24 +04:00
  • 5ce6dc7814 change the return type from the indexed adaptor so that the index is available from the range element. Neil Groves 2014-06-09 02:12:00 +01:00
  • 749b1c5456 Merge branch 'develop' to incorporate trac 10098 Neil Groves 2014-06-08 23:54:18 +01:00
  • 344f578934 trac_10098 iterator_range sign warning. Neil Groves 2014-06-07 17:19:35 +01:00
  • 6ee61a6578 Merge branch 'develop' - to include the range_fwd.hpp header file. Neil Groves 2014-06-07 17:07:15 +01:00
  • fe1a592e46 add a range_fwd.hpp header file for the main classes/structs and the extension points. Neil Groves 2014-06-05 19:10:19 +01:00
  • c555a1228f Merge branch 'develop' to incorporate the formatted adaptor Neil Groves 2014-06-05 14:30:52 +01:00
  • 4c8164a9aa bring formatted_range into the boost::range namespace. Neil Groves 2014-06-05 01:04:21 +01:00
  • 5918e7e63e changed the separated function to become the new formatted adaptor. Neil Groves 2014-06-05 01:00:13 +01:00
  • e0e6fefb1e remove crazy execute file attribute from header files. Neil Groves 2014-06-04 18:56:49 +01:00
  • 36bb8a82fb Merge branch 'develop' to incorporate fixes from trac tickets. Neil Groves 2014-06-04 18:37:36 +01:00
  • e43796c42c allow clang to use Range Concepts despite reporting GCC 4.2. Neil Groves 2014-06-04 13:15:04 +01:00
  • 60025220f5 add Enabler template argument to range_iterator, range_const_iterator and range_mutable_iterator extension points. Neil Groves 2014-06-04 12:23:40 +01:00
  • 698a083e65 Merge pull request #9 from romanek-adam/patch-1 Nathan Ridge 2014-05-07 11:42:43 -04:00
  • ac99249c89 Update any_range.qbk Adam Romanek 2014-05-07 09:39:00 +02:00
  • 4ec54072d3 change to fix MSVC 8 unit test failure due to uint32_t. Neil Groves 2014-05-07 01:46:38 +01:00
  • ec3c98bc25 any_iterator now compiles without RTTI. Neil Groves 2014-05-07 00:13:09 +01:00
  • 5f2560f753 Ticket 9851 - adaptors should perform concept check assertions. Neil Groves 2014-05-06 23:37:21 +01:00
  • d7fde2736c Merge pull request #8 from Flast/pr/doc/metafun Nathan Ridge 2014-05-05 12:29:54 -04:00
  • 4cdf15a0f6 Fix return type in metafunction document Kohei Takahashi 2014-05-06 01:12:53 +09:00
  • 3b3e590e73 Merge pull request #7 from Flast/pr/doc/fix/typo Nathan Ridge 2014-05-02 11:29:42 -04:00
  • 117bcd83d6 Fix document typo Kohei Takahashi 2014-05-02 01:55:55 +09:00
  • 3419a28a9f Merge pull request #6 from insideoutclub/develop Nathan Ridge 2014-04-28 12:51:07 -04:00
  • e3f605a02f Update transform.hpp insideoutclub 2014-04-28 08:06:04 -07:00
  • 9e5144bab9 Merge pull request #4 from Flast/pr/config/macro Nathan Ridge 2014-04-26 00:33:28 -04:00
  • 35595211b6 Fix using deprecated macro Kohei Takahashi 2014-04-21 01:14:09 +09:00
  • 449e78e0b0 test find works as a contains function. Neil Groves 2014-04-08 16:45:34 +01:00
  • fa629a53bd Merge branch 'develop' Neil Groves 2014-03-12 03:43:36 +00:00
  • 311225e0a1 remove rvalue reference changes to transformed adaptor. Neil Groves 2014-03-10 20:08:36 +00:00
  • edb81e828b fully quality boost::enable_if since msvc namespaces dont work. Neil Groves 2014-03-10 19:01:24 +00:00
  • 083df800b5 Merge branch 'develop' Neil Groves 2014-03-10 11:10:25 +00:00
  • ed0febc902 ticket 6172 - added unit test to ensure transformed works with bind. Neil Groves 2014-03-09 21:51:07 +00:00
  • a6bd3e6e44 added the boost::range::separated function for range output streaming. Neil Groves 2014-03-09 21:09:00 +00:00
  • 70256bd8b0 ticket 4572 - make_iterator_range_n Neil Groves 2014-03-09 19:27:28 +00:00
  • f1de74a6ac ticket 9438 for qualifying calls to ignore_unused_variable_warning Neil Groves 2014-03-09 17:59:35 +00:00
  • 52933ebd40 Merge branch 'develop' Neil Groves 2014-03-09 17:48:23 +00:00
  • cbf385ac05 fix concepts on gccc4.8.2 and dodgy test iterators in iterator_range_drop.cpp test case. Neil Groves 2014-03-09 17:47:44 +00:00
  • 2f71c4b69b Merge branch 'develop' Neil Groves 2014-03-09 07:33:34 +00:00
  • 4ebbbba82b ticket 7885 rvalue support for metafunctions. Neil Groves 2014-03-09 00:28:43 +00:00
  • be85e295e8 updated docs for hash_value iterator_range support. Neil Groves 2014-03-08 22:38:25 +00:00
  • f86d487706 ticket 7294 iterator_range hash_value support. Neil Groves 2014-03-08 22:23:22 +00:00
  • 90faa3941c ticket 7328 gccxml compatibility. Neil Groves 2014-03-08 22:00:27 +00:00
  • 9d0d5199ba ticket 9072 iterator_range accept reference to function type. Neil Groves 2014-03-08 21:54:55 +00:00
  • 343e74b8e3 added algorithm_ext insert algorithm for containers without a where iterator. Neil Groves 2014-03-08 21:42:42 +00:00
  • 7cd8b9ec24 updated algorithms.qbk to explicitly mention range_return_value so that this can be searched for. Neil Groves 2014-03-08 21:28:52 +00:00
  • 7147a00fd7 ticket 5817 any_range default template params. Neil Groves 2014-03-08 21:19:03 +00:00
  • 3ed0626756 ticket 8028 - combine reimplemented and now documented. Neil Groves 2014-03-08 20:52:10 +00:00
  • 6c6be971ed Merge branch 'develop' Removed html from Boost.Range documentation since it is now in the build. Neil Groves 2014-03-05 23:35:55 +00:00
  • 94c31a790b removed the html files from Boost.Range since the docs are now in the build. Neil Groves 2014-03-05 22:16:07 +00:00
  • 74fa42ed13 Merge branch 'develop' These changes are just to address some small issues on some compiler versions with newly introduced tests. It also includes a fix to a recent regression in the sub_range class so that it preserves constness propagation as before the SFINAE improvement changes. Neil Groves 2014-03-05 22:02:25 +00:00
  • 4960d8dab2 fix lifetime issue with test case for ticket 6715. Neil Groves 2014-03-04 20:29:34 +00:00
  • e089e0748f fix for recently introduced regression to sub_range const propagation. Neil Groves 2014-03-04 20:22:57 +00:00
  • e26866d3fa Merge branch 'feature/drop_front_back' into develop Neil Groves 2014-03-04 16:22:13 +00:00
  • 09cc98f60d drop_front and drop_back included in synopsis. Neil Groves 2014-03-04 16:19:51 +00:00
  • 69759731bb implemented drop_front and drop_back with test. Neil Groves 2014-03-04 15:05:00 +00:00
  • 59f39e5d7f merge branch develop Neil Groves 2014-03-04 13:51:43 +00:00
  • 194f357eeb trac 6685 - MFC range map adaptor. Neil Groves 2014-03-04 13:33:59 +00:00
  • b84385cfce trac 8803 - size(const Rng&) returns size_type. It also no longer requires random access. Neil Groves 2014-03-04 12:54:07 +00:00
  • 5d6867d35c Merge branch 'hotfix/type_erased_test_split' into develop Neil Groves 2014-03-04 12:34:19 +00:00
  • 0d93777ece type_erased unit test reduce dependencies of the recently split type_erased tests. Neil Groves 2014-03-04 12:33:51 +00:00
  • 6206535453 type_erased random_access adapter separated. Neil Groves 2014-03-04 12:02:28 +00:00
  • a4633c2c1e type_erased_bidrectional.cpp formatting. Neil Groves 2014-03-04 11:53:13 +00:00
  • bd1fd9610e type_erased test separated the forward traversal. Neil Groves 2014-03-04 11:52:02 +00:00
  • 379fbc51e3 type_erased unit test separated bidirectional traversal. Neil Groves 2014-03-04 11:46:57 +00:00
  • 438e735dcc type_erased split out single-pass. Neil Groves 2014-03-04 11:41:19 +00:00
  • c96897198a type_erased test separated the template parameter conversion test. Neil Groves 2014-03-04 11:34:36 +00:00
  • b5f60f0448 removed obsolete test code from type_erased.cpp. Neil Groves 2014-03-04 11:28:22 +00:00
  • 8de7e29fc7 type_erased mix of values test separated. Neil Groves 2014-03-04 11:26:50 +00:00
  • 43ab929257 type_erased abstract and brackets tests separated. Neil Groves 2014-03-04 11:18:46 +00:00
  • c9a04a1a9a trac 7842 - documentation inaccuracies on intro page for range adaptors. Neil Groves 2014-03-03 18:58:33 +00:00