Commit Graph

  • 1798a1fa12 Update log_msg.h scribam 2019-01-17 00:23:06 +01:00
  • f4c737ef42 Merge pull request #962 from myd7349/bench-patch Gabi Melman 2019-01-14 15:53:28 +02:00
  • 611df4964d Fix #961 benchmark link error myd7349 2019-01-14 20:18:35 +08:00
  • 0a4ccf22da Update README.md Gabi Melman 2019-01-14 11:39:35 +02:00
  • 4fe98bf6e6 Merge remote-tracking branch 'origin/v1.x' into pwm1234/rotate_on_open Philip Miller 2019-01-11 10:04:42 -05:00
  • 57c3023881 Moved SPDLOG_FUNCTION define to common.h v1.3.0 gabime 2019-01-10 19:18:31 +02:00
  • 4408e079ff Refactored log macros gabime 2019-01-10 17:04:27 +02:00
  • 2991057aef Add check log level before evaluating the logging macros gabime 2019-01-10 16:45:06 +02:00
  • 6b4fea39ab clang-format gabime 2019-01-10 16:31:06 +02:00
  • a08ffcff50 Merge pull request #956 from possiblyhuman/v1.x-macrochanges Gabi Melman 2019-01-10 02:15:50 +02:00
  • 6bd9f4a13a Merge branch 'v1.x' into v1.x-macrochanges possiblyhuman 2019-01-09 21:38:33 +00:00
  • 32420b77c8 Reduced amount of macros used. Removed SPDLOG_SOURCE_MACROS_ON and SPDLOG_FUNCTION_SUFFIX. possiblyhuman 2019-01-09 21:15:19 +00:00
  • 0b8a84f536 Update README.md Gabi Melman 2019-01-09 15:56:05 +02:00
  • f18a55831c Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2019-01-09 11:28:36 +02:00
  • 58fb0decbf Removed old header gabime 2019-01-09 11:28:22 +02:00
  • 2124b7bf64 Allow filename/line number at all levels. Add function name %! support. possiblyhuman 2019-01-08 22:52:40 +00:00
  • 5b273a33b4 Merge pull request #955 from brridder/fix-typo Gabi Melman 2019-01-08 20:36:06 +02:00
  • fb702f989f Fix typo in file_helper.h Ben Ridder 2019-01-08 10:09:11 -08:00
  • 0203a0fdaf Fixed issue #948 gabime 2019-01-08 17:35:34 +02:00
  • 112a7ada74 Fixd copy ellision warning in tests gabime 2019-01-08 17:33:31 +02:00
  • 452ba76507 Fixed conversion warnings gabime 2019-01-08 17:31:46 +02:00
  • 2ac42c0d14 Bumped fmt to version 5.3.0 gabime 2019-01-08 17:09:07 +02:00
  • 0955ea5b85 Merge pull request #945 from cneumann/fix-external-fmt Gabi Melman 2018-12-17 19:34:49 +02:00
  • 084bc72d90 Fix handling of external fmt lib Carsten Neumann 2018-12-17 10:18:16 -06:00
  • 57e2193432 Merge pull request #939 from peergynt/fix-typos Gabi Melman 2018-12-06 23:21:22 +02:00
  • ce8cf1e152 Fix typos Jerome Meyer 2018-12-06 16:06:01 -05:00
  • 3da189f7c0 SPDLOG_TRACE to check log level before calling the logger gabime 2018-12-06 13:27:00 +02:00
  • 058d2d1bd4 Use default pattern in latency test gabime 2018-12-06 11:37:49 +02:00
  • f70f2f8c62 Merge pull request #936 from bzindovic/v1.x Gabi Melman 2018-12-06 03:22:21 +02:00
  • 8d6086da48 Corrected the text alignment in the example Budo Zindovic 2018-12-06 01:30:07 +01:00
  • bd6d88b884 Removed uneeded locale include gabime 2018-12-05 18:03:56 +02:00
  • 4003218ceb Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2018-12-04 12:29:01 +02:00
  • ec3f2b76b0 Strip path from __FILE__ in SPDLOG_TRACE macros gabime 2018-12-04 12:28:21 +02:00
  • fcb661d0e9 Fixed tests gabime 2018-12-02 19:04:44 +02:00
  • d8eb0558e9 Fix test for mingw gabime 2018-12-02 17:13:50 +02:00
  • 5191948b64 Update appveyor.yml Gabi Melman 2018-12-02 16:40:02 +02:00
  • 7442d720f4 Update appveyor.yml Gabi Melman 2018-12-02 16:30:07 +02:00
  • bbc859ca19 Update .travis.yml Gabi Melman 2018-12-02 15:25:03 +02:00
  • 7275fb6f52 simplify SPDLOG_BUILD_TESTS Cmake option gabime 2018-12-02 12:25:46 +02:00
  • 2d50202b2d Merge pull request #934 from dpacbach/ctest-fix Gabi Melman 2018-12-02 13:49:50 +02:00
  • f5dc16603e Enable testing in the Travis config file. David P. Sicilia 2018-12-01 20:57:45 -05:00
  • 85b4d7c8d6 CMake: include(CTest) only when building tests. David P. Sicilia 2018-12-01 20:37:06 -05:00
  • f0c962d274 source_loc ctor: brace init members gabime 2018-11-29 12:55:14 +02:00
  • 486b6937d3 Merge pull request #929 from dpacbach/warnings-fix Gabi Melman 2018-11-28 07:59:32 +02:00
  • a6152ebadd Make an implicit cast from int --> uint32_t explicit. David P. Sicilia 2018-11-27 20:24:21 -05:00
  • 63a475d88c Do not attempt to default operator= when it is implicitly deleted David P. Sicilia 2018-11-27 20:23:51 -05:00
  • 3eba3224c8 Merge pull request #926 from lestera/patch-1 Gabi Melman 2018-11-27 16:08:30 +02:00
  • 247c4e55e7 Update os.h Adi Lester 2018-11-27 14:39:41 +02:00
  • 26d7c27bee Use _filelengthi64 instead of _fstat64 to calculate file size on x64 machines Adi Lester 2018-11-27 14:16:25 +02:00
  • b492642282 Update fmt_helper.h Gabi Melman 2018-11-27 11:37:09 +02:00
  • cff78f5833 Move logging macros outside the spdlog namespace gabime 2018-11-25 11:20:27 +02:00
  • 4ba19821ce Fixed compilation for vs2013 gabime 2018-11-25 10:54:06 +02:00
  • 1e385851d7 Removed padding from from bench_formatters/all gabime 2018-11-25 01:12:12 +02:00
  • 4643f74a03 Added the all flag to bench formatter gabime 2018-11-25 00:46:24 +02:00
  • 6453d396bf Added the all flag to bench formatter gabime 2018-11-25 00:45:43 +02:00
  • 92921f767e clang-format gabime 2018-11-25 00:44:51 +02:00
  • c251c4ccbb Added the all flag to bench formatter gabime 2018-11-25 00:44:27 +02:00
  • 0ce670e45a Store level names as string_views gabime 2018-11-25 00:36:14 +02:00
  • 2671b48a6c Minor performance fix in full formatter gabime 2018-11-24 23:57:39 +02:00
  • 382478259f Fix compilation for msvc 2015 gabime 2018-11-24 18:27:27 +02:00
  • e3c333be47 pattern_formatter - padding_info small refactor gabime 2018-11-24 18:21:25 +02:00
  • a1a463787f Updated example's comment gabime 2018-11-24 18:15:24 +02:00
  • a16ff07a06 Show source location if present in default formatter gabime 2018-11-24 18:00:56 +02:00
  • 3218caf34a Added some comments gabime 2018-11-24 17:34:33 +02:00
  • 01583ef540 Clean macros gabime 2018-11-24 17:15:58 +02:00
  • dc13700094 Fixed source location and make SPDLOG_TRACE: that only one that inject source location info. gabime 2018-11-24 17:08:13 +02:00
  • 1293af093c call flush_() instead of flush() from looger::sink_it_() Gabi Melman 2018-11-24 11:11:03 +02:00
  • 2998815166 Added missing test file gabime 2018-11-22 21:35:11 +02:00
  • 9484c4dc05 clang-format gabime 2018-11-22 19:18:43 +02:00
  • 521b0733d4 Support for source location in async loggers gabime 2018-11-22 19:17:41 +02:00
  • a463989278 keep clang-tidy happy gabime 2018-11-22 18:50:56 +02:00
  • a31719b546 clang-format gabime 2018-11-22 18:49:14 +02:00
  • f97cb00737 Updated macros tests gabime 2018-11-22 18:48:32 +02:00
  • f2305fe5bf Support for source file/line logging gabime 2018-11-22 18:47:50 +02:00
  • 216cd6935f Updated formatter-bench to include source location gabime 2018-11-22 17:05:27 +02:00
  • 3a8f9484d2 Cleaned bench.cpp a little gabime 2018-11-22 16:58:20 +02:00
  • 3fa76b2d8f Renamed test filename gabime 2018-11-22 12:31:16 +02:00
  • 50648553cf clang-format gabime 2018-11-21 16:02:02 +02:00
  • 70d03fd9c3 Minor optimization gabime 2018-11-21 16:01:28 +02:00
  • 0a8cce6984 comments gabime 2018-11-21 14:21:26 +02:00
  • fb1a3a3a12 Micro optimized some formatter flags gabime 2018-11-20 15:40:51 +02:00
  • 52e2722412 Renamed test filenames gabime 2018-11-20 12:14:21 +02:00
  • b64e4464a7 Update current_size_ to 0 in after of truncating in rotation error Gabi Melman 2018-11-20 10:26:10 +02:00
  • f1ab6feba2 Merge pull request #919 from DanielChabrowski/fix-compilation Gabi Melman 2018-11-19 20:02:24 +02:00
  • e751461ff1 Fix template error Daniel Chabrowski 2018-11-19 18:59:17 +01:00
  • c7f42d1a4a Merge pull request #917 from DanielChabrowski/fix-xcode-ci Gabi Melman 2018-11-19 19:39:59 +02:00
  • 6232ec78f7 Change count_digits to depend on template param, not size_t Daniel Chabrowski 2018-11-19 18:34:52 +01:00
  • f09d0f2301 Add helper for count_digits Daniel Chabrowski 2018-11-19 17:15:39 +01:00
  • 14a071c478 Fix osx build Daniel Chabrowski 2018-11-19 02:29:36 +01:00
  • e601ebe19b Updated formatter-bench gabime 2018-11-16 14:13:29 +02:00
  • 7068c45115 Fixed issue #908 gabime 2018-11-16 13:28:34 +02:00
  • 3bfcb0468e clang-format gabime 2018-11-16 12:56:57 +02:00
  • b2735eb30c Fixed fmt_helper tests gabime 2018-11-16 12:56:36 +02:00
  • 552416bda4 fmt_helper cleanup gabime 2018-11-16 12:55:19 +02:00
  • b522413085 Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLS gabime 2018-11-16 10:07:31 +02:00
  • 8a0fc92f20 Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLS gabime 2018-11-15 16:42:42 +02:00
  • 4a34cd0662 Optimized nano seconds formatting gabime 2018-11-12 16:44:34 +02:00
  • 11d83515dd Added formatter becnhmarks gabime 2018-11-12 16:13:52 +02:00
  • 7ce8ae72e8 Added test of pattern_formatter::clone() gabime 2018-11-12 16:04:35 +02:00
  • cc7e122915 Added test of pattern_formatter::clone() gabime 2018-11-12 16:04:09 +02:00