|
54d2649b8c
|
Move string_ref to Boost.Utility; first crack at docs
[SVN r81972]
|
2012-12-15 16:38:07 +00:00 |
|
|
922afd98c4
|
Kill some signed v unsigned warnings in the string_ref tests.
[SVN r81970]
|
2012-12-15 16:14:21 +00:00 |
|
|
20c9bad06d
|
Fixed usage of std::min to match boost guidelines
[SVN r81911]
|
2012-12-13 19:51:24 +00:00 |
|
|
06d0a61a01
|
When you add a test, you should actually call it.
[SVN r81904]
|
2012-12-13 17:33:14 +00:00 |
|
|
5bb66c562b
|
Still more tests for string_ref
[SVN r81903]
|
2012-12-13 17:22:23 +00:00 |
|
|
9e130e7b4e
|
More tests for string_ref
[SVN r81884]
|
2012-12-13 02:17:49 +00:00 |
|
|
b7d4f04a8b
|
Removed use of comma operator; Refs #7752
[SVN r81876]
|
2012-12-12 15:40:24 +00:00 |
|
|
cc55b8d6ae
|
Removed tabs from Boost.Algorithm - found by inspect tool
[SVN r81856]
|
2012-12-11 16:54:57 +00:00 |
|
|
d739f7ff0c
|
Updated K-M-P docs; Refs #7656
[SVN r81838]
|
2012-12-10 21:10:46 +00:00 |
|
|
223e6e1826
|
Encoded URL to remove non-ascii char from source; Refs #7781
[SVN r81824]
|
2012-12-10 15:36:19 +00:00 |
|
|
0d750ae554
|
Fix broken link to Alexandrescu paper; Refs #7551
[SVN r81821]
|
2012-12-10 15:25:39 +00:00 |
|
|
6afae475fe
|
Fix a regression failure on MSVC 8 and 9; thanks to Eric Niebler for the fix
[SVN r81711]
|
2012-12-04 22:12:47 +00:00 |
|
|
a7190c0044
|
Added tests for assignment of Boost::find_iterator and split_iterator; Refs #7746
[SVN r81615]
|
2012-11-28 18:19:36 +00:00 |
|
|
fdb9522a1b
|
Remove lambdas
[SVN r81439]
|
2012-11-20 18:15:42 +00:00 |
|
|
4cd7e10628
|
Partial fixes from Steven's code review
[SVN r81361]
|
2012-11-15 22:16:48 +00:00 |
|
|
8b5c0d9114
|
Initial commit of string_ref; Basic sanity tests
[SVN r81360]
|
2012-11-15 19:45:53 +00:00 |
|
|
234656765a
|
Qualified some calls to insert to remove ambiguity; Refs #7346 Thanks to Yusuke Ichinohe for the bug report/fix
[SVN r80809]
|
2012-10-01 15:42:40 +00:00 |
|
|
87f97645da
|
Put hex_char_to_int in an unnamed namespace to fix linker errors
[SVN r80696]
|
2012-09-24 18:00:07 +00:00 |
|
|
ed9b65dc39
|
Fix typos in the comments. Refs #7401. Thanks to Hideaki Takei for the catch
[SVN r80619]
|
2012-09-21 14:53:35 +00:00 |
|
|
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 |
|
|
4a4ae462fb
|
Fix bugs in copy_if; add basic tests. Refs #7400. Thanks to Hideaki Takei for the catch
[SVN r80617]
|
2012-09-21 14:49:32 +00:00 |
|
|
5084a5d228
|
Add missing includes; Refs #7399. Thanks to Hideaki Takei for the catch
[SVN r80616]
|
2012-09-21 14:22:31 +00:00 |
|
|
5492b15518
|
Fix typo in docs; Refs #6595
[SVN r80056]
|
2012-08-16 03:55:00 +00:00 |
|
|
9b412cdf6f
|
Fixed typos in comments; no functionality; Refs #7210
[SVN r79928]
|
2012-08-08 16:27:17 +00:00 |
|
|
cabff10be7
|
Tabs. I likes them; the inspect tool, not so much
[SVN r79590]
|
2012-07-19 00:28:16 +00:00 |
|
|
1fd1894ed7
|
fixed a bug in boost::algorithm::unhex(T*,) where it was throwing the wrong exception on short input
[SVN r79588]
|
2012-07-18 18:16:39 +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 |
|
|
9e7e5087b8
|
Find wrappers for map/multimap; suggested by Olaf; Refs #5227; No docs yet.
[SVN r79385]
|
2012-07-09 17:31:20 +00:00 |
|
|
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 |
|
|
681c5827d3
|
Fixed errors in the doxygen comments. Refs #7083; will close when merged to release. Thanks to Olaf for the catch!
[SVN r79284]
|
2012-07-05 15:14:40 +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 |
|
|
dcda91716a
|
Removed a bit of undefined behavior (noted by STL @ microsoft)
[SVN r78839]
|
2012-06-06 20:43:22 +00:00 |
|
|
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 |
|
|
ea13506795
|
Cleaned up things that the inspect tool found in Boost.Algorithm. No functionality change
[SVN r78687]
|
2012-05-27 15:24:09 +00:00 |
|
|
8d82e7538d
|
Removed extra include of <algorithm>, thanks to Michel Morin for the catch
[SVN r78471]
|
2012-05-14 16:40:54 +00:00 |
|
|
fae48250b4
|
Added missing includes of <algorithm>, thanks to Michel Morin for the catch
[SVN r78466]
|
2012-05-14 04:58:22 +00:00 |
|
|
1aa1944636
|
Fixed error in string docs
[SVN r78393]
|
2012-05-09 17:11:43 +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 |
|
|
f0ad49c07f
|
Add automatic redirect to generated docs
[SVN r77563]
|
2012-03-26 17:36:22 +00:00 |
|
|
bca416c177
|
s/ususally/often/; Refs #6689
[SVN r77343]
|
2012-03-15 18:34:55 +00:00 |
|
|
823e059a0e
|
First draft of Boost.Algorithm documentation; more to come
[SVN r77326]
|
2012-03-13 20:46:27 +00:00 |
|
|
e3263d43e4
|
Renamed file 'ordered.hpp' to 'is_sorted.hpp' because that's what it contains
[SVN r77325]
|
2012-03-13 18:53:14 +00:00 |
|
|
1af25699b7
|
Add hex/unhex algorithms suggested by Olaf
[SVN r77138]
|
2012-02-28 23:17:52 +00:00 |
|
|
49668cf66a
|
More tests; removed ambiguity
[SVN r77134]
|
2012-02-28 18:44:06 +00:00 |
|
|
a92ae91b23
|
Another doc fix; Refs #6596
[SVN r77130]
|
2012-02-27 20:40:58 +00:00 |
|
|
028d9aedcd
|
Fix typos; Refs #6596
[SVN r77101]
|
2012-02-23 19:36:45 +00:00 |
|
|
dfaea65083
|
Fix (even more) test failures in Boost.Algorithm
[SVN r77076]
|
2012-02-20 15:22:04 +00:00 |
|
|
eb8291e0aa
|
Fix some test (more) failures in Boost.Algorithm
[SVN r77073]
|
2012-02-19 16:17:27 +00:00 |
|
|
f023127c99
|
Fix some test failures in Boost.Algorithm
[SVN r77070]
|
2012-02-18 17:26:08 +00:00 |
|