Skip to content

Releases: Azure/m

v0.0.58

18 Oct 19:58

Choose a tag to compare

What's Changed

  • Enable inplace_vector by @EmJayGee in #106
  • Enable m::inplace_vector and m::pool for a managed pool of objects by @EmJayGee in #107
  • Implement a string buffer type where a region of memory for a string … by @EmJayGee in #108
  • Change tracing so that the text in events is stored in a pooled wchar… by @EmJayGee in #110
  • Add workflow to build clang by @EmJayGee in #111
  • Add std::atomic<m::bitset<>> specialization by @EmJayGee in #112

Full Changelog: v0.0.57...v0.0.58

v0.0.57

17 Sep 00:18

Choose a tag to compare

v0.0.57 Pre-release
Pre-release

What's Changed

  • Synchronize pugixml port with ADO client's by @EmJayGee in #105

Full Changelog: v0.0.56...v0.0.57

v0.0.56

10 Sep 04:25

Choose a tag to compare

What's Changed

Full Changelog: v0.0.55...v0.0.56

Enable PUGIXML_WCHAR_MODE

09 Sep 20:34

Choose a tag to compare

What's Changed

  • Enable code using pugixml to work with it compiled for PUGIXML_WCHAR_… by @EmJayGee in #102

Full Changelog: v0.0.54...v0.0.55

Fix missing header file from m_strings library

09 Sep 18:24

Choose a tag to compare

What's Changed

  • Add m/strings/tstring.h to the headers for the m_strings library by @EmJayGee in #101

Full Changelog: v0.0.53...v0.0.54

Logging PIL, various updates

09 Sep 17:02

Choose a tag to compare

Pre-release

What's Changed

  • Reorganize the PIL tree build (ignore branch name) by @EmJayGee in #94
  • More header / source reorganization by @EmJayGee in #95
  • Implement registry path redirection so that code can believe it's wor… by @EmJayGee in #96
  • XML Writing by @EmJayGee in #97
  • Change the pipeline to force the tests to build even though we are us… by @EmJayGee in #98
  • Add parallel for building by @EmJayGee in #99

Full Changelog: v0.0.52...v0.0.53

v0.0.52

04 Sep 04:05

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

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

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

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