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-11-08Bundle fmt 9.1.0's std.h, and provide a header to include either it or the ex...Eli Boyarski
2022-11-03Version 1.11.0v1.11.0Gabi Melman
2022-11-01chrono.h: Remove warning suppressionGabi Melman
2022-11-01Check IsDebuggerPresent in msvc_sink before doing work. Fix #2408gabime
2022-11-01Try again fixing fmt::vformat_to when SPDLOG_WCHAR_TO_UTF8_SUPPORT is definedgabime
2022-11-01Fixed msvc warning C4800 in win_eventlog_sinkgabime
2022-11-01Fixed syntax error from prev commitgabime
2022-11-01Fix #2431gabime
2022-10-31Fix fmt::vformat_to when SPDLOG_WCHAR_TO_UTF8_SUPPORT is definedgabime
2022-10-31Rvert suppressing msvc2017 warnings and fix ci insteadgabime
2022-10-31Replace fmt::detail::vformat_to(buf,..) with fmt::vformat_to(fmt::appender(...gabime
2022-10-31Replace fmt::detail::vformat_to(buf,..) with fmt::vformat_to(fmt::appender(...gabime
2022-10-31enable the ostream formatting for backward compatibility with fmt 8.xgabime
2022-10-31suppress warning 4307 when including format-inline.h under msvc 2017gabime
2022-10-31clang formatgabime
2022-10-31Bump bundled fmtlib to version 1.9.1gabime
2022-10-20Use 'SPDLOG_FMT_RUNTIME' to fix compilation error throwed MSVC and fmt 9.1.x ...刘耘呈
2022-10-19Change mongocxx::exception handler to std::exceptionSandor Magyar
2022-10-19clang-format mongo_sink.hSandor Magyar
2022-10-19Improve arg passing and exceptions in mongo_sinkSandor Magyar
2022-10-19Remove pointless try block in mongo_sinkSandor Magyar
2022-10-19Adjust MongoCXX instance handling in mongo_sinkSandor Magyar
2022-10-18Don't force Mongo sink to own MongoCXX instanceSandor Magyar
2022-10-17Add numerical level to Mongo sink for easier queriesSandor Magyar
2022-10-17Catch exception by reference to fix -Wcatch-value warningSandor Magyar
2022-10-13Replace iterator difference with std::distanceDaniil
2022-09-29Workaround deprecation warning on Clang with C++20offa
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-08-17Fix #2434Gabi Melman
2022-07-27Re-introduce redundant std::move at return for old GCC (before version 5) ins...Simon-Janos
2022-07-21Explicitly casting level_enum to size_t.Shen-Ta Hsieh
2022-07-17Expend support for any std::chrono::duration in `spdlog::flush_every`Lucas CHOLLET
2022-07-01Fix #2419 by documenting the set_pattern behaviourGabi Melman
2022-06-19Merge pull request #2399 from bergen4/v1.xGabi Melman
2022-06-19Merge pull request #2386 from panzhongxian/v1.xGabi Melman
2022-06-09add overrun reset functionbergen
2022-06-09updatebergen
2022-06-02Remove redundant std::move at return (triggers -Wredundant-move in Gcc, at le...Alexandre Pereira Nunes
2022-05-24Romove the empty file if no log in first period in hourly loggerpanzhongxian
2022-05-20Remove try_lock from null_mutex.panzhongxian
2022-05-19Merge pull request #2384 from aengusjiang/v1.xGabi Melman
2022-05-19Add FMT_STRING to allow compilation with FMT_ENFORCE_COMPILE_STRINGJohn Armstrong
2022-05-19fix error: cannot bind lvale to right referenceAengus.Jiang
2022-05-13Update common.hGabi Melman
2022-05-13Merge pull request #2372 from kslattery/v1.xGabi Melman
2022-05-13Add default file-event_handler callbacks. #2374Kevin Slattery
2022-05-13Remove new macro, update example with correct way to specify fmt lib namespac...Kevin Slattery
2022-05-11C++14 build fixes for older gcc #2333Kevin Slattery