summaryrefslogtreecommitdiff
path: root/libs/variant
Commit message (Collapse)AuthorAgeFilesLines
...
* Update lexical_cast, variant from master.Automated Commit2014-12-181-0/+0
|
* Update variant from master.Automated Commit2014-12-161-0/+0
|
* Update variant from master.Automated Commit2014-12-101-0/+0
|
* Update variant from master.Automated Commit2014-12-101-0/+0
|
* Update variant from master.Automated Commit2014-12-051-0/+0
|
* Update variant from master.Automated Commit2014-11-261-0/+0
|
* Update type_index, variant from master.Automated Commit2014-10-111-0/+0
|
* Update any, variant from master.Automated Commit2014-08-291-0/+0
|
* Update variant from master.Automated Commit2014-08-081-0/+0
|
* Update variant from master.Automated Commit2014-06-251-0/+0
|
* Update variant from master.Automated Commit2014-05-181-0/+0
|
* Update variant from master.Automated Commit2014-05-041-0/+0
|
* Update variant from master.Automated Commit2014-02-211-0/+0
|
* Update variant from master.Automated Commit2014-02-041-0/+0
|
* Update conversion, any, variant.Automated Commit2013-12-301-0/+0
|
* Update any, circular_buffer, context, conversion, variant.Daniel James2013-12-091-0/+0
|
* Update circular_buffer, context, conversion, program_options, variantDaniel James2013-12-041-0/+0
|
* Merge some more changes to variant that accidentaly were not merged in r86650 Antony Polukhin2013-11-131-0/+0
| | | | [SVN r86676]
* Merge some changes to variant that accidentaly were not merged in r86650Antony Polukhin2013-11-131-0/+0
| | | | [SVN r86674]
* Merge from trunk:Antony Polukhin2013-11-121-0/+0
| | | | | | | | | | | * dropped support of antique compilers * fixed issue with ambiguity in swap (fixes #2839) * added conditional noexcepts to move assignments, default and move constructors (fixes #7911) * experimental variadic templates support (refs #9163) * bunch of size optimizations for assignments and move assignments (refs #7960) * minor changes and size optimizations [SVN r86650]
* Merge from trunk:Antony Polukhin2013-09-251-0/+0
| | | | | | | * Add some merge infos * Fix unreachable code warning (fixes #8665) [SVN r85882]
* Merge from trunk:Antony Polukhin2013-08-201-0/+0
| | | | | | | * Fix issue with const rvalue references in Boost.Variant (fixes #8988) * Get rid of Boost.Variant hand written non-usable move emulation and use Boost.Move instead(refs #7601). This does not mean that Boost.Variant supports move emulation now, but removes duplicate/non-working code and makes sure that Boost.Variant is able to work with boost::move [SVN r85408]
* Merge from trunk:Antony Polukhin2013-07-251-0/+0
| | | | | | | | * make the library work on exception-disabled environments (fixes #8717) * fix compilation of Boost.Variants move assignment for situations when one of the variant template classes has nothrow copy constructor and throwing move constructor (fixes #8772) * mark move constructor of variant with BOOST_NOEXCEPT_IF (refs #7911) [SVN r85157]
* Merge from trunk GCC workaround (fixes #8651)Antony Polukhin2013-06-121-0/+0
| | | | [SVN r84747]
* Merge Boost.Variant from trunkAntony Polukhin2013-05-141-0/+0
| | | | | | * documentation, tests and implementation of multivisitors (fixes #8459) [SVN r84282]
* Merge from trunk:Antony Polukhin2013-05-021-0/+0
| | | | | | * Update docs of Boost.Variant. Add advice about recursive_wrapper performance (fixes #7718) [SVN r84105]
* Merge fom trunk:Antony Polukhin2013-03-241-0/+0
| | | | | | * Boost.Variant now uses traits from Boost.TypeTraits instead of its own (fixes #8296) [SVN r83544]
* Merge variant from trunk:Antony Polukhin2012-12-081-0/+0
| | | | | | | | | * Fix #7718 (move constructor from template type added) * More tests and minor bugfixes * Deprecated macros replaced with new ones (thanks to Marshall Clow) [SVN r81793]
* Merge from trunk: merge performance tests (refs #7620)Antony Polukhin2012-11-211-0/+0
| | | | [SVN r81456]
* Merge from trunk: added basic rvalue support and marked some functions with ↵Antony Polukhin2012-11-211-0/+0
| | | | | | BOOST_NOEXCEPT (fixes #7620) [SVN r81455]
* Merge Variant from the trunk.Steven Watanabe2012-05-051-0/+0
| | | | [SVN r78341]
* Merge [71083] from the trunk.Steven Watanabe2011-04-171-0/+0
| | | | [SVN r71345]
* Merge variant from the trunk.Steven Watanabe2011-03-311-0/+0
| | | | [SVN r70798]
* Merge documentation fixes.Daniel James2010-06-261-0/+0
| | | | | | | | | | * 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]
* Merge variant from the trunk. Fixes #1507Steven Watanabe2010-06-101-0/+0
| | | | [SVN r62742]
* Variant: merged fixes for MSVC warnings from trunkHartmut Kaiser2009-11-101-0/+0
| | | | [SVN r57532]
* rm cmake from the release branch before it goes out broken. Policy dictates ↵Troy D. Straszheim2009-10-171-0/+0
| | | | | | that you never commit to release, you commit to trunk and merge to release. [SVN r56941]
* Add boost license info to documentation for a few libraries.Daniel James2009-07-261-0/+0
| | | | | | | | | | | | | | | | | | | | | Merged revisions 55098 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r55098 | danieljames | 2009-07-22 23:35:08 +0100 (Wed, 22 Jul 2009) | 8 lines Add boost license info to documentation for a few libraries. * Boost.Any: Kevlin Henney is in blanket-permission.txt * Boost.Variant: Eric Friedman and Itay Maman are both in blanket-permissions.txt * Boost.Concept: Idiana University, University of Notre Dame du Lac, Jeremy Siek, Lie-Quan Lee, Andrew Lumsdaine are all listed under blanket permissions. SGI and HP aren't so their license is left alone. ........ [SVN r55188]
* Add basic copyright/license to keep cmake out of the inspection reportTroy D. Straszheim2009-07-221-0/+0
| | | | [SVN r55095]
* Support BOOST_NO_TYPEID and BOOST_NO_IOSTREAM in Boost.Variant. Fixes #3051.Daniel James2009-06-271-0/+0
| | | | | | | | | | | | | | Merged revisions 53682 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r53682 | danieljames | 2009-06-06 12:46:24 +0100 (Sat, 06 Jun 2009) | 1 line Support BOOST_NO_TYPEID and BOOST_NO_IOSTREAM in Boost.Variant. Fixes #3051. ........ [SVN r54398]
* Merge [42989] and [53187] from the trunk.Steven Watanabe2009-05-231-0/+0
| | | | [SVN r53196]
* Merge PDF build changes from Trunk.John Maddock2009-02-231-0/+0
| | | | [SVN r51417]
* merge of cmake build files from trunk per bemanTroy D. Straszheim2009-01-241-0/+0
| | | | [SVN r50756]
* Full merge from trunk at revision 41356 of entire boost-root tree.Beman Dawes2007-11-251-0/+0
| | | | [SVN r41369]
* Starting point for releasesBeman Dawes2007-10-051-0/+0
| | | | [SVN r39706]
* This commit was manufactured by cvs2svn to create tagnobody2007-07-241-0/+0
| | | | | | 'Version_1_34_1'. [SVN r38286]
* Remove obsolete Boost.Build v1 files.Rene Rivera2006-11-061-0/+0
| | | | [SVN r35880]
* manual merge from trunk: fixed typos reported in http://bugs.debian.org/378016Gennaro Prota2006-07-201-0/+0
| | | | [SVN r34637]
* This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.nobody2006-03-211-0/+0
| | | | [SVN r33417]
* Merged from Version_1_33_1Douglas Gregor2005-12-081-0/+0
| | | | [SVN r31949]