You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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