Commit Graph

  • b9cb721b92
    Update async_logger-inl.h Gabi Melman 2023-09-22 02:42:37 +0300
  • 1d6dbc2a56
    Fix code formatting of async_logger-inl.h Gabi Melman 2023-09-22 02:42:00 +0300
  • b5b5043d42
    Support async_overflow_policy::discard_new (#2876) Yubin 2023-09-10 04:05:08 +0800
  • d109e1dcd0 minor cleanup gabime 2023-09-09 13:32:44 +0300
  • a98d3ab0c7 clang format gabime 2023-09-09 12:56:47 +0300
  • 8014d6c31a
    Fix encoding issue in qt_sinks (#2862) neothenil 2023-09-09 17:52:10 +0800
  • 3aceda041b Fixed bench gabime 2023-09-01 17:08:14 +0300
  • 7d0531b076 Removed policy_max from cmake_minimum_required(..) gabime 2023-09-01 16:40:19 +0300
  • 47e04cf043
    Update ci.yml Gabi Melman 2023-08-31 00:29:17 +0300
  • 81ce5fcdb7
    Remove obsolete part from cmake configuration files (#2871) albert-github 2023-08-30 22:20:37 +0200
  • cedfeeb95f
    Add SPDLOG_TO_VERSION to compare spdlog version (#2853) mike 2023-08-14 13:19:02 +0800
  • 2312489bdc
    Provide spdlog_header_only in build directory export (#2846) Robert Maynard 2023-08-07 16:25:21 -0400
  • 811bc4c7a9 Added another test for circular_q gabime 2023-08-05 17:26:16 +0300
  • 1f8d36071e Fixed ci gabime 2023-08-05 17:09:12 +0300
  • bffceb90b0 Fixed circular_q size impl and added tests gabime 2023-08-05 17:03:04 +0300
  • 371bc8ebe2
    Set CMAKE_BUILD_TYPE only for single-config generators (#2839) moritz-h 2023-08-02 16:22:20 +0200
  • 2ee8bac78e
    Added missing square bracket to fix the level_to_string_view test. (#2827) xvitaly 2023-07-23 10:15:25 +0200
  • d8d23a6606
    Fix #2820 Gabi Melman 2023-07-21 00:37:03 +0300
  • 76dfc7e7c0
    Qt Sink : Allow for darker colors (for light background). (#2817) qwark 2023-07-14 19:21:25 +0200
  • 7e635fca68 Fixed #2724 by excluding bin_to_hex sink if using std::format gabime 2023-07-08 17:12:25 +0300
  • bed324e414 Formatted qt_sinks.h code gabime 2023-07-08 15:27:16 +0300
  • 72a7ec3eb9 Bumped spdlog version to 1.12.0 gabime 2023-07-08 15:25:17 +0300
  • 64ed6b495c Revert "Fixed FMT_EXPORT to FMT_LIB_EXPORT in CMakeLists.txt" gabime 2023-07-08 13:44:27 +0300
  • 4338b9cd23 Revert "Updated bundled fmt to version 10.0.0" gabime 2023-07-08 13:23:40 +0300
  • b73616ce29
    Update README.md Gabi Melman 2023-07-08 11:52:49 +0300
  • 01b3724c48
    sinks: android: handle when message is not loggable (#2801) Lucas Rangit MAGASWERAN 2023-07-06 23:24:06 +0200
  • 4b8ff51a29 Added const to put_newline() in bin_to_hex.h gabime 2023-07-04 18:00:20 +0300
  • 8b8bc20f30
    Added const qualifier to bin_hex_formatter to support c++20 Gabi Melman 2023-07-04 17:53:04 +0300
  • 3cd06a3d40 Added const qualifier to stopwatch formatter to support c++20 gabime 2023-07-04 16:04:49 +0300
  • c3fa8f60e2 Fixed FMT_EXPORT to FMT_LIB_EXPORT in CMakeLists.txt gabime 2023-07-02 21:24:35 +0300
  • 169f827957 Added missing include to udp_client.h gabime 2023-07-02 21:19:41 +0300
  • 62e55e7a7f Updated bundled fmt to version 10.0.0 gabime 2023-07-02 20:47:33 +0300
  • b85c509ec6 Fixed clang warning in qt_sinks.h gabime 2023-06-17 18:32:47 +0300
  • b1eb4953fa Cleaned some warnings in qt_sinks gabime 2023-06-17 18:30:13 +0300
  • 5ece88e5a8
    Removing IPv4 limitation from tcp_client (#2790) Simon-Janos 2023-06-30 19:08:22 +0200
  • 826d8ba4b2
    ignore vscode and clangd cache files (#2787) CChuancey 2023-06-29 21:07:22 +0800
  • 326f8870c2
    Update qt_sinks.h: narrow cast msg.color_range_start, msg.color_range_end (#2781) Jiang Y 2023-06-28 13:32:12 +0800
  • 7990ed8f2b
    Update INSTALL (#2775) Aimin 2023-06-27 23:19:22 +0800
  • da1e671d42 Clean qt_color_sink gabime 2023-06-17 18:09:08 +0300
  • a29cef5787 Make max_line explicit for qt_color_sink gabime 2023-06-17 17:13:37 +0300
  • 9ce7295191 Make max_line explicit for qt_color_sink gabime 2023-06-17 16:58:40 +0300
  • 36eb173030 Updated README.md with qt color example gabime 2023-06-17 16:46:50 +0300
  • ca44ce50ab Cleaned qt_color_sink gabime 2023-06-17 16:40:46 +0300
  • 91280df07e wip color_qt_sink gabime 2023-06-17 15:07:00 +0300
  • 5a6b6cafa8
    Update README.md Gabi Melman 2023-06-10 02:52:27 +0300
  • 4f4da7f114
    Revert qt_sinks changes and color support, since they are not thread safe Gabi Melman 2023-06-10 02:50:19 +0300
  • 199cc0a6d8
    Update qt_sinks.h Gabi Melman 2023-06-09 12:59:41 +0300
  • 4fb4e2bd86
    Update qt_sinks.h Gabi Melman 2023-06-09 12:44:54 +0300
  • c17b5d9cd1
    Update qt_sinks.h Gabi Melman 2023-06-09 12:41:36 +0300
  • 3a7188505f
    Added lock to qt_color_sink Gabi Melman 2023-06-08 01:12:25 +0300
  • 32bab0e103
    Update README.md Gabi Melman 2023-06-07 13:47:50 +0300
  • f0e1f22bbc Updated README.md with qt color example gabime 2023-06-07 13:37:58 +0300
  • 1f61f5e019 clang format gabime 2023-06-07 13:23:44 +0300
  • 31cefdce79 Use at() in ansicolor_sink gabime 2023-06-07 13:21:40 +0300
  • 95b8ee9b32 Remove comment in qt_sinks.h gabime 2023-06-07 13:11:37 +0300
  • d7985e3965 Update comment about qt_color_sink gabime 2023-06-07 13:07:21 +0300
  • dfcb74b129 Added default color handling to qt_color_sink gabime 2023-06-07 12:51:07 +0300
  • 6a96c7f902 Added qt_color_sink gabime 2023-06-07 11:45:51 +0300
  • 6940f4fd46 Added some comments to qt_sinks.h gabime 2023-06-07 00:29:23 +0300
  • 1f1897e3a4 Clean qt_sink code gabime 2023-06-07 00:21:58 +0300
  • 0f50ad92d6 Clean qt_sink code gabime 2023-06-07 00:21:44 +0300
  • 5384512f25 Store MetaMethod object in qt_sink for better performance gabime 2023-06-07 00:19:40 +0300
  • 230cad163d Fixed qt_sink gabime 2023-06-06 20:23:37 +0300
  • 3a6ee663ba
    Update qt_sinks.h Gabi Melman 2023-06-06 20:06:45 +0300
  • 931cd2fb54
    Update qt_sinks.h Gabi Melman 2023-06-06 19:58:26 +0300
  • 8fdcf0365b
    Update qt_sinks.h Gabi Melman 2023-06-06 19:57:09 +0300
  • 32701af60b
    qt_sink: add some warning on its usage (#2753) Ulmo-F 2023-06-06 18:53:10 +0200
  • 31cf79a70d
    Remov foreward to standard vformat_to Gabi Melman 2023-05-30 20:38:30 +0300
  • d1eb68154f If exceptions are disabled, disable them in the bundled fmt as well gabime 2023-05-28 12:52:56 +0300
  • c174c15138
    Update test_stopwatch.cpp Gabi Melman 2023-05-27 23:05:49 +0300
  • 8222ca4837
    Update test_stopwatch.cpp Gabi Melman 2023-05-27 22:46:27 +0300
  • 62a4b8ce4e
    Fix fmt build (#2744) Eli Boyarski 2023-05-27 22:28:22 +0300
  • ea1af20840 Update error message in default error handler gabime 2023-05-27 15:34:33 +0300
  • 1fba68bfe2 Catch exceptions from async logger. Fix #2618 gabime 2023-05-27 15:33:02 +0300
  • 4c5ee9bb10 Added global logger benchmarks gabime 2023-05-21 11:11:29 +0300
  • dd173bc544
    Update daily_file_sink.h Gabi Melman 2023-05-19 19:58:45 +0300
  • fcc8a95a95
    Update daily_file_sink.h Gabi Melman 2023-05-19 19:56:11 +0300
  • 9fcf609b67
    Update daily_file_sink.h Gabi Melman 2023-05-19 19:54:47 +0300
  • af1785b897
    Removes special format handling for fmt. (#2736) Bernd Ritter 2023-05-19 18:51:02 +0200
  • 57a9fd0841
    Update README.md Gabi Melman 2023-05-08 00:04:27 +0300
  • f9c24d9fa8
    Update README.md (#2732) Kasra Hashemi 2023-05-08 00:32:37 +0330
  • e4f92bed48
    fix ringbuffer_sink moving warning (#2722) James Ruan 2023-04-28 23:59:35 +0800
  • c65aa4e488
    os-inl.h: fix for missing pthread_threadid_np (#2715) Sergey Fedorov 2023-04-23 16:09:41 +0800
  • e539d6ae42
    Update registry-inl.h fix #2691 Gabi Melman 2023-04-23 03:21:17 +0300
  • 0ca574ae16
    fix build for master fmt (non-bundled) (#2694) H1X4 2023-03-31 20:39:32 +0300
  • 069a2e8fc9
    fix small issue when compiling with C++20 without std::format (#2688) Bailey Chittle 2023-03-24 19:47:37 -0400
  • 42d1f40a18
    Fix stdout_sink_base::log's behavior inconsistency (#2646) SCC/楊志璿 2023-03-23 16:24:48 +0800
  • 040874224b
    setting the cmake standard to 20 when using std format (#2680) Bailey Chittle 2023-03-21 14:23:14 -0400
  • 706ad70591
    Enable systemd_sink tests in linux pipeline (#2669) Luis Angerstein 2023-03-09 12:00:39 +0100
  • 1262a249a6
    Fix os namespace in systemd_sink.h (#2668) Luis Angerstein 2023-03-09 11:55:34 +0100
  • 2a861d28bd
    Update test_errors.cpp Gabi Melman 2023-03-05 21:43:07 +0200
  • febc1e233d
    Update test_errors.cpp Gabi Melman 2023-03-05 21:34:02 +0200
  • 763ff37348
    Update test_errors.cpp Gabi Melman 2023-03-05 21:30:29 +0200
  • 2d57e3b57e
    Update and rename kafka_skin.h to kafka_sink.h Gabi Melman 2023-03-05 00:22:57 +0200
  • b25aaecf6a
    feat(kafka_skin.h): kafka log support (#2655) 听风 2023-03-03 11:04:47 +0800
  • d07e8cb576
    Update appveyor.yml Gabi Melman 2023-03-01 17:32:06 +0200
  • bcd0a2b820
    Copy all compiled DLLs to correct destinations. (#2662) Vitaly Zaitsev 2023-03-01 14:59:25 +0100
  • 7f09c88817
    Added Catch v3 support (#2661) Vitaly Zaitsev 2023-03-01 12:51:04 +0100
  • 150ba9e6dd
    Allow other builders running after build failures. (#2659) Vitaly Zaitsev 2023-03-01 10:33:58 +0100
  • 8be5b41a2f revert pr #2656 gabime 2023-03-01 01:12:50 +0200