Commit Graph

  • 6309379618 release notes for 1.34 added Pavol Droba 2007-04-29 07:02:21 +0000
  • 777f30780e Fix broken build of docs, it was missing a dependency to the doxygen docs. Rene Rivera 2007-04-17 17:19:25 +0000
  • 26aa37733b Fix a few more references to *.boosbook instead of *.xml generated files. Rene Rivera 2007-04-17 17:13:35 +0000
  • 37581bac55 documentation typo fixed Pavol Droba 2007-01-30 07:59:28 +0000
  • f1e60579c2 documentation typo fixed Pavol Droba 2007-01-30 07:59:28 +0000
  • a71a4ed5b1 Merged copyright and license addition Beman Dawes 2006-11-07 19:27:00 +0000
  • 389dd3c863 Add copyright, license Beman Dawes 2006-11-07 19:11:57 +0000
  • c509c3fbad Remove obsolete Boost.Build v1 files. Rene Rivera 2006-11-06 17:10:46 +0000
  • d8683f2498 unused parameters removed Pavol Droba 2006-10-27 17:37:37 +0000
  • 7c0101aa51 Copyright added to index.html unneeded file removed Pavol Droba 2006-08-20 20:14:48 +0000
  • f23f61ae9b License added to the xml doc files Pavol Droba 2006-08-16 07:17:49 +0000
  • 6f3e85528f License added to the xml documentation files Pavol Droba 2006-08-16 07:10:48 +0000
  • 608112b112 boost guidelines (mainly from inspect tool: tabs, license reference text, etc.) Gennaro Prota 2006-07-27 10:27:37 +0000
  • 8af639b7cf missing 'using' directives for join_if and join_if_regex added missing #include <boost/algorithm/string/join.hpp> added to string_algo.hpp Pavol Droba 2006-05-30 19:13:08 +0000
  • d9bc7e800b Merged patch from main trunk for borland by Nicola Musatti Pavol Droba 2006-04-17 17:16:11 +0000
  • b21b54dc4e Applying patch from Nicola Musatti Pavol Droba 2006-04-16 09:46:34 +0000
  • b4ed9beb90 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'. nobody 2006-03-21 02:26:31 +0000
  • bd974bb945 - join and lexicographical_compare added to the quickref - join.hpp added to jambfil Pavol Droba 2006-03-20 13:08:13 +0000
  • 24b55c67f7 added comments about negative indexes in _nth, _tail and _head algorithms Pavol Droba 2006-03-07 13:09:36 +0000
  • 603223fd3d fixed to comparison operator in is_not_grater predicate Pavol Droba 2006-03-06 18:05:10 +0000
  • 131484606f testcases that were offencing vc8.0 fixed Pavol Droba 2006-02-27 14:13:27 +0000
  • 20d22a8fc8 fix the tests to join_it naming Pavol Droba 2006-02-27 12:01:08 +0000
  • 134a106ae9 regex variant of join_if renamed to join_if_regex for compilers that do not support template ordering. Pavol Droba 2006-02-27 11:58:43 +0000
  • 0bcbe2afc6 fixed the slist include Pavol Droba 2006-02-20 14:38:10 +0000
  • b7a3fa2c73 Testcase for regex variant of join_if added Pavol Droba 2006-02-14 10:11:33 +0000
  • a731e950f2 added a regex variant of join_if Pavol Droba 2006-02-14 10:10:47 +0000
  • 66794c89f6 Tests for join algorihtm added Pavol Droba 2006-02-14 09:39:03 +0000
  • 9b62648970 Join algorithm implemented Pavol Droba 2006-02-14 09:37:26 +0000
  • 3766cbbe5c find_head/tail_impl functions reordered to avoid dependancy problems Pavol Droba 2006-02-13 13:21:31 +0000
  • e2b9172f5d - tabs removed - find_tail/head_impl functions rearranged to avoid the dependency problem Pavol Droba 2006-02-06 18:10:18 +0000
  • fa01964a1f tests fo lexicographical_compare added Pavol Droba 2006-01-31 15:24:03 +0000
  • ff82e5135c - added more character-comparison predicates (is_less, is_not_greater) - added range version of lexicographical_compare - Fixed some copyright years Pavol Droba 2006-01-31 14:57:15 +0000
  • f50dd248cc testcases for negative indexes addes Pavol Droba 2006-01-31 12:37:06 +0000
  • dd11014682 negative indexes support added to *_nth, *_head and *_tail algorithms Pavol Droba 2006-01-31 12:36:32 +0000
  • d9ebe5da13 Merged from Version_1_33_1 Douglas Gregor 2005-12-08 03:23:02 +0000
  • e2d5feeb06 Link to Alexandrescu's paper Hervé Brönnimann 2005-09-27 21:42:58 +0000
  • 45949a9316 Merged from 1.33.0 release Douglas Gregor 2005-08-12 13:02:37 +0000
  • 924368a775 Fix typo Douglas Gregor 2005-07-13 13:55:32 +0000
  • 344225bce1 Inspect fixes Douglas Gregor 2005-07-13 13:35:30 +0000
  • a4137bbae6 Boland "using problem" fix Pavol Droba 2005-06-06 20:03:18 +0000
  • 04a40de48d borland issues - non working patch reverted - a working one applied Pavol Droba 2005-05-17 07:43:40 +0000
  • 5ecf446070 Another attempt to fix borland problem. Pavol Droba 2005-05-16 21:03:04 +0000
  • e909726c60 Another attempt to fix borland problems Pavol Droba 2005-05-16 17:56:44 +0000
  • 9878f92a41 An attempt to fix vc7 compilation failure Pavol Droba 2005-05-16 12:35:22 +0000
  • d72eec3093 Forgotten reference added Pavol Droba 2005-05-15 18:06:14 +0000
  • bc09128c6e Work-around CW-8.3 failure because it can't decide between by-value or copy constructor for an iterator range. Rene Rivera 2005-05-15 02:38:04 +0000
  • 0f707ed9c9 remaining "collection" occurences replaced by "range" Pavol Droba 2005-05-14 19:11:09 +0000
  • 77307c2823 Some comment fixes Pavol Droba 2005-05-14 19:09:13 +0000
  • e00fd7f159 bcc32 patch from Russell Hind applied Pavol Droba 2005-05-11 09:17:14 +0000
  • 5419d39b2e Documents updated to reflect collection traits removal Pavol Droba 2005-04-15 21:05:00 +0000
  • 7ad6c08c68 must free storage obtained by new[] with delete[] Jens Maurer 2005-04-14 16:14:18 +0000
  • b6c5c86d9c conversion from string literal to char* is deprecated (and unnecessary here) Jens Maurer 2005-04-14 16:08:58 +0000
  • 0f4aa23e9c Update Jamfile.v2 for minmax. Vladimir Prus 2005-04-13 06:18:54 +0000
  • b0a2a9d3e0 Naming convetion changed to follow Boost.Range Pavol Droba 2005-04-12 16:50:42 +0000
  • 8fc117aa7e BOOST_STD_EXTENSION_NAMESPACE properly used as a namespace for slist Pavol Droba 2005-04-12 16:01:48 +0000
  • 0f827f89cf fixed problem with an iterator being == end and dereferencing it Victor A. Wagner Jr. 2005-04-12 04:37:06 +0000
  • 2074344846 Regression test changed to take in account the recent fixes Pavol Droba 2005-04-11 07:41:01 +0000
  • 3b889db8d1 Split iterator fixed. Now it returns also last empty match if appropriate Pavol Droba 2005-04-11 07:39:34 +0000
  • 1489b70457 Make sure atoi is available Douglas Gregor 2005-04-01 22:19:44 +0000
  • c475f8559d fixed small cosmetic typo in link Fredrik Blomqvist 2005-02-07 18:04:15 +0000
  • d3d4ffe0e6 Fixing error in the previous commit Pavol Droba 2005-01-21 16:53:34 +0000
  • 2b5de80031 Library adapted to use official version Boost.Range instead of the internal one. Internal version removed Pavol Droba 2005-01-21 16:49:06 +0000
  • aea6f39c11 Library adapted to use official Boost.Range instead of the internal version Internal version removed Pavol Droba 2005-01-21 16:45:29 +0000
  • 54092d7934 Removed one dead file. Changed legacy referernces to reg_expression to basic_regex John Maddock 2005-01-19 13:28:57 +0000
  • 747597c7ef merge RC_1_32_0 fixes Aleksey Gurtovoy 2004-11-28 03:35:12 +0000
  • 72b4390091 regex_finder and regex_fomatter pulled to the boost namespace Pavol Droba 2004-10-26 21:41:00 +0000
  • 77ae41a18a Invalid include fixed Pavol Droba 2004-10-11 18:30:21 +0000
  • 5d1448f3ac unused parameter warning removal Pavol Droba 2004-10-11 18:28:21 +0000
  • 0a0facd7c7 c++boost.gif -> boost.png replacement Aleksey Gurtovoy 2004-10-05 15:45:52 +0000
  • 053cc53eea workaround for a problem of GCC 2.95 with local scope using directives Joaquín M. López Muñoz 2004-09-14 07:15:51 +0000
  • 54ac5bebd3 Fix stylesheet link Douglas Gregor 2004-09-13 15:44:23 +0000
  • 3542f868a0 Problematic std::distance removed Pavol Droba 2004-09-10 13:23:32 +0000
  • 4d346d43ad Explicit namespace qualification added to std::distance calls (hoping to resolve vc7 problem) Pavol Droba 2004-09-07 10:30:41 +0000
  • 56862b0bcc merge new MPL version from 'mplbook' branch Aleksey Gurtovoy 2004-09-02 15:41:37 +0000
  • 108365abe7 Attempt to fix "Empty sequence after erase problem" reported by vc8.0 Pavol Droba 2004-08-31 07:43:02 +0000
  • fa09dddc75 More general fix for vc8.0 Pavol Droba 2004-08-26 16:03:48 +0000
  • 6fb58192d7 Fix fix Pavol Droba 2004-08-23 18:52:36 +0000
  • 792b4eae88 Attempt to fix iterator problem detected by VC8.0 Pavol Droba 2004-08-23 18:46:28 +0000
  • a23ae6316f Licence from authors of previous versions changed to BSL (according to blanket-permission.txt) Pavol Droba 2004-08-14 23:02:20 +0000
  • 5063e96367 Work around problems with the CW8 preprocessor by not using BOOST_PP. Rene Rivera 2004-08-06 15:50:35 +0000
  • 5221839b71 tabs removed Pavol Droba 2004-08-03 17:28:02 +0000
  • ba00033cbf Addtional credits Pavol Droba 2004-08-03 17:23:43 +0000
  • 047a42934d Incorrect examples fixed Pavol Droba 2004-08-03 17:09:28 +0000
  • 747b4e17cc Small fix to make vacpp happy Pavol Droba 2004-08-02 10:32:37 +0000
  • 4c0efd3d1a Small optimization of equal() functions. Pavol Droba 2004-07-30 07:46:11 +0000
  • 67f7273ab3 replace_test() function splitted to smaller chuncks. Pavol Droba 2004-07-30 07:44:43 +0000
  • ce6a647dd0 Work-around for CW8 problems with static_cast of references to templates. Rene Rivera 2004-07-30 04:32:43 +0000
  • 246794db2a Added copyright notices. Hervé Brönnimann 2004-07-29 20:27:38 +0000
  • 325fa64dc3 Licence fixed Pavol Droba 2004-07-29 07:38:27 +0000
  • 33122fefa7 Fix tabs in file. Rene Rivera 2004-07-25 15:09:51 +0000
  • 4b3118ed2b Added BOOST_EXPLICIT_TEMPLATE_TYPE(Value) to fix MSVC (thanks to Joaquin Munoz) Hervé Brönnimann 2004-07-23 17:17:37 +0000
  • 85e0e920bf Removed char* name and dependence on iostream, not appropriate for test suite (relic of example and debugging). Hervé Brönnimann 2004-07-23 16:13:43 +0000
  • 483bc9e231 replaced tuple::get memfun with equivalent global function so as to cover MSVC Joaquín M. López Muñoz 2004-07-22 13:43:01 +0000
  • 643c793f3b added a fix for compilers without PTS Joaquín M. López Muñoz 2004-07-22 13:39:25 +0000
  • 825468bc42 added an #include for Boost.Ref Joaquín M. López Muñoz 2004-07-22 13:37:47 +0000
  • 69339b779c Removed initialization from singular iterator. Hervé Brönnimann 2004-07-21 17:23:40 +0000
  • 7a88ef8658 Now includes minmax_test in the test suite. Hervé Brönnimann 2004-07-21 17:15:40 +0000
  • 2b2086dd8f Why were these committed in the first place??? Hervé Brönnimann 2004-07-21 16:48:41 +0000
  • bfa0f28830 bugfix from Stefan Slapeta <stefan_nospam_@slapeta.com> Dave Abrahams 2004-07-21 11:18:16 +0000
  • f16de45e46 Don't copy default-initialized iterator, which might be singlular. Vladimir Prus 2004-07-20 13:42:31 +0000