Commit Graph

62 Commits (cd701761f9ad9919b9409e519237fb4c90f6375d)

Author SHA1 Message Date
gabime cd701761f9 clang-format
5 years ago
Craig Andrews 22bee8128a fmt 7.0.0 renamed the internal namespace to detail.
5 years ago
gabime 8bc1ca0e44 clang-format
6 years ago
gabime 7766bc25d1 Updated fmt_helper::pad2()
6 years ago
gabime 619849c793 fixed comment
6 years ago
gabime 927b2b3942 Fixed conversion warnings
6 years ago
gabime 76389e057f Optimize fmt_helper::pad3()
6 years ago
gabime a8169a3d6b clang-format
6 years ago
gabime 490940cd53 Minor update to fmt_helper
6 years ago
gabime 92d27b0aa3 Minor update to fmt_helper
6 years ago
gabime ca9c83f824 Minor improvment to number padding
6 years ago
gabime f0c35819bd Removed unneeded nullptr check
6 years ago
Cristian Morales Vega 7cdd65075c "#include" <spdlog/.*> instead of "spdlog/.*"
6 years ago
gabime d89baf4c5b Fixed tidy warning
6 years ago
gabime f5492aed12 Unified usage of fmt::memory_buffer across the codebase
6 years ago
gabime db103ff340 Replaced passing time by val istead of ref in helper
6 years ago
gabime bcfa9241b8 Updated copyright headers
6 years ago
gabime 46ef71e3ec Normalized copyright message
6 years ago
gabime e2e3df9013 static lib wip
7 years ago
gabime 452ba76507 Fixed conversion warnings
7 years ago
Gabi Melman b492642282
Update fmt_helper.h
7 years ago
gabime 4ba19821ce Fixed compilation for vs2013
7 years ago
Daniel Chabrowski e751461ff1 Fix template error
7 years ago
Daniel Chabrowski 6232ec78f7 Change count_digits to depend on template param, not size_t
7 years ago
Daniel Chabrowski f09d0f2301 Add helper for count_digits
7 years ago
Daniel Chabrowski 14a071c478 Fix osx build
7 years ago
gabime 7068c45115 Fixed issue #908
7 years ago
gabime 552416bda4 fmt_helper cleanup
7 years ago
gabime 4a34cd0662 Optimized nano seconds formatting
7 years ago
Jerome Meyer 1b391ccd06 Cleanup header file: remove log_msg.h include from fmt_helper.h
7 years ago
gabime 392d126372 Renamed string_view_type -> string_view_t
7 years ago
gabime 894438d5fb Better support for string_view
7 years ago
gabime 4e3e80109a Code formatting
7 years ago
gabime c2a9bf9974 Small refactoring and support wchar again
7 years ago
gabime a5a39c52b0 Added nullptr check to append_string_view
7 years ago
gabime 6355e9895d Major change to log_msg - contain only string_view instead of buffer
7 years ago
Jerome Meyer cb71fea0f6 Use fmt::string_view when logging a C string to avoid unnecessary copy
7 years ago
gabime 0876e39c4f pad3 small optimization
7 years ago
gabime 0879dea444 Fixed clang-tidy warning
7 years ago
gabime 5d7845c138 Added "clone()" support to loggers
7 years ago
gabime d3c1ad29a0 Optimize logging for const char* messages
7 years ago
gabime a58d7594cb Fixed issue #798 and added -Wconversion compiler flag to build
7 years ago
Gabi Melman 85a2bf1c17
Merge pull request #784 from baishuai/v1.x
7 years ago
baishuai a2fa7a833c add new line at end of file, fix compiler warnings
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 b0059b290f Fix issue #761
7 years ago
gabime 16ee72da7c clang format
7 years ago
gabime a776a774e1 cache millis in full_formatter
7 years ago