Releases: Azure/m
Releases · Azure/m
v0.0.52
v0.0.51
v0.0.50
Publish missing threadpool headers
What's Changed
Full Changelog: v0.0.48...v0.0.49
Address inplace_vector C++23 requirements
What's Changed
Full Changelog: v0.0.47...v0.0.48
v0.0.47
What's Changed
- Add work queue by @EmJayGee in #79
- Initial entry into the M collection collective: queue by @EmJayGee in #80
- Deal with compiler standards requirements perhaps a little better by @EmJayGee in #82
- Add the chonk type which is a statically allocated, dynamically sized… by @EmJayGee in #81
- Implement periodic timers by @EmJayGee in #83
- Implement emplace_back(), push_back() and erase(iter, iter) by @EmJayGee in #84
- Add inplace_vector as replacement over chonk as it is in the upcoming standard by @EmJayGee in #85
Full Changelog: v0.0.46...v0.0.47
v0.0.46
v0.0.45
Fix msvc version test
somehow the msvc version test was wrong and wasn't detected before. don't know how that could work but need to push an update.
Add new chrono casts, rearrange c++23 requirements to be in the libraries instead of setting it in the top level CMakeLists
Pre-release
What's Changed
- make multiple sinks work by @EmJayGee in #73
- Add new Windows oriented chrono casts for duration to win32 dword milliseconds by @EmJayGee in #74
Full Changelog: v0.0.42...v0.0.43