spdlog v1.1.0 Release Notes

Release Date: 2018-08-15 // over 5 years ago
  • ๐Ÿ› 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 the overrun_oldest mode. Thanks @indiosmo .
    • ๐Ÿ›  Fixed some clang tidy warnings.