Commit Graph

1043 Commits (14c0417f3ea548d47e94b29a38124e5c0b1d78f6)

Author SHA1 Message Date
gabime 14c0417f3e Fixed clang-tidy warning
7 years ago
gabime 0879dea444 Fixed clang-tidy warning
7 years ago
gabime a8c4aef6bd fix typo
7 years ago
gabime 669a66f18a format
7 years ago
gabime e8dae26176 Moved spdlog::make_unique to spdlog::details::make_unique and prevent T to be array
7 years ago
gabime e3a66473b2 Small cleanup in set_formatter
7 years ago
gabime 7704e41336 Fixed issue #833
7 years ago
gabime a74bbe7381 base_sink default ctor
7 years ago
gabime 729ec21629 Added virtual protected functions to base_sink
7 years ago
gabime b393715bee Added virtual protected functions to base_sink
7 years ago
gabime 5ec4e60424 Replaced SPDLOG_FINAL macro with final
7 years ago
gabime 5cd24f3033 Replaced SPDLOG_FINAL macro with final
7 years ago
gabime 27a03c5cec Replaced SPDLOG_FINAL macro with final
7 years ago
gabime ca8accbaa8 Replaced SPDLOG_FINAL macro with final
7 years ago
gabime 65defd3806 Replaced SPDLOG_FINAL macro with final
7 years ago
gabime 808bc1f4ed clang format
7 years ago
gabime 41d879e292 Added support for binary logging using to_hex(..)
7 years ago
gabime 2fa7410c0e Improve rotating sink error handling
7 years ago
gabime 3771d12992 Upgraded to fmt ver 5.2.0
7 years ago
Alexander Dalshov d48d6939c2 ansicolor_sink.h - add missing sink include
7 years ago
Gabi Melman 9fda1cb421
Merge pull request #813 from jwnimmer-tri/dist_sink_reset_v1.x
7 years ago
Gabi Melman 37cd707294
Fix issue #819
7 years ago
gabime 3698c1d2f1 added spdlog namespace when calling make_unique
7 years ago
Gabi Melman 00acb8ba41
Update registry.h
7 years ago
Gabi Melman a6ee1cf590
fix vc compliation error about make_unique
7 years ago
gabime ebce97947d use make_unique
7 years ago
gabime f4bbe8b2b3 Fixed some extra warnings from clang
7 years ago
Jeremy Nimmer 679fcd787f Add set_sinks method to dist_sink
7 years ago
Maciej Gajewski c4de214cea Pessimizing move removed
7 years ago
gabime 5d7845c138 Added "clone()" support to loggers
7 years ago
gabime 91d8869f36 Added "clone()" support to loggers
7 years ago
Gabi Melman 1f8b2cbb8b
Update file_helper.h
7 years ago
Gabi Melman d0cfca0820
Update file_helper.h
7 years ago
Gabi Melman f6049cd333
Update file_helper.h
7 years ago
eruiz 39492436ec WIN32: Don't deny access to file sinks from other processes
7 years ago
Daniel Chabrowski 2990126054 Change console_globals include to windows.h only
7 years ago
Daniel Chabrowski 3edc7f1d18 Add missing include in console_globals.h
7 years ago
Gabi Melman 2870afdeae
Update stdout_sinks.h
7 years ago
gabime d3c1ad29a0 Optimize logging for const char* messages
7 years ago
Gabi Melman 176cab4fee
Update file_helper.h
7 years ago
Gabi Melman 28435dc736
Normalized spdlog includes in file_helper
7 years ago
gabime a58d7594cb Fixed issue #798 and added -Wconversion compiler flag to build
7 years ago
gabime b6b9d835c5 Version 1.1.0
7 years ago
gabime b962fbb15c Fixed issue #797
7 years ago
gabime 750b520f41 Fix broken build
7 years ago
Luiz Siqueira 4eb80dd8d2 acquire lock before reading overrun_counter
7 years ago
Luiz Siqueira c543985cf4 use size_t instead of int for overrun counter
7 years ago
Luiz Siqueira 863f704f47 increment counter every time we overrid a message in async mode.
7 years ago
gabime 566df7e826 Added missing include to q
7 years ago
gabime 607779cccf micro optimization in log_msg constructor
7 years ago