Skip to content

v10.1.0

Choose a tag to compare

@apozzer305 apozzer305 released this 07 Sep 00:47
· 35 commits to master since this release
  • Fixed potential conflicts by adding unique prefixes to internal macro variables to prevent conflicts with user variable names in the same scope. (#799)
  • Fixed potential UBSan warnings by adding overflow check when doubling resync interval in RdtscClock::resync() (#809)
  • Minor improvements in Utility::to_hex function and StringFromTime
  • Fixed an issue where BackendWorker::_exit was always executed during destruction, even when the backend thread had already stopped (#815)
  • Fixed RotatingFileSink to correctly handle FilenameAppendOption::StartDate configuration (#822)
  • Fixed unnecessary allocation caused by empty std::vector while BackendWorker is idle on Windows (#827)
  • Fixed FileSink::open_mode string comparison for file mode flags
  • Adjusted default BackendOptions values for broader system compatibility