You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge release/1.1.0 into main (#50)
## [1.1.0] - 2024-04-01
- Add implementation to support implicit and explicit atomic operations
using
the `_Interlocked` API
- Implementation has id `patomic_id_MSVC`, kind `patomic_kind_ASM`, and
supports up to `128` bit operations
---------
Signed-off-by: doodspav <doodspav@gmail.com>
Release/1.0.0 (#45)
## [1.0.0] - 2024-12-25
### Added
- Initial stable API and ABI
- Initial implementation supporting only atomic operations using
`<stdatomic.h>`
(no transaction operations are supported)
- Complete binary testing except for thread-safety tests
---------
Signed-off-by: doodspav <doodspav@gmail.com>
Release -> 0.4.0 [Minor]
- updated version in CMakeLists.txt
- converted unreleased -> release in CHANGELOG.md
- added some spaces in patomic_config.h (pure formatting change)