Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-31clang formatgabime
2022-09-03SPDLOG_NO_SOURCE_LOC implementation refinementNigel Stewart
2022-09-02SPDLOG_NO_SOURCE_LOC support for omitting __FILE__, __LINE__ and SPDLOG_FUNCT...Nigel Stewart
2022-07-17Expend support for any std::chrono::duration in `spdlog::flush_every`Lucas CHOLLET
2021-11-17clang-formatgabime
2021-11-13Support C++20 std::format as an alternative to fmtlibCharless Milette
2021-07-22replace FormatString template argument with fmt::basic_format_stringdkavolis
2021-07-19clang-formatgabime
2020-11-02Perfect forwarding for argumentsdkavolis
2020-10-20Fix typo in commentChristof Kaufmann
2020-09-26clang-formatgabime
2020-07-23Fix for issue #1627:Eyal Rozenberg
2020-06-04Address code review comments: remove perfect forwarding on FormatString templ...Joe Burzinski
2020-06-03Address code review comments: revert perfect forwarding on places that didn't...Joe Burzinski
2020-05-31Add support for FMT_STRING compile time checking. Add negative compilation un...Joe Burzinski
2020-03-09Add shared library support for WindowsMartin Vejdarski
2020-02-26Update spdlog.hGabi Melman
2020-02-26Update spdlog.hGabi Melman
2020-02-26Update spdlog.hGabi Melman
2020-02-26Update spdlog.hGabi Melman
2019-11-11Remove redundant semicolonZhi Sun
2019-11-06"#include" <spdlog/.*> instead of "spdlog/.*"Cristian Morales Vega
2019-11-03Removed lazy argument evaluation from macrosgabime
2019-11-02Improve log macrosPaul Kunysch
2019-10-19Fix some spelling errors.Florian Pigorsch
2019-10-18clang-formatgabime
2019-10-09Fix #1262gabime
2019-09-07clang-formatgabime
2019-09-05Reverted the version() functiongabime
2019-09-05Added version() functiongabime
2019-08-31Remove extra semicolonZhiyuan "Jerry" Ma
2019-08-27Removed logger::clone() from APIgabime
2019-08-27Refactoring to better support backtracegabime
2019-08-25backtrace support apigabime
2019-08-23Replace backtrace trigger with dump_backtrace()gabime
2019-08-23Added enable_backtrace to spdlog_apigabime
2019-07-24Add more source_loc overloads in spdlog namespaceCharles Milette
2019-07-06Update spdlog.hMatthias Moulin
2019-06-19clang-formatgabime
2019-06-19Micoro optimize macrosgabime
2019-06-14clang-formatgabime
2019-06-14Moved source filename shortening to pattern formatter instead of macrogabime
2019-06-04Updated copyright headersgabime
2019-06-03Moved default sync factory to seperate file to avoid cyclic includesgabime
2019-05-12wip static-libgabime
2019-05-11Normalized copyright messagegabime
2019-04-27clang-formatgabime
2019-04-06fix common.hgabime
2019-04-06wip static libgabime
2019-04-05static lib wipgabime