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
path: root/src
AgeCommit message (Expand)Author
2021-11-13Support C++20 std::format as an alternative to fmtlibCharless Milette
2021-07-19clang-formatgabime
2021-07-03Update bundled fmt to v8.0.1gabime
2021-06-24Update fmt version 8.0gabime
2021-05-30Add newlin to color_sinks.cppMikael Lund
2021-05-30Allow compilation with nvc++Mikael Lund
2020-12-11Bump fmt to version 7.1.3gabime
2020-08-26Bumb fmt version to 7.0.3gabime
2020-06-07Revert 7f15fb2a21cfc7895846a22e5b0f5e4e88040e88 since it breaks the ABIgabime
2020-06-04Add support for custom filename calculator in rotating_file_sink.Tamas Florin
2020-05-05Added missing SPDLOG_API to color_sinks.cppgabime
2020-04-19clang-formatgabime
2020-04-15Bump fmt version to 6.2.0gabime
2020-03-21Moved pattern formatter from spdlog/details to spdlog/Gabi Melman
2020-03-15clang-formatgabime
2020-03-09Add shared library support for WindowsMartin Vejdarski
2020-03-06Use brackets to include spdlog in srcsgabime
2020-02-26Fixed missing cfg.cppgabime
2020-02-10clang-formatgabime
2019-12-22Updated fmt.cpp to 6.1.2gabime
2019-12-13clang-formatgabime
2019-12-13Bump fmt to 6.1.2gabime
2019-12-05Revert supress of warning 4996 under msvc 2015gabime
2019-12-05fix warning C4996 under vs2015 about std::copy in fmtgabime
2019-12-05Fixed msvc compilationgabime
2019-12-05Fixed msvc compilationgabime
2019-12-05Supress -Wimplicit-fallthrough and -Wsign-conversion when including fmt headersgabime
2019-12-05Bump bundled fmt to version 6.1.0gabime
2019-09-20Reverted some external template declarationsgabime
2019-09-20Added extern tempalate declarationsgabime
2019-09-20Added extern template declarationsgabime
2019-09-19Update spdlog.cppGabi Melman
2019-09-19Update spdlog.cppGabi Melman
2019-09-19split to log_msg_buffer.h ito header and mplgabime
2019-09-07clang-formatgabime
2019-09-06made the declarations in fmt.c match the ones in fmt-6.0.0Tobias Pfeiffer
2019-09-05Fix dupllicategabime
2019-09-05Added version() functiongabime
2019-09-05Fixed missing includesgabime
2019-09-05split spdlog.cpp to multiple .cpp filesgabime
2019-09-05wip backtracergabime
2019-08-25Fixed async dump_backtracegabime
2019-07-18clang-formatgabime
2019-07-18Added stdout_sinks.h to the library buildgabime
2019-07-05clang-formatgabime
2019-06-28Removed stdout_sinks from spdlog.cpp for faster library compile timegabime
2019-06-20clang-formatgabime
2019-06-20Fix #1116gabime
2019-06-18Add missing template instantiationgabime
2019-06-18Simplify color sinksgabime