Commit Graph

26 Commits

Author SHA1 Message Date
James E. King III
01b0dd8648 fix extraneous colon in test jamfile causing a build warning 2018-10-30 15:30:23 +00:00
Zach Laine
94460b0ca5 Add tests for find_backward.hpp. 2018-05-10 17:56:16 -05:00
Zach Laine
45a4d2580c Add tests for find_not.hpp. 2018-05-10 13:21:21 -05:00
Marshall Clow
cb52d61054
Merge pull request #39 from ZaMaZaN4iK/feature_branch/apply_permutation
Apply_permutation
2017-11-01 12:57:31 -07:00
Marshall Clow
334737eebe Implement the C++17 new algorithms 2017-06-27 16:43:17 -07:00
Alexander Zaitsev
e07e8e65c6 Fixed references 2017-05-19 18:50:03 -06:00
Alexander Zaitsev
383e800df9 Added examples, tests, doc 2017-02-14 15:59:07 +03:00
Alexander Zaitsev
9bee197bd8 Added all files to the new repository 2016-07-06 11:42:18 +03:00
Marshall Clow
1a79438687 New algorithm 'partition_subrange'. Name not 100% final, bue we've got tests. No docs yet. 2015-10-01 11:59:31 -07:00
Marshall Clow
7a2ae62f22 Added new algorithm 'sort_subrange' from Sean Parent's CppCon keynote. Docs to come 2015-09-28 10:28:05 -07:00
Marshall Clow
d4734356e9 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
Marshall Clow
0c3f9a38f4 Add new algorithm boost::power, which raises a number to an integer power 2014-12-02 14:38:25 -08:00
Marshall Clow
bc3b806f56 Fixed some file perms that got munged in the git conversion. 2014-02-04 08:13:44 -08:00
Marshall Clow
a4b907197e Add C++14 extensions to 'equal' and 'mismatch'
[SVN r84206]
2013-05-09 17:22:46 +00:00
Marshall Clow
efd5d23bb9 Remove dummy test erroneously left in previous checkin
[SVN r82786]
2013-02-08 17:23:16 +00:00
Marshall Clow
f65d36aca7 Updated Boost.Algorithm tests to use non-deprecated test framework
[SVN r82785]
2013-02-08 17:21:43 +00:00
Marshall Clow
4ca6b10441 Add new algorithm 'gather'
[SVN r82584]
2013-01-22 00:44:53 +00:00
Marshall Clow
54d2649b8c Move string_ref to Boost.Utility; first crack at docs
[SVN r81972]
2012-12-15 16:38:07 +00:00
Marshall Clow
8b5c0d9114 Initial commit of string_ref; Basic sanity tests
[SVN r81360]
2012-11-15 19:45:53 +00:00
Marshall Clow
d0a05da4c1 Fix bugs in copy_if; add basic tests. Refs #7400. Thanks to Hideaki Takei for the catch
[SVN r80618]
2012-09-21 14:52:38 +00:00
Marshall Clow
9e7e5087b8 Find wrappers for map/multimap; suggested by Olaf; Refs #5227; No docs yet.
[SVN r79385]
2012-07-09 17:31:20 +00:00
Marshall Clow
a0ee93ff89 Fixed range-based versions of Boyer-Moore; Added range-based versions of Boyer-Moore-Horspool and Knuth-Pratt-Morris; Refs #7104; will close when merged to release. Thanks to Akira Takahashi for the bug report!
[SVN r79380]
2012-07-09 14:27:00 +00:00
Marshall Clow
a42d6ebcd7 Reworked boost::algorithm::unhex error reporting to play nicer with Boost.Exception (thanks to Emil); added tests
[SVN r78838]
2012-06-06 20:38:04 +00:00
Marshall Clow
1af25699b7 Add hex/unhex algorithms suggested by Olaf
[SVN r77138]
2012-02-28 23:17:52 +00:00
Marshall Clow
43c01ff2bc Added c++11 algorithms to Boost.Algorithm
[SVN r77060]
2012-02-18 07:17:39 +00:00
Marshall Clow
d518994247 Initial checkin of Boost.Algorithm searching and clamp code and tests; docs and more Algos coming
[SVN r76388]
2012-01-09 17:21:04 +00:00