Commit Graph

604 Commits

Author SHA1 Message Date
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
Neil Groves 3afac93b7f Merge branch 'hotfix/trac_8617_counting_range' into develop 2014-02-27 17:43:05 +00:00
Neil Groves 3af0142509 fixed counting_range from a range. 2014-02-27 17:42:32 +00:00
Neil Groves 19f0726533 Merge branch 'hotfix/trac_9524_assertions_break_single_pass' into develop 2014-02-27 16:52:46 +00:00
Neil Groves 502abb9884 eliminate unused local typedef and signed/unsigned comparison warnings. 2014-02-27 16:34:58 +00:00
Neil Groves 9b477525de reformatted numeric.hpp 2014-02-27 15:59:03 +00:00
Neil Groves fd0f99c767 inner_product avoids pre-condition check with input_iterators due to single-pass limitation. 2014-02-27 13:51:06 +00:00
Neil Groves 259e917eaf trac_8693 const cast warn 2014-02-26 22:02:27 +00:00
Neil Groves 665477de19 Merge branch 'hotfix/trac_6732_join_iterator_unused_warn' into develop 2014-02-26 21:41:01 +00:00
Neil Groves 2a065b2420 trac_6732 join_iterator.hpp unused variable warn. 2014-02-26 21:40:39 +00:00
Neil Groves b130e25804 Merge branch 'hotfix/trac_9403_equal_impl_order_n' into develop 2014-02-26 21:35:03 +00:00
Neil Groves 49cfefdef5 equal algorithm corrected to be O(1) with random access and pred. 2014-02-26 21:34:34 +00:00
Neil Groves f064012939 Merge branch 'hotfix/trac_9519_reverse_strided' into develop 2014-02-26 21:18:14 +00:00
Neil Groves ceffd1cf79 strided adaptor rewritten to correct defects and optimise performance. 2014-02-26 21:17:29 +00:00
Neil Groves 298de4cd85 Merge branch 'hotfix/integer_range_size' into develop 2014-02-26 00:56:46 +00:00
Neil Groves 9e6bdc13ba hotfix to regression in integer_range due to recent SFINAE change to iterator_range. 2014-02-26 00:56:27 +00:00
Neil Groves 654ae838ee refactored iterator_range to better handle SFINAE. 2014-02-24 18:26:03 +00:00
Neil Groves b07224c752 Merge branch 'hotfix/ticket_6715_iterator_range_equality' into develop 2014-02-24 14:46:12 +00:00
Neil Groves 1d91272a55 trac 6715 - iterator_range operators work automatically in derived. 2014-02-22 22:31:48 +00:00
Neil Groves d70210e6f2 Merge branch 'hotfix/trac5811_indirected_optional' into develop 2014-02-22 16:16:19 +00:00
Neil Groves 8e7eeeb6d9 ticket 5811 - unit test to confirm already fixed. 2014-02-22 16:14:55 +00:00
Neil Groves 7cd6631cae strided.cpp unit test has the deque test removed. 2014-02-21 17:52:32 +00:00
Neil Groves 96054b0b48 unit test type_erased.cpp corrected mix of value types under test. 2014-02-21 17:50:28 +00:00
Neil Groves b795de8310 extension_size.cpp include added to cstdint.hpp 2014-02-21 17:44:16 +00:00
Nathan Ridge e513fb7e01 Create first merge point for Git 2014-02-01 01:43:28 -05:00
Stephen Kelly 9928939724 Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
These evaded scripting.

[SVN r86249]
2013-12-30 04:56:00 -05:00
Stephen Kelly 87ecc0caee Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifdef...#else...#endif blocks.

[SVN r86246]
2013-12-30 04:55:56 -05:00
Stephen Kelly 2d78bde327 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifndef...#else...#endif blocks.

[SVN r86245]
2013-12-30 04:55:51 -05:00
Stephen Kelly 946d451d03 Remove obsolete files.
[SVN r86242]
2013-12-30 04:55:43 -05:00
Stephen Kelly b60d4c7172 Range: Remove obsolete GCC version checks.
[SVN r86102]
2013-12-30 04:55:38 -05:00
Stephen Kelly d1aea63c2f Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2013-12-30 04:55:32 -05:00
Stephen Kelly ebbfe65595 Range: Remove obsolete MSVC version checks.
[SVN r85915]
2013-12-30 04:55:12 -05:00
Stephen Kelly 738bd42696 Range: Remove ATL specific define for old MSVC.
[SVN r85912]
2013-12-30 04:53:54 -05:00
Neil Groves 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)
[SVN r85717]
2013-12-30 04:53:48 -05:00
Andrey Semashev d3b13dd490 Fixed compilation with gcc 4.7.
[SVN r85707]
2013-12-30 04:53:43 -05:00
Neil Groves 01b4147e09 [boost][range] - removed warnings found building with clang 3.2.
[SVN r85698]
2013-12-30 04:53:39 -05:00
Neil Groves a8084dcb12 [boost][range] correct lifetime defect in the tokenized range adapter
[SVN r85697]
2013-12-30 04:53:34 -05:00
Neil Groves ec4783e655 [boost][range] - changed join_iterator reference type handling to address several user observations and failing clang builds.
[SVN r85692]
2013-12-30 04:53:29 -05:00
Neil Groves e7880d8963 [boost][range] - changed join_iterator reference type handling to address several user observations and failing clang builds.
[SVN r85691]
2013-12-30 04:53:24 -05:00
Neil Groves 226dbab183 [boost][range] Ticket 8702 - size_type detection
[SVN r85690]
2013-12-30 04:53:17 -05:00
Neil Groves 3d3dea1411 [boost][range] - fix for ticket 6888 - unique predicate overloads
[SVN r85686]
2013-12-30 04:53:12 -05:00
Neil Groves fbc0057432 [boost][range] - fix for ticket 8341 - has_range_iterator
[SVN r85682]
2013-12-30 04:53:06 -05:00
Tim Blechmann 6f0ab4a8be range: silence some warnings
[SVN r85584]
2013-12-30 04:52:56 -05:00
Nathan Ridge 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).
[SVN r85400]
2013-12-30 04:52:48 -05:00
Michel Morin 58d1ee1444 Merge r86524 (Correct broken links to C++ standard papers); fixes #9212
[SVN r86673]
2013-11-13 03:22:55 +00:00
Michel Morin 2735dcff18 Correct broken links to C++ standard papers. Refs #9212.
[SVN r86524]
2013-10-30 12:51:24 +00:00