v1.9.2
版本发布时间: 2021-08-13 05:37:20
gabime/spdlog最新发布版本:v1.14.1(2024-04-30 20:34:26)
- 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 thespdlog
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 withspdlog.h
. Thanks @dmerkushov (#2035). - Fixed install instructions for "header only" dir. Thanks @madeso (#2036).