1
0
forked from boostorg/core
Commit Graph

527 Commits

Author SHA1 Message Date
Peter Dimov
8bdcb2f3e3 Major changes to shared_ptr and weak_ptr
[SVN r16314]
2014-06-01 13:21:36 -07:00
Peter Dimov
e47d4e0cbf Switched to <boost/detail/lightweight_test.hpp> for testing.
[SVN r14932]
2014-06-01 13:21:36 -07:00
Stephen Kelly
1bd3e787a2 Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2014-06-01 13:21:23 -07:00
Ion Gaztañaga
c9632a24d3 Added BOOST_TEST_THROWS
[SVN r83433]
2014-06-01 13:21:23 -07:00
Peter Dimov
d7b58d0da5 Add hash_value for shared_ptr; prevents hash_value( bool ) from being used. Refs #5216.
[SVN r69260]
2014-06-01 13:21:23 -07:00
Beman Dawes
bcb3b9e567 Add BOOST_ASSERT_MSG. Add macros to configure output stream.
[SVN r68414]
2014-06-01 13:21:23 -07:00
Beman Dawes
af6f2ccfcd Add BOOST_ASSERT that report_errors() has been called.
[SVN r64987]
2014-06-01 13:21:23 -07:00
Beman Dawes
4ed3f44fd6 Revert change committed in error
[SVN r64929]
2014-06-01 13:21:23 -07:00
Beman Dawes
53922f4ef3 Remove path array optimization; problematic when array contains a string shorter than the array length. Reported by Adam Badura.
[SVN r64928]
2014-06-01 13:21:23 -07:00
Peter Dimov
94fd321f06 Add BOOST_TEST_EQ.
[SVN r51976]
2014-06-01 13:21:23 -07:00
Douglas Gregor
497f9ef81b Converted to Boost Software License, Version 1.0
[SVN r24055]
2014-06-01 13:21:23 -07:00
Joaquín M. López Muñoz
7c062e52cc initial commit
[SVN r22759]
2014-06-01 13:21:23 -07:00
Peter Dimov
1fa413690a _MSC_VER use clarified.
[SVN r20992]
2014-06-01 13:21:23 -07:00
Peter Dimov
0a34383ede -Wundef fixes.
[SVN r18788]
2014-06-01 13:21:23 -07:00
Peter Dimov
9be5d2ebe7 Major changes to shared_ptr and weak_ptr
[SVN r16314]
2014-06-01 13:21:23 -07:00
Peter Dimov
32bcaea3b2 Switched to <boost/detail/lightweight_test.hpp> for testing.
[SVN r14932]
2014-06-01 13:21:23 -07:00
Andrey Semashev
52edf5e0be Correcting the header. 2014-06-01 23:27:42 +04:00
Andrey Semashev
01ddc9dcb7 Added a readme page. 2014-06-01 23:25:13 +04:00
Peter Dimov
35fbf9c2dc Update description. 2014-06-01 22:08:45 +03:00
Peter Dimov
314b19180b Merge pull request #1 from danieljames/metadata
Add metadata file
2014-06-01 22:05:31 +03:00
Andrey Semashev
15466fbd5f boost::swap tests moved to the common directory. 2014-06-01 22:57:30 +04:00
Andrey Semashev
3a3a67d329 Added explicit_operator_bool tests to Jamfile. 2014-06-01 22:39:38 +04:00
Andrey Semashev
af6d29769d Moved from Boost.Utility. 2014-06-01 22:34:38 +04:00
Andrey Semashev
186668525e Renamed empty_deleter to null_deleter. Deprecated the old header. 2014-06-01 22:28:02 +04:00
Andrey Semashev
5ae04d2b8f Added a Jamfile for docs, added new components to index.html. 2014-06-01 22:22:37 +04:00
Andrey Semashev
3e283ae51b Merge branch 'master' into develop 2014-06-01 22:12:12 +04:00
Andrey Semashev
c2785cc598 Merge branch 'develop'
Conflicts:
	include/boost/utility/explicit_operator_bool.hpp
2014-06-01 22:11:09 +04:00
Eric Niebler
e27c7d8e69 value_init and swap work on nvidia gpu's 2014-06-01 22:06:57 +04:00
Niels Dekker
134ad9fe51 Updated copyright notice.
[SVN r61075]
2014-06-01 22:06:57 +04:00
Niels Dekker
a37890985a Hopefully fixed #3984 (std::bitset constructor issue). Tested by Juergen Hunold on msvc-10.0, msvc-9.0, and gcc-4.4. See thread starting at http://lists.boost.org/Archives/boost/2010/03/162690.php
[SVN r60331]
2014-06-01 22:06:57 +04:00
Niels Dekker
fb683885c8 Updated revision date of Boost Swap documentation
[SVN r56108]
2014-06-01 22:06:57 +04:00
Niels Dekker
2f871d6ff7 Mentioned swap.hpp header, as requested by Thorsten Ottosen <http://lists.boost.org/Archives/boost/2009/06/153477.php> and David Abrahams <http://lists.boost.org/Archives/boost/2009/09/156064.php>
[SVN r56107]
2014-06-01 22:06:57 +04:00
Jeremiah Willcock
2fcd4580d0 Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
2014-06-01 22:06:57 +04:00
Niels Dekker
67f5d2afb0 Distinguished between testing array-of-array-of-class and array-of-array-of-int, as the latter appears to succeed on CodeGear 6.10 while the former does not.
[SVN r49954]
2014-06-01 22:06:57 +04:00
Niels Dekker
9ec5d6d3cd Added comment to various array swapping tests, added member typedef to swap_test_template, to make the test more realistic.
[SVN r49953]
2014-06-01 22:06:57 +04:00
Niels Dekker
58aa6b4ad3 Replaced swap/test/swap_arrays by more specific tests: array_of_array, array_of_class, and array_of_int.
[SVN r49916]
2014-06-01 22:06:57 +04:00
Niels Dekker
9c0a284f8f Added array_of_template test, testing the boost::swap utility on an array of objects of a template class.
[SVN r49862]
2014-06-01 22:06:57 +04:00
Niels Dekker
da33d1b283 Updated swap.html because LWG issue 809 is now accepted as a defect. Fixed some HTML formatting.
[SVN r49771]
2014-06-01 22:06:57 +04:00
Niels Dekker
edbdd3f4d2 Swap documentation: fixed a misspelling of the name of Steven Watanabe.
[SVN r49416]
2014-06-01 22:06:57 +04:00
Niels Dekker
6ed1377d5c Extended swap_arrays test, checking that boost::swap does correctly exchange the values of its arguments.
[SVN r48247]
2014-06-01 22:06:56 +04:00
Niels Dekker
e3b6996fb2 Added extra checks, checking that boost::swap does correctly exchange the values of its arguments, as I mentioned at "Re: [boost] [swap] Renaming boost_swap_impl::swap_impl and/or its namespace?", http://lists.boost.org/Archives/boost/2008/08/141027.php
[SVN r48246]
2014-06-01 22:06:56 +04:00
Niels Dekker
3179176c59 Added a data member to swap_test_class and made it EqualityComparable, as I mentioned at "Re: [boost] [swap] Renaming boost_swap_impl::swap_impl and/or its namespace?", http://lists.boost.org/Archives/boost/2008/08/141027.php
[SVN r48245]
2014-06-01 22:06:56 +04:00
Niels Dekker
055afeaf46 Added explanatory comments, requested by Isaac Dupree, "Re: [boost] [swap] Renaming boost_swap_impl::swap_impl and/or its namespace?", http://lists.boost.org/Archives/boost/2008/08/141007.php
[SVN r48171]
2014-06-01 22:06:56 +04:00
Daniel James
4d5ff5d8e0 Fix Windows-1252 dash in UTF-8 document.
[SVN r48133]
2014-06-01 22:06:56 +04:00
Joseph Gauterin
534d6f0772 Updated documentation to remove references to the 'ADL barrier'
[SVN r47973]
2014-06-01 22:06:56 +04:00
Joseph Gauterin
8471db6a21 Renamed 'test_adl_barrier.cpp' to 'no_ambiguity_in_boost.cpp' and altered comments to reflect new disambiguation technique.
[SVN r47972]
2014-06-01 22:06:56 +04:00
Joseph Gauterin
21936ba16c Updated copyright info.
[SVN r47971]
2014-06-01 22:06:56 +04:00
Joseph Gauterin
594890dd99 Changed 'using std::swap;' to 'using namesapce std;' in swap_impl function to work around ADL bugs in some compilers.
[SVN r47967]
2014-06-01 22:06:56 +04:00
Niels Dekker
fbbcc966f6 Added swap tests for std types, as discussed at "Re: [boost] [swap] Workaround for ADL failures of MSVC 7.1 and Borland okay?", http://lists.boost.org/Archives/boost/2008/08/140589.php
[SVN r47943]
2014-06-01 22:06:56 +04:00
Niels Dekker
6e45e6a4c1 Removed swap_adl_barrier namespace, as discussed at "Re: [boost] [swap] How to fix ADL barrier for XL, Intel, GCC, Sun and Como?", http://lists.boost.org/Archives/boost/2008/07/140511.php
[SVN r47920]
2014-06-01 22:06:56 +04:00