0a57ec30a2Update 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
Marshall Clow
2019-07-03 07:44:25 -0700
3f2a962aceEast const -> west const. I regret nothing!
Zach Laine
2018-05-14 19:17:00 -0500
6b2246468efind_{not,*backward} docs copy editing.
Zach Laine
2018-05-12 16:47:47 -0500
ea7d35d949Added some comments
Marshall Clow
2018-05-13 17:24:36 -0700
c5c5d24ff3Add range-based overloads of find*_backward().
Zach Laine
2018-05-12 16:03:41 -0500
6c68cf8624Add range-based overload of find_not().
Zach Laine
2018-05-12 15:25:37 -0500
8c9d5e858cAdd docs for find_backward.hpp.
Zach Laine
2018-05-11 15:14:49 -0500
86d26e7e2eAdd docs for find_not.hpp.
Zach Laine
2018-05-10 19:01:12 -0500
94460b0ca5Add tests for find_backward.hpp.
Zach Laine
2018-05-10 13:22:53 -0500
45a4d2580cAdd tests for find_not.hpp.
Zach Laine
2018-05-10 12:32:09 -0500
d7d91d431aAdd find_not() and the four find_*_backward overloads from Boost.Text. Needs tests.
Zach Laine
2018-05-08 16:33:25 -0500
7ec1c5c413Remove too-simple test, add tests for the variants of minmax_element
Marshall Clow
2018-05-02 11:41:16 -0700
d574d1edd7Fuzzing targets for minmax
Marshall Clow
2018-05-01 19:10:47 -0700
6d0126df8aCatch up with the changes; apply_permutation; constexpr, etc
Marshall Clow
2018-05-01 08:17:06 -0700
3af7acabc7fix constexpr-ness of a couple of algorithhms - and tests. Based on Pull Request #44 by Flast - thanks!
Marshall Clow
2018-04-04 11:18:38 -0700
298310f521Add BOOST_CXX14_CONSTEXPR to identity_operation.
Jeremy W. Murphy
2018-02-06 00:45:21 +1100
63c85e7c5eQualify calls to Boost.Algorithm algs that have the same name as ones in the standard; prevents ADL ambiguities. Thanks to Billy O'Neill for the heads up.
Marshall Clow
2018-01-10 10:26:21 -0800
968d30e9e3Merge branch 'develop' into apolukhin/constexpr
very-cool-name
2017-04-10 12:16:38 +0300
dfa332e915Updated constexpr tests for all affected modules. Added conditional constexpr to equal, which uses std::distance.
MMaximoff
2017-04-07 22:31:23 +0300
5d76dab9b8Merge remote-tracking branch 'refs/remotes/origin/feature_branch/is_partitioned_until'
Alexander Zaitsev
2017-02-22 01:26:16 +0300
6f34145390Removed empty README.md, fixed docs
Alexander Zaitsev
2017-02-22 01:25:38 +0300
a446ef0758Cleaned README
Alexander
2017-02-15 00:11:10 +0300
383e800df9Added examples, tests, doc
Alexander Zaitsev
2017-02-14 15:59:07 +0300
a838feb81aAdded is_partitioned_until
Alexander Zaitsev
2017-02-14 12:22:49 +0300