Commit Graph

  • 4ebbbba82b ticket 7885 rvalue support for metafunctions. Neil Groves 2014-03-09 00:28:43 +0000
  • be85e295e8 updated docs for hash_value iterator_range support. Neil Groves 2014-03-08 22:38:25 +0000
  • f86d487706 ticket 7294 iterator_range hash_value support. Neil Groves 2014-03-08 22:23:22 +0000
  • 90faa3941c ticket 7328 gccxml compatibility. Neil Groves 2014-03-08 22:00:27 +0000
  • 9d0d5199ba ticket 9072 iterator_range accept reference to function type. Neil Groves 2014-03-08 21:54:55 +0000
  • 343e74b8e3 added algorithm_ext insert algorithm for containers without a where iterator. Neil Groves 2014-03-08 21:42:42 +0000
  • 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 +0000
  • 7147a00fd7 ticket 5817 any_range default template params. Neil Groves 2014-03-08 21:19:03 +0000
  • 3ed0626756 ticket 8028 - combine reimplemented and now documented. Neil Groves 2014-03-08 20:52:10 +0000
  • 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 +0000
  • 94c31a790b removed the html files from Boost.Range since the docs are now in the build. Neil Groves 2014-03-05 22:16:07 +0000
  • 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 +0000
  • 4960d8dab2 fix lifetime issue with test case for ticket 6715. Neil Groves 2014-03-04 20:29:34 +0000
  • e089e0748f fix for recently introduced regression to sub_range const propagation. Neil Groves 2014-03-04 20:22:57 +0000
  • e26866d3fa Merge branch 'feature/drop_front_back' into develop Neil Groves 2014-03-04 16:22:13 +0000
  • 09cc98f60d drop_front and drop_back included in synopsis. Neil Groves 2014-03-04 16:19:51 +0000
  • 69759731bb implemented drop_front and drop_back with test. Neil Groves 2014-03-04 15:05:00 +0000
  • 59f39e5d7f merge branch develop Neil Groves 2014-03-04 13:51:43 +0000
  • 194f357eeb trac 6685 - MFC range map adaptor. Neil Groves 2014-03-04 13:33:59 +0000
  • b84385cfce trac 8803 - size(const Rng&) returns size_type. It also no longer requires random access. Neil Groves 2014-03-04 12:54:07 +0000
  • 5d6867d35c Merge branch 'hotfix/type_erased_test_split' into develop Neil Groves 2014-03-04 12:34:19 +0000
  • 0d93777ece type_erased unit test reduce dependencies of the recently split type_erased tests. Neil Groves 2014-03-04 12:33:51 +0000
  • 6206535453 type_erased random_access adapter separated. Neil Groves 2014-03-04 12:02:28 +0000
  • a4633c2c1e type_erased_bidrectional.cpp formatting. Neil Groves 2014-03-04 11:53:13 +0000
  • bd1fd9610e type_erased test separated the forward traversal. Neil Groves 2014-03-04 11:52:02 +0000
  • 379fbc51e3 type_erased unit test separated bidirectional traversal. Neil Groves 2014-03-04 11:46:57 +0000
  • 438e735dcc type_erased split out single-pass. Neil Groves 2014-03-04 11:41:19 +0000
  • c96897198a type_erased test separated the template parameter conversion test. Neil Groves 2014-03-04 11:34:36 +0000
  • b5f60f0448 removed obsolete test code from type_erased.cpp. Neil Groves 2014-03-04 11:28:22 +0000
  • 8de7e29fc7 type_erased mix of values test separated. Neil Groves 2014-03-04 11:26:50 +0000
  • 43ab929257 type_erased abstract and brackets tests separated. Neil Groves 2014-03-04 11:18:46 +0000
  • c9a04a1a9a trac 7842 - documentation inaccuracies on intro page for range adaptors. Neil Groves 2014-03-03 18:58:33 +0000
  • ef388661b3 trac 8927 - added comment about std::partition requirements pre C++11. Neil Groves 2014-03-03 18:36:01 +0000
  • b3180d3a5a trac 9514 - adjacent_filtered requires a ForwardRange. Neil Groves 2014-03-03 18:30:13 +0000
  • c9b96f2c88 trac 7376 - join iterator reference type. Neil Groves 2014-03-03 15:43:05 +0000
  • ea6ca22e3f trac 7188 c4127 warning in the equal function. Neil Groves 2014-03-03 15:00:42 +0000
  • 42a7f0c70c trac 6742 - unit test showing working phoenix combined with the transformed adaptor. Neil Groves 2014-03-03 14:21:35 +0000
  • 4cb056c80b ticket 5811 - attempt to fix link error on many automated regression test hosts. Neil Groves 2014-03-03 12:30:23 +0000
  • 17c0fa271c trac 9515 - fix for uniqued adaptor consistent with unique algorithm. Neil Groves 2014-03-03 01:24:56 +0000
  • d87e1f3ade make intel happy with type_erased static_assert calls. Neil Groves 2014-03-03 00:30:11 +0000
  • 132828a8db make msvc happy with the ticket 6715 test case. Neil Groves 2014-03-03 00:26:22 +0000
  • 63acc5c633 trac 8676 sliced adaptor fixed. Neil Groves 2014-03-03 00:10:08 +0000
  • 8b60f2c768 iterator_range interop with variant. Neil Groves 2014-03-02 22:50:24 +0000
  • 79d2a66831 trac 5816 - fix any_range requiring copyable elements. Neil Groves 2014-03-02 15:35:50 +0000
  • 3afac93b7f Merge branch 'hotfix/trac_8617_counting_range' into develop Neil Groves 2014-02-27 17:43:05 +0000
  • 3af0142509 fixed counting_range from a range. Neil Groves 2014-02-27 17:42:32 +0000
  • 19f0726533 Merge branch 'hotfix/trac_9524_assertions_break_single_pass' into develop Neil Groves 2014-02-27 16:52:46 +0000
  • 502abb9884 eliminate unused local typedef and signed/unsigned comparison warnings. Neil Groves 2014-02-27 16:34:58 +0000
  • 9b477525de reformatted numeric.hpp Neil Groves 2014-02-27 15:59:03 +0000
  • fd0f99c767 inner_product avoids pre-condition check with input_iterators due to single-pass limitation. Neil Groves 2014-02-27 13:51:06 +0000
  • 259e917eaf trac_8693 const cast warn Neil Groves 2014-02-26 22:02:27 +0000
  • 665477de19 Merge branch 'hotfix/trac_6732_join_iterator_unused_warn' into develop Neil Groves 2014-02-26 21:41:01 +0000
  • 2a065b2420 trac_6732 join_iterator.hpp unused variable warn. Neil Groves 2014-02-26 21:40:39 +0000
  • b130e25804 Merge branch 'hotfix/trac_9403_equal_impl_order_n' into develop Neil Groves 2014-02-26 21:35:03 +0000
  • 49cfefdef5 equal algorithm corrected to be O(1) with random access and pred. Neil Groves 2014-02-26 21:34:34 +0000
  • f064012939 Merge branch 'hotfix/trac_9519_reverse_strided' into develop Neil Groves 2014-02-26 21:18:14 +0000
  • ceffd1cf79 strided adaptor rewritten to correct defects and optimise performance. Neil Groves 2014-02-26 21:17:29 +0000
  • 298de4cd85 Merge branch 'hotfix/integer_range_size' into develop Neil Groves 2014-02-26 00:56:46 +0000
  • 9e6bdc13ba hotfix to regression in integer_range due to recent SFINAE change to iterator_range. Neil Groves 2014-02-26 00:56:27 +0000
  • 654ae838ee refactored iterator_range to better handle SFINAE. Neil Groves 2014-02-24 18:26:03 +0000
  • b07224c752 Merge branch 'hotfix/ticket_6715_iterator_range_equality' into develop Neil Groves 2014-02-24 14:46:12 +0000
  • 1d91272a55 trac 6715 - iterator_range operators work automatically in derived. Neil Groves 2014-02-22 22:31:48 +0000
  • d70210e6f2 Merge branch 'hotfix/trac5811_indirected_optional' into develop Neil Groves 2014-02-22 16:16:19 +0000
  • 8e7eeeb6d9 ticket 5811 - unit test to confirm already fixed. Neil Groves 2014-02-22 16:14:55 +0000
  • 7cd6631cae strided.cpp unit test has the deque test removed. Neil Groves 2014-02-21 17:52:32 +0000
  • 96054b0b48 unit test type_erased.cpp corrected mix of value types under test. Neil Groves 2014-02-21 17:50:28 +0000
  • b795de8310 extension_size.cpp include added to cstdint.hpp Neil Groves 2014-02-21 17:44:16 +0000
  • e513fb7e01 Create first merge point for Git Nathan Ridge 2014-02-01 01:43:28 -0500
  • 9928939724 Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:22:36 +0000
  • 87ecc0caee Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:19:17 +0000
  • 2d78bde327 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +0000
  • 946d451d03 Remove obsolete files. Stephen Kelly 2013-10-11 23:11:35 +0000
  • b60d4c7172 Range: Remove obsolete GCC version checks. Stephen Kelly 2013-10-01 08:41:42 +0000
  • d1aea63c2f Remove obsolete MSVC check from pragma guard Stephen Kelly 2013-09-26 13:02:51 +0000
  • ebbfe65595 Range: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-25 21:13:39 +0000
  • 738bd42696 Range: Remove ATL specific define for old MSVC. Stephen Kelly 2013-09-25 21:12:40 +0000
  • caeff56002 [boost][range] - fix a very odd compilation problem in range_size that only occurs on clang 4.2 on the Mac (clang 4.2 on linux is fine) Neil Groves 2013-09-16 23:23:38 +0000
  • d3b13dd490 Fixed compilation with gcc 4.7. Andrey Semashev 2013-09-16 17:13:20 +0000
  • 01b4147e09 [boost][range] - removed warnings found building with clang 3.2. Neil Groves 2013-09-16 11:21:36 +0000
  • a8084dcb12 [boost][range] correct lifetime defect in the tokenized range adapter Neil Groves 2013-09-16 10:10:12 +0000
  • ec4783e655 [boost][range] - changed join_iterator reference type handling to address several user observations and failing clang builds. Neil Groves 2013-09-15 22:15:46 +0000
  • e7880d8963 [boost][range] - changed join_iterator reference type handling to address several user observations and failing clang builds. Neil Groves 2013-09-15 22:15:12 +0000
  • 226dbab183 [boost][range] Ticket 8702 - size_type detection Neil Groves 2013-09-15 21:54:32 +0000
  • 3d3dea1411 [boost][range] - fix for ticket 6888 - unique predicate overloads Neil Groves 2013-09-15 19:44:36 +0000
  • fbc0057432 [boost][range] - fix for ticket 8341 - has_range_iterator Neil Groves 2013-09-15 18:05:49 +0000
  • 6f0ab4a8be range: silence some warnings Tim Blechmann 2013-09-06 08:51:00 +0000
  • 4c28983459 [range] Fixed a bug in join_iterator where joining a const range and a non-const range led to a compiler error (refs #8483). Nathan Ridge 2013-08-20 06:06:12 +0000
  • 58d1ee1444 Merge r86524 (Correct broken links to C++ standard papers); fixes #9212 Michel Morin 2013-11-13 03:22:55 +0000
  • 2735dcff18 Correct broken links to C++ standard papers. Refs #9212. Michel Morin 2013-10-30 12:51:24 +0000
  • e7185c2966 Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:22:36 +0000
  • 5366172708 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:19:17 +0000
  • b02c60e468 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +0000
  • c55650216f Remove obsolete files. Stephen Kelly 2013-10-11 23:11:35 +0000
  • 1e6ba3c885 Range: Remove obsolete GCC version checks. Stephen Kelly 2013-10-01 08:41:42 +0000
  • 4f34d95156 Remove obsolete MSVC check from pragma guard Stephen Kelly 2013-09-26 13:02:51 +0000
  • 650b75d2d7 Range: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-25 21:13:39 +0000
  • 8af782611e Range: Remove ATL specific define for old MSVC. Stephen Kelly 2013-09-25 21:12:40 +0000
  • 34cea300e5 [boost][range] - fix a very odd compilation problem in range_size that only occurs on clang 4.2 on the Mac (clang 4.2 on linux is fine) Neil Groves 2013-09-16 23:23:38 +0000
  • cca9739022 Fixed compilation with gcc 4.7. Andrey Semashev 2013-09-16 17:13:20 +0000
  • 30e6df5a15 [boost][range] - removed warnings found building with clang 3.2. Neil Groves 2013-09-16 11:21:36 +0000