Skip to content

Releases: Azure/m

v0.0.52

04 Sep 04:05
Compare
Choose a tag to compare
v0.0.52 Pre-release
Pre-release

What's Changed

  • String with a shared constant body by @EmJayGee in #90
  • Clean up a few smalll things by @EmJayGee in #91
  • Change how the control area is found from the object pointer by @EmJayGee in #92
  • Add monitoring for registry changes by @EmJayGee in #93

Full Changelog: v0.0.51...v0.0.52

v0.0.51

18 Aug 16:51
Compare
Choose a tag to compare

What's Changed

  • Disable inplace_vector because it requires c++23 features that our client is not prepared for by @EmJayGee in #89

Full Changelog: v0.0.50...v0.0.51

v0.0.50

18 Aug 03:06
Compare
Choose a tag to compare

What's Changed

  • Add periodic_timer.h to threadpool library publishing by @EmJayGee in #88

Full Changelog: v0.0.49...v0.0.50

Publish missing threadpool headers

18 Aug 02:58
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add missing threadpool headers that were not published by @EmJayGee in #87

Full Changelog: v0.0.48...v0.0.49

Address inplace_vector C++23 requirements

18 Aug 01:49
Compare
Choose a tag to compare

What's Changed

  • Add requirement for C++23 for inplace_vector.h by @EmJayGee in #86

Full Changelog: v0.0.47...v0.0.48

v0.0.47

18 Aug 00:55
Compare
Choose a tag to compare
v0.0.47 Pre-release
Pre-release

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

10 Aug 14:46
Compare
Choose a tag to compare

What's Changed

  • Rearrange the chrono project, make the windows chrono stuff a separat… by @EmJayGee in #78

Full Changelog: v0.0.45...v0.0.46

v0.0.45

10 Aug 14:02
Compare
Choose a tag to compare
v0.0.45 Pre-release
Pre-release

What's Changed

  • Fix the installation of windows_chrono_casts.h by @EmJayGee in #77

Full Changelog: v0.0.44...v0.0.45

Fix msvc version test

10 Aug 03:03
Compare
Choose a tag to compare
Fix msvc version test Pre-release
Pre-release

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

10 Aug 01:57
Compare
Choose a tag to compare

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