- Update to version 1.29.2 * Fix bug in bazel BUILD file * platform: nsync futex: fix build on riscv32 * Add export targets for nsync and nsync_cpp in CMakeLists.txt * Strengthen memory barrier on designated waker * Fix CMake builds using MSVC's Clang frontend * Add implementation of atomic operations for LoongArch * Update nsync Thread Sanitizer (TSan) annotations * add loongarch support * Reset thread local waiter address to NULL before recycling it OBS-URL: https://build.opensuse.org/request/show/1309611 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libnsync?expand=0&rev=5
24 lines
946 B
Plaintext
24 lines
946 B
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 7 12:16:35 UTC 2025 - Christian Goll <cgoll@suse.com>
|
|
|
|
- Update to version 1.29.2
|
|
* Fix bug in bazel BUILD file
|
|
* platform: nsync futex: fix build on riscv32
|
|
* Add export targets for nsync and nsync_cpp in CMakeLists.txt
|
|
* Strengthen memory barrier on designated waker
|
|
* Fix CMake builds using MSVC's Clang frontend
|
|
* Add implementation of atomic operations for LoongArch
|
|
* Update nsync Thread Sanitizer (TSan) annotations
|
|
* add loongarch support
|
|
* Reset thread local waiter address to NULL before recycling it
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 13 15:24:45 UTC 2020 - Stanislav Brabec <sbrabec@suse.com>
|
|
|
|
- Fix invalid RPM groups.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 16 19:53:48 UTC 2020 - Christian Goll <cgoll@suse.com>
|
|
|
|
- initial commit of libnsync version 1.23.0
|