Commit Graph

87 Commits (dd33c16aae8e2dc35155e38003be4fcfe9ccf498)

Author SHA1 Message Date
gabime 4b0267910c Refactored padding handling in formatter using templates
6 years ago
gabime 54456aee9e Refactored padding handling in formatter using templates
6 years ago
gabime bcfa9241b8 Updated copyright headers
6 years ago
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro
7 years ago
gabime 46ef71e3ec Normalized copyright message
7 years ago
gabime 9564eb2edb Moved cpp files to inl.h
7 years ago
gabime 69fcaf14e5 wip static-lib
7 years ago
gabime 2de924a187 clang-format
7 years ago
gabime c1c2ff2d07 wip
7 years ago
gabime 17f9cdd401 static lib wip
7 years ago
gabime 156b856a80 static lib wip
7 years ago
gabime e2e3df9013 static lib wip
7 years ago
possiblyhuman 32420b77c8 Reduced amount of macros used.
7 years ago
possiblyhuman 2124b7bf64 Allow filename/line number at all levels. Add function name %! support.
7 years ago
gabime 452ba76507 Fixed conversion warnings
7 years ago
Jerome Meyer ce8cf1e152 Fix typos
7 years ago
gabime 92921f767e clang-format
7 years ago
gabime 0ce670e45a Store level names as string_views
7 years ago
gabime 2671b48a6c Minor performance fix in full formatter
7 years ago
gabime 382478259f Fix compilation for msvc 2015
7 years ago
gabime e3c333be47 pattern_formatter - padding_info small refactor
7 years ago
gabime a16ff07a06 Show source location if present in default formatter
7 years ago
gabime 3218caf34a Added some comments
7 years ago
gabime dc13700094 Fixed source location and make SPDLOG_TRACE: that only one that inject source location info.
7 years ago
gabime a31719b546 clang-format
7 years ago
gabime f2305fe5bf Support for source file/line logging
7 years ago
gabime 50648553cf clang-format
7 years ago
gabime 70d03fd9c3 Minor optimization
7 years ago
gabime fb1a3a3a12 Micro optimized some formatter flags
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
gabime 314991ac60 Fixed pattern formatter constructor bug
7 years ago
gabime 34c60e5486 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
7 years ago
gabime 526f21ae7f Fixed #902
7 years ago
gabime 0e77c3391b New compile time API using SPDLOG_ACTIVE_LEVEL
7 years ago
Gabi Melman f1e79bde2e
Update pattern_formatter.h
7 years ago
gabime 7b6849578b Fixed some clang-tidy warnings
7 years ago
gabime d54e302a28 clang-format
7 years ago
gabime dc166cad92 Added default pattern support for pattern_formatter to avoid parsing pattern when using default pattern
7 years ago
gabime ba4ed0eb7f micro optimize scoped_padder
7 years ago
gabime 3cdf2b7f04 micro optimize scoped_padder
7 years ago
gabime 3ff541cf77 Optimized scoped_pad
7 years ago
gabime 5c54414be7 Padding support in pattern formatter
7 years ago
gabime e35414a0f1 Removed redundant casts to string_view
7 years ago
gabime 0d0706a204 Small fix to pattern formatter
7 years ago
gabime 392d126372 Renamed string_view_type -> string_view_t
7 years ago
gabime 871cca2401 Fixed pattern formatter
7 years ago