Zach Laine
|
23017af526
|
Remove support for direct use of null-terminated strings with the parser APIs.
Fixes #175.
Fixes #190.
|
2024-10-02 20:28:50 -05:00 |
|
Zach Laine
|
8e39ad067b
|
Change tests from GTest to Boost.Test. Remove Goolge.{Test,Benchmark}.
Fixes #165.
|
2024-03-24 22:29:10 -05:00 |
|
Zach Laine
|
d0208fb12c
|
Add transform_replace range adaptor and transform_replace_view.
|
2024-02-10 18:42:18 -06:00 |
|
Zach Laine
|
d1309560df
|
Add detail::maybe_const, and use it properly in search_all_view and
split_view.
|
2024-01-21 15:40:51 -06:00 |
|
Zach Laine
|
bbb1cba804
|
Fix the broken support for operating on C-style strings in search{(),_all} and
split.
|
2024-01-21 15:31:31 -06:00 |
|
Zach Laine
|
a68c1d3187
|
Add documentation section on algorithms views and view adaptors, to document
search(), search_all, and split.
Partially addresses #64.
|
2024-01-20 03:11:43 -06:00 |
|
Zach Laine
|
5adef16a4d
|
Add split_view + split range adaptor. split produces a range of subranges,
each of which is a nonoveralpping match of the given parser.
Fixes #64.
|
2024-01-19 21:19:53 -06:00 |
|