Skip to content

Version 1.9.2

Compare
Choose a tag to compare
@gabime gabime released this 12 Aug 21:37
· 571 commits to v1.x since this release
eb32206
  • Fixed clang compiler errors when using spdlog in c++20. Thanks @dkavolis (#2037, #2034).
  • Fixed the Qt sinks to accurately trim the newline chars. Thanks @MadMax411 (#2015).
  • Improved and simplified Qt sinks implementation. Thanks @mguludag (#2016, #2018).
  • Fixed macro SPDLOG_LEVEL_NAME_xxx to always translate to the spdlog namespace. Thanks @ashley-b for reporting (#2022).
  • Fixed typo in readme. Thanks @p-ranav (#2024).
  • Fixed the MongoDB sink compilation in c++11. Thanks @jabartek (#2025).
  • Fixed double include of same file in thread_pool.h . Thanks @hbwang15 (#2026).
  • Ensure that the CMake exported package is relocatable. Thanks @daverigby (#2029).
  • Remove std::distance usage for possible performance gain. Thanks @neheb (#2030).
  • Support of inclusion of bin_to_hex.h in any order with spdlog.h. Thanks @dmerkushov (#2035).
  • Fixed install instructions for "header only" dir. Thanks @madeso (#2036).