14922e71c0
Avoid global references to boost-root.
2024-04-13 11:15:55 -05:00
0666c4ce35
Fix links to The Old New Thing
...
Blogs moved from https://blogs.msdn.microsoft.com to https://devblogs.microsoft.com
2022-11-07 16:44:05 +01:00
6931736390
Fix broken doc build; create new section
2022-07-01 12:43:47 -07:00
12ade334e0
Merge pull request #100 from jgopel/copy-if-while
...
Implement copy_if_while and copy_if_until
2022-06-28 17:46:45 -07:00
eec00d8421
Implement copy_if_while and copy_if_until
...
Problem:
- There is no way to signal that a copy should proceed, selecting
elements by a predicate until some condition is met. This is useful
for patterns along the lines of "copy selected elements until there
are n total elements in the output".
Solution:
- Introduce `copy_if_while()` and `copy_if_until()`.
2022-06-24 16:48:44 +00:00
6b7a38f639
Add documentation to transform_exclusive_scan
...
Problem:
- There is no documentation for the existing functions. This will make
it harder for users to consume these functions, espcially as new
variants are added.
Solution:
- Add documentation.
2022-06-05 23:25:11 +00:00
02f436c25d
Add documentation to transform_inclusive_scan
...
Problem:
- There is no documentation for the existing functions. This will make
it harder for users to consume these functions, especially as new
variants are added.
Solution:
- Add documentation.
2022-06-05 14:40:24 +00:00
a814721376
Apply PR#57 from tonyelewis to improve the docs. Thanks, Tony\!
2019-12-03 08:39:34 -08:00
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
435cc61af8
Fix sloppy find_not() and find_*backward() code examples.
2018-10-02 17:26:50 -05:00
6b2246468e
find_{not,*backward} docs copy editing.
2018-05-14 19:15:19 -05:00
c5c5d24ff3
Add range-based overloads of find*_backward().
2018-05-12 16:04:12 -05:00
6c68cf8624
Add range-based overload of find_not().
2018-05-12 16:04:01 -05:00
8c9d5e858c
Add docs for find_backward.hpp.
2018-05-11 15:20:12 -05:00
86d26e7e2e
Add docs for find_not.hpp.
2018-05-10 19:01:12 -05:00
cb52d61054
Merge pull request #39 from ZaMaZaN4iK/feature_branch/apply_permutation
...
Apply_permutation
2017-11-01 12:57:31 -07:00
7df35ffd56
Different fixes
2017-08-30 20:25:15 +03:00
e07e8e65c6
Fixed references
2017-05-19 18:50:03 -06:00
ba7655eb3a
Add documentation
2017-05-19 16:59:11 -06:00
0e62dfb92e
Merge pull request #33 from ZaMaZaN4iK/feature_branch/is_partitioned_until
...
is_partitioned_until support
2017-05-03 18:15:09 -07:00
6f34145390
Removed empty README.md, fixed docs
2017-02-22 01:25:38 +03:00
383e800df9
Added examples, tests, doc
2017-02-14 15:59:07 +03:00
037fe4e33d
Merge pull request #31 from danieljames/fix-algorithm-location
...
Build the algorithm documentation standalone.
2016-12-13 19:30:52 -08:00
25d54bd1e8
Build the algorithm documentation standalone.
2016-12-13 21:38:40 +00:00
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
eccac19108
Add, and update, documentation build targets.
2016-10-07 23:03:40 -05:00
a53b0121b9
Updated documentation for is_palindrome
2016-08-16 16:20:22 +03:00
3c25ce1090
Added C-String support for 'is_palindrome'
...
Updated doc, example and tests.
2016-08-16 05:14:56 +03:00
774fb437f3
Disabled 'is_palindrome' for 'const char*'
2016-08-15 04:09:48 +03:00
fb964d72d7
Updated documentation for is_palindrome
...
Added two lines with examples.
2016-07-06 23:00:55 +03:00
9bee197bd8
Added all files to the new repository
2016-07-06 11:42:18 +03:00
c11878cd8a
typo
2016-04-29 16:20:43 -04:00
e066bfae81
Fix documentation to reflect commit 4dac507
2016-04-29 16:12:49 -04:00
7f7ebc36ed
Fixed the docs for clamp. Refs #10081
2015-04-10 08:10:16 -07:00
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
0ac413ecb8
Updated docs for is_sorted, etc. Refs #9367
...
[SVN r86741]
2013-11-17 20:47:14 +00:00
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
fc0fe6af52
Fixed typo "one_of_value" --> "one_of_equal". Refs #9010
...
[SVN r85397]
2013-08-19 17:52:56 +00:00
05475fec0f
Fixed some mixed singular/plural bits
...
[SVN r84648]
2013-06-05 20:24:00 +00:00
44d65cb4ae
Added documentation for 'is_permutation'
...
[SVN r84538]
2013-05-28 19:36:04 +00:00
73cfe03b97
Added docs for C++14 variants of 'equal' and 'mismatch'
...
[SVN r84447]
2013-05-23 18:28:23 +00:00
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
4ca6b10441
Add new algorithm 'gather'
...
[SVN r82584]
2013-01-22 00:44:53 +00:00
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
d739f7ff0c
Updated K-M-P docs; Refs #7656
...
[SVN r81838]
2012-12-10 21:10:46 +00:00
26edcb7b51
Fix behavior of is_sorted_until; thanks to Michel Morin for the report
...
[SVN r79433]
2012-07-12 03:25:58 +00:00
93b0b886fd
Refs #7073 ; will close when merged to release. Thanks for the catch!
...
[SVN r79261]
2012-07-04 15:41:33 +00:00
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
163b8d0052
Update Boost.Algorithm search documentation
...
[SVN r77568]
2012-03-26 20:05:43 +00:00
823e059a0e
First draft of Boost.Algorithm documentation; more to come
...
[SVN r77326]
2012-03-13 20:46:27 +00:00