Skip to content

Version 0.12.0

Choose a tag to compare

@gabime gabime released this 17 Feb 15:13
· 447 commits to master since this release

Numerous improvements and bug fixes. Many thanks to all who contributed!

  • Added %P (process Id) to format string
  • Exposed logger sinks via logger->sinks().
  • Windows native console color support.
  • Fixed vc warning on x64 build
  • Better support for for older win32 targets (WinXP/Win2003)
  • Fixed issue #300
  • Fix issue #315
  • Fix issue #317 (Build error on raspberry pi)
  • Better cmake support : list spdlog's content in IDEs
  • Fix compilation error C2664 on VS2013
  • Store thread_id in tls for better performance
  • Use the feature checking macros to detect thread_local support in clang.
  • Added option to prevent child processes from inheriting log file desciptors
  • Added SPDLOG_VERSION` macro to spdlog.h
  • Replaced static global std::string arrays by Meyer singletons for better thread safety