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-11-13Support compile-time format string checking with std::format (#2544)HEADv1.xCharles Milette
2022-10-31clang formatgabime
2022-07-17Expend support for any std::chrono::duration in `spdlog::flush_every`Lucas CHOLLET
2022-06-09add overrun reset functionbergen
2022-06-09updatebergen
2022-05-20Remove try_lock from null_mutex.panzhongxian
2022-05-19Add FMT_STRING to allow compilation with FMT_ENFORCE_COMPILE_STRINGJohn Armstrong
2022-04-27Remove fmt_helper::to_stringCharles Milette
2022-04-27Replace fmt_helper::to_string by a macroCharles Milette
2022-04-26Address PR review commentsCharles Milette
2022-04-23Add fmt_helper.h include to includes.h and os-inl.hCharles Milette
2022-04-22Switch to vformat_toCharles Milette
2022-03-22Fixed compiler error when building on Windows with #define UNICODErisa2000
2022-03-11Fix fopen_s error reporting with PREVENT_CHILD_FDAndrey Bugaevskiy
2022-02-12Bump fmt to version 8.1.1 and run clang-formatgabime
2022-02-05throw if flush failedgabime
2021-12-19🔥 conditional_castVladislav Nepogodin
2021-12-19Revert "Useless cast"Vladislav Nepogodin
2021-12-19Useless castVladislav Nepogodin
2021-12-11Update thread_pool.hGabi Melman
2021-12-11Update thread_pool.hGabi Melman
2021-12-11Update thread_pool.hGabi Melman
2021-12-11Allow custom callback to be executed by thread-pool's threads before joining ...Philippe Serreault
2021-12-11c style cast -> static_castAcretock
2021-12-11minor changes added const ref paramssemenov_gv
2021-11-20use pthread_getthrds_np for AIXlisr
2021-11-19fix aix compile errorlisr
2021-11-17clang-formatgabime
2021-11-16Merge branch 'v1.x' of https://github.com/gabime/spdlog into std-formatCharles Milette
2021-11-16Add attribution, return to previous code for daily_filename_format_calculator...Charles Milette
2021-11-16Move strftime to daily_filename_format_calculatorCharles Milette
2021-11-16Use target.capacity() even with std::stringCharles Milette
2021-11-16rename file_event_handlers_t to file_event_handlersgabime
2021-11-15Avoid specializing std::formatter for std::tm (not a great idea after all)Charless Milette
2021-11-15Merge pull request #2169 from seker/v1.x_file_event_handlersGabi Melman
2021-11-15file_event_handlers add before_open functionseker
2021-11-15Merge branch 'v1.x' into std-formatCharles Milette
2021-11-14Merge pull request #2172 from keith-dev/v1.xGabi Melman
2021-11-14example.cpp failes to build on FreeBSDKeith Williams
2021-11-13Fix typosDimitris Apostolou
2021-11-13Make clang happy, fix VS 2022 generator nameCharless Milette
2021-11-13Fix build issues under C++11Charless Milette
2021-11-13Support C++20 std::format as an alternative to fmtlibCharless Milette
2021-11-12add file event handlersseker
2021-09-07Unhandled errorsМаркелов Максим
2021-09-05Fixed commentsgabime
2021-09-05cleanup tcp client WSA Startup/Shutdowngabime
2021-09-05Cleanup unix udp clientgabime
2021-09-05Cleanup windows udp clientgabime
2021-09-05Remove is_init() check on each log callChris Love