~roguescholar/boost/+git/wave: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/wave

Branch merges

Branch information

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

Recent commits

66e10db... by Daniel James <email address hidden>

Branch to work on filename handling without disturbing trunk.

[SVN r68345]

0818f28... 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]

ab2fdf6... by Hartmut Kaiser <email address hidden>

Wave: After preprocessing the body of any #pragma wave option() the wave tool now concatenates all adjacent string literals into a single string literal.

[SVN r68146]

586ee63... 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]

feb1e9c... by Hartmut Kaiser <email address hidden>

Wave: updated copyrights, added C++0x mode to docs, added predefined macros for C++0x mode

[SVN r67894]

12c91c3... by Hartmut Kaiser <email address hidden>

Wave: updated copyrights, worked on whitespace skipping

[SVN r67893]

ad15d8f... by Hartmut Kaiser <email address hidden>

Wave: updated copyrights, worked on whitespace skipping

[SVN r67892]

b5c2900... by Bryce Adelstein-Lelbach <email address hidden>

Support for PathScale EKOPath Compiler Suite, version 4.0.0.

[SVN r67707]

d713b6d... by Hartmut Kaiser <email address hidden>

Wave: fixing a couple of warnings

[SVN r67382]

582fd3f... by Hartmut Kaiser <email address hidden>

Wave: fixing some path formatting issues causing test to fail

[SVN r67142]