v1.1.0
版本发布时间: 2018-08-16 00:42:15
gabime/spdlog最新发布版本:v1.14.1(2024-04-30 20:34:26)
Bug fixes
- Fixed android sink compilation. Thanks @rajesh-p .
- Fixed race condition in async-factory.
- Fixed bug in
spdlog_ex
implementation .Thanks @gajanak for reporting. - Fixed race condition in the unit tests.
- Fixed compiler warnings under OSX. Thanks @baishuai .
Improvements
- Some micro optimizations.
- Improve and fix CMake issues. Thanks @DanielChabrowski .
- Improve and fix travis-ci issues. Thanks @DanielChabrowski .
- Added
overrun_counter()
to the async thread pool queue - returns # of messages overrun under theoverrun_oldest
mode. Thanks @indiosmo . - Fixed some clang tidy warnings.