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
|
d751041fb9
|
Add more test cases to sp_unique_ptr_test2
|
2021-05-11 01:33:48 +03:00 |
|
Peter Dimov
|
d41546ddce
|
Move the unique_ptr deleter instead of copying it
|
2021-05-11 01:20:02 +03:00 |
|
Peter Dimov
|
f3424e74e8
|
Update .github/workflows
|
2021-04-19 18:53:52 +03:00 |
|
Peter Dimov
|
0eee7efd54
|
Update .github/workflows
|
2021-04-19 18:18:38 +03:00 |
|
Peter Dimov
|
dc2a127369
|
Update .travis.yml
boost-1.76.0.beta1
boost-1.76.0
|
2021-01-26 12:53:36 +02:00 |
|
Edward Diener
|
42575a0e51
|
Add "cxxstd" json field
|
2021-01-21 12:04:23 -05:00 |
|
Peter Dimov
|
64b2eac868
|
Add .github/workflows
|
2021-01-20 00:41:39 +02:00 |
|
Peter Dimov
|
856ed108e8
|
Update maintainer e-mail
|
2020-12-12 01:05:17 +02:00 |
|
Peter Dimov
|
678a544d27
|
Add cxxstd=latest to msvc-14.2
|
2020-11-14 21:42:09 +02:00 |
|
Peter Dimov
|
f1b06df6f4
|
Use address-model=32 for msvc-9.0,10.0,11.0
|
2020-11-14 21:37:15 +02:00 |
|
Peter Dimov
|
620620df3d
|
Merge branch 'develop'
boost-1.74.0
boost-1.75.0.beta1
boost-1.75.0
boost-1.74.0.beta1
|
2020-06-19 19:17:05 +03:00 |
|
Peter Dimov
|
0bd61c1089
|
Remove boost_install call from CMakeLists.txt
|
2020-06-17 19:36:01 +03:00 |
|
Peter Dimov
|
d1295a9974
|
Remove boost_install call from CMakeLists.txt
|
2020-06-11 17:19:17 +03:00 |
|
Peter Dimov
|
6e8c15c02f
|
Fix typo, trailing whitespace
|
2020-06-10 21:59:48 +03:00 |
|
Peter Dimov
|
7c0dcd338a
|
Refactor yield_k.hpp
|
2020-06-10 18:58:08 +03:00 |
|
Peter Dimov
|
8d79ceaf8a
|
Revert using a relaxed load before test_and_set; not necessary, and slower, with a proper yielding strategy as opposed to just pause-spinning
|
2020-06-10 18:20:33 +03:00 |
|
Peter Dimov
|
d35cf29b99
|
Revert "Use a relaxed load before XCHG to not lock cache line on contention (AMD spinlock recommendation per <https://probablydance.com/2019/12/30/measuring-mutexes-spinlocks-and-how-bad-the-linux-scheduler-really-is/>)"
This reverts commit 8afe162910.
|
2020-06-10 18:18:35 +03:00 |
|
Peter Dimov
|
72ca834ae8
|
Change yield_k to not use sp_thread_yield; using sp_thread_sleep is always strictly superior, at least on Windows
|
2020-06-07 21:24:21 +03:00 |
|
Peter Dimov
|
8afe162910
|
Use a relaxed load before XCHG to not lock cache line on contention (AMD spinlock recommendation per <https://probablydance.com/2019/12/30/measuring-mutexes-spinlocks-and-how-bad-the-linux-scheduler-really-is/>)
|
2020-06-07 21:07:35 +03:00 |
|
Peter Dimov
|
5d31c1c443
|
Refactor yield_k.hpp
|
2020-06-07 20:40:41 +03:00 |
|
Peter Dimov
|
3db4ad9a15
|
Use a relaxed load before test_and_set to not lock cache line on contention (AMD spinlock recommendation per <https://probablydance.com/2019/12/30/measuring-mutexes-spinlocks-and-how-bad-the-linux-scheduler-really-is/>)
|
2020-06-07 17:59:55 +03:00 |
|
Peter Dimov
|
d0655ab145
|
Add atomic_count_gcc_atomic.hpp
|
2020-06-07 06:29:14 +03:00 |
|
Peter Dimov
|
7c01e640f7
|
Use int_least32_t in atomic_count_sync; prefer it to atomic_count_gcc_x86; mark latter obsolete
|
2020-06-07 06:05:17 +03:00 |
|
Peter Dimov
|
00db1e02c6
|
Add spinlock_gcc_atomic.hpp
|
2020-06-07 05:00:03 +03:00 |
|
Peter Dimov
|
914b93430a
|
Change spinlock_sync.hpp to use a single byte
|
2020-06-07 04:10:49 +03:00 |
|
Peter Dimov
|
15ffd7852b
|
Remove Clang C11 implementation; no longer used
|
2020-06-07 02:05:55 +03:00 |
|
Peter Dimov
|
c66c4f5ed1
|
Mark platform-specific implementations as obsolete
|
2020-06-07 02:04:42 +03:00 |
|
Peter Dimov
|
7e9d8c39a3
|
Add sp_has_gcc_intrinsics.hpp, sp_counted_base_gcc_atomic.hpp
|
2020-06-06 20:43:08 +03:00 |
|
Peter Dimov
|
a0d08b17e0
|
Fix include guards
|
2020-06-06 17:13:56 +03:00 |
|
Peter Dimov
|
108a86cdbd
|
Rename sp_has_sync.hpp to sp_has_sync_intrinsics.hpp
|
2020-06-06 17:11:28 +03:00 |
|
Peter Dimov
|
d08bdc86e5
|
Remove unused files
|
2020-06-06 16:59:36 +03:00 |
|
Peter Dimov
|
f8dcf5f6f4
|
Use BOOST_SMT_PAUSE starting from the first iteration
|
2020-06-06 16:54:57 +03:00 |
|
Peter Dimov
|
d38f64ded9
|
Update documentation
|
2020-06-06 00:35:12 +03:00 |
|
Peter Dimov
|
b66fe51566
|
Avoid g++ 4.4 conflict between hash() and boost::hash
|
2020-06-06 00:15:58 +03:00 |
|
Peter Dimov
|
1b5568d585
|
Add sp_unordered_test
|
2020-06-05 18:54:44 +03:00 |
|
Peter Dimov
|
fad0c20263
|
Add owner_hash
|
2020-06-05 18:45:00 +03:00 |
|
Peter Dimov
|
1c61e54b13
|
Update documentation
|
2020-06-05 18:12:59 +03:00 |
|
Peter Dimov
|
a0fc1e6daa
|
Add wp_unordered_test
|
2020-06-04 20:52:17 +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
|
688cfed63e
|
Add Boost::bind to CMake test dependencies
|
2020-06-03 07:38:07 +03:00 |
|
Peter Dimov
|
c63dc266b9
|
Update submodule libs/bind on Travis/Appveyor
|
2020-06-02 21:51:00 +03:00 |
|
Peter Dimov
|
6c181a0707
|
When BOOST_SP_REPORT_IMPLEMENTATION is defined, report what platform-specific atomic implementation is used
|
2020-06-02 20:51:38 +03:00 |
|
Peter Dimov
|
4047290b85
|
Add multithreaded tests
|
2020-06-02 18:58:45 +03:00 |
|
Peter Dimov
|
dc6c76d7e9
|
Move lightweight_thread.hpp to smart_ptr/detail
|
2020-06-02 17:55:15 +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
|
09fdd5ebfd
|
Add FreeBSD to Travis
|
2020-06-01 18:18:57 +03:00 |
|