Releases: guangie88/spdlog_setup
Releases · guangie88/spdlog_setup
v0.3.2
27 Dec 10:22
Compare
Sorry, something went wrong.
No results found
v0.3.1
26 Dec 14:16
Compare
Sorry, something went wrong.
No results found
Async features and support up to spdlog v1.3.1
02 Nov 05:42
Compare
Sorry, something went wrong.
No results found
Add async logger + thread pool set-up features (#44 )
Includes all 0.3.0-alpha changes
Most importantly, includes the change of support to spdlog v1.y.z tag release, currently tested all v1.0.0 to v1.3.1 to be working.
See CHANGELOG for more details.
Update internal and allow external `cpptoml`
26 Jul 06:31
Compare
Sorry, something went wrong.
No results found
Code related
Fix linking issue from template rendering code #36
Update internal cpptoml #39
Build related
Allow usage of installed cpptoml dep #40
Misc
Add clang-format auto-formatting script #37
Drops v0.y.z support and supports spdlog v1.y.z
28 Feb 15:36
Compare
Sorry, something went wrong.
No results found
Fix breaking changes from spdlog v0.17 to v1.0.0, and tested to support all v1.y.z (until v1.3.1 so far).
Removes internal fmt and use spdlog's fmt
Fix missing inline keywords
24 Mar 12:09
Compare
Sorry, something went wrong.
No results found
Resolve linking issues for setup_error methods.
Simple override file feature for logger
18 Mar 16:11
Compare
Sorry, something went wrong.
No results found
Can save logger name + level to file
Can delete logger config by matching name in file
Allows use of override file to load both base + override config files to initialize loggers