~roguescholar/boost/+git/bimap:svn-branches/filesystem-v3

Last commit made on 2012-03-18
Get this branch:
git clone -b svn-branches/filesystem-v3 https://git.launchpad.net/~roguescholar/boost/+git/bimap

Branch merges

Branch information

Name:
svn-branches/filesystem-v3
Repository:
lp:~roguescholar/boost/+git/bimap

Recent commits

42963de... by Beman Dawes

Create branches/filesystem-v3 for v2 removal

[SVN r77385]

25b5f19... by Daniel James <email address hidden>

Update links to boost tools in bimap.

[SVN r69326]

06d38c2... 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]

f4b59e8... 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]

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

Rebuild bimap documentation.

[SVN r64169]

2ebaf27... by Daniel James <email address hidden>

Update various libraries' documentation build.

Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]

682cb9f... by Matias Capeletto <email address hidden>

fix context to complex for V7.1

[SVN r58891]

d35d796... by Matias Capeletto <email address hidden>

fix custom allocators, ticket #3665

[SVN r58856]

0970414... by Matias Capeletto <email address hidden>

fix count() constness, ticket #2484

[SVN r58855]

75225e8... by Matias Capeletto <email address hidden>

fix missing include headers, ticket #1521

[SVN r58854]