range/test
2018-09-24 02:21:55 +03:00
..
adaptor_test Fix msvc-10.0, msvc-11.0 failures in ref_unwrapped tests 2018-09-24 02:21:55 +03:00
algorithm_ext_test Revert "push_back: added support for not-copyable but moveable value-types li…" 2018-01-03 14:36:50 +00:00
algorithm_test fixed and resolved missing coverage in the copy_backward unit test. 2014-06-16 11:45:41 +01:00
compile_fail Ticket 10988 - Filtered adaptor should only require SinglePassRange. 2015-02-01 19:05:58 +00:00
test_driver [boost][range] - fix for ticket 6888 - unique predicate overloads 2013-09-15 19:44:36 +00:00
test_function [boost][range] - Improved handling of temporary ranges in range algorithms. 2010-07-12 00:14:07 +00:00
adaptors.cpp [boost][range] - Update to relax preconditions for the strided adaptor, and numerous fixes to inspection report issues. 2010-12-22 22:31:33 +00:00
adl_conformance_no_using.cpp More remove execute attribute from files. 2014-06-16 20:28:02 +09:00
adl_conformance.cpp [range] fix some minor typos in comments - fixes #7916 2013-01-24 09:10:47 +00:00
algorithm_example.cpp [range] fix some minor typos in comments - fixes #7916 2013-01-24 09:10:47 +00:00
algorithm.cpp Qualify boost::search in test/algorithm to avoid ambiguity with C++17's std::search 2017-09-10 03:01:13 +03:00
array.cpp [range] fix some minor typos in comments - fixes #7916 2013-01-24 09:10:47 +00:00
atl.cpp Shunsuke Sogame's MFC/ATL docs and tests 2007-10-23 20:28:52 +00:00
begin.cpp [range] fix some minor typos in comments - fixes #7916 2013-01-24 09:10:47 +00:00
category.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
combine.cpp ticket 8028 - combine reimplemented and now documented. 2014-03-08 20:52:10 +00:00
compat2.cpp [boost][range] - removed warnings found building with clang 3.2. 2013-09-16 11:21:36 +00:00
compat3.cpp eliminate unused local typedef and signed/unsigned comparison warnings. 2014-02-27 16:34:58 +00:00
const_iterator.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
const_ranges.cpp [range] fix some minor typos in comments - fixes #7916 2013-01-24 09:10:47 +00:00
const_reverse_iterator.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
counting_range.cpp fixed counting_range from a range. 2014-02-27 17:42:32 +00:00
difference_type.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
end.cpp [range] fix some minor typos in comments - fixes #7916 2013-01-24 09:10:47 +00:00
extension_mechanism.cpp [range] fix some minor typos in comments - fixes #7916 2013-01-24 09:10:47 +00:00
extension_size.cpp extension_size.cpp include added to cstdint.hpp 2014-02-21 17:44:16 +00:00
has_range_iterator.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
irange.cpp irange: introduce one-parameter variant of irange 2016-01-17 11:40:55 +01:00
istream_range.cpp [range] Fixed a bug in istream_range() that prevented it from working with character types other than 'char' (refs #7407). 2013-06-09 02:34:36 +00:00
iterator_ext.cpp add Enabler template argument to range_iterator, range_const_iterator and range_mutable_iterator extension points. 2014-06-04 12:23:40 +01:00
iterator_pair.cpp Fix test compilation 2015-09-22 00:51:41 +02:00
iterator_range_drop.cpp 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
iterator_range_equality_bug.cpp attempted fix for iterator_range relational operators bug 2014-07-29 17:53:27 -07:00
iterator_range_hash.cpp ticket 7294 iterator_range hash_value support. 2014-03-08 22:23:22 +00:00
iterator_range_variant.cpp iterator_range interop with variant. 2014-03-02 22:50:24 +00:00
iterator_range.cpp Qualify call to boost::size to avoid ambiguity with std::size 2016-11-23 14:47:42 -08:00
iterator.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
Jamfile.v2 Add quick test target (for CI) 2017-12-02 19:10:56 +02:00
join.cpp Reapply r85400 (this time use Iterator1 instead of Iterator2 as per r85691) and enhance the testcase; fixes ticket 11563. 2015-08-21 21:40:25 +09:00
mfc.cpp More remove execute attribute from files. 2014-06-16 20:28:02 +09:00
mutable_iterator.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
partial_workaround.cpp [range] fix some minor typos in comments - fixes #7916 2013-01-24 09:10:47 +00:00
pointer_as_iterator.cpp Boost.Range defect fix for the operator[] of iterator_range. This now reverts to a simpler implementation when the iterator is a pointer. 2010-04-13 20:41:11 +00:00
pointer.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
reference.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
result_iterator.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
reverse_iterator.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
reverse_result_iterator.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
reversible_range.cpp [range] fix some minor typos in comments - fixes #7916 2013-01-24 09:10:47 +00:00
size_type.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00
std_container.cpp [range] fix some minor typos in comments - fixes #7916 2013-01-24 09:10:47 +00:00
string.cpp [range] fix some minor typos in comments - fixes #7916 2013-01-24 09:10:47 +00:00
sub_range.cpp ticket10514 subrange unit test added. 2015-02-02 20:26:31 +00:00
test_utils.hpp [range] Make iterator of 'indexed' adaptor default-constructible (refs #7827). 2013-06-03 09:00:46 +00:00
ticket_5486.cpp Conditionally replace deprecated/removed C++98 function adapters and std::random_shuffle by equivalents. 2017-05-05 14:15:11 +02:00
ticket_5544_terminate_irange.cpp [boost][range] - ticket 5544 - fix for termination of irange. 2011-05-22 11:16:53 +00:00
ticket_5547.cpp [boost][range] - Ticket 5547 - Boost.Range join() ambiguous with Boost.Algorithm join() function. Put the Boost.Range join function into the boost::range namespace and brought out with 'using' 2011-05-22 21:19:53 +00:00
ticket_5556_is_sorted_namespace.cpp [boost][range] - Ticket 5556 - is_sorted namespace issue under GCC 4.5 2011-05-22 20:20:20 +00:00
ticket_5811_indirected_optional.cpp ticket 5811 - attempt to fix link error on many automated regression test hosts. 2014-03-03 12:30:23 +00:00
ticket_6715_iterator_range_equality.cpp fix lifetime issue with test case for ticket 6715. 2014-03-04 20:29:34 +00:00
ticket_6944.cpp [range] Fixed a failing test on gcc 4.2 (refs #6944). 2013-06-05 00:42:41 +00:00
ticket_10336.cpp Ticket 10336 - unit test added. 2015-01-31 14:50:58 +00:00
value_type.cpp ticket 7885 rvalue support for metafunctions. 2014-03-09 00:28:43 +00:00