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-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-23Remove fmt_helper.h include from logger.hCharles Milette
2022-04-22Add missing includeCharles Milette
2022-04-22Switch to vformat_toCharles Milette
2022-04-15Make file_event_handlers an aggregateespkk
2022-04-04clang formatv1.10.0gabime
2022-04-04Bump version to 1.10.0gabime
2022-04-02Add optional "ident" argument to systemd sink constructorDelgan
2022-03-29fixup! Add option to enable formatting of systemd sinkDelgan
2022-03-27Add option to enable formatting of systemd sinkDelgan
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-15pattern_formatter-inl: fix reorder-ctor warningAdrien Bertrand
2022-02-14Limit max number of rotating files to 200000, not max sizeSurfy Cui
2022-02-13Update rotating_file_sink-inl.hGabi Melman
2022-02-12Limit max number of rotating files to 200000. Fix #1905gabime
2022-02-12Fix #2211gabime
2022-02-12Fixed #2227gabime
2022-02-12Bump fmt to version 8.1.1 and run clang-formatgabime
2022-02-12Bump fmt to version 8.1.1 and run clang-formatgabime
2022-02-08Apply pattern width to one of the source information fields while missing sou...Kyuheon Kim
2022-02-05flush before rotatinggabime
2022-02-05Throw if rotating_file_sink constructor receives max_size==0 as arggabime
2022-02-05commentgabime
2022-02-05Fix #2261gabime
2022-02-05throw if flush failedgabime
2022-01-17removed unneeded spacesPixel
2022-01-17Update pattern_formatter-inl.hGabi Melman
2022-01-16Added the last few suggested changes.doug1234
2022-01-15Several minor improvements based on code review suggestions.doug1234
2022-01-15Fix mistake in previous checkin.doug1234
2022-01-14Resetting the needs time flag when setting a pattern.doug1234
2022-01-14Now only getting the date if formater needs to display date related information.doug1234
2022-01-11Allow forward-declaration of level_enumDave Rigby
2022-01-04Reset current size if rotated files on openSprite
2021-12-30spdlog: fmt - support `std::span` in `to_hex`Tim Blechmann
2021-12-19🚧 fix building with c++11Vladislav Nepogodin
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-11Added missing global thread-pool initialization helper.Philippe Serreault
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