Commit Graph

  • 3afac93b7f Merge branch 'hotfix/trac_8617_counting_range' into develop Neil Groves 2014-02-27 17:43:05 +00:00
  • 3af0142509 fixed counting_range from a range. Neil Groves 2014-02-27 17:42:32 +00:00
  • 19f0726533 Merge branch 'hotfix/trac_9524_assertions_break_single_pass' into develop Neil Groves 2014-02-27 16:52:46 +00:00
  • 502abb9884 eliminate unused local typedef and signed/unsigned comparison warnings. Neil Groves 2014-02-27 16:34:58 +00:00
  • 9b477525de reformatted numeric.hpp Neil Groves 2014-02-27 15:59:03 +00:00
  • fd0f99c767 inner_product avoids pre-condition check with input_iterators due to single-pass limitation. Neil Groves 2014-02-27 13:51:06 +00:00
  • 259e917eaf trac_8693 const cast warn Neil Groves 2014-02-26 22:02:27 +00:00
  • 665477de19 Merge branch 'hotfix/trac_6732_join_iterator_unused_warn' into develop Neil Groves 2014-02-26 21:41:01 +00:00
  • 2a065b2420 trac_6732 join_iterator.hpp unused variable warn. Neil Groves 2014-02-26 21:40:39 +00:00
  • b130e25804 Merge branch 'hotfix/trac_9403_equal_impl_order_n' into develop Neil Groves 2014-02-26 21:35:03 +00:00
  • 49cfefdef5 equal algorithm corrected to be O(1) with random access and pred. Neil Groves 2014-02-26 21:34:34 +00:00
  • f064012939 Merge branch 'hotfix/trac_9519_reverse_strided' into develop Neil Groves 2014-02-26 21:18:14 +00:00
  • ceffd1cf79 strided adaptor rewritten to correct defects and optimise performance. Neil Groves 2014-02-26 21:17:29 +00:00
  • 298de4cd85 Merge branch 'hotfix/integer_range_size' into develop Neil Groves 2014-02-26 00:56:46 +00:00
  • 9e6bdc13ba hotfix to regression in integer_range due to recent SFINAE change to iterator_range. Neil Groves 2014-02-26 00:56:27 +00:00
  • 654ae838ee refactored iterator_range to better handle SFINAE. Neil Groves 2014-02-24 18:26:03 +00:00
  • b07224c752 Merge branch 'hotfix/ticket_6715_iterator_range_equality' into develop Neil Groves 2014-02-24 14:46:12 +00:00
  • 1d91272a55 trac 6715 - iterator_range operators work automatically in derived. hotfix/ticket_6715_iterator_range_equality Neil Groves 2014-02-22 22:31:48 +00:00
  • d70210e6f2 Merge branch 'hotfix/trac5811_indirected_optional' into develop Neil Groves 2014-02-22 16:16:19 +00:00
  • 8e7eeeb6d9 ticket 5811 - unit test to confirm already fixed. Neil Groves 2014-02-22 16:14:55 +00:00
  • 7cd6631cae strided.cpp unit test has the deque test removed. Neil Groves 2014-02-21 17:52:32 +00:00
  • 96054b0b48 unit test type_erased.cpp corrected mix of value types under test. Neil Groves 2014-02-21 17:50:28 +00:00
  • b795de8310 extension_size.cpp include added to cstdint.hpp Neil Groves 2014-02-21 17:44:16 +00:00
  • e513fb7e01 Create first merge point for Git Nathan Ridge 2014-02-01 01:43:28 -05:00
  • 9928939724 Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:22:36 +00:00
  • 87ecc0caee Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:19:17 +00:00
  • 2d78bde327 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +00:00
  • 946d451d03 Remove obsolete files. Stephen Kelly 2013-10-11 23:11:35 +00:00
  • b60d4c7172 Range: Remove obsolete GCC version checks. Stephen Kelly 2013-10-01 08:41:42 +00:00
  • d1aea63c2f Remove obsolete MSVC check from pragma guard Stephen Kelly 2013-09-26 13:02:51 +00:00
  • ebbfe65595 Range: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-25 21:13:39 +00:00
  • 738bd42696 Range: Remove ATL specific define for old MSVC. Stephen Kelly 2013-09-25 21:12:40 +00:00
  • 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 +00:00
  • d3b13dd490 Fixed compilation with gcc 4.7. Andrey Semashev 2013-09-16 17:13:20 +00:00
  • 01b4147e09 [boost][range] - removed warnings found building with clang 3.2. Neil Groves 2013-09-16 11:21:36 +00:00
  • a8084dcb12 [boost][range] correct lifetime defect in the tokenized range adapter Neil Groves 2013-09-16 10:10:12 +00:00
  • 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 +00:00
  • 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 +00:00
  • 226dbab183 [boost][range] Ticket 8702 - size_type detection Neil Groves 2013-09-15 21:54:32 +00:00
  • 3d3dea1411 [boost][range] - fix for ticket 6888 - unique predicate overloads Neil Groves 2013-09-15 19:44:36 +00:00
  • fbc0057432 [boost][range] - fix for ticket 8341 - has_range_iterator Neil Groves 2013-09-15 18:05:49 +00:00
  • 6f0ab4a8be range: silence some warnings Tim Blechmann 2013-09-06 08:51:00 +00:00
  • 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 +00:00
  • 58d1ee1444 Merge r86524 (Correct broken links to C++ standard papers); fixes #9212 Michel Morin 2013-11-13 03:22:55 +00:00
  • dfd2a6d279 Create maintenance branch for 1.55.0 svn-branches/maintenance/1_55_0 Daniel James 2013-11-11 20:02:05 +00:00
  • a5431a63a5 Release 1.55.0 boost-1.55.0 Marshall Clow 2013-11-11 19:45:21 +00:00
  • 2735dcff18 Correct broken links to C++ standard papers. Refs #9212. Michel Morin 2013-10-30 12:51:24 +00:00
  • e7185c2966 Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:22:36 +00:00
  • 5366172708 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:19:17 +00:00
  • b02c60e468 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +00:00
  • c55650216f Remove obsolete files. Stephen Kelly 2013-10-11 23:11:35 +00:00
  • 1e6ba3c885 Range: Remove obsolete GCC version checks. Stephen Kelly 2013-10-01 08:41:42 +00:00
  • 4f34d95156 Remove obsolete MSVC check from pragma guard Stephen Kelly 2013-09-26 13:02:51 +00:00
  • 650b75d2d7 Range: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-25 21:13:39 +00:00
  • 8af782611e Range: Remove ATL specific define for old MSVC. Stephen Kelly 2013-09-25 21:12:40 +00:00
  • b4ed5cbc2d Create branch to keep WIP patch for modular build. svn-branches/modular-build Vladimir Prus 2013-09-25 08:12:19 +00:00
  • 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 +00:00
  • cca9739022 Fixed compilation with gcc 4.7. Andrey Semashev 2013-09-16 17:13:20 +00:00
  • 30e6df5a15 [boost][range] - removed warnings found building with clang 3.2. Neil Groves 2013-09-16 11:21:36 +00:00
  • 2285f909f6 [boost][range] correct lifetime defect in the tokenized range adapter Neil Groves 2013-09-16 10:10:12 +00:00
  • 0addcfadeb [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 +00:00
  • 426e0c39a8 [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 +00:00
  • f662a07bcc [boost][range] Ticket 8702 - size_type detection Neil Groves 2013-09-15 21:54:32 +00:00
  • 90ce7f3703 [boost][range] - fix for ticket 6888 - unique predicate overloads Neil Groves 2013-09-15 19:44:36 +00:00
  • a59819fc6e [boost][range] - fix for ticket 8341 - has_range_iterator Neil Groves 2013-09-15 18:05:49 +00:00
  • 2480b52f5b range: silence some warnings Tim Blechmann 2013-09-06 08:51:00 +00:00
  • b4f00e3c18 [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 +00:00
  • 6813ff7c52 Create a maintenance branch for Boost 1.54.0 svn-branches/maintenance/1_54_0 Daniel James 2013-07-03 21:01:45 +00:00
  • e9d0c54e71 Release 1.54.0 boost-1.54.0 Marshall Clow 2013-07-01 16:53:14 +00:00
  • 43d2ca8549 [range] Merge Boost.Range bug fixes to release branch (fixes #6944; fixes #7407; fixes #7408; fixes #7731; fixes #7827; fixes #8338; fixes #8453). Nathan Ridge 2013-06-18 02:22:07 +00:00
  • b0c1cf556f [range] Fixed a bug in istream_range() that prevented it from working with character types other than 'char' (refs #7407). Nathan Ridge 2013-06-09 02:34:36 +00:00
  • 8be23dd1aa [range] Fix off-by-one error in implementation of irange() (refs #7731). Nathan Ridge 2013-06-08 20:41:43 +00:00
  • 1eb5554da9 [range] Choose the appropriate implementation of BOOST_RANGE_EXTRACT_OPTIONAL_TYPE() based on BOOST_NO_PARTIAL_SPECIALIZATION_IMPLICIT_DEFAULT_ARGS rather than BOOST_NO_PARTIAL_TEMPLATE_SPECIALIZATION (refs #8453). Nathan Ridge 2013-06-06 23:06:55 +00:00
  • 3d3631744f [range] Don't include <istream> unnecessarily in istream_range.hpp (refs #7408). Nathan Ridge 2013-06-05 00:55:37 +00:00
  • 991bd7f8be [range] Fixed a failing test on gcc 4.2 (refs #6944). Nathan Ridge 2013-06-05 00:42:41 +00:00
  • ca6c43d7a6 Release 1.54.0 beta1 boost-1.54.0-beta1 Marshall Clow 2013-06-03 14:02:28 +00:00
  • c908e04144 [range] Make iterator of 'indexed' adaptor default-constructible (refs #7827). Nathan Ridge 2013-06-03 09:00:46 +00:00
  • 1c18f42e83 [range] Use correct iterator concepts when checking Boost.Range concepts (refs #6944). Nathan Ridge 2013-05-30 23:16:51 +00:00
  • fe79a8efdd [range] allow iterator_range to be instantiated with a pointer to an array as the iterator type (refs #8338) Nathan Ridge 2013-03-27 02:16:11 +00:00
  • a434840965 Release 1.53.0 boost-1.53.0 Marshall Clow 2013-02-04 18:11:49 +00:00
  • 58d57f9b7b [range] merge documentation fix from trunk (refs #7926) Nathan Ridge 2013-01-26 04:03:46 +00:00
  • 4971da58ee [range] fixed #7926 (missing prototypes for lower_bound and upper_bound in docs) Nathan Ridge 2013-01-26 03:59:06 +00:00
  • 4df157ac11 [range] merge fix for typos in comments to release branch (refs #7916) Nathan Ridge 2013-01-26 03:13:39 +00:00
  • 45a1acb980 [range] fix some minor typos in comments - fixes #7916 Nathan Ridge 2013-01-24 09:10:47 +00:00
  • 537f2474c9 [range] Merge documentation fixes and minor refactoring of docs (refs #5160; refs #5314; refs #5440; refs #5775; refs #6212; refs #7585; refs #7843; refs #7866). Nathan Ridge 2013-01-14 09:19:32 +00:00
  • f228ab608a [range] fixed #7866 (minor typo in docs) Nathan Ridge 2013-01-14 09:04:57 +00:00
  • cbd915a988 [range] fixed #5314 (small mistakes in range adaptor examples) Nathan Ridge 2013-01-04 01:18:36 +00:00
  • fc88bc06ad [range] fixed #7843 (missing example in docs for 'tokenized' range adaptor) Nathan Ridge 2013-01-04 00:58:17 +00:00
  • 4a44cc75c9 [range] refactor use of examples in documentation to avoid redundancy Nathan Ridge 2013-01-03 23:44:30 +00:00
  • 86b169dab3 [range] fixed #5440 (typo in documentation for 'inner_product' algorithm) Nathan Ridge 2013-01-03 01:06:39 +00:00
  • 36843ccdba [range] docs for writing adaptors: removed clarification added in r82315 (it was redundant); fixed typos that messed up numbering Nathan Ridge 2013-01-03 01:01:55 +00:00
  • 17e4f7024d [range] fixed #5160 (typo in replace_copy_if() example on intro page for range adaptors) Nathan Ridge 2013-01-02 23:41:58 +00:00
  • 3379affd4a [range] fixed #7585 (typo in documentation for 'indexed' adaptor) Nathan Ridge 2013-01-02 08:09:46 +00:00
  • 958b4fbf6e [range] small clarification in documentation for how to write a range adaptor Nathan Ridge 2013-01-02 08:05:30 +00:00
  • 61979ff421 [range] fixed #6212 (missing step in documentation for how to write a range adaptor) Nathan Ridge 2013-01-02 07:51:21 +00:00
  • 1d51c3afb2 [range] fixed #5775 (typo in the documentation of pop_heap()) Nathan Ridge 2013-01-02 05:27:02 +00:00
  • 2726efa8c1 [range] merged bug fixes (r81890, refs #5603; r82071, refs #6103) from trunk Nathan Ridge 2012-12-21 08:47:14 +00:00
  • a417560f09 [range] merge doc fixes (r81888, r81889) from trunk Nathan Ridge 2012-12-21 08:44:32 +00:00
  • b7f443e583 [range] corrected undesirable namespace nesting in algorithm/search_n.hpp; fixes #6103 Nathan Ridge 2012-12-18 09:25:08 +00:00
  • f49e347772 [range] added missing includes to any_range.hpp and related files; fixes #5603 Nathan Ridge 2012-12-13 07:48:50 +00:00