We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be15a7c commit 89a74e0Copy full SHA for 89a74e0
CHANGELOG
@@ -1,3 +1,7 @@
1
+# v1.2.1 - 2025-12-27
2
+- Fixed a race condition when multi-process trying to create the same shared memory segment
3
+- Added release workflow
4
+
5
# v1.2.0 - 2025-12-19
6
- **BREAKING CHANGE**: Refactored `reserved_info` from struct to packed uint64_t for guaranteed lock-free atomics
7
- Uses 48-bit index (supports 2^48 = 281 trillion iterations) and 16-bit size
tests/CMakeLists.txt
@@ -16,6 +16,5 @@ add_executable(slick_queue_tests tests.cpp shm_tests.cpp)
16
17
target_link_libraries(slick_queue_tests PRIVATE slick::slick_queue GTest::gtest_main)
18
19
-enable_testing()
20
include(GoogleTest)
21
gtest_discover_tests(slick_queue_tests)
0 commit comments