Commit Graph

  • 85b4d7c8d6 CMake: include(CTest) only when building tests. David P. Sicilia 2018-12-01 20:37:06 -0500
  • f0c962d274 source_loc ctor: brace init members gabime 2018-11-29 12:55:14 +0200
  • 486b6937d3
    Merge pull request #929 from dpacbach/warnings-fix Gabi Melman 2018-11-28 07:59:32 +0200
  • a6152ebadd Make an implicit cast from int --> uint32_t explicit. #929 David P. Sicilia 2018-11-27 20:24:21 -0500
  • 63a475d88c Do not attempt to default operator= when it is implicitly deleted David P. Sicilia 2018-11-27 20:23:51 -0500
  • 3eba3224c8
    Merge pull request #926 from lestera/patch-1 Gabi Melman 2018-11-27 16:08:30 +0200
  • 247c4e55e7
    Update os.h #926 Adi Lester 2018-11-27 14:39:41 +0200
  • 26d7c27bee
    Use _filelengthi64 instead of _fstat64 to calculate file size on x64 machines Adi Lester 2018-11-27 14:16:25 +0200
  • b492642282
    Update fmt_helper.h Gabi Melman 2018-11-27 11:37:09 +0200
  • cff78f5833 Move logging macros outside the spdlog namespace gabime 2018-11-25 11:20:27 +0200
  • 4ba19821ce Fixed compilation for vs2013 gabime 2018-11-25 10:54:06 +0200
  • 1e385851d7 Removed padding from from bench_formatters/all gabime 2018-11-25 01:12:12 +0200
  • 4643f74a03 Added the all flag to bench formatter gabime 2018-11-25 00:46:24 +0200
  • 6453d396bf Added the all flag to bench formatter gabime 2018-11-25 00:45:43 +0200
  • 92921f767e clang-format gabime 2018-11-25 00:44:51 +0200
  • c251c4ccbb Added the all flag to bench formatter gabime 2018-11-25 00:44:27 +0200
  • 0ce670e45a Store level names as string_views gabime 2018-11-25 00:36:14 +0200
  • 2671b48a6c Minor performance fix in full formatter gabime 2018-11-24 23:57:39 +0200
  • 382478259f Fix compilation for msvc 2015 gabime 2018-11-24 18:27:27 +0200
  • e3c333be47 pattern_formatter - padding_info small refactor gabime 2018-11-24 18:21:25 +0200
  • a1a463787f Updated example's comment gabime 2018-11-24 18:15:24 +0200
  • a16ff07a06 Show source location if present in default formatter gabime 2018-11-24 18:00:56 +0200
  • 3218caf34a Added some comments gabime 2018-11-24 17:34:33 +0200
  • 01583ef540 Clean macros gabime 2018-11-24 17:15:58 +0200
  • dc13700094 Fixed source location and make SPDLOG_TRACE: that only one that inject source location info. gabime 2018-11-24 17:08:13 +0200
  • 1293af093c
    call flush_() instead of flush() from looger::sink_it_() Gabi Melman 2018-11-24 11:11:03 +0200
  • 2998815166 Added missing test file gabime 2018-11-22 21:35:11 +0200
  • 9484c4dc05 clang-format gabime 2018-11-22 19:18:43 +0200
  • 521b0733d4 Support for source location in async loggers gabime 2018-11-22 19:17:41 +0200
  • a463989278 keep clang-tidy happy gabime 2018-11-22 18:50:56 +0200
  • a31719b546 clang-format gabime 2018-11-22 18:49:14 +0200
  • f97cb00737 Updated macros tests gabime 2018-11-22 18:48:32 +0200
  • f2305fe5bf Support for source file/line logging gabime 2018-11-22 18:47:50 +0200
  • 216cd6935f Updated formatter-bench to include source location gabime 2018-11-22 17:05:27 +0200
  • 3a8f9484d2 Cleaned bench.cpp a little gabime 2018-11-22 16:58:20 +0200
  • 3fa76b2d8f Renamed test filename gabime 2018-11-22 12:31:16 +0200
  • 50648553cf clang-format gabime 2018-11-21 16:02:02 +0200
  • 70d03fd9c3 Minor optimization gabime 2018-11-21 16:01:28 +0200
  • 0a8cce6984 comments gabime 2018-11-21 14:21:26 +0200
  • bb0f6b4f16
    refactor:Split main example into several expamples #921 Benoît Langlois 2018-11-20 15:36:50 +0100
  • fb1a3a3a12 Micro optimized some formatter flags gabime 2018-11-20 15:40:51 +0200
  • 52e2722412 Renamed test filenames gabime 2018-11-20 12:14:21 +0200
  • b64e4464a7
    Update current_size_ to 0 in after of truncating in rotation error Gabi Melman 2018-11-20 10:26:10 +0200
  • f1ab6feba2
    Merge pull request #919 from DanielChabrowski/fix-compilation Gabi Melman 2018-11-19 20:02:24 +0200
  • e751461ff1 Fix template error #919 Daniel Chabrowski 2018-11-19 18:59:17 +0100
  • c7f42d1a4a
    Merge pull request #917 from DanielChabrowski/fix-xcode-ci Gabi Melman 2018-11-19 19:39:59 +0200
  • 6232ec78f7 Change count_digits to depend on template param, not size_t #917 Daniel Chabrowski 2018-11-19 18:34:52 +0100
  • f09d0f2301 Add helper for count_digits Daniel Chabrowski 2018-11-19 17:15:39 +0100
  • 14a071c478 Fix osx build Daniel Chabrowski 2018-11-19 02:29:36 +0100
  • 8679e55caf Conditional evaluation of macros #915 Daniel Chabrowski 2018-11-19 01:25:22 +0100
  • 5da067482a
    fix: addition standard equivalent of "pragma once" #913 Benoît Langlois 2018-11-18 19:20:21 +0100
  • 0bfe5e62ff For Windows, make sure the file handle created by os::fopen_s() is never inherited by child processes launched using CreateProcess(). Otherwise, file rotation will fail since the old log file is still opened by the child process and we cannot rename it. #911 Hong Jen Yee (PCMan) 2018-11-18 22:13:35 +0800
  • e601ebe19b Updated formatter-bench gabime 2018-11-16 14:13:29 +0200
  • 7068c45115 Fixed issue #908 gabime 2018-11-16 13:28:34 +0200
  • 3bfcb0468e clang-format gabime 2018-11-16 12:56:57 +0200
  • b2735eb30c Fixed fmt_helper tests gabime 2018-11-16 12:56:36 +0200
  • 552416bda4 fmt_helper cleanup gabime 2018-11-16 12:55:19 +0200
  • b522413085 Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLS gabime 2018-11-16 10:07:31 +0200
  • 8a0fc92f20 Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLS gabime 2018-11-15 16:42:42 +0200
  • 4a34cd0662 Optimized nano seconds formatting gabime 2018-11-12 16:44:34 +0200
  • 11d83515dd Added formatter becnhmarks gabime 2018-11-12 16:13:52 +0200
  • 7ce8ae72e8 Added test of pattern_formatter::clone() gabime 2018-11-12 16:04:35 +0200
  • cc7e122915 Added test of pattern_formatter::clone() gabime 2018-11-12 16:04:09 +0200
  • da84893921 Added test of pattern_formatter::clone() gabime 2018-11-12 16:00:32 +0200
  • 1d5b6d7ae6 Added test of pattern_formatter::clone() gabime 2018-11-12 15:59:03 +0200
  • da21a7a535 Merge branch 'v1.x' of git://github.com/gabime/spdlog into v1.x #903 Shai Levi 2018-11-12 05:49:38 -0800
  • 314991ac60 Fixed pattern formatter constructor bug gabime 2018-11-12 12:46:07 +0200
  • 9b5b4cd505 comment gabime 2018-11-12 12:12:33 +0200
  • c5069135d7 Improved compile time level support gabime 2018-11-12 12:01:10 +0200
  • 971c1f46b0 Updated latency tests gabime 2018-11-12 11:07:51 +0200
  • 34c60e5486 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2018-11-12 10:44:43 +0200
  • 526f21ae7f Fixed #902 gabime 2018-11-12 10:39:34 +0200
  • 48597a94e8 Updated example gabime 2018-11-11 18:20:53 +0200
  • 0e77c3391b New compile time API using SPDLOG_ACTIVE_LEVEL gabime 2018-11-11 18:15:24 +0200
  • f1e79bde2e
    Update pattern_formatter.h Gabi Melman 2018-11-11 02:27:03 +0200
  • 7b6849578b Fixed some clang-tidy warnings gabime 2018-11-11 01:53:51 +0200
  • 617fcc92cf clang-format gabime 2018-11-11 01:48:50 +0200
  • 18f0e4ba1a Added some pattern-formatter padding tests gabime 2018-11-11 01:43:40 +0200
  • 6fedffe6d6 Moved the SPDLOG_CATCH_AND_HANDLE to logger_impl.h gabime 2018-11-11 01:33:08 +0200
  • d54e302a28 clang-format gabime 2018-11-11 01:26:57 +0200
  • d99179f822 Small refactoring to registry class gabime 2018-11-11 01:26:22 +0200
  • a6fbb3ef4c Minor fix to test gabime 2018-11-11 01:25:17 +0200
  • 65cff673b8 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2018-11-11 01:19:13 +0200
  • dc166cad92 Added default pattern support for pattern_formatter to avoid parsing pattern when using default pattern gabime 2018-11-11 01:18:57 +0200
  • 7d7ccac416 Updated bench cmake gabime 2018-11-11 01:17:14 +0200
  • e933c5f481 Fixed example gabime 2018-11-11 01:11:09 +0200
  • 2ba4b23b85 added padder bench gabime 2018-11-11 00:52:21 +0200
  • ba4ed0eb7f micro optimize scoped_padder gabime 2018-11-11 00:48:25 +0200
  • 3cdf2b7f04 micro optimize scoped_padder gabime 2018-11-11 00:31:14 +0200
  • 99b68c8352
    Merge pull request #892 from pabloariasal/disable_global_logger_registration Gabi Melman 2018-11-10 19:46:45 +0200
  • a446f187c1 Fixed deadlock by recursive mutex #892 Pablo Arias 2018-11-10 17:38:23 +0100
  • 3ff541cf77 Optimized scoped_pad gabime 2018-11-10 18:03:11 +0200
  • 10895796b2 Added mutexes to protect logger initialization and toggling automatic registration Pablo Arias 2018-11-10 16:55:35 +0100
  • fbc58ebef8 * using API call instead of macro for toggling automatic registration * added unit test for disabling automatic registration Pablo Arias 2018-11-10 14:34:04 +0100
  • 5c54414be7 Padding support in pattern formatter gabime 2018-11-09 15:18:45 +0200
  • 4df28728e2 clang-format gabime 2018-11-09 14:56:48 +0200
  • f14a4c0b18
    Merge pull request #893 from ZaMaZaN4iK/ZaMaZaN4iK-patch-1 Gabi Melman 2018-11-07 11:05:22 +0200
  • 5cbd3fa9d7 pattern_formatter: use thread_local for cached values to make the class thread-safe. #898 Andrew Schran 2018-11-06 13:52:45 -0800
  • f5a27250b1
    Fix typo in Android example #893 Alexander Zaitsev 2018-11-05 03:04:22 +0300
  • f95b189fe3 Added a global option in tweakme.h that disabled global registration of loggers. fixes #712 Pablo Arias 2018-11-04 20:12:42 +0100