Marshall Clow
|
60010b4165
|
Merge bug fix and test to release; Fixes #7784
[SVN r82238]
|
2012-12-28 17:39:08 +00:00 |
|
Marshall Clow
|
d6d75c9a31
|
Fixed bug in boost::algorithm::find_all with overlapping results; thanks to cedstrom for the report and the patch; Refs #7784
[SVN r82117]
|
2012-12-20 15:52:59 +00:00 |
|
Marshall Clow
|
1660dc9d48
|
merge bug fix for minmax_element to release; Fixes #7752
[SVN r82049]
|
2012-12-17 16:02:38 +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
|
922afd98c4
|
Kill some signed v unsigned warnings in the string_ref tests.
[SVN r81970]
|
2012-12-15 16:14:21 +00:00 |
|
Marshall Clow
|
20c9bad06d
|
Fixed usage of std::min to match boost guidelines
[SVN r81911]
|
2012-12-13 19:51:24 +00:00 |
|
Marshall Clow
|
06d0a61a01
|
When you add a test, you should actually call it.
[SVN r81904]
|
2012-12-13 17:33:14 +00:00 |
|
Marshall Clow
|
5bb66c562b
|
Still more tests for string_ref
[SVN r81903]
|
2012-12-13 17:22:23 +00:00 |
|
Marshall Clow
|
9e130e7b4e
|
More tests for string_ref
[SVN r81884]
|
2012-12-13 02:17:49 +00:00 |
|
Marshall Clow
|
b7d4f04a8b
|
Removed use of comma operator; Refs #7752
[SVN r81876]
|
2012-12-12 15:40:24 +00:00 |
|
Marshall Clow
|
5ae4f848b3
|
Remove tabs from Boost.Algorithm tests.
[SVN r81857]
|
2012-12-11 16:56:30 +00:00 |
|
Marshall Clow
|
cc55b8d6ae
|
Removed tabs from Boost.Algorithm - found by inspect tool
[SVN r81856]
|
2012-12-11 16:54:57 +00:00 |
|
Marshall Clow
|
fe3e0bb9c4
|
merge K-M-P doc updates to release; Fixes #7656
[SVN r81840]
|
2012-12-10 21:13:08 +00:00 |
|
Marshall Clow
|
d739f7ff0c
|
Updated K-M-P docs; Refs #7656
[SVN r81838]
|
2012-12-10 21:10:46 +00:00 |
|
Marshall Clow
|
311e169376
|
Merge extra tests for Boost.StringAlgo.Split to release
[SVN r81835]
|
2012-12-10 20:10:12 +00:00 |
|
Marshall Clow
|
3dddfa1930
|
Merge from trunk; Fixes #7346
[SVN r81832]
|
2012-12-10 19:23:54 +00:00 |
|
Marshall Clow
|
be6d8f9665
|
Merge URL fix for boyer-moore; Fixes #7781
[SVN r81825]
|
2012-12-10 15:40:23 +00:00 |
|
Marshall Clow
|
223e6e1826
|
Encoded URL to remove non-ascii char from source; Refs #7781
[SVN r81824]
|
2012-12-10 15:36:19 +00:00 |
|
Marshall Clow
|
bced4ed8dd
|
Merge doc fix for minmax; Fixes #7751
[SVN r81823]
|
2012-12-10 15:28:36 +00:00 |
|
Marshall Clow
|
0d750ae554
|
Fix broken link to Alexandrescu paper; Refs #7551
[SVN r81821]
|
2012-12-10 15:25:39 +00:00 |
|
Marshall Clow
|
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 |
|
Marshall Clow
|
a7190c0044
|
Added tests for assignment of Boost::find_iterator and split_iterator; Refs #7746
[SVN r81615]
|
2012-11-28 18:19:36 +00:00 |
|
Marshall Clow
|
fdb9522a1b
|
Remove lambdas
[SVN r81439]
|
2012-11-20 18:15:42 +00:00 |
|
Marshall Clow
|
4cd7e10628
|
Partial fixes from Steven's code review
[SVN r81361]
|
2012-11-15 22:16:48 +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
|
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 |
|
Marshall Clow
|
1b57e905ab
|
Merge bug fixes to release; Fixes #7339
[SVN r80808]
|
2012-10-01 15:31:51 +00:00 |
|
Marshall Clow
|
87f97645da
|
Put hex_char_to_int in an unnamed namespace to fix linker errors
[SVN r80696]
|
2012-09-24 18:00:07 +00:00 |
|
Marshall Clow
|
29bd9f53d9
|
Merge bug fixes to release; Fixes #7399 Fixes #7400 Fixes #7401
[SVN r80670]
|
2012-09-23 14:56:41 +00:00 |
|
Marshall Clow
|
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 |
|
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
|
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 |
|
Marshall Clow
|
5084a5d228
|
Add missing includes; Refs #7399. Thanks to Hideaki Takei for the catch
[SVN r80616]
|
2012-09-21 14:22:31 +00:00 |
|
Marshall Clow
|
6341cfb1a6
|
Merge doc typo corrections to release; fixes #6595; fixes #7182
[SVN r80057]
|
2012-08-16 05:16:42 +00:00 |
|
Marshall Clow
|
5492b15518
|
Fix typo in docs; Refs #6595
[SVN r80056]
|
2012-08-16 03:55:00 +00:00 |
|
Marshall Clow
|
7f4acd6170
|
Merged typos in comments to release; no functionality; Fixes #7210
[SVN r79929]
|
2012-08-08 16:30:33 +00:00 |
|
Marshall Clow
|
9b412cdf6f
|
Fixed typos in comments; no functionality; Refs #7210
[SVN r79928]
|
2012-08-08 16:27:17 +00:00 |
|
Marshall Clow
|
314f6dcfe0
|
Merge changes from [79588] to Release; fixes a unhex bug
[SVN r79604]
|
2012-07-19 15:12:33 +00:00 |
|
Marshall Clow
|
167aa6e31c
|
Get rid of tabs in Boost.Algorithm tests
[SVN r79603]
|
2012-07-19 15:00:27 +00:00 |
|
Marshall Clow
|
cabff10be7
|
Tabs. I likes them; the inspect tool, not so much
[SVN r79590]
|
2012-07-19 00:28:16 +00:00 |
|
Marshall Clow
|
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 |
|
Marshall Clow
|
d228e91494
|
Merge Boost.Algorithm changes to release; Fixes #7104
[SVN r79538]
|
2012-07-15 16:28:35 +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
|
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
|
9cc573fbd0
|
Fixed errors in the doxygen comments. Fixes #7083.
[SVN r79285]
|
2012-07-05 15:30:17 +00:00 |
|
Marshall Clow
|
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 |
|
Marshall Clow
|
28a7d3eb4b
|
Merge doc changes to release; fixes #7073
[SVN r79264]
|
2012-07-04 16:15:35 +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
|
883cce61a8
|
Merge algorithm's html redirect.
[SVN r78855]
|
2012-06-07 20:05:17 +00:00 |
|