~roguescholar/boost/+git/algorithm:svn-branches/doc-tools-docs

Last commit made on 2011-02-04
Get this branch:
git clone -b svn-branches/doc-tools-docs https://git.launchpad.net/~roguescholar/boost/+git/algorithm

Branch merges

Branch information

Name:
svn-branches/doc-tools-docs
Repository:
lp:~roguescholar/boost/+git/algorithm

Recent commits

84a2aae... by Daniel James <email address hidden>

Branch for working on the documentation tools documentation.

[SVN r68640]

caea7bd... by Pavol Droba <email address hidden>

trim_all test fixed

[SVN r68173]

81b04cd... by Steven Watanabe <email address hidden>

Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).

[SVN r68168]

276073c... by Pavol Droba <email address hidden>

tabs removed

[SVN r68162]

a7f5bdd... by Pavol Droba <email address hidden>

trim_all algorithm added

[SVN r68161]

0c0a866... by Bryce Adelstein-Lelbach <email address hidden>

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.

[SVN r68140]

9d25072... by Pavol Droba <email address hidden>

dissect formatter and tests added

[SVN r68124]

823b199... by Steven Watanabe <email address hidden>

Fix typo. Fixes #4937.

[SVN r67106]

fecd440... by Daniel James <email address hidden>

Fix some links I missed in string algorithms

[SVN r66278]

3325d3a... by Daniel James <email address hidden>

Link fixes.

[SVN r66273]