Commit Graph

573 Commits

Author SHA1 Message Date
Marshall Clow
a4b907197e Add C++14 extensions to 'equal' and 'mismatch'
[SVN r84206]
2013-05-09 17:22:46 +00:00
Marshall Clow
b8c95b412c Detab
[SVN r83492]
2013-03-18 20:33:53 +00:00
Marshall Clow
1529f909a6 In c++11, use std:: instead of std::tr1:: stuff
[SVN r83491]
2013-03-18 20:29:56 +00:00
Marshall Clow
63da6f5713 Merge Algorithm changes to release; hex code cleanups; gather iterator requirements; copy_while and copy_until interface changes
[SVN r83347]
2013-03-07 15:37:08 +00:00
Marshall Clow
2381d0bdac Merge bug fix to release; Fixes #7989
[SVN r83193]
2013-02-27 23:37:21 +00:00
Marshall Clow
40b5941652 One more failed merge
[SVN r83192]
2013-02-27 23:36:16 +00:00
Marshall Clow
00dfda98b2 more merge failures
[SVN r83171]
2013-02-26 22:05:42 +00:00
Marshall Clow
52eef989da Clean up merge failure
[SVN r83170]
2013-02-26 22:03:44 +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
8132864884 Merged boost::algorithm::gather and updated tests for Utility, Algorithm and Utility libraries
[SVN r83154]
2013-02-25 18:43:26 +00:00
Marshall Clow
5f45246c6c Changed the return type for boost::algorithm::copy_while and copy_until to return a pair<InputIterator, OutputIterator> instead of just an OutputIterator
[SVN r83064]
2013-02-21 16:18:51 +00:00
Marshall Clow
a451b260a3 Added #include <ctime> to fix tests on gcc 4.7
[SVN r83063]
2013-02-21 15:43:23 +00:00
Marshall Clow
578c37b7fa Fixed include guard; thanks to Ian Hobson for the catch
[SVN r83002]
2013-02-19 14:36:22 +00:00
Marshall Clow
21e88adcda Fix potential ODR violation; disambiguate doxygen comments
[SVN r82789]
2013-02-08 17:34:57 +00:00
Marshall Clow
6d22c99f2e Make find_iterator work with forward iterators; refs #7989
[SVN r82788]
2013-02-08 17:32:05 +00:00
Marshall Clow
efd5d23bb9 Remove dummy test erroneously left in previous checkin
[SVN r82786]
2013-02-08 17:23:16 +00:00
Marshall Clow
f65d36aca7 Updated Boost.Algorithm tests to use non-deprecated test framework
[SVN r82785]
2013-02-08 17:21:43 +00:00
Marshall Clow
4ca6b10441 Add new algorithm 'gather'
[SVN r82584]
2013-01-22 00:44:53 +00:00
Marshall Clow
6e098b27aa Merge Michael Morin's typo fixes for Boost.Algorithm to release; no functionality change.
[SVN r82240]
2012-12-28 18:19:25 +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
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