~roguescholar/boost/+git/multi_index:svn-branches/quickbook-filenames

Last commit made on 2011-01-21
Get this branch:
git clone -b svn-branches/quickbook-filenames https://git.launchpad.net/~roguescholar/boost/+git/multi_index

Branch merges

Branch information

Name:
svn-branches/quickbook-filenames
Repository:
lp:~roguescholar/boost/+git/multi_index

Recent commits

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

Branch to work on filename handling without disturbing trunk.

[SVN r68345]

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

1bf606a... 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]

7b1bcc8... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

completed fix in [64312] and [64317]

[SVN r64322]

78a8306... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

completed fix in [64312]

[SVN r64317]

bf08ab4... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

synced with silent yet backwards-compatibility-breaking change of serialization::version<T>:value type from unsigned int to int in [62358]

[SVN r64312]

a739892... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

fixed #4130

[SVN r61482]

80517e0... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

eliminated dubious use of preprocessor

[SVN r59582]

4223235... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

completed fix in [58485] with proper handling of value_type serialization class versioning

[SVN r59443]

9dfc424... by =?utf-8?b?Sm9hcXXDrW4gTSBMw7NwZXogTXXDsW96?= <email address hidden>

handled serialization of non default constructible values

[SVN r58485]