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

Branch merges

Branch information

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

Recent commits

0de637f... by Vladimir Prus

Create branch to keep WIP patch for modular build.

[SVN r85883]

6d29941... by Marshall Clow <email address hidden>

Removed usage of deprecated macros in Boost.LocalFunction

[SVN r81566]

4c8033c... by John Maddock <email address hidden>

Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line.
So "bjam pdfinstall" will now build and install the PDF to the current directory.
This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit).

[SVN r79492]

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

Make the new pdf install rules explicit, and fix intrusive's.

[SVN r78877]

ea0589e... by John Maddock <email address hidden>

Set image DPI to 300 so PDF's build better.

[SVN r78848]

92b7f4a... by John Maddock <email address hidden>

Changes required to build PDF versions of docs.

[SVN r78845]

8bcae38... by Lorenzo Caminiti <email address hidden>

Added identity_type.hpp to utility.hpp.
Added static to Addable data members because they are references.
Marked a couple of regression tests for release compilers.

[SVN r78653]

48912ef... by Lorenzo Caminiti <email address hidden>

Changed B0, B1, ... template param names to Bind0, Bind1, ... because a Linix header #defines B0 to a baud rate causing a compilation error if that Linux header is included before this header.

[SVN r78621]

4242b5a... by Lorenzo Caminiti <email address hidden>

Missing a closing parenthesis in a const_block example macro.
Removed a new line in return_derivative[_seq].

[SVN r78562]

2802382... by Lorenzo Caminiti <email address hidden>

Removed test for compilers that support local types as template params.

[SVN r78546]