Peter Dimov
505ed6753d
Remove uses of BOOST_SP_NOEXCEPT from allocate_unique.hpp
2024-10-03 18:15:26 +03:00
Peter Dimov
82bee8581d
Remove uses of BOOST_SP_NOEXCEPT from allocate_shared_array.hpp
2024-10-03 18:15:26 +03:00
Peter Dimov
b4174f66fa
Remove uses of BOOST_SP_NOEXCEPT from allocate_local_shared_array.hpp
2024-10-03 18:15:26 +03:00
Peter Dimov
bf31a25fa5
Remove use of boost::has_virtual_destructor from pointer_cast.hpp
2024-10-03 18:15:25 +03:00
Peter Dimov
06da5cd574
Remove uses of BOOST_SP_NOEXCEPT from pointer_cast.hpp
2024-10-03 18:15:25 +03:00
Peter Dimov
b0200dd829
Issue deprecation messages when a macro slated for removal is defined
2024-10-01 17:56:33 +03:00
Peter Dimov
682b285a21
Deprecate headers in boost/detail/
2024-09-26 04:11:10 +03:00
Peter Dimov
aa1a9ef2d7
Use static_assert in sp_assert_convertible
2024-09-25 20:15:31 +03:00
Peter Dimov
63ac28d26f
Remove definition of sp_enable_if_auto_ptr, no longer used
2024-09-25 20:12:28 +03:00
Peter Dimov
8863958e8d
Remove use of BOOST_NO_CXX11_TEMPLATE_ALIASES
2024-09-25 18:14:53 +03:00
Peter Dimov
123040290c
Remove use of BOOST_STATIC_ASSERT_MSG
2024-09-25 18:12:37 +03:00
Peter Dimov
abb0071ca6
Remove uses of BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX
2024-09-25 18:08:57 +03:00
Peter Dimov
000c7ae5ac
Remove detail/operator_bool.hpp
2024-09-25 12:49:13 +03:00
Peter Dimov
f11b931cfd
Remove uses of BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
2024-09-25 12:47:28 +03:00
Peter Dimov
5d8304d2cc
Remove uses of BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS
2024-09-25 12:42:20 +03:00
Peter Dimov
044d1f2cb9
Remove uses of BOOST_NO_CXX11_HDR_FUNCTIONAL
2024-09-25 12:39:46 +03:00
Peter Dimov
dccecc2500
Remove uses of BOOST_NO_CXX11_ALLOCATOR
2024-09-25 03:13:22 +03:00
Peter Dimov
b4a0629b63
Remove uses of BOOST_NO_CXX11_VARIADIC_TEMPLATES
2024-09-25 03:04:27 +03:00
Peter Dimov
38b737c490
Remove uses of detail::sp_forward
2024-09-25 02:51:40 +03:00
Peter Dimov
314267a5f7
Remove uses of BOOST_NO_CXX11_SMART_PTR
2024-09-25 02:45:57 +03:00
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
26cf7ff744
Remove uses of BOOST_NO_FUNCTION_TEMPLATE_ORDERING
2024-09-24 18:44:53 +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
3832411d31
Remove uses of BOOST_NO_MEMBER_TEMPLATES, BOOST_MSVC6_MEMBER_TEMPLATES
2024-09-24 18:35:32 +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
fd94706918
Remove __CODEGUARD__ workarounds
2024-09-24 18:10:16 +03:00
Peter Dimov
c5e1280b77
Remove __BORLANDC__ workarounds
2024-09-24 18:09:33 +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
635dfe46ee
Update C++03 deprecation message
2024-07-08 21:02:19 +03:00
Peter Dimov
c4ae5e0c42
Do not disable GCC intrinsics under clang-cl
2024-04-13 20:29:34 +03:00
Daniel Arndt
85b0ab073c
Don't define BOOST_SP_HAS_GCC_INTRINSICS for MSVC
2024-04-12 08:10:31 -05:00
Peter Dimov
f8303629f1
Update requires_cxx11.hpp
2024-02-29 15:57:41 +02:00
Peter Dimov
4af91d46f1
Fix -Wundef warning by removing outdated workarounds
2024-01-06 15:48:05 +02:00
Peter Dimov
ac0381f0b8
Update C++03 deprecation message
2023-10-18 14:12:02 +03:00
Peter Dimov
13be03abf8
Avoid -Wsign-conversion warning
2023-06-25 13:47:24 +03:00
Peter Dimov
ef1651449f
Update C++03 deprecation message
2023-06-03 02:20:39 +03:00
Peter Dimov
b34786c4d4
Interleave calls to sp_thread_pause and sp_thread_sleep in yield_k, instead of doing a single pause at 0
2023-06-03 02:16:52 +03:00
Peter Dimov
aacfb25c82
Add BOOST_HEADER_DEPRECATED to boost/smart_ptr/detail/sp_thread_*.hpp
2023-06-03 02:14:43 +03:00
Peter Dimov
414b0a65d9
Use yield primitives from Core
2023-06-02 22:08:15 +03:00
Peter Dimov
78fd14f412
Add C++03 deprecation notice
2023-03-06 03:54:51 +02:00
Peter Dimov
97c9204a95
Align spinlock::v_ as a bool because of Apple PPC32. Refs #105 .
2022-11-10 17:08:55 +02:00
Egor Pugin
a0d4ec3915
Add missing ifdef check.
2022-10-10 22:26:59 +03:00
Jordan Williams
59b5b17e81
Add support for different sync instructions for CodeWarrior PPC ( #95 )
...
* Use msync or se_isync as appropriate for CodeWarrior PPC
* Un-obsolete sp_counted_base_cw_ppc
* Remove untested VLE_ON branch
* Use the supported compiler intrinsic __sync(); instead of msync asm
* Revert "Use the supported compiler intrinsic __sync(); instead of msync asm"
This reverts commit 9b92ea28f0 .
2022-06-22 18:41:00 +03:00