| 
							
							
								 Peter Dimov | ce308f21e8 | Remove uses of BOOST_NO_CXX11_RVALUE_REFERENCES | 2024-09-24 22:51:38 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 0e6dd82e8e | Remove boost::detail::sp_nullptr_t | 2024-09-24 19:11:15 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 569b07b91c | Remove uses of BOOST_NO_CXX11_NULLPTR | 2024-09-24 19:05:48 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | bd0419c290 | Remove uses of BOOST_SP_NO_SP_CONVERTIBLE | 2024-09-24 18:49:22 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | c132c339c7 | Remove uses of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION | 2024-09-24 18:41:46 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 4a3432759d | Remove uses of BOOST_NO_CV_VOID_SPECIALIZATIONS | 2024-09-24 18:37:59 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 66e6f9b2ef | Remove uses of BOOST_NO_MEMBER_TEMPLATE_FRIENDS | 2024-09-24 18:33:22 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | d2c2407585 | Remove uses of BOOST_NO_IOSTREAM et al | 2024-09-24 18:30:06 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 694e6822ac | Remove obsolete uses of BOOST_MSVC | 2024-09-24 18:25:13 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | d66b173710 | Remove BOOST_BORLANDC workarounds | 2024-09-24 18:08:14 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | d908c4d288 | Remove requires_cxx11.hpp | 2024-09-24 17:47:51 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 4af91d46f1 | Fix -Wundef warning by removing outdated workarounds | 2024-01-06 15:48:05 +02:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 78fd14f412 | Add C++03 deprecation notice | 2023-03-06 03:54:51 +02:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | f2ab3b21f0 | Merge pull request #90 from fanquake/use_core_checked_delete refactor: use boost/core/checked_delete.hpp over boost/checked_delete.hpp | 2022-05-20 03:45:08 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 95eaa2d7c3 | Update shared_ptr move constructors to improve codegen | 2022-05-19 22:20:50 +03:00 |  | 
			
				
					| 
							
							
								 fanquake | f4d7116241 | refactor: use core/checked_delete.hpp over checked_delete.hpp boost/checked_delete.hpp has been deprecated. | 2022-04-03 16:49:10 +01:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | fec5fb97c8 | Enable move-only deleters in the nullptr_t constructors | 2021-05-11 02:15:27 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | b52d7548b3 | Enable move-only deleters in the allocator constructor | 2021-05-11 02:05:28 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 594c7485a5 | Enable move-only deleters | 2021-05-11 01:59:01 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 5dd84ea389 | Add .owner_hash_value to shared/weak_ptr, hash_value, std::hash/equal_to specializations for weak_ptr | 2020-06-04 20:40:57 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | bc677e9098 | Do not require boost::hash in the std::hash specializations | 2020-06-03 17:38:03 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 5a18ffdc56 | Add std::hash specializations for shared_ptr, local_shared_ptr, intrusive_ptr | 2020-06-02 05:59:23 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 58915ca2fe | Add owner_equals | 2020-05-31 21:41:06 +03:00 |  | 
			
				
					| 
							
							
								 Edward Diener | df06c324a7 | Merge branch 'develop' of https://github.com/boostorg/smart_ptr into cppbuilder | 2020-04-19 02:49:06 -04:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 7b9a969215 | Add deduction guides to shared_ptr and weak_ptr. Fixes #73. | 2020-04-02 00:28:02 +03:00 |  | 
			
				
					| 
							
							
								 Edward Diener | cd562eb053 | Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers. | 2020-03-26 17:17:22 -04:00 |  | 
			
				
					| 
							
							
								 Glen Fernandes | 43d1fe12c5 | Include lightweight_test from core and workaround from config | 2020-01-01 08:31:25 -05:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | e306b30dcf | Use a private detail/sp_typeinfo header instead of the deprecated Core one | 2019-04-22 05:25:07 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 51d8167fbf | Add more BOOST_SP_NOEXCEPT | 2019-01-28 18:46:39 +02:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 4025698fe8 | Change atomic operations to take an arbitrary MemoryOrder type, to fix test breakage caused by transition to scoped enum in Boost.Atomic, tracking C++20 | 2018-02-07 17:45:07 +02:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | f901988e57 | Store shared_count in local_counted_base, not shared_ptr | 2017-06-20 21:38:03 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 6e5a382b6b | Start work on get_deleter for local_shared_ptr | 2017-06-20 19:01:16 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 7ed8583a9c | Document shared_ptr atomic access functions | 2017-06-18 15:24:00 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 0e78e219f5 | Make default constructors constexpr | 2017-06-18 02:43:20 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 1cae5c5696 | Fix documentation links in headers | 2017-06-17 00:13:21 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 1d314c5668 | Make null unique_ptr convert to empty shared_ptr | 2017-06-13 05:50:40 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 52d976fde2 | Use BOOST_SP_NOEXCEPT, BOOST_SP_NOEXCEPT_WITH_ASSERT | 2017-06-12 18:06:54 +03:00 |  | 
			
				
					| 
							
							
								 Chris Glover | 3e2ac10e94 | Add rvalue versions of static_pointer_cast, const_pointer_cast, dynamic_pointer_cast, reinterpret_pointer_cast. Aligns with proposed addition to std:: here: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0390r0.htm | 2016-12-11 15:38:34 -05:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 3e61a63f60 | Use throw() in place of noexcept on msvc-11.0,12.0 for the standard nothrow traits | 2016-11-08 18:42:51 +02:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 522f6c1869 | Add more aliasing move test cases, add alias move reset | 2016-04-13 14:31:43 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | cd8de9d4a6 | Merge branch 'move-alias' of https://github.com/uecasm/smart_ptr into develop | 2016-04-13 13:29:50 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 4473bf8ec2 | Fix hash support for shared_ptr<T[]>, <T[N]> | 2015-12-15 19:13:20 +02:00 |  | 
			
				
					| 
							
							
								 Gavin Lambert | 05d5a4e9a0 | Added shared_ptr aliasing move constructor. Signed-off-by: Gavin Lambert <github@mirality.co.nz> | 2015-10-12 18:19:22 +13:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | df90496583 | Disable deprecation warnings on g++/clang | 2015-09-10 23:45:47 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | d875a68ceb | Add constructor/assignment taking boost::movelib::unique_ptr | 2015-05-04 01:06:42 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | f65c57d9d2 | Fix explicit instantiation regression | 2014-11-12 19:04:29 +02:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | 8de3e84021 | Fix shared_from_raw_test4 failures. | 2014-08-06 21:28:03 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | b550e028f5 | Move boost/memory_order.hpp to Boost.Atomic | 2014-05-20 23:33:03 +03:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | d7fa365843 | Remove obsolete _nmt headers. | 2013-12-14 00:15:51 +02:00 |  | 
			
				
					| 
							
							
								 Peter Dimov | a4f853bfbc | Revert "SmartPtr: Remove obsolete MSVC version checks." This reverts commit 7d1c527ac0. | 2013-12-07 19:25:05 +02:00 |  |