Skip to content

Commit 89a74e0

Browse files
committed
remove enable_testing from tests CMakeLists.txt; add CHANGELOG
1 parent be15a7c commit 89a74e0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# v1.2.0 - 2025-12-19
26
- **BREAKING CHANGE**: Refactored `reserved_info` from struct to packed uint64_t for guaranteed lock-free atomics
37
- Uses 48-bit index (supports 2^48 = 281 trillion iterations) and 16-bit size

tests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ add_executable(slick_queue_tests tests.cpp shm_tests.cpp)
1616

1717
target_link_libraries(slick_queue_tests PRIVATE slick::slick_queue GTest::gtest_main)
1818

19-
enable_testing()
2019
include(GoogleTest)
2120
gtest_discover_tests(slick_queue_tests)

0 commit comments

Comments
 (0)