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-05-19Add FMT_STRING to allow compilation with FMT_ENFORCE_COMPILE_STRINGJohn Armstrong
2022-05-13Update common.hGabi Melman
2022-05-13Add default file-event_handler callbacks. #2374Kevin Slattery
2022-05-08clang-formatgabime
2022-04-27Replace fmt_helper::to_string by a macroCharles Milette
2022-04-22Switch to vformat_toCharles Milette
2022-04-15Make file_event_handlers an aggregateespkk
2022-02-12Bump fmt to version 8.1.1 and run clang-formatgabime
2022-01-11Allow forward-declaration of level_enumDave Rigby
2021-12-19🚧 fix building with c++11Vladislav Nepogodin
2021-12-19🔥 conditional_castVladislav Nepogodin
2021-11-25Merge pull request #2190 from sylveon/sylveon-patch-1Gabi Melman
2021-11-25Remove extraneous semicolonCharles Milette
2021-11-25Fix build with "-fvisibility=hidden"LE GARREC Vincent
2021-11-17clang-formatgabime
2021-11-17Fixed wchar support for std::formatgabime
2021-11-16fix gcc 4.8 compile warningGabi Melman
2021-11-16Merge branch 'v1.x' of https://github.com/gabime/spdlog into std-formatCharles Milette
2021-11-16Attempt to solve ambiguous symbol on older MSVCCharles Milette
2021-11-16removed redundant intializationgabime
2021-11-16rename file_event_handlers_t to file_event_handlersgabime
2021-11-16Fix wchar_t overloads and dump_info formatterCharles 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-13Fix typosDimitris Apostolou
2021-11-13Fix build issues under C++11Charless Milette
2021-11-13Fix build issue when using built-in fmtCharless Milette
2021-11-13Support C++20 std::format as an alternative to fmtlibCharless Milette
2021-11-12add file event handlersseker
2021-08-09remove conditional `is_convertible_*` structs for wide charsdkavolis
2021-08-09clang is acting weird with disabled constructorsdkavolis
2021-07-29Fix #2022Gabi Melman
2021-07-22replace FormatString template argument with fmt::basic_format_stringdkavolis
2021-07-20Added SPDLOG_FMT_RUNTIME macro for compatibilty with fmt prior 8gabime
2021-07-19Removed unneeded macro definitiongabime
2021-07-10backward compatibility with fmt version < 8gabime
2021-06-26Fixed wchar support under msvcgabime
2021-06-26Fixed building under c++17gabime
2021-05-30Allow compilation with nvc++Mikael Lund
2021-05-19add macros for overriding the individual level namessteven lunt
2021-05-19Revert "added spdlog::level::set_string_view to enable alternate log level na...steven lunt
2021-05-01rethrnow non std exceptions to fix #533gabime
2021-03-24added spdlog::level::set_string_view to enable alternate log level names with...steven lunt
2021-03-17Added nonreturn sepcifier to fix #1748gabime
2021-01-21Merge pull request #1798 from gv-me/constexpr-log-levelsGabi Melman
2021-01-11add constexpr to SPDLOG_LEVEL_NAMES declarationGaurav Vaidya
2021-01-11Remove filename_memory_buf_t from headersCharles Milette
2021-01-07Prevent win_eventlog_sink from silently discarding errors when wide support i...Charles Milette