ac3cd3732aAdd tests for any.clear() and workaround Intel issue in tests (refs #6999)
Antony Polukhin
2013-08-07 14:03:27 +0000
c9fbdf8734Slightly change file and test names from r85152 to better reflect test (refs #6999)
Antony Polukhin
2013-07-25 08:56:08 +0000
1c62e59a93Added some more C++11 tests for Boost.Any (refs #6999)
Antony Polukhin
2013-07-24 15:33:51 +0000
bba46fc277Merge from trunk: * 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
Antony Polukhin
2013-07-24 15:01:41 +0000
4fcf4ec446Bugfix for any
Antony Polukhin
2013-05-11 19:40:16 +0000
f08ab8105aMake Boost.Any more conformant to draft: * tune boost::any_cast to work with temporaries and add some more test (partially refs #6999)
Antony Polukhin
2013-05-10 19:23:34 +0000
90b5d25d6aMake Boost.Any more conformant to draft: * decay ValueType (partially refs #6999) * experimental any_cast<rvalue&&>
Antony Polukhin
2013-05-04 19:01:27 +0000
53a6d9938cMerge Boost.Any from trunk (fixes#6999)
Antony Polukhin
2013-04-29 18:34:42 +0000
127fd619d8Added missing BOOST_NOEXCEPT to destructor and updated documentation of Boost.Any (refs #6999)
Antony Polukhin
2013-04-20 06:54:54 +0000
008ba23d15Do not use Boost.Move for rvalues emulation in Boost.Any (now rvalues in Boost.Any work only on C++11 compilers) (refs #6999)
Antony Polukhin
2013-04-15 20:17:30 +0000
d748e7ae4fAdded rvalue references support via Boost.Move to Boost.Any (refs #6999)
Antony Polukhin
2013-04-14 18:16:26 +0000
e9bd93b448Merge any from the trunk.
Steven Watanabe
2013-02-19 17:14:27 +0000
1ed7167e3eAdd missing return in test case.
Steven Watanabe
2013-02-16 20:05:51 +0000
bc55730bddDocument free swap. Fixes#7578.
Steven Watanabe
2013-02-15 18:07:08 +0000
034437cd91Add free swap. Fixes#7578.
Steven Watanabe
2013-02-14 18:43:23 +0000
414bc604a2Remove spurious requirement. Fixes#4706.
Steven Watanabe
2012-10-13 20:04:56 +0000
23b025589crm 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
Troy D. Straszheim
2009-10-17 02:07:38 +0000
fa5090a375rm 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.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
b3c9437188Merge from trunk r56168 (#754 boost::any - typeid comparison across shared boundaries). ~ ~
Alexander Nasonov
2009-09-13 13:20:15 +0000
c6b7d93104Fix#754 (boost::any - typeid comparison across shared boundaries).
Alexander Nasonov
2009-09-13 13:16:28 +0000
091a148718Add boost license info to documentation for a few libraries.
Daniel James
2009-07-26 20:11:03 +0000
d447690ffbCopyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
f462b543deAdd boost license info to documentation for a few libraries.
Daniel James
2009-07-22 22:35:08 +0000
3b1ed2e5dcAdd basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
873a016568merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
f2f981388fFixes#2311: any::operator= should have by-value argument
Alexander Nasonov
2008-12-04 22:31:02 +0000
96443e1f00Fixes#2311: any::operator= should have by-value argument
Alexander Nasonov
2008-12-04 22:22:39 +0000
cd038b4f8dUpdating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
e5c34bdf1aContinuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
514145e502Merge bugfix from HEAD to RC_1_34_0: cvs diff -u -r 1.12 -r 1.13 any.hpp | patch -Np1
Alexander Nasonov
2006-09-21 20:16:01 +0000
f470327561Bug reported by Aristid Breitkreuz is fixed: Boost.Signals does not work properly across shared library boundaries if some compiler options (-fvisibility=hidden on GCC) are set.
Alexander Nasonov
2006-09-18 05:32:54 +0000
2b121ca175gcc 2.95.3 doesn't like comparing const int* with volatile int*
Alexander Nasonov
2006-04-18 19:32:13 +0000
c99507274bBetter test infrastructure
Alexander Nasonov
2006-04-13 20:47:29 +0000
9549328133Two any_cast are inlined to reduce code size
Alexander Nasonov
2006-04-06 21:51:12 +0000
0c29879310This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
nobody
2006-03-21 02:26:31 +0000
a836c0cdb4Merged from Version_1_33_1
Douglas Gregor
2005-12-08 03:23:02 +0000
60bdcc5448Merge from RC_1_33_0 to HEAD: cvs up -j 1.2 -j 1.2.10.1 libs/any/doc/any.xml
Alexander Nasonov
2005-11-04 09:34:36 +0000
4c316b53d4Added V2 Jamfile
Vladimir Prus
2005-05-25 13:33:14 +0000
83b150bd55Try fixing the link error on VC*.
Vladimir Prus
2005-04-26 13:34:02 +0000
9f1c19dc3dSplit test for any-to-reference cast into a separate file. In fails on vc6 for unknown reason, and I don't want to investigate this.
Vladimir Prus
2005-04-22 06:37:25 +0000
1e578233c5An experiment to figure out why vc6 is failing
Vladimir Prus
2005-03-17 13:56:59 +0000
b52781d97fAn attempt to fix the test on vc6. This is just a guess, I can't test with that compiler.
Vladimir Prus
2005-03-16 14:57:54 +0000
7a5eeffb81Allow 'any_cast' to a reference type. The original patch from Mikhail Glushenkov. Tests from Alexander Nasonov.
Vladimir Prus
2005-02-18 08:29:38 +0000
d76c077f31Changed to BSL based on permission granted in blanket-permission.txt.
John Maddock
2004-10-11 10:45:27 +0000
15690b572fBSL update
John Maddock
2004-09-16 11:23:30 +0000
3fb1dbc758Don't allow a namespace and a class template to have the same name; it confuses MSVC 6.0 and 7.0.
Douglas Gregor
2003-12-03 01:34:29 +0000
24184f28feChanged the throw_exception.hpp include to <> rather than "" for consistency with other libraries
Björn Karlsson
2003-10-07 13:23:45 +0000
8900c213b1Added support for boost::throw_exception; patch from LarsBj.
Björn Karlsson
2003-10-07 12:01:38 +0000
e828b95b04Updated to reflect BoostBook changes
Douglas Gregor
2003-03-15 23:12:35 +0000
03a91f21deImport of BoostBook documentation for any, array, bind, function, ref, and signals libraries.
Douglas Gregor
2003-03-12 23:27:25 +0000
8d04c09308index.html: Link to BoostBook generated documentation
Douglas Gregor
2003-02-17 04:49:13 +0000
0d0843b6d7Untabified
Björn Karlsson
2003-02-04 09:10:50 +0000
416e24eed4Add /libs/lib-name to comment
Beman Dawes
2002-12-23 02:43:12 +0000
91a8debf80Workarounds for SunPro CC
Dave Abrahams
2002-12-03 19:08:54 +0000
aa27b0a204Add parens to quiet warning
Beman Dawes
2002-07-24 11:51:53 +0000
19fe8bc272use strstream only when BOOST_NO_STRINGSTREAM is defined this avoids deprecated-warnings on gcc 3.1
Jens Maurer
2002-05-20 13:32:41 +0000