Commit Graph

1175 Commits (fb702f989ff7141c71712e9d2c6a3fd642f7c206)

Author SHA1 Message Date
Ben Ridder fb702f989f Fix typo in file_helper.h
7 years ago
gabime 0203a0fdaf Fixed issue #948
7 years ago
gabime 452ba76507 Fixed conversion warnings
7 years ago
gabime 2ac42c0d14 Bumped fmt to version 5.3.0
7 years ago
Jerome Meyer ce8cf1e152 Fix typos
7 years ago
gabime 3da189f7c0 SPDLOG_TRACE to check log level before calling the logger
7 years ago
gabime bd6d88b884 Removed uneeded locale include
7 years ago
gabime ec3f2b76b0 Strip path from __FILE__ in SPDLOG_TRACE macros
7 years ago
gabime f0c962d274 source_loc ctor: brace init members
7 years ago
David P. Sicilia a6152ebadd Make an implicit cast from int --> uint32_t explicit.
7 years ago
David P. Sicilia 63a475d88c Do not attempt to default operator= when it is implicitly deleted
7 years ago
Adi Lester 247c4e55e7
Update os.h
7 years ago
Adi Lester 26d7c27bee
Use _filelengthi64 instead of _fstat64 to calculate file size on x64 machines
7 years ago
Gabi Melman b492642282
Update fmt_helper.h
7 years ago
gabime cff78f5833 Move logging macros outside the spdlog namespace
7 years ago
gabime 4ba19821ce Fixed compilation for vs2013
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 01583ef540 Clean macros
7 years ago
gabime dc13700094 Fixed source location and make SPDLOG_TRACE: that only one that inject source location info.
7 years ago
Gabi Melman 1293af093c
call flush_() instead of flush() from looger::sink_it_()
7 years ago
gabime 9484c4dc05 clang-format
7 years ago
gabime 521b0733d4 Support for source location in async loggers
7 years ago
gabime a463989278 keep clang-tidy happy
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 0a8cce6984 comments
7 years ago
gabime fb1a3a3a12 Micro optimized some formatter flags
7 years ago
Gabi Melman b64e4464a7
Update current_size_ to 0 in after of truncating in rotation error
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 b522413085 Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLS
7 years ago
gabime 8a0fc92f20 Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLS
7 years ago
gabime 4a34cd0662 Optimized nano seconds formatting
7 years ago
gabime 314991ac60 Fixed pattern formatter constructor bug
7 years ago
gabime 9b5b4cd505 comment
7 years ago
gabime c5069135d7 Improved compile time level support
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