Commit Graph

  • 5993e78aac Removed SPDLOG_WCHAR_SUPPORT macro gabime 2023-07-28 19:07:32 +03:00
  • 7c054b6dba Inlined sink_it_ gabime 2023-07-28 18:55:52 +03:00
  • 54d402e094 Fixed tidy warning gabime 2023-07-28 18:45:31 +03:00
  • 6a53d6354b minor cleanup gabime 2023-07-28 18:42:11 +03:00
  • a38add8456 Removed SPDLOG_NO_TLS and updated cmake gabime 2023-07-28 18:38:35 +03:00
  • e1ee0c62a7 Replaced SPDLOG_CONSTEXPR and SPDLOG_NOEXCEPT macros with c++20 keywords gabime 2023-07-28 18:27:05 +03:00
  • d7db2cf3aa Added some [[nodiscard]] annotations gabime 2023-07-28 17:40:21 +03:00
  • 6cac90b89a clang format gabime 2023-07-28 17:38:54 +03:00
  • 2ecc00e9c6 Simplified code gabime 2023-07-28 17:37:19 +03:00
  • 92daf6954b Removed backtrace feature gabime 2023-07-28 17:33:00 +03:00
  • d94830814f Removed SPDLOG_WCHAR_TO_UTF8_SUPPORT gabime 2023-07-28 17:15:10 +03:00
  • 11ddcb2e91 Require c++20 standard gabime 2023-07-22 13:49:28 +03:00
  • f530b2dbaa Upaded major ver to 2.0.0 gabime 2023-07-08 15:18:35 +03:00
  • 213b2c0151 Bumped spdlog version to 1.12.0 gabime 2023-07-08 15:25:17 +03:00
  • b4004586e0 Fixed FMT_EXPORT to FMT_LIB_EXPORT in CMakeLists.txt gabime 2023-07-02 21:24:35 +03:00
  • 27c518d509 Updated bundled fmt to version 10.0.0 gabime 2023-07-02 20:47:33 +03:00
  • ea6d8fde1d Upaded major ver to 2.0.0 gabime 2023-07-08 15:18:35 +03:00
  • b9cb721b92 Update async_logger-inl.h Gabi Melman 2023-09-22 02:42:37 +03:00
  • 1d6dbc2a56 Fix code formatting of async_logger-inl.h Gabi Melman 2023-09-22 02:42:00 +03:00
  • b5b5043d42 Support async_overflow_policy::discard_new (#2876) Yubin 2023-09-10 04:05:08 +08:00
  • d109e1dcd0 minor cleanup gabime 2023-09-09 13:32:44 +03:00
  • a98d3ab0c7 clang format gabime 2023-09-09 12:56:47 +03:00
  • 8014d6c31a Fix encoding issue in qt_sinks (#2862) neothenil 2023-09-09 17:52:10 +08:00
  • 3aceda041b Fixed bench gabime 2023-09-01 17:08:14 +03:00
  • 7d0531b076 Removed policy_max from cmake_minimum_required(..) gabime 2023-09-01 16:40:19 +03:00
  • 47e04cf043 Update ci.yml Gabi Melman 2023-08-31 00:29:17 +03:00
  • 81ce5fcdb7 Remove obsolete part from cmake configuration files (#2871) albert-github 2023-08-30 22:20:37 +02:00
  • cedfeeb95f Add SPDLOG_TO_VERSION to compare spdlog version (#2853) mike 2023-08-14 13:19:02 +08:00
  • 2312489bdc Provide spdlog_header_only in build directory export (#2846) Robert Maynard 2023-08-07 16:25:21 -04:00
  • 811bc4c7a9 Added another test for circular_q gabime 2023-08-05 17:26:16 +03:00
  • 1f8d36071e Fixed ci gabime 2023-08-05 17:09:12 +03:00
  • bffceb90b0 Fixed circular_q size impl and added tests gabime 2023-08-05 17:03:04 +03:00
  • 371bc8ebe2 Set CMAKE_BUILD_TYPE only for single-config generators (#2839) moritz-h 2023-08-02 16:22:20 +02:00
  • 2ee8bac78e Added missing square bracket to fix the level_to_string_view test. (#2827) xvitaly 2023-07-23 10:15:25 +02:00
  • d8d23a6606 Fix #2820 Gabi Melman 2023-07-21 00:37:03 +03:00
  • 76dfc7e7c0 Qt Sink : Allow for darker colors (for light background). (#2817) qwark 2023-07-14 19:21:25 +02:00
  • 7e635fca68 Fixed #2724 by excluding bin_to_hex sink if using std::format v1.12.0 gabime 2023-07-08 17:12:25 +03:00
  • bed324e414 Formatted qt_sinks.h code gabime 2023-07-08 15:27:16 +03:00
  • 72a7ec3eb9 Bumped spdlog version to 1.12.0 gabime 2023-07-08 15:25:17 +03:00
  • 64ed6b495c Revert "Fixed FMT_EXPORT to FMT_LIB_EXPORT in CMakeLists.txt" gabime 2023-07-08 13:44:27 +03:00
  • 4338b9cd23 Revert "Updated bundled fmt to version 10.0.0" gabime 2023-07-08 13:23:40 +03:00
  • b73616ce29 Update README.md Gabi Melman 2023-07-08 11:52:49 +03:00
  • 01b3724c48 sinks: android: handle when message is not loggable (#2801) Lucas Rangit MAGASWERAN 2023-07-06 23:24:06 +02:00
  • 4b8ff51a29 Added const to put_newline() in bin_to_hex.h gabime 2023-07-04 18:00:20 +03:00
  • 8b8bc20f30 Added const qualifier to bin_hex_formatter to support c++20 Gabi Melman 2023-07-04 17:53:04 +03:00
  • 3cd06a3d40 Added const qualifier to stopwatch formatter to support c++20 gabime 2023-07-04 16:04:49 +03:00
  • c3fa8f60e2 Fixed FMT_EXPORT to FMT_LIB_EXPORT in CMakeLists.txt gabime 2023-07-02 21:24:35 +03:00
  • 169f827957 Added missing include to udp_client.h gabime 2023-07-02 21:19:41 +03:00
  • 62e55e7a7f Updated bundled fmt to version 10.0.0 gabime 2023-07-02 20:47:33 +03:00
  • b85c509ec6 Fixed clang warning in qt_sinks.h gabime 2023-06-17 18:32:47 +03:00
  • b1eb4953fa Cleaned some warnings in qt_sinks gabime 2023-06-17 18:30:13 +03:00
  • 5ece88e5a8 Removing IPv4 limitation from tcp_client (#2790) Simon-Janos 2023-06-30 19:08:22 +02:00
  • 826d8ba4b2 ignore vscode and clangd cache files (#2787) CChuancey 2023-06-29 21:07:22 +08:00
  • 326f8870c2 Update qt_sinks.h: narrow cast msg.color_range_start, msg.color_range_end (#2781) Jiang Y 2023-06-28 13:32:12 +08:00
  • 7990ed8f2b Update INSTALL (#2775) Aimin 2023-06-27 23:19:22 +08:00
  • da1e671d42 Clean qt_color_sink gabime 2023-06-17 18:09:08 +03:00
  • a29cef5787 Make max_line explicit for qt_color_sink gabime 2023-06-17 17:13:37 +03:00
  • 9ce7295191 Make max_line explicit for qt_color_sink gabime 2023-06-17 16:58:40 +03:00
  • 36eb173030 Updated README.md with qt color example gabime 2023-06-17 16:46:50 +03:00
  • ca44ce50ab Cleaned qt_color_sink gabime 2023-06-17 16:40:46 +03:00
  • 91280df07e wip color_qt_sink gabime 2023-06-17 15:07:00 +03:00
  • 5a6b6cafa8 Update README.md Gabi Melman 2023-06-10 02:52:27 +03:00
  • 4f4da7f114 Revert qt_sinks changes and color support, since they are not thread safe Gabi Melman 2023-06-10 02:50:19 +03:00
  • 199cc0a6d8 Update qt_sinks.h Gabi Melman 2023-06-09 12:59:41 +03:00
  • 4fb4e2bd86 Update qt_sinks.h Gabi Melman 2023-06-09 12:44:54 +03:00
  • c17b5d9cd1 Update qt_sinks.h Gabi Melman 2023-06-09 12:41:36 +03:00
  • 3a7188505f Added lock to qt_color_sink Gabi Melman 2023-06-08 01:12:25 +03:00
  • 32bab0e103 Update README.md Gabi Melman 2023-06-07 13:47:50 +03:00
  • f0e1f22bbc Updated README.md with qt color example gabime 2023-06-07 13:37:58 +03:00
  • 1f61f5e019 clang format gabime 2023-06-07 13:23:44 +03:00
  • 31cefdce79 Use at() in ansicolor_sink gabime 2023-06-07 13:21:40 +03:00
  • 95b8ee9b32 Remove comment in qt_sinks.h gabime 2023-06-07 13:11:37 +03:00
  • d7985e3965 Update comment about qt_color_sink gabime 2023-06-07 13:07:21 +03:00
  • dfcb74b129 Added default color handling to qt_color_sink gabime 2023-06-07 12:51:07 +03:00
  • 6a96c7f902 Added qt_color_sink gabime 2023-06-07 11:45:51 +03:00
  • 6940f4fd46 Added some comments to qt_sinks.h gabime 2023-06-07 00:29:23 +03:00
  • 1f1897e3a4 Clean qt_sink code gabime 2023-06-07 00:21:58 +03:00
  • 0f50ad92d6 Clean qt_sink code gabime 2023-06-07 00:21:44 +03:00
  • 5384512f25 Store MetaMethod object in qt_sink for better performance gabime 2023-06-07 00:19:40 +03:00
  • 230cad163d Fixed qt_sink gabime 2023-06-06 20:23:37 +03:00
  • 3a6ee663ba Update qt_sinks.h Gabi Melman 2023-06-06 20:06:45 +03:00
  • 931cd2fb54 Update qt_sinks.h Gabi Melman 2023-06-06 19:58:26 +03:00
  • 8fdcf0365b Update qt_sinks.h Gabi Melman 2023-06-06 19:57:09 +03:00
  • 32701af60b qt_sink: add some warning on its usage (#2753) Ulmo-F 2023-06-06 18:53:10 +02:00
  • 31cf79a70d Remov foreward to standard vformat_to Gabi Melman 2023-05-30 20:38:30 +03:00
  • d1eb68154f If exceptions are disabled, disable them in the bundled fmt as well gabime 2023-05-28 12:52:56 +03:00
  • c174c15138 Update test_stopwatch.cpp Gabi Melman 2023-05-27 23:05:49 +03:00
  • 8222ca4837 Update test_stopwatch.cpp Gabi Melman 2023-05-27 22:46:27 +03:00
  • 62a4b8ce4e Fix fmt build (#2744) Eli Boyarski 2023-05-27 22:28:22 +03:00
  • ea1af20840 Update error message in default error handler gabime 2023-05-27 15:34:33 +03:00
  • 1fba68bfe2 Catch exceptions from async logger. Fix #2618 gabime 2023-05-27 15:33:02 +03:00
  • 4c5ee9bb10 Added global logger benchmarks gabime 2023-05-21 11:11:29 +03:00
  • dd173bc544 Update daily_file_sink.h Gabi Melman 2023-05-19 19:58:45 +03:00
  • fcc8a95a95 Update daily_file_sink.h Gabi Melman 2023-05-19 19:56:11 +03:00
  • 9fcf609b67 Update daily_file_sink.h Gabi Melman 2023-05-19 19:54:47 +03:00
  • af1785b897 Removes special format handling for fmt. (#2736) Bernd Ritter 2023-05-19 18:51:02 +02:00
  • 57a9fd0841 Update README.md Gabi Melman 2023-05-08 00:04:27 +03:00
  • f9c24d9fa8 Update README.md (#2732) Kasra Hashemi 2023-05-08 00:32:37 +03:30
  • e4f92bed48 fix ringbuffer_sink moving warning (#2722) James Ruan 2023-04-28 23:59:35 +08:00
  • c65aa4e488 os-inl.h: fix for missing pthread_threadid_np (#2715) Sergey Fedorov 2023-04-23 16:09:41 +08:00