summaryrefslogtreecommitdiff
path: root/libs/any
Commit message (Collapse)AuthorAgeFilesLines
* Update any from masterAutomated Commit2023-02-091-0/+0
|
* Update any from masterAutomated Commit2022-02-071-0/+0
|
* Update any from masterAutomated Commit2021-09-211-0/+0
|
* Update any from masterAutomated Commit2021-09-201-0/+0
|
* Update any from masterAutomated Commit2021-06-091-0/+0
|
* Update any from masterAutomated Commit2021-04-271-0/+0
|
* Update any from masterAutomated Commit2021-04-271-0/+0
|
* Update any from masterAutomated Commit2021-02-021-0/+0
|
* Update any from masterAutomated Commit2021-01-081-0/+0
|
* Update any from masterAutomated Commit2020-05-131-0/+0
|
* Update any from masterAutomated Commit2020-04-071-0/+0
|
* Update any from masterAutomated Commit2020-02-011-0/+0
|
* Update any from masterAutomated Commit2019-12-141-0/+0
|
* Update align, any from masterAutomated Commit2019-08-271-0/+0
|
* Update any from masterAutomated Commit2019-06-281-0/+0
|
* Update any from masterAutomated Commit2019-03-171-0/+0
|
* Update any from masterAutomated Commit2019-01-301-0/+0
|
* Update any from masterAutomated Commit2018-10-271-0/+0
|
* Update any from masterAutomated Commit2018-10-021-0/+0
|
* Update any from masterAutomated Commit2018-02-201-0/+0
|
* Update any from masterAutomated Commit2017-02-121-0/+0
|
* Update any from masterAutomated Commit2017-01-311-0/+0
|
* Update any from masterAutomated Commit2017-01-221-0/+0
|
* Update any from masterAutomated Commit2017-01-021-0/+0
|
* Update any from masterAutomated Commit2016-10-291-0/+0
|
* Update 17 submodules from masterAutomated Commit2016-10-101-0/+0
| | | | | | Update any, asio, atomic, bimap, bind, chrono, circular_buffer, compute, concept_check, config, container, context, convert, core, coroutine, coroutine2, date_time.
* Update any from master.Automated Commit2016-01-051-0/+0
|
* Update any from master.Automated Commit2015-01-221-0/+0
|
* Update any from master.Automated Commit2014-12-231-0/+0
|
* Update any, variant from master.Automated Commit2014-08-291-0/+0
|
* Update lexical_cast, conversion, any from master.Automated Commit2014-08-111-0/+0
|
* Update any from master.Automated Commit2014-02-111-0/+0
|
* Update any 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 from trunk: Antony Polukhin2013-11-121-0/+0
| | | | | | * dropped support of antique compilers (thanks to Stephen Kelly for doing it all around the boost!) [SVN r86653]
* Merge from trunk:Antony Polukhin2013-10-141-0/+0
| | | | | | * Fixed construction of `any` from `const any&&` (fixes #9215) [SVN r86298]
* Merge tests of Boost.Any from trunk (refs #6999)Antony Polukhin2013-08-291-0/+0
| | | | [SVN r85511]
* Merge from trunk:Antony Polukhin2013-07-241-0/+0
| | | | | | | | | | * bad_any_cast exception is now visible across modules (fixes #8751) * portion of optimizations and tests for rvalues * added ability to call any_cast<T&&> (which is equivalent to std::move(any_cast<T&>)) * added clear() member function * added missing BOOST_NOEXCEPT [SVN r85151]
* Docs update: ValueType of Boost.Any shall be CopyConstructible, not Move ↵Antony Polukhin2013-06-011-0/+0
| | | | | | constructible (refs #6999) [SVN r84603]
* Merge Boost.Any from trunk (fixes #6999)Antony Polukhin2013-04-291-0/+0
| | | | [SVN r84086]
* Merge any from the trunk.Steven Watanabe2013-02-191-0/+0
| | | | [SVN r83013]
* 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]
* Merge from trunk r56168 (#754 boost::any - typeid comparison across shared ↵Alexander Nasonov2009-09-131-0/+0
| | | | | | | | | | boundaries). ~ ~ [SVN r56169]
* 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]
* merge of cmake build files from trunk per bemanTroy D. Straszheim2009-01-241-0/+0
| | | | [SVN r50756]
* Fixes #2311: any::operator= should have by-value argumentAlexander Nasonov2008-12-041-0/+0
| | | | [SVN r50122]
* Merge trunkBeman Dawes2008-07-171-0/+0
| | | | [SVN r47501]