Commit Graph

49 Commits

Author SHA1 Message Date
Marshall Clow
e59958cc4d Merge include + doc fixes to master for 1.72 release 2019-12-03 16:53:16 -08:00
Marshall Clow
a814721376 Apply PR#57 from tonyelewis to improve the docs. Thanks, Tony\! 2019-12-03 08:39:34 -08:00
Marshall Clow
5af3e3b174 Merge bug fixes to master 2018-12-04 09:35:03 -08:00
Marshall Clow
1cbe285841 Fix bug in is_sorted docs; thanks to Tony E for the report: https://github.com/boostorg/algorithm/issues/54 2018-11-01 17:45:41 -07:00
Zach Laine
435cc61af8 Fix sloppy find_not() and find_*backward() code examples. 2018-10-02 17:26:50 -05:00
Marshall Clow
4f9afb0682 Merge for the 1.68.0 beta 2018-07-04 11:27:27 -07:00
Zach Laine
6b2246468e find_{not,*backward} docs copy editing. 2018-05-14 19:15:19 -05:00
Zach Laine
c5c5d24ff3 Add range-based overloads of find*_backward(). 2018-05-12 16:04:12 -05:00
Zach Laine
6c68cf8624 Add range-based overload of find_not(). 2018-05-12 16:04:01 -05:00
Zach Laine
8c9d5e858c Add docs for find_backward.hpp. 2018-05-11 15:20:12 -05:00
Zach Laine
86d26e7e2e Add docs for find_not.hpp. 2018-05-10 19:01:12 -05:00
Marshall Clow
6d0126df8a Catch up with the changes; apply_permutation; constexpr, etc 2018-05-01 08:17:06 -07:00
Marshall Clow
cb52d61054
Merge pull request #39 from ZaMaZaN4iK/feature_branch/apply_permutation
Apply_permutation
2017-11-01 12:57:31 -07:00
Alexander Zaitsev
7df35ffd56 Different fixes 2017-08-30 20:25:15 +03:00
Marshall Clow
055075aa61 Bug fixes and is_partititioned_XXX for the 1.65.0 release 2017-06-14 18:49:39 -07:00
Alexander Zaitsev
e07e8e65c6 Fixed references 2017-05-19 18:50:03 -06:00
Alexander Zaitsev
ba7655eb3a Add documentation 2017-05-19 16:59:11 -06:00
Marshall Clow
0e62dfb92e Merge pull request #33 from ZaMaZaN4iK/feature_branch/is_partitioned_until
is_partitioned_until support
2017-05-03 18:15:09 -07:00
Alexander Zaitsev
6f34145390 Removed empty README.md, fixed docs 2017-02-22 01:25:38 +03:00
Alexander Zaitsev
383e800df9 Added examples, tests, doc 2017-02-14 15:59:07 +03:00
Marshall Clow
037fe4e33d Merge pull request #31 from danieljames/fix-algorithm-location
Build the algorithm documentation standalone.
2016-12-13 19:30:52 -08:00
Daniel
25d54bd1e8 Build the algorithm documentation standalone. 2016-12-13 21:38:40 +00:00
Marshall Clow
efd7a8b544 Updated the docs for the searchers to reflect the new interface, and added rationale for the change. 2016-10-26 11:22:37 -07:00
Rene Rivera
d029402f05 Add, and update, documentation build targets. 2016-10-10 11:24:26 -05:00
Rene Rivera
eccac19108 Add, and update, documentation build targets. 2016-10-07 23:03:40 -05:00
Alexander
a53b0121b9 Updated documentation for is_palindrome 2016-08-16 16:20:22 +03:00
Alexander Zaitsev
3c25ce1090 Added C-String support for 'is_palindrome'
Updated doc, example and tests.
2016-08-16 05:14:56 +03:00
Alexander Zaitsev
774fb437f3 Disabled 'is_palindrome' for 'const char*' 2016-08-15 04:09:48 +03:00
Alexander
fb964d72d7 Updated documentation for is_palindrome
Added two lines with examples.
2016-07-06 23:00:55 +03:00
Alexander Zaitsev
9bee197bd8 Added all files to the new repository 2016-07-06 11:42:18 +03:00
Kolya Matteo
c11878cd8a typo 2016-04-29 16:20:43 -04:00
Kolya Matteo
e066bfae81 Fix documentation to reflect commit 4dac507 2016-04-29 16:12:49 -04:00
Marshall Clow
7f7ebc36ed Fixed the docs for clamp. Refs #10081 2015-04-10 08:10:16 -07:00
Marshall Clow
d121a40f2b Add a missing 'not' to the description for mismatch. Thanks to K-ballo for the catch 2014-05-03 15:13:44 -07:00
Marshall Clow
0ac413ecb8 Updated docs for is_sorted, etc. Refs #9367
[SVN r86741]
2013-11-17 20:47:14 +00:00
Marshall Clow
4b9a073780 Fixed typo in documentation for equal and mismatch; thanks to Larry for the catch
[SVN r86171]
2013-10-06 01:24:41 +00:00
Marshall Clow
fc0fe6af52 Fixed typo "one_of_value" --> "one_of_equal". Refs #9010
[SVN r85397]
2013-08-19 17:52:56 +00:00
Marshall Clow
05475fec0f Fixed some mixed singular/plural bits
[SVN r84648]
2013-06-05 20:24:00 +00:00
Marshall Clow
44d65cb4ae Added documentation for 'is_permutation'
[SVN r84538]
2013-05-28 19:36:04 +00:00
Marshall Clow
73cfe03b97 Added docs for C++14 variants of 'equal' and 'mismatch'
[SVN r84447]
2013-05-23 18:28:23 +00:00
Marshall Clow
ef16153353 Gather does not (in general) work with forward iterators, even though it does on some systems
[SVN r83158]
2013-02-25 22:31:52 +00:00
Marshall Clow
4ca6b10441 Add new algorithm 'gather'
[SVN r82584]
2013-01-22 00:44:53 +00:00
Marshall Clow
771375973f Fix many typos in the comments and documentation; no functionality change. Thanks to Michael Morin for the patch
[SVN r82239]
2012-12-28 17:51:56 +00:00
Marshall Clow
d739f7ff0c Updated K-M-P docs; Refs #7656
[SVN r81838]
2012-12-10 21:10:46 +00:00
Marshall Clow
26edcb7b51 Fix behavior of is_sorted_until; thanks to Michel Morin for the report
[SVN r79433]
2012-07-12 03:25:58 +00:00
Marshall Clow
93b0b886fd Refs #7073; will close when merged to release. Thanks for the catch!
[SVN r79261]
2012-07-04 15:41:33 +00:00
Daniel James
35496195f2 Fix boost.root in algorithm docs.
`boost.root` and `img.src.path` need to be relative to the destination
directory, i.e. the `html` directory.

[SVN r77582]
2012-03-27 08:32:21 +00:00
Marshall Clow
163b8d0052 Update Boost.Algorithm search documentation
[SVN r77568]
2012-03-26 20:05:43 +00:00
Marshall Clow
823e059a0e First draft of Boost.Algorithm documentation; more to come
[SVN r77326]
2012-03-13 20:46:27 +00:00