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-04-05static lib wipgabime
2019-04-05static lib wipgabime
2019-04-05static lib wipgabime
2019-04-05Moved logger_impl back into logger.hgabime
2019-03-29wip litegabime
2019-03-29Dont check level in macros (redundant)gabime
2019-03-29clang-formatgabime
2019-03-25Add spdlog::initialize_loggertt4g
2019-03-20Add signature.Alexander Zvyagin
2019-03-20Avoid unnecessary conversion of log_msg::payload to std::string.Alexander Zvyagin
2019-03-14Add systemd sink.Alexander Zvyagin
2019-03-11Renamed exposed method. [#1004]Florian Wörter
2019-03-11Exposed should_do_colors_ in ansicolor_sink.h. [#1004]Florian Wörter
2019-02-19Add tweak support for user short level namesMattias Fornander
2019-02-08Fix #992Gabi Melman
2019-02-06Remove pointless log with enable_ifDanielChabrowski
2019-02-03Allow custom formatter in sink ctorDanielChabrowski
2019-02-01Renamed input parameters to "params_in".charles-david
2019-02-01Warning for shadowed parameter corrected in common.hcharles-david
2019-01-24remove minor optimization for the sake of simplicityPhilip Miller
2019-01-24streamline constructor logicPhilip Miller
2019-01-24Merge remote-tracking branch 'origin/v1.x' into pwm1234/rotate_on_openPhilip Miller
2019-01-23Add method to filesinks to return filenameMark Niebur
2019-01-18Version 1.3.1v1.3.1gabime
2019-01-17Fixed issue #959gabime
2019-01-17Update log_msg.hscribam
2019-01-11Merge remote-tracking branch 'origin/v1.x' into pwm1234/rotate_on_openPhilip Miller
2019-01-10Moved SPDLOG_FUNCTION define to common.hv1.3.0gabime
2019-01-10Refactored log macrosgabime
2019-01-10Add check log level before evaluating the logging macrosgabime
2019-01-10clang-formatgabime
2019-01-10Merge branch 'v1.x' into v1.x-macrochangespossiblyhuman
2019-01-10Reduced amount of macros used.possiblyhuman
2019-01-09Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.xgabime
2019-01-09Removed old headergabime
2019-01-09Allow filename/line number at all levels. Add function name %! support.possiblyhuman
2019-01-08Fix typo in file_helper.hBen Ridder
2019-01-08Fixed issue #948gabime
2019-01-08Fixed conversion warningsgabime
2019-01-08Bumped fmt to version 5.3.0gabime
2018-12-07Fix typosJerome Meyer
2018-12-06SPDLOG_TRACE to check log level before calling the loggergabime
2018-12-05Removed uneeded locale includegabime
2018-12-04Strip path from __FILE__ in SPDLOG_TRACE macrosgabime
2018-11-29source_loc ctor: brace init membersgabime
2018-11-28Make an implicit cast from int --> uint32_t explicit.David P. Sicilia
2018-11-28Do not attempt to default operator= when it is implicitly deletedDavid P. Sicilia
2018-11-27Update os.hAdi Lester
2018-11-27Use _filelengthi64 instead of _fstat64 to calculate file size on x64 machinesAdi Lester
2018-11-27Update fmt_helper.hGabi Melman