You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/.github/workflows
Gabi Melman 37ff466454
Add coverity scan to CI and fix warnings (#3400)
* Move callback function in thread_pool ctor

* Added const qualifiers to logger.h

* Remove unused includes from file_helper-inl.h

* Fix comments and remove unused include from helpers-inl.h

* Fix typo in comment for set_default_logger method.

* Use `std::move` for `old_logger` in `set_default_logger`.

* Use std::move in example

* Wrap `main` content in try block for exception safety.

* Added coverity to ci
4 months ago
..
coverity_scan.yml Add coverity scan to CI and fix warnings (#3400) 4 months ago
linux.yml Added tsan to ci (#3247) 10 months ago
macos.yml Enabled bin_to_hex utest for stdformat, fixed std::formatter (#3315) 8 months ago
windows.yml Removed if in ci 10 months ago