.. |
search_test_data
|
Initial checkin of Boost.Algorithm searching and clamp code and tests; docs and more Algos coming
|
2012-01-09 17:21:04 +00:00 |
all_of_test.cpp
|
fix constexpr-ness of a couple of algorithhms - and tests. Based on Pull Request #44 by Flast - thanks!
|
2018-04-04 11:18:38 -07:00 |
any_of_test.cpp
|
fix constexpr-ness of a couple of algorithhms - and tests. Based on Pull Request #44 by Flast - thanks!
|
2018-04-04 11:18:38 -07:00 |
apply_permutation_test.cpp
|
Update the apply_permutation tests to use the BOOST_CHECK_EQUAL_COLLECTIONS facilities. Based on https://github.com/boostorg/algorithm/pull/42 Thanks to Jeremy for the patch
|
2019-07-03 07:44:25 -07:00 |
clamp_test.cpp
|
fix constexpr-ness of a couple of algorithhms - and tests. Based on Pull Request #44 by Flast - thanks!
|
2018-04-04 11:18:38 -07:00 |
copy_if_test1.cpp
|
Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance.
|
2017-04-07 22:31:23 +03:00 |
copy_n_test1.cpp
|
Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance.
|
2017-04-07 22:31:23 +03:00 |
empty_search_test.cpp
|
Update searchers to return a pair of iterators
|
2016-02-15 22:23:58 -08:00 |
equal_test.cpp
|
Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance.
|
2017-04-07 22:31:23 +03:00 |
exclusive_scan_test.cpp
|
use boost::algorithm::iota in the tests instead of std::iota, which requires C++11
|
2017-06-28 07:58:21 -07:00 |
find_backward_test.cpp
|
East const -> west const. I regret nothing!
|
2018-05-14 19:19:52 -05:00 |
find_if_not_test1.cpp
|
Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance.
|
2017-04-07 22:31:23 +03:00 |
find_not_test.cpp
|
East const -> west const. I regret nothing!
|
2018-05-14 19:19:52 -05:00 |
for_each_n_test.cpp
|
Implement the C++17 new algorithms
|
2017-06-27 16:43:17 -07:00 |
gather_fail1.cpp
|
Fix error in compile-fail test; now fails to compile for the right reason
|
2013-06-18 14:46:32 +00:00 |
gather_test1.cpp
|
Gather does not (in general) work with forward iterators, even though it does on some systems
|
2013-02-25 22:31:52 +00:00 |
hex_fail1.cpp
|
Updated Boost.Algorithm tests to use non-deprecated test framework
|
2013-02-08 17:21:43 +00:00 |
hex_test1.cpp
|
Test coverage for algorithm::hex_lower, adapting existing coverage for algorithm::hex
|
2016-03-08 09:47:52 +10:00 |
hex_test2.cpp
|
Updated Boost.Algorithm tests to use non-deprecated test framework
|
2013-02-08 17:21:43 +00:00 |
hex_test3.cpp
|
Updated Boost.Algorithm tests to use non-deprecated test framework
|
2013-02-08 17:21:43 +00:00 |
hex_test4.cpp
|
Add missing error_info include
|
2016-08-17 13:54:58 -07:00 |
inclusive_scan_test.cpp
|
use boost::algorithm::iota in the tests instead of std::iota, which requires C++11
|
2017-06-28 07:58:21 -07:00 |
iota_test1.cpp
|
Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance.
|
2017-04-07 22:31:23 +03:00 |
is_palindrome_test.cpp
|
Use boost::begin/end instead of macros
|
2017-05-03 22:38:21 -07:00 |
is_partitioned_test1.cpp
|
Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance.
|
2017-04-07 22:31:23 +03:00 |
is_partitioned_until_test.cpp
|
Added examples, tests, doc
|
2017-02-14 15:59:07 +03:00 |
is_permutation_test1.cpp
|
Rework the file layout and implementation of 'is_permutation' to match the various versions of the C++ standard. In particular, move the four iterator versions into the cxx14/ directory.
|
2014-03-23 14:56:48 -07:00 |
iterator_test.hpp
|
Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance.
|
2017-04-07 22:31:23 +03:00 |
Jamfile.v2
|
fix extraneous colon in test jamfile causing a build warning
|
2018-10-30 15:30:23 +00:00 |
mismatch_test.cpp
|
Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance.
|
2017-04-07 22:31:23 +03:00 |
none_of_test.cpp
|
fix constexpr-ness of a couple of algorithhms - and tests. Based on Pull Request #44 by Flast - thanks!
|
2018-04-04 11:18:38 -07:00 |
one_of_test.cpp
|
fix constexpr-ness of a couple of algorithhms - and tests. Based on Pull Request #44 by Flast - thanks!
|
2018-04-04 11:18:38 -07:00 |
ordered_test.cpp
|
Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance.
|
2017-04-07 22:31:23 +03:00 |
partition_copy_test1.cpp
|
Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance.
|
2017-04-07 22:31:23 +03:00 |
partition_point_test1.cpp
|
Removed some debugging code from the test
|
2014-09-24 10:33:46 -07:00 |
partition_subrange_test.cpp
|
Conditionally replace deprecated c++98 features by c++11 ones
|
2017-07-20 16:33:17 +02:00 |
power_fail1.cpp
|
Added more general power functionality as requested by Sean Parent. Also added enable_if to make sure the exponent is an integral type.
|
2014-12-03 15:15:15 -08:00 |
power_test.cpp
|
Copy-and-paste error ...
|
2017-10-08 10:33:22 +02:00 |
reduce_test.cpp
|
Replace an assert in a test with BOOST_CHECK
|
2017-06-28 10:04:25 -07:00 |
search_fail1.cpp
|
Updated Boost.Algorithm tests to use non-deprecated test framework
|
2013-02-08 17:21:43 +00:00 |
search_fail2.cpp
|
Updated Boost.Algorithm tests to use non-deprecated test framework
|
2013-02-08 17:21:43 +00:00 |
search_fail3.cpp
|
Updated Boost.Algorithm tests to use non-deprecated test framework
|
2013-02-08 17:21:43 +00:00 |
search_test1.cpp
|
Update searchers to return a pair of iterators
|
2016-02-15 22:23:58 -08:00 |
search_test2.cpp
|
Update searchers to return a pair of iterators
|
2016-02-15 22:23:58 -08:00 |
search_test3.cpp
|
Update searchers to return a pair of iterators
|
2016-02-15 22:23:58 -08:00 |
search_test4.cpp
|
Update searchers to return a pair of iterators
|
2016-02-15 22:23:58 -08:00 |
sort_subrange_test.cpp
|
Conditionally replace deprecated c++98 features by c++11 ones
|
2017-07-20 16:33:17 +02:00 |
transform_exclusive_scan_test.cpp
|
use boost::algorithm::iota in the tests instead of std::iota, which requires C++11
|
2017-06-28 07:58:21 -07:00 |
transform_inclusive_scan_test.cpp
|
use boost::algorithm::iota in the tests instead of std::iota, which requires C++11
|
2017-06-28 07:58:21 -07:00 |
transform_reduce_test.cpp
|
Implement the C++17 new algorithms
|
2017-06-27 16:43:17 -07:00 |