~roguescholar/boost/+git/typeof:svn-branches/doc-tools-docs

Last commit made on 2011-02-04
Get this branch:
git clone -b svn-branches/doc-tools-docs https://git.launchpad.net/~roguescholar/boost/+git/typeof

Branch merges

Branch information

Name:
svn-branches/doc-tools-docs
Repository:
lp:~roguescholar/boost/+git/typeof

Recent commits

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

Branch for working on the documentation tools documentation.

[SVN r68640]

b46f8ef... by Peder Holt <email address hidden>

Ticket #3520 Syntax Error in boost/typeof/typeof.hpp
Line 18 of boost/typeof/typeof.hpp fixed from
# ifndef(BOOST_TYPEOF_EMULATION)
to
# ifndef BOOST_TYPEOF_EMULATION

[SVN r65138]

c75b625... by Peder Holt <email address hidden>

#4605: Make BOOST_TYPEOF_SILENT default
BOOST_TYPEOF_SILENT has been removed and BOOST_TYPEOF_MESSAGES has been added.
Messages are now hidden by default, and you have to define BOOST_TYPEOF_MESSAGES to see them at all.

[SVN r65137]

d04dc53... by Peder Holt <email address hidden>

Removed tabs from file

[SVN r65136]

1468636... by Peder Holt <email address hidden>

#4593: Type_of does not use BOOST_TYPEOF_EMULATION for VC10 and \Za - fixed

[SVN r65135]

468e0de... by Peder Holt <email address hidden>

Allow inclusion of typeof.hpp for compilers (borland) that does not support typeof emulation or native typeof. For these compilers, BOOST_TYPEOF_EMULATION_UNSUPPORTED will be defined, and BOOST_TYPEOF(Expr) will always result in boost::type_of::typeof_emulation_is_unsupported_on_this_compiler

[SVN r63369]

dcb1e95... by Peder Holt <email address hidden>

Added documentation of BOOST_TYPEOF_SILENT

[SVN r63367]

3892d59... 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]

eff7882... by Alexander Nasonov <email address hidden>

Apply variadic functions patch from Sergey Zubkovsky.

[SVN r59579]

b420583... by troy d. straszheim

rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back

[SVN r56942]