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
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-05Bump bundled fmt to 6.1.1-rcgabime
2019-12-05version 1.5.0-rcgabime
2019-12-05Supress -Wimplicit-fallthrough and -Wsign-conversion when including fmt headersgabime
2019-12-05Bump bundled fmt to version 6.1.0gabime
2019-12-03Fix #1340gabime
2019-12-01Impl #1298gabime
2019-11-29clang-formatgabime
2019-11-29Fix #1335gabime
2019-11-29Fix #1327gabime
2019-11-29Fix #1332gabime
2019-11-28Fix compiler warningsFlorin Iucha
2019-11-16Update os-inl.hGabi Melman
2019-11-14Added truncate flag (issue #1297)gabime
2019-11-11Remove redundant semicolonZhi Sun
2019-11-10Removed un needed filegabime
2019-11-10Fix #1308gabime
2019-11-10Updated ringbuffer sinkgabime
2019-11-10Fixed #1302gabime
2019-11-10Updated ringbuffer sinkgabime
2019-11-09Merge pull request #1307 from eudoxos/ringbuffer-sinkGabi Melman
2019-11-09Fix circular_q::size() empty caseVáclav Šmilauer
2019-11-09defer formatting, use log_msg_buffer for intermediate storageVáclav Šmilauer
2019-11-09Fix circular_q::size()Václav Šmilauer
2019-11-09typo fixVáclav Šmilauer
2019-11-09Fix cicular_q::size()Václav Šmilauer
2019-11-08Move ringbuffer_sink to spdlog::details::circular_q, enhance its API: size(),...Václav Šmilauer
2019-11-08Add ringbuffer sink (requires boost::circular_buffer)Václav Šmilauer
2019-11-08Fixed some more clang-tidy warningsgabime
2019-11-08Fix clang-tidy warning about non existing movegabime
2019-11-08Added noexcept to log_msg move constructorgabime
2019-11-08Optimze backtracer operator=gabime
2019-11-08always cache gmt offsetgabime
2019-11-08Fix #1302gabime
2019-11-08Fix issue #1306gabime
2019-11-06"#include" <spdlog/.*> instead of "spdlog/.*"Cristian Morales Vega
2019-11-04Removed SPDLOG_NO_DATETIME optiongabime
2019-11-04clang-formatgabime
2019-11-04exclude from compilation prevent_child_fd() if SPDLOG_PREVENT_CHILD_FD not de...gabime
2019-11-04Correctly guard SetHandleInformation API callCharles Milette
2019-11-03clang-formatgabime
2019-11-03Micro-optimize level checking by inlininggabime
2019-11-03Micro-optimze log_it_gabime
2019-11-03Micro-optimze log_it_gabime
2019-11-03Removed lazy argument evaluation from macrosgabime
2019-11-03Replaced a forgotten try with SPDLOG_TRYgabime
2019-11-02Improve log macrosPaul Kunysch
2019-10-30journald: structured output for logger's nameJan Kundrát