Releases: LouisCharlesC/safe
Releases · LouisCharlesC/safe
v2.0.0
Removed DefaultMutex.
Removed the possibility to construct an Access object from another one.
Changed the order of the arguments of the Safe constructors, now is mutex last.
Renamed read/writeAccess Safe member functions to read/writeLock.
Removed copy and assign Safe member functions.
Changed the way default lock types are specified, now is through template specialization.
v1.1.1
v1.1.0
Packaging update, no c++ modifications except for the copyright headers.
Also:
- Switch to github actions
- FetchContent() support
- Readme updates
What's Changed
- replace module_path with current_list_dir by @hellow554 in #22
- Integrate GitHub actions and build system updates by @ahoarau in #25
New Contributors
- @hellow554 made their first contribution in #22
- @ahoarau made their first contribution in #25
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Adds tests on MS Visual Studio with Appveyor.
Hopefully one can now be confident that safe correctly runs on Windows. Please report any defect!
First release!
v1.0.0 Update README.md
Pre-fluent release
State of the library to be evaluated for my publication to Fluent C++