Commit Graph

1110 Commits (fbc58ebef82b6aa95b10f11e9ef2e69df255e022)

Author SHA1 Message Date
gabime 3b009f5aa6 Changed forward<worker_ptr> to std::move in async logger 7 years ago
gabime 36112371c0 Reverted const qualifier to log_msg& args, fixed issue #849, and added counter tests 7 years ago
gabime 2fa538779f Fixed static_assert 7 years ago
gabime b7a6659451 code formatting 7 years ago
gabime 102c31a04c Accecpt iterators by value in logger ctor insted of ref 7 years ago
gabime 10000c383a Better error message if WideCharToMultiByte fails 7 years ago
gabime 8b42b7d269 Fix support for wchar to utf8 under windows (fix issue #851 and #764) 7 years ago
gabime 17702969fa Upgrded to fmt version 5.2.1 7 years ago
Gabi Melman c5011181bb
Update log_msg.h 7 years ago
gabime 0876e39c4f pad3 small optimization 7 years ago
gabime 0b516733db user buffer.clear() insread of resize(0) 7 years ago
gabime 18df6138a7 clang-format 7 years ago
gabime 4720b703f4 Fixed clang-tidy warnings 7 years ago
gabime cd8e15dcd1 Fixed clang-tidy warnings 7 years ago
gabime a06d32ae19 Fixed clang-tidy warnings 7 years ago
gabime 7af3f014af Fixed clang-tidy warning 7 years ago
gabime 8e80081f99 Fixed clang-tidy warning 7 years ago
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
Add set_sinks method to dist_sink
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
This allows users to set exactly the sinks they want, even if other
unknown application code has added bespoke sinks in the meantime.
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
gabime da2af6ea2e Fixed some clang-tidy warning 7 years ago
gabime 6ae240c0b6 code formatting and clang tidy warnings fixes 7 years ago
gabime 05d6960ebc code formatting and clang tidy warnings fixes 7 years ago
gabime 4866f2ac05 Put override kw again 7 years ago
gabime 4456f96ae3 Fixed clang warnings 7 years ago
gabime 8008d7fe53 Replace emplace_back with push_back in pattern_formatter 7 years ago
rajesh-p 769f11109d
Namespace fix for the issue 785
Added namespace fix
7 years ago
Gabi Melman 85a2bf1c17
Merge pull request #784 from baishuai/v1.x
add new line at end of file, fix compiler warnings #778
7 years ago
baishuai a2fa7a833c add new line at end of file, fix compiler warnings 7 years ago
gabime 01e05a4495 clang format 7 years ago
gabime af6b3fe599 delay the release mutex in the async queue only for mingw 7 years ago
gabime 8bfec30d48 Fix deadlock issue with mingw in async logger 7 years ago
slapenko 34ada56f5d Refactoring. Rid of open_file for clarity 7 years ago
slapenko 64521005ab We can control should daily_file_sink truncate an underlying file or not 7 years ago
gabime fd54719351 clang-format 7 years ago
gabime 420b17ae65 Fix issue #769 7 years ago
gabime 05b68b8581 Fixed example and inline 7 years ago
gabime de6ddf4e2a Some code refactoring in formatter 7 years ago
gabime a12a21a18e Improved millis formatting 7 years ago
gabime 53cd47e19f Remove un needed declaration from thread_pool 7 years ago
gabime ce5c1c24cf added explicit kw to ctor 7 years ago
gabime 2894e8de5e clang format 7 years ago
gabime 74c10df169 Changed SPDLOG_VERSION to be numeric 7 years ago
gabime 0b7c505b50 Fixed forgotten inline keyword 7 years ago
gabime cb9c984aa7 registery and periodic flusher fixes. 7 years ago
Gabi Melman 516a8e4212
Update periodic_worker.h 7 years ago
Gabi Melman 40aeaaee54
Update periodic_worker.h 7 years ago
gabime 33329c80a9 code formatting 7 years ago
gabime fe73255452 Fixed issue #759 7 years ago
gabime 9d497d5afd Fix issue #765 7 years ago
gabime 693103af9c support set_formatter in spdlog.h 7 years ago
gabime 7184c42376 Changed some static string array to char* arrays 7 years ago
Gabi Melman 349829fa96
Update periodic_worker.h 7 years ago