~roguescholar/boost/+git/boostbook:svn-branches/modular-build

Last commit made on 2013-09-25
Get this branch:
git clone -b svn-branches/modular-build https://git.launchpad.net/~roguescholar/boost/+git/boostbook

Branch merges

Branch information

Name:
svn-branches/modular-build
Repository:
lp:~roguescholar/boost/+git/boostbook

Recent commits

6331b1e... by Vladimir Prus

Create branch to keep WIP patch for modular build.

[SVN r85883]

fae9c57... by Robert Kawulak <email address hidden>

[BoostBook] Added support for SVN fixed-length $Date$ keyword.

[SVN r85021]

0d12037... by Daniel James <email address hidden>

Use US-ASCII for single page html.

Same as chunked html. We use ASCII because using UTF-8 can go wrong when a
server is set up to specify another encoding (this does happen). `xsltproc`
will encode all non-ASCII characters as html entities, so nothing will be lost.

[SVN r84560]

92e5116... by Daniel James <email address hidden>

Make adding section's id to their class optional.

[SVN r84559]

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

Normalise space in section class.

Cleans up the output a tad bit when there's no role.

[SVN r84554]

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

Add some C++11 keywords to syntax highlighter.

Quickbook's highlight includes the alternative operator representations (`and`,
and_eq` etc.). They should possibly be added as well.

[SVN r84553]

1371bab... by John Maddock <email address hidden>

Add option to permit single depth TOC at chapter level, while maintaining multi-depth TOC at subsequent levels.
This is primarily for the Math lib docs.

[SVN r84270]

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

Fix doxygen parameter 'formuladir' so that it doesn't need a trailing slash.

Would be nice to fix all uses of directories in a similar manner, but XSL is a
pain.

[SVN r84168]

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

Add doxygen tests for deleted and default functions. Refs #5480.

[SVN r84166]

7834e82... by Daniel James <email address hidden>

Fix doxygen test.

For some reason the script is no longer creating an empty cv attribute. Which
appears to be a harmless change.

[SVN r84165]