Commit Graph

  • e87ce37b34 Merge Change 76213 to release; Fixes #4811 Marshall Clow 2012-01-01 21:12:58 +0000
  • ba417e875a Qualified two calls to memcpy to work around a C++Builder bug; Refs #4811 Marshall Clow 2011-12-28 19:14:18 +0000
  • 199a89a1e9 merged from trunk Pavol Droba 2011-06-03 21:13:37 +0000
  • e92d471817 Comment updated Pavol Droba 2011-06-02 20:08:16 +0000
  • 34c49f856c trim_fill algorithm added Pavol Droba 2011-06-01 22:00:22 +0000
  • caea7bd125 trim_all test fixed Pavol Droba 2011-01-15 18:37:46 +0000
  • 81b04cde96 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). Steven Watanabe 2011-01-15 08:11:51 +0000
  • 276073ca64 tabs removed Pavol Droba 2011-01-14 23:12:32 +0000
  • a7f5bdd781 trim_all algorithm added Pavol Droba 2011-01-14 23:06:14 +0000
  • 0c0a866f07 Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost. On Linux, GNU's libstdc++, which is the default stdlib for icc and clang, cannot parse the <iomanip> header in version 4.5+ (which thankfully neither compiler advises the use of yet), as it's original C++98-friendly implementation has been replaced with a gnu++0x implementation. <boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing boost::detail::setfill, boost::detail::setbase, boost::detail::setw, boost::detail::setprecision, boost::detail::setiosflags and boost::detail::resetiosflags. Bryce Adelstein-Lelbach 2011-01-14 02:35:58 +0000
  • 9d25072f2f dissect formatter and tests added Pavol Droba 2011-01-13 21:21:37 +0000
  • 01492a93c6 trunk changes merged Pavol Droba 2011-01-10 19:36:38 +0000
  • 823b199df3 Fix typo. Fixes #4937. Steven Watanabe 2010-12-08 17:37:52 +0000
  • 50703b8c97 Merge documentation fixes to release. Daniel James 2010-10-30 17:34:45 +0000
  • fecd440527 Fix some links I missed in string algorithms Daniel James 2010-10-30 15:53:41 +0000
  • 3325d3a3f8 Link fixes. Daniel James 2010-10-30 14:32:50 +0000
  • ebf104c127 test for empty string split added Pavol Droba 2010-10-27 20:42:22 +0000
  • 3b76763807 fixed the empty string handling for the split iterator Pavol Droba 2010-10-27 20:40:37 +0000
  • 0f8d556130 Merge r65004 from trunk Jürgen Hunold 2010-09-01 16:18:07 +0000
  • 62df1eb048 Fix #4551,#4553,#4575 by removing unused parameter. Jürgen Hunold 2010-08-25 20:01:38 +0000
  • bbd3220a1e Merging changes from trunk Pavol Droba 2010-07-10 20:29:03 +0000
  • 9068069106 Spirit: merging from trunk upto rev. 61489 Hartmut Kaiser 2010-07-04 22:38:38 +0000
  • a37af3c81e Merge documentation fixes. Daniel James 2010-06-26 12:30:09 +0000
  • f5dd47883f Update various libraries' documentation build. Daniel James 2010-06-20 18:00:48 +0000
  • 9d68c4280c Fix license per inspection report. K. Noel Belcourt 2010-06-11 19:52:26 +0000
  • 1e8b3ee752 Make to_upperF and to_lowerF assignable. Fixes #3161. Steven Watanabe 2010-06-09 23:23:56 +0000
  • 42147c8385 Copy m_bEof in the split_iterator copy constructor. Fixes #4271 Steven Watanabe 2010-06-09 23:12:56 +0000
  • 672775545d Avoid calling the formatter with an invalid match. Fixes #2777 Steven Watanabe 2010-06-09 23:04:24 +0000
  • 46ed1bf987 Assign the iterator returned by std::copy back to Output, so that string algorithms will work with iterators other than inserters Steven Watanabe 2010-06-09 21:12:06 +0000
  • 6289ed7f98 Trim the correct string. Fixes #3860 Steven Watanabe 2010-06-09 20:42:46 +0000
  • 8e97668b1f Tail not head. Fixes #3314 Steven Watanabe 2010-06-09 20:31:26 +0000
  • e7c23d2f13 Tail not head. Fixes #2124 Steven Watanabe 2010-06-09 20:26:36 +0000
  • a1e7512012 Use result_type instead of sig for predicates. Fixes #2868 Steven Watanabe 2010-06-09 20:16:21 +0000
  • 31b5842441 Typo. Daniel James 2010-06-06 07:18:24 +0000
  • f5885c6fb0 Merge minmax from the trunk Steven Watanabe 2010-05-18 17:53:36 +0000
  • 4515bc182e Fix example. Fixes #4206 Steven Watanabe 2010-05-12 12:56:16 +0000
  • 7e2e6856cc Remove duplicate closing angle brackets. Fixes #4198 Steven Watanabe 2010-05-08 18:27:44 +0000
  • d45bb3545e Merge some link fixes and release notes. Daniel James 2010-04-21 23:00:35 +0000
  • 235c81be61 Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool Jeremiah Willcock 2010-04-20 18:49:18 +0000
  • 1eb3d83534 Fix links for string algorithm to range documentation. Daniel James 2010-04-18 12:17:36 +0000
  • 8f2b8d4888 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back Troy D. Straszheim 2009-10-17 02:07:38 +0000
  • d735b9fa1e rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release. Troy D. Straszheim 2009-10-17 01:10:45 +0000
  • 62ec675581 Merged changes from trunk Pavol Droba 2009-09-13 19:10:55 +0000
  • 6c0f953c01 GCC compilation errors caused be the recent update fixed Pavol Droba 2009-08-06 19:52:08 +0000
  • e439792494 Merged ADL protection patch from Neil Groves Pavol Droba 2009-08-05 20:01:10 +0000
  • 236b142308 Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch. Troy D. Straszheim 2009-07-26 00:49:56 +0000
  • e7cd4da67b Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +0000
  • 6076f5a18e Merge [53520] from the trunk Steven Watanabe 2009-06-14 22:56:08 +0000
  • 9bad789175 Fix operator precedence error in documentation. Fixes #2122 Steven Watanabe 2009-06-01 00:47:03 +0000
  • 60cd5a0500 Merge [53062] from the trunk Steven Watanabe 2009-05-26 01:17:07 +0000
  • c33dad924d Fixed almost all tab and min/max issues found by inspect tool Jeremiah Willcock 2009-05-20 19:41:20 +0000
  • d84f81d841 Fixed most tab and min/max issues from trunk inspection report Jeremiah Willcock 2009-05-20 19:19:00 +0000
  • ce98e8b87e Qualify minmax with boost:: to avoid ambiguity with std::minmax. Fixes #3023 Steven Watanabe 2009-05-17 00:39:22 +0000
  • 2f2935f07e Merged revisions 45283,48266 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2009-03-22 17:30:02 +0000
  • 3cbaafc27f Merge PDF build changes from Trunk. John Maddock 2009-02-23 18:39:32 +0000
  • e8a2596637 Add PDF generation options to fix external links to point to the web site. Added a few more Boostbook based libs that were missed first time around. Fixed PDF naming issues. John Maddock 2009-02-17 10:05:58 +0000
  • c067b348bf Merge [51045] from the trunk Steven Watanabe 2009-02-12 18:47:06 +0000
  • 7b2754b937 Fix copy/paste error in minmax docs. Fixes #2500 Steven Watanabe 2009-02-06 03:45:09 +0000
  • c33935fa1f merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +0000
  • 784402e5c0 Updating dependency information for modularized libraries. Michael A. Jackson 2008-11-07 17:05:27 +0000
  • 1188575e7b Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use. Michael A. Jackson 2008-11-07 17:02:56 +0000
  • bff2a1e112 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor Michael A. Jackson 2008-11-01 13:15:41 +0000
  • 98a8b08afb Memory management fixes for is_any_of predicate merged from the trunk Pavol Droba 2008-10-07 21:59:57 +0000
  • 6d5e7b5a04 self assignment problem in is_any_ofF fixed Pavol Droba 2008-08-21 14:46:15 +0000
  • 760af1798b removed static constant FIXED_STORAGE_SIZE from is_any_of to make the code compile on borland compilers Pavol Droba 2008-08-19 14:32:59 +0000
  • 1f5542b44c predicate test improvements Pavol Droba 2008-08-18 18:33:40 +0000
  • baf3dd99e2 fox for allocation bug in is_any_ofF Pavol Droba 2008-08-18 18:32:51 +0000
  • fc0f3dcffc Cummulative merge of updates from the main trunk Pavol Droba 2008-06-19 12:07:24 +0000
  • 7299b29bf8 fixind the problems in is_any_ofF spotted by gcc Pavol Droba 2008-06-18 22:07:32 +0000
  • 539c170b9d aditional tests added Pavol Droba 2008-06-18 21:55:38 +0000
  • c81ee948b7 is_any_ofF performance improvements tabs removed Pavol Droba 2008-06-18 21:54:06 +0000
  • ba5e4c30c6 fixed the rle example crash Pavol Droba 2008-06-17 21:58:58 +0000
  • cd26ed816c patch from ticket #1152 applied Pavol Droba 2008-06-17 21:21:33 +0000
  • 4e15767bed simple_finder example fixed Pavol Droba 2008-06-17 21:13:25 +0000
  • 9fa2f90db4 begin() and end() calls made fully qualified Pavol Droba 2008-06-17 21:04:00 +0000
  • 35f317aeac unnecessary typedefs removed Pavol Droba 2008-06-17 20:31:41 +0000
  • d0a03fdb4e Added missing include. This was already fixed on the 1.34 branch but never merged to the trunk. Markus Schöpflin 2008-05-28 08:32:12 +0000
  • 346f032be2 Quote href values - our tools don't support unquoted values. Daniel James 2008-05-11 13:49:20 +0000
  • 822636418b Merged revisions 43211,43214-43219,43222-43225,43227-43238,43242,43244-43245,43249-43250,43257-43259,43261,43263,43265,43267-43268,43270-43271,43273,43275-43279,43284-43289,43291,43295,43297-43298,43304-43305,43307,43313,43315,43324,43326-43327,43331,43333,43339-43343,43345,43348,43350,43352-43353,43355-43356,43358,43360,43366-43367,43369-43370,43372-43376,43378-43389,43394,43396-43398,43400-43401,43403-43404,43406-43408,43413-43415,43417-43418,43420,43422-43423 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2008-02-27 20:00:24 +0000
  • a389d768c4 Fix broken copyright urls. Fixes #1573. Daniel James 2008-02-27 18:51:14 +0000
  • 352e16aade Merged revisions 43206,43208-43213 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2008-02-10 16:39:38 +0000
  • 90fca39906 Point links to the pages that used to be in 'more' to the site. Daniel James 2008-02-10 15:02:17 +0000
  • 89c76ea1bb Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:38:02 +0000
  • 50b5726a6f Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:07:19 +0000
  • 5b24f31486 merging changes from 1.34 Pavol Droba 2007-11-02 21:00:08 +0000
  • b25d6511b3 merging changes from 1.34 Pavol Droba 2007-11-02 20:55:26 +0000
  • 1541a554f5 changed range_result_iterator to range_iterator Thorsten Jørgen Ottosen 2007-10-27 22:52:29 +0000
  • d4b95734dd Starting point for releases Beman Dawes 2007-10-05 14:25:06 +0000
  • 7a97b3390e Added missing include. Markus Schöpflin 2007-09-28 07:19:29 +0000
  • 6e5a7497ae Added missing include. Markus Schöpflin 2007-09-25 08:46:31 +0000
  • f0b8b60379 Update Vladimir Prus 2007-08-08 19:24:04 +0000
  • 66019abb2f Update Vladimir Prus 2007-08-08 19:23:38 +0000
  • 8758222006 Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +0000
  • 05af96f84c This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'. nobody 2007-07-24 19:28:14 +0000
  • 4eef56761a find/split iterator tests added Pavol Droba 2007-07-01 22:24:29 +0000
  • b94a3fbfba adapting to new range interface Pavol Droba 2007-07-01 22:23:55 +0000
  • 614cc2ebab adapting to new range interface Pavol Droba 2007-07-01 13:29:56 +0000
  • 869660ed14 adapted to the new range interface Pavol Droba 2007-07-01 13:12:57 +0000
  • 5bdbb2b308 Documentation for iter_find/iter_split added Pavol Droba 2007-06-01 13:50:51 +0000
  • 1a02969303 release notes - fix the incorrect functionname spelling Pavol Droba 2007-04-29 07:04:58 +0000