Skip to content

Cortex 10.7.0.0a5

Pre-release
Pre-release

Choose a tag to compare

@johnhaddon johnhaddon released this 20 Feb 12:22
· 142 commits to main since this release

Improvements

  • Canceller :
    • Derived from RefCounted, to allow Cancellers to be shared between multiple clients.
    • Enabled chaining of Cancellers, via addChild() and removeChild() methods and a ScopedChild utility class.
  • MessageHandler : Added msg() overload that accepts a fmt::format_string and arguments.
  • InternedString : Added specialisation for fmt::formatter<InternedString>.

Breaking Changes

  • Canceller : Changed base class.

Build

  • Requires fmt 9.1.0.
  • Removed unnecessary linking of boost_chrono.