Commit Graph

  • a4b907197e Add C++14 extensions to 'equal' and 'mismatch' Marshall Clow 2013-05-09 17:22:46 +0000
  • b8c95b412c Detab Marshall Clow 2013-03-18 20:33:53 +0000
  • 1529f909a6 In c++11, use std:: instead of std::tr1:: stuff Marshall Clow 2013-03-18 20:29:56 +0000
  • 63da6f5713 Merge Algorithm changes to release; hex code cleanups; gather iterator requirements; copy_while and copy_until interface changes Marshall Clow 2013-03-07 15:37:08 +0000
  • 2381d0bdac Merge bug fix to release; Fixes #7989 Marshall Clow 2013-02-27 23:37:21 +0000
  • 40b5941652 One more failed merge Marshall Clow 2013-02-27 23:36:16 +0000
  • 00dfda98b2 more merge failures Marshall Clow 2013-02-26 22:05:42 +0000
  • 52eef989da Clean up merge failure Marshall Clow 2013-02-26 22:03:44 +0000
  • ef16153353 Gather does not (in general) work with forward iterators, even though it does on some systems Marshall Clow 2013-02-25 22:31:52 +0000
  • 8132864884 Merged boost::algorithm::gather and updated tests for Utility, Algorithm and Utility libraries Marshall Clow 2013-02-25 18:43:26 +0000
  • 5f45246c6c Changed the return type for boost::algorithm::copy_while and copy_until to return a pair<InputIterator, OutputIterator> instead of just an OutputIterator Marshall Clow 2013-02-21 16:18:51 +0000
  • a451b260a3 Added #include <ctime> to fix tests on gcc 4.7 Marshall Clow 2013-02-21 15:43:23 +0000
  • 578c37b7fa Fixed include guard; thanks to Ian Hobson for the catch Marshall Clow 2013-02-19 14:36:22 +0000
  • 21e88adcda Fix potential ODR violation; disambiguate doxygen comments Marshall Clow 2013-02-08 17:34:57 +0000
  • 6d22c99f2e Make find_iterator work with forward iterators; refs #7989 Marshall Clow 2013-02-08 17:32:05 +0000
  • efd5d23bb9 Remove dummy test erroneously left in previous checkin Marshall Clow 2013-02-08 17:23:16 +0000
  • f65d36aca7 Updated Boost.Algorithm tests to use non-deprecated test framework Marshall Clow 2013-02-08 17:21:43 +0000
  • 4ca6b10441 Add new algorithm 'gather' Marshall Clow 2013-01-22 00:44:53 +0000
  • 6e098b27aa Merge Michael Morin's typo fixes for Boost.Algorithm to release; no functionality change. Marshall Clow 2012-12-28 18:19:25 +0000
  • 771375973f Fix many typos in the comments and documentation; no functionality change. Thanks to Michael Morin for the patch Marshall Clow 2012-12-28 17:51:56 +0000
  • 60010b4165 Merge bug fix and test to release; Fixes #7784 Marshall Clow 2012-12-28 17:39:08 +0000
  • d6d75c9a31 Fixed bug in boost::algorithm::find_all with overlapping results; thanks to cedstrom for the report and the patch; Refs #7784 Marshall Clow 2012-12-20 15:52:59 +0000
  • 1660dc9d48 merge bug fix for minmax_element to release; Fixes #7752 Marshall Clow 2012-12-17 16:02:38 +0000
  • 54d2649b8c Move string_ref to Boost.Utility; first crack at docs Marshall Clow 2012-12-15 16:38:07 +0000
  • 922afd98c4 Kill some signed v unsigned warnings in the string_ref tests. Marshall Clow 2012-12-15 16:14:21 +0000
  • 20c9bad06d Fixed usage of std::min to match boost guidelines Marshall Clow 2012-12-13 19:51:24 +0000
  • 06d0a61a01 When you add a test, you should actually call it. Marshall Clow 2012-12-13 17:33:14 +0000
  • 5bb66c562b Still more tests for string_ref Marshall Clow 2012-12-13 17:22:23 +0000
  • 9e130e7b4e More tests for string_ref Marshall Clow 2012-12-13 02:17:49 +0000
  • b7d4f04a8b Removed use of comma operator; Refs #7752 Marshall Clow 2012-12-12 15:40:24 +0000
  • 5ae4f848b3 Remove tabs from Boost.Algorithm tests. Marshall Clow 2012-12-11 16:56:30 +0000
  • cc55b8d6ae Removed tabs from Boost.Algorithm - found by inspect tool Marshall Clow 2012-12-11 16:54:57 +0000
  • fe3e0bb9c4 merge K-M-P doc updates to release; Fixes #7656 Marshall Clow 2012-12-10 21:13:08 +0000
  • d739f7ff0c Updated K-M-P docs; Refs #7656 Marshall Clow 2012-12-10 21:10:46 +0000
  • 311e169376 Merge extra tests for Boost.StringAlgo.Split to release Marshall Clow 2012-12-10 20:10:12 +0000
  • 3dddfa1930 Merge from trunk; Fixes #7346 Marshall Clow 2012-12-10 19:23:54 +0000
  • be6d8f9665 Merge URL fix for boyer-moore; Fixes #7781 Marshall Clow 2012-12-10 15:40:23 +0000
  • 223e6e1826 Encoded URL to remove non-ascii char from source; Refs #7781 Marshall Clow 2012-12-10 15:36:19 +0000
  • bced4ed8dd Merge doc fix for minmax; Fixes #7751 Marshall Clow 2012-12-10 15:28:36 +0000
  • 0d750ae554 Fix broken link to Alexandrescu paper; Refs #7551 Marshall Clow 2012-12-10 15:25:39 +0000
  • 6afae475fe Fix a regression failure on MSVC 8 and 9; thanks to Eric Niebler for the fix Marshall Clow 2012-12-04 22:12:47 +0000
  • a7190c0044 Added tests for assignment of Boost::find_iterator and split_iterator; Refs #7746 Marshall Clow 2012-11-28 18:19:36 +0000
  • fdb9522a1b Remove lambdas Marshall Clow 2012-11-20 18:15:42 +0000
  • 4cd7e10628 Partial fixes from Steven's code review Marshall Clow 2012-11-15 22:16:48 +0000
  • 8b5c0d9114 Initial commit of string_ref; Basic sanity tests Marshall Clow 2012-11-15 19:45:53 +0000
  • 234656765a Qualified some calls to insert to remove ambiguity; Refs #7346 Thanks to Yusuke Ichinohe for the bug report/fix Marshall Clow 2012-10-01 15:42:40 +0000
  • 1b57e905ab Merge bug fixes to release; Fixes #7339 Marshall Clow 2012-10-01 15:31:51 +0000
  • 87f97645da Put hex_char_to_int in an unnamed namespace to fix linker errors Marshall Clow 2012-09-24 18:00:07 +0000
  • 29bd9f53d9 Merge bug fixes to release; Fixes #7399 Fixes #7400 Fixes #7401 Marshall Clow 2012-09-23 14:56:41 +0000
  • ed9b65dc39 Fix typos in the comments. Refs #7401. Thanks to Hideaki Takei for the catch Marshall Clow 2012-09-21 14:53:35 +0000
  • d0a05da4c1 Fix bugs in copy_if; add basic tests. Refs #7400. Thanks to Hideaki Takei for the catch Marshall Clow 2012-09-21 14:52:38 +0000
  • 4a4ae462fb Fix bugs in copy_if; add basic tests. Refs #7400. Thanks to Hideaki Takei for the catch Marshall Clow 2012-09-21 14:49:32 +0000
  • 5084a5d228 Add missing includes; Refs #7399. Thanks to Hideaki Takei for the catch Marshall Clow 2012-09-21 14:22:31 +0000
  • 6341cfb1a6 Merge doc typo corrections to release; fixes #6595; fixes #7182 Marshall Clow 2012-08-16 05:16:42 +0000
  • 5492b15518 Fix typo in docs; Refs #6595 Marshall Clow 2012-08-16 03:55:00 +0000
  • 7f4acd6170 Merged typos in comments to release; no functionality; Fixes #7210 Marshall Clow 2012-08-08 16:30:33 +0000
  • 9b412cdf6f Fixed typos in comments; no functionality; Refs #7210 Marshall Clow 2012-08-08 16:27:17 +0000
  • 314f6dcfe0 Merge changes from [79588] to Release; fixes a unhex bug Marshall Clow 2012-07-19 15:12:33 +0000
  • 167aa6e31c Get rid of tabs in Boost.Algorithm tests Marshall Clow 2012-07-19 15:00:27 +0000
  • cabff10be7 Tabs. I likes them; the inspect tool, not so much Marshall Clow 2012-07-19 00:28:16 +0000
  • 1fd1894ed7 fixed a bug in boost::algorithm::unhex(T*,) where it was throwing the wrong exception on short input Marshall Clow 2012-07-18 18:16:39 +0000
  • d228e91494 Merge Boost.Algorithm changes to release; Fixes #7104 Marshall Clow 2012-07-15 16:28:35 +0000
  • 26edcb7b51 Fix behavior of is_sorted_until; thanks to Michel Morin for the report Marshall Clow 2012-07-12 03:25:58 +0000
  • 9e7e5087b8 Find wrappers for map/multimap; suggested by Olaf; Refs #5227; No docs yet. Marshall Clow 2012-07-09 17:31:20 +0000
  • 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! Marshall Clow 2012-07-09 14:27:00 +0000
  • 9cc573fbd0 Fixed errors in the doxygen comments. Fixes #7083. Marshall Clow 2012-07-05 15:30:17 +0000
  • 681c5827d3 Fixed errors in the doxygen comments. Refs #7083; will close when merged to release. Thanks to Olaf for the catch! Marshall Clow 2012-07-05 15:14:40 +0000
  • 28a7d3eb4b Merge doc changes to release; fixes #7073 Marshall Clow 2012-07-04 16:15:35 +0000
  • 93b0b886fd Refs #7073; will close when merged to release. Thanks for the catch! Marshall Clow 2012-07-04 15:41:33 +0000
  • 883cce61a8 Merge algorithm's html redirect. Daniel James 2012-06-07 20:05:17 +0000
  • dcda91716a Removed a bit of undefined behavior (noted by STL @ microsoft) Marshall Clow 2012-06-06 20:43:22 +0000
  • a42d6ebcd7 Reworked boost::algorithm::unhex error reporting to play nicer with Boost.Exception (thanks to Emil); added tests Marshall Clow 2012-06-06 20:38:04 +0000
  • 96d4708367 Merge Boost.Algorithm inspection report changes to release. No functionality change Marshall Clow 2012-05-27 15:45:18 +0000
  • ea13506795 Cleaned up things that the inspect tool found in Boost.Algorithm. No functionality change Marshall Clow 2012-05-27 15:24:09 +0000
  • 563fe27a59 Merged changes for Boost.Algorithm to release; Fixes #6596; Fixes #6689; Fixes #3215; Fixes #6840 Marshall Clow 2012-05-23 16:25:48 +0000
  • 8d82e7538d Removed extra include of <algorithm>, thanks to Michel Morin for the catch Marshall Clow 2012-05-14 16:40:54 +0000
  • fae48250b4 Added missing includes of <algorithm>, thanks to Michel Morin for the catch Marshall Clow 2012-05-14 04:58:22 +0000
  • 1aa1944636 Fixed error in string docs Marshall Clow 2012-05-09 17:11:43 +0000
  • 76cd99ed53 Merge Boost.Algorithm to release branch Marshall Clow 2012-04-16 18:54:41 +0000
  • 35496195f2 Fix boost.root in algorithm docs. Daniel James 2012-03-27 08:32:21 +0000
  • 163b8d0052 Update Boost.Algorithm search documentation Marshall Clow 2012-03-26 20:05:43 +0000
  • f0ad49c07f Add automatic redirect to generated docs Marshall Clow 2012-03-26 17:36:22 +0000
  • bca416c177 s/ususally/often/; Refs #6689 Marshall Clow 2012-03-15 18:34:55 +0000
  • 823e059a0e First draft of Boost.Algorithm documentation; more to come Marshall Clow 2012-03-13 20:46:27 +0000
  • e3263d43e4 Renamed file 'ordered.hpp' to 'is_sorted.hpp' because that's what it contains Marshall Clow 2012-03-13 18:53:14 +0000
  • 1af25699b7 Add hex/unhex algorithms suggested by Olaf Marshall Clow 2012-02-28 23:17:52 +0000
  • 49668cf66a More tests; removed ambiguity Marshall Clow 2012-02-28 18:44:06 +0000
  • a92ae91b23 Another doc fix; Refs #6596 Marshall Clow 2012-02-27 20:40:58 +0000
  • 028d9aedcd Fix typos; Refs #6596 Marshall Clow 2012-02-23 19:36:45 +0000
  • dfaea65083 Fix (even more) test failures in Boost.Algorithm Marshall Clow 2012-02-20 15:22:04 +0000
  • eb8291e0aa Fix some test (more) failures in Boost.Algorithm Marshall Clow 2012-02-19 16:17:27 +0000
  • f023127c99 Fix some test failures in Boost.Algorithm Marshall Clow 2012-02-18 17:26:08 +0000
  • 43c01ff2bc Added c++11 algorithms to Boost.Algorithm Marshall Clow 2012-02-18 07:17:39 +0000
  • 0f2399fef0 Merge changes to release; fixes #5589 Marshall Clow 2012-01-15 16:49:25 +0000
  • 8bfaa6dad3 Added QuickRef entries for 'is_any_of' and 'is_from_range' Marshall Clow 2012-01-15 16:47:48 +0000
  • 044d667e79 Merge changes to release; fixes #3634 Marshall Clow 2012-01-15 16:05:55 +0000
  • 6fbc7401d5 should correct #3634; will close when merged to release Marshall Clow 2012-01-12 18:35:06 +0000
  • d518994247 Initial checkin of Boost.Algorithm searching and clamp code and tests; docs and more Algos coming Marshall Clow 2012-01-09 17:21:04 +0000
  • be9da63894 Merge fix for #4937 to release Marshall Clow 2012-01-01 21:18:47 +0000
  • 787c94bc53 Merge Change 68161 to release Marshall Clow 2012-01-01 21:17:02 +0000