Commit Graph

  • 54d2649b8c Move string_ref to Boost.Utility; first crack at docs Marshall Clow 2012-12-15 16:38:07 +00:00
  • 922afd98c4 Kill some signed v unsigned warnings in the string_ref tests. Marshall Clow 2012-12-15 16:14:21 +00:00
  • 20c9bad06d Fixed usage of std::min to match boost guidelines Marshall Clow 2012-12-13 19:51:24 +00:00
  • 06d0a61a01 When you add a test, you should actually call it. Marshall Clow 2012-12-13 17:33:14 +00:00
  • 5bb66c562b Still more tests for string_ref Marshall Clow 2012-12-13 17:22:23 +00:00
  • 9e130e7b4e More tests for string_ref Marshall Clow 2012-12-13 02:17:49 +00:00
  • b7d4f04a8b Removed use of comma operator; Refs #7752 Marshall Clow 2012-12-12 15:40:24 +00:00
  • 5ae4f848b3 Remove tabs from Boost.Algorithm tests. Marshall Clow 2012-12-11 16:56:30 +00:00
  • cc55b8d6ae Removed tabs from Boost.Algorithm - found by inspect tool Marshall Clow 2012-12-11 16:54:57 +00:00
  • fe3e0bb9c4 merge K-M-P doc updates to release; Fixes #7656 Marshall Clow 2012-12-10 21:13:08 +00:00
  • d739f7ff0c Updated K-M-P docs; Refs #7656 Marshall Clow 2012-12-10 21:10:46 +00:00
  • 311e169376 Merge extra tests for Boost.StringAlgo.Split to release Marshall Clow 2012-12-10 20:10:12 +00:00
  • 3dddfa1930 Merge from trunk; Fixes #7346 Marshall Clow 2012-12-10 19:23:54 +00:00
  • be6d8f9665 Merge URL fix for boyer-moore; Fixes #7781 Marshall Clow 2012-12-10 15:40:23 +00:00
  • 223e6e1826 Encoded URL to remove non-ascii char from source; Refs #7781 Marshall Clow 2012-12-10 15:36:19 +00:00
  • bced4ed8dd Merge doc fix for minmax; Fixes #7751 Marshall Clow 2012-12-10 15:28:36 +00:00
  • 0d750ae554 Fix broken link to Alexandrescu paper; Refs #7551 Marshall Clow 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 Marshall Clow 2012-12-04 22:12:47 +00:00
  • a7190c0044 Added tests for assignment of Boost::find_iterator and split_iterator; Refs #7746 Marshall Clow 2012-11-28 18:19:36 +00:00
  • fdb9522a1b Remove lambdas Marshall Clow 2012-11-20 18:15:42 +00:00
  • 4cd7e10628 Partial fixes from Steven's code review Marshall Clow 2012-11-15 22:16:48 +00:00
  • 8b5c0d9114 Initial commit of string_ref; Basic sanity tests Marshall Clow 2012-11-15 19:45:53 +00:00
  • 2e0efab531 Release 1.52.0 boost-1.52.0 Marshall Clow 2012-11-05 15:31:58 +00:00
  • 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 +00:00
  • 1b57e905ab Merge bug fixes to release; Fixes #7339 Marshall Clow 2012-10-01 15:31:51 +00:00
  • 87f97645da Put hex_char_to_int in an unnamed namespace to fix linker errors Marshall Clow 2012-09-24 18:00:07 +00:00
  • 29bd9f53d9 Merge bug fixes to release; Fixes #7399 Fixes #7400 Fixes #7401 Marshall Clow 2012-09-23 14:56:41 +00:00
  • ed9b65dc39 Fix typos in the comments. Refs #7401. Thanks to Hideaki Takei for the catch Marshall Clow 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 Marshall Clow 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 Marshall Clow 2012-09-21 14:49:32 +00:00
  • 5084a5d228 Add missing includes; Refs #7399. Thanks to Hideaki Takei for the catch Marshall Clow 2012-09-21 14:22:31 +00:00
  • b613c29c1e Release 1.51.0 boost-1.51.0 Marshall Clow 2012-08-20 22:07:05 +00:00
  • 6341cfb1a6 Merge doc typo corrections to release; fixes #6595; fixes #7182 Marshall Clow 2012-08-16 05:16:42 +00:00
  • 5492b15518 Fix typo in docs; Refs #6595 Marshall Clow 2012-08-16 03:55:00 +00:00
  • 7f4acd6170 Merged typos in comments to release; no functionality; Fixes #7210 Marshall Clow 2012-08-08 16:30:33 +00:00
  • 9b412cdf6f Fixed typos in comments; no functionality; Refs #7210 Marshall Clow 2012-08-08 16:27:17 +00:00
  • 314f6dcfe0 Merge changes from [79588] to Release; fixes a unhex bug Marshall Clow 2012-07-19 15:12:33 +00:00
  • 167aa6e31c Get rid of tabs in Boost.Algorithm tests Marshall Clow 2012-07-19 15:00:27 +00:00
  • cabff10be7 Tabs. I likes them; the inspect tool, not so much Marshall Clow 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 Marshall Clow 2012-07-18 18:16:39 +00:00
  • d228e91494 Merge Boost.Algorithm changes to release; Fixes #7104 Marshall Clow 2012-07-15 16:28:35 +00:00
  • a957e6afe7 Create a maintenance branch for 1.50. svn-branches/maintenance/1_50_0 Daniel James 2012-07-12 10:15:53 +00:00
  • 26edcb7b51 Fix behavior of is_sorted_until; thanks to Michel Morin for the report Marshall Clow 2012-07-12 03:25:58 +00:00
  • 9e7e5087b8 Find wrappers for map/multimap; suggested by Olaf; Refs #5227; No docs yet. Marshall Clow 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! Marshall Clow 2012-07-09 14:27:00 +00:00
  • 9cc573fbd0 Fixed errors in the doxygen comments. Fixes #7083. Marshall Clow 2012-07-05 15:30:17 +00:00
  • 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 +00:00
  • 28a7d3eb4b Merge doc changes to release; fixes #7073 Marshall Clow 2012-07-04 16:15:35 +00:00
  • 93b0b886fd Refs #7073; will close when merged to release. Thanks for the catch! Marshall Clow 2012-07-04 15:41:33 +00:00
  • 95838c7be5 Release 1.50.0 boost-1.50.0 Beman Dawes 2012-06-28 12:37:29 +00:00
  • 883cce61a8 Merge algorithm's html redirect. Daniel James 2012-06-07 20:05:17 +00:00
  • dcda91716a Removed a bit of undefined behavior (noted by STL @ microsoft) Marshall Clow 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 Marshall Clow 2012-06-06 20:38:04 +00:00
  • 70e0ff8da7 Release 1.50.0 beta 1 boost-1.50.0-beta1 Beman Dawes 2012-06-06 15:23:40 +00:00
  • 96d4708367 Merge Boost.Algorithm inspection report changes to release. No functionality change Marshall Clow 2012-05-27 15:45:18 +00:00
  • ea13506795 Cleaned up things that the inspect tool found in Boost.Algorithm. No functionality change Marshall Clow 2012-05-27 15:24:09 +00:00
  • 563fe27a59 Merged changes for Boost.Algorithm to release; Fixes #6596; Fixes #6689; Fixes #3215; Fixes #6840 Marshall Clow 2012-05-23 16:25:48 +00:00
  • 8d82e7538d Removed extra include of <algorithm>, thanks to Michel Morin for the catch Marshall Clow 2012-05-14 16:40:54 +00:00
  • fae48250b4 Added missing includes of <algorithm>, thanks to Michel Morin for the catch Marshall Clow 2012-05-14 04:58:22 +00:00
  • 1aa1944636 Fixed error in string docs Marshall Clow 2012-05-09 17:11:43 +00:00
  • 76cd99ed53 Merge Boost.Algorithm to release branch Marshall Clow 2012-04-16 18:54:41 +00:00
  • 35496195f2 Fix boost.root in algorithm docs. Daniel James 2012-03-27 08:32:21 +00:00
  • 163b8d0052 Update Boost.Algorithm search documentation Marshall Clow 2012-03-26 20:05:43 +00:00
  • f0ad49c07f Add automatic redirect to generated docs Marshall Clow 2012-03-26 17:36:22 +00:00
  • 86bf64bbc3 Branch for 2nd try at V2 removal svn-branches/filesystem-v3a Beman Dawes 2012-03-23 12:04:44 +00:00
  • ff4a298157 Created branch to extend PropertyMap: add a readable functor map that calls a given functor or function upon lookup. Ideas from: http://comments.gmane.org/gmane.comp.lib.boost.user/54397 and: http://comments.gmane.org/gmane.comp.lib.boost.user/73358 sandbox-branches/birbacher/propertymap-functormap Frank Birbacher 2012-03-20 20:11:17 +00:00
  • 17b637fc40 Create branches/filesystem-v3 for v2 removal svn-branches/filesystem-v3 Beman Dawes 2012-03-18 20:54:17 +00:00
  • 4b0fe81140 Quickbook: Merge from trunk. svn-branches/quickbook-dev Daniel James 2012-03-16 08:48:10 +00:00
  • bca416c177 s/ususally/often/; Refs #6689 Marshall Clow 2012-03-15 18:34:55 +00:00
  • 823e059a0e First draft of Boost.Algorithm documentation; more to come Marshall Clow 2012-03-13 20:46:27 +00:00
  • e3263d43e4 Renamed file 'ordered.hpp' to 'is_sorted.hpp' because that's what it contains Marshall Clow 2012-03-13 18:53:14 +00:00
  • 1af25699b7 Add hex/unhex algorithms suggested by Olaf Marshall Clow 2012-02-28 23:17:52 +00:00
  • 49668cf66a More tests; removed ambiguity Marshall Clow 2012-02-28 18:44:06 +00:00
  • a92ae91b23 Another doc fix; Refs #6596 Marshall Clow 2012-02-27 20:40:58 +00:00
  • 028d9aedcd Fix typos; Refs #6596 Marshall Clow 2012-02-23 19:36:45 +00:00
  • 2b38f25727 Release 1.49.0 boost-1.49.0 Beman Dawes 2012-02-22 22:08:43 +00:00
  • 280f150bfb optional_optimization branch sandbox-branches/optional_optimization Christopher Hite 2012-02-22 10:37:27 +00:00
  • dfaea65083 Fix (even more) test failures in Boost.Algorithm Marshall Clow 2012-02-20 15:22:04 +00:00
  • eb8291e0aa Fix some test (more) failures in Boost.Algorithm Marshall Clow 2012-02-19 16:17:27 +00:00
  • f023127c99 Fix some test failures in Boost.Algorithm Marshall Clow 2012-02-18 17:26:08 +00:00
  • 43c01ff2bc Added c++11 algorithms to Boost.Algorithm Marshall Clow 2012-02-18 07:17:39 +00:00
  • 97669cef70 Release 1.49.0 beta 1 boost-1.49.0-beta1 Beman Dawes 2012-01-27 18:03:17 +00:00
  • 8693e875a5 Quickbook: Merge to quickbook-dev Daniel James 2012-01-21 21:43:17 +00:00
  • 0f2399fef0 Merge changes to release; fixes #5589 Marshall Clow 2012-01-15 16:49:25 +00:00
  • 8bfaa6dad3 Added QuickRef entries for 'is_any_of' and 'is_from_range' Marshall Clow 2012-01-15 16:47:48 +00:00
  • 044d667e79 Merge changes to release; fixes #3634 Marshall Clow 2012-01-15 16:05:55 +00:00
  • 6fbc7401d5 should correct #3634; will close when merged to release Marshall Clow 2012-01-12 18:35:06 +00:00
  • 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 +00:00
  • be9da63894 Merge fix for #4937 to release Marshall Clow 2012-01-01 21:18:47 +00:00
  • 787c94bc53 Merge Change 68161 to release Marshall Clow 2012-01-01 21:17:02 +00:00
  • e87ce37b34 Merge Change 76213 to release; Fixes #4811 Marshall Clow 2012-01-01 21:12:58 +00:00
  • ba98f32d1b Quickbook: Merge from trunk to quickbook-dev. Daniel James 2012-01-01 13:35:27 +00:00
  • ba417e875a Qualified two calls to memcpy to work around a C++Builder bug; Refs #4811 Marshall Clow 2011-12-28 19:14:18 +00:00
  • 3f86a45929 Release 1.48.0 boost-1.48.0 Beman Dawes 2011-11-15 15:44:44 +00:00
  • 8549207f05 Quickbook: Copy trunk libs into quickbook-dev branch. Daniel James 2011-11-01 13:04:29 +00:00
  • 040fb0650b Quickbook: Copy trunk headers into quickbook-dev. Daniel James 2011-11-01 13:03:44 +00:00
  • a6755b18a1 Release 1.48.0 beta 1 boost-1.48.0-beta1 Beman Dawes 2011-10-27 15:04:52 +00:00
  • d431a3702b Release 1.47.0 boost-1.47.0 Beman Dawes 2011-07-11 22:16:03 +00:00
  • 01c833e6f3 Release 1.47.0 beta 1 boost-1.47.0-beta1 Beman Dawes 2011-06-21 13:23:49 +00:00
  • 199a89a1e9 merged from trunk Pavol Droba 2011-06-03 21:13:37 +00:00