~roguescholar/boost/+git/typeof:svn-branches/maintenance/1_50_0

Last commit made on 2012-07-12
Get this branch:
git clone -b svn-branches/maintenance/1_50_0 https://git.launchpad.net/~roguescholar/boost/+git/typeof

Branch merges

Branch information

Name:
svn-branches/maintenance/1_50_0
Repository:
lp:~roguescholar/boost/+git/typeof

Recent commits

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

Create a maintenance branch for 1.50.

I know we don't normally do this, but I wanted to store a fix for a bug in
unordered somewhere.

[SVN r79440]

aa3c9dc... by Beman Dawes

Release 1.50.0

[SVN r79156]

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

Integrated from trunc: Applied patch for #5745: Use native typeof support for Oracle Solaris Studio C++ compiler

[SVN r74849]

4fab1b5... by Eric Niebler <email address hidden>

fix typeof bug on msvc-7.1 that is causing type_traits/common_type.hpp to fail to compile

[SVN r66662]

85eed8f... by Peder Holt <email address hidden>

from trunk: Updated documentation of typeof, added documentation for BOOST_TYPEOF_MESSAGE

[SVN r66131]

81e54cc... by Peder Holt <email address hidden>

Integrated from trunk:
#4593 Type_of does not use BOOST_TYPEOF_EMULATION for VC10 and \Za
#3520 Syntax Error in boost/typeof/typeof.hpp
#4605 Make BOOST_TYPEOF_SILENT default
Apply variadic functions patch from Sergey Zubkovsky.
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 r66130]

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

From trunk: 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 r66129]

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

Merge documentation fixes.

* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.

[SVN r63347]

4aab62e... by troy d. straszheim

rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.

[SVN r56941]

0f21fe5... by troy d. straszheim

Add basic copyright/license to keep cmake out of the inspection report

[SVN r55095]