Commit Graph

  • 5683d16b36 Fix atomic level gabime 2023-09-23 00:55:47 +0300
  • 7d9cf59649 Fix atomic level gabime 2023-09-23 00:46:15 +0300
  • 31a7dc6e1e Fix atomic level gabime 2023-09-23 00:42:36 +0300
  • 3a405ba958 Fix atomic level gabime 2023-09-23 00:30:24 +0300
  • 392917f855 null_atomic_log_level and fix compile gabime 2023-09-23 00:27:32 +0300
  • ac2955cb48 Use std::array for string levels storage gabime 2023-09-22 23:20:54 +0300
  • 96bed42974 Clean level names logic and inline them gabime 2023-09-22 21:38:04 +0300
  • 3d5ddea136 Use std::vformat gabime 2023-09-17 20:05:00 +0300
  • a3ef3ab7a4 Removed SPDLOG_FMT_STRING gabime 2023-09-17 02:35:55 +0300
  • 25f64bcfb6 Updated ci gabime 2023-09-17 02:22:36 +0300
  • b777497b0d Removed un needed inline specifier gabime 2023-09-17 02:13:36 +0300
  • 98415979d2 Validate that c++20 if SPDLOG_USE_FMT_FORMAT=ON gabime 2023-09-17 01:59:26 +0300
  • 5c93f5ff34 Revert last commit gabime 2023-09-17 01:19:23 +0300
  • 9c1e1c85aa Removed un needed loc_with_fmt constructor gabime 2023-09-17 01:16:47 +0300
  • 89ccf2a6ab Removed clang with std::format from ci gabime 2023-09-16 20:18:31 +0300
  • 8488b027e9 Formatting gabime 2023-09-16 19:50:23 +0300
  • ad18d4e1cb Added missing include to <spdlog/fmt/xchar.h> gabime 2023-09-16 18:57:33 +0300
  • 3289e5ecae Update ci.yml Gabi Melman 2023-09-16 17:45:33 +0300
  • c0c1b49fa3 Fixed soruce location macro names gabime 2023-09-16 17:29:41 +0300
  • 3979bd15f7 Fixed build gabime 2023-09-16 17:23:04 +0300
  • 536da46a2c Changed macro name to SPDLOG_EMIT_SOURCE_LOCATION Gabi Melman 2023-09-16 17:01:15 +0300
  • ce6bccb194 Fixed logger::log with std::format under msvc Gabi Melman 2023-09-16 16:53:39 +0300
  • d8164fe398 Removed async test when using std format due to invalid runtime format string Gabi Melman 2023-09-16 16:43:32 +0300
  • 768de091ee Update common.h Gabi Melman 2023-09-16 03:42:13 +0300
  • 2718d4671b Update common.h Gabi Melman 2023-09-16 03:06:05 +0300
  • e1c7e6fde4 Update logger.h Gabi Melman 2023-09-16 02:23:26 +0300
  • fb40b49ef0 Update logger.h Gabi Melman 2023-09-16 02:20:05 +0300
  • fd91561734 Update test_circular_q.cpp Gabi Melman 2023-09-16 02:17:06 +0300
  • 4bb1c9589b Minor fixes gabime 2023-09-16 01:31:54 +0300
  • 82069b2455 Fixed include <version> gabime 2023-09-16 01:31:40 +0300
  • 767ef493f7 Added source_location tests gabime 2023-09-16 01:06:21 +0300
  • 5ae1ace844 Added loc_with_fmt overload with runtime_format_string gabime 2023-09-16 01:00:55 +0300
  • bcc24961a0 Added forgotten inline keywords gabime 2023-09-16 00:37:16 +0300
  • a7a537216c Removed swap from logger and renamed source location macro to SPDLOG_USE_SOURCE_LOCATION gabime 2023-09-16 00:07:15 +0300
  • af2f24de07 Removed swap from logger and renamed source location macro to SPDLOG_USE_SOURCE_LOCATION gabime 2023-09-16 00:07:10 +0300
  • 5882bfd0ad Simplify by replacing is_convertible_to_sv with string_view_t param gabime 2023-09-15 22:28:01 +0300
  • 3eea04bcd3 Simplify by replacing is_convertible_to_sv with string_view_t param gabime 2023-09-15 22:25:50 +0300
  • b19ceb6d0a Remove refs from format_string param gabime 2023-09-15 21:33:03 +0300
  • cead430eed Fixed compile gabime 2023-09-15 21:25:17 +0300
  • ef846a6502 Update readme gabime 2023-09-15 21:13:21 +0300
  • 75b1da2c12 Update readme gabime 2023-09-15 21:12:36 +0300
  • 90e92438c8 clang format gabime 2023-09-15 21:10:47 +0300
  • 1faeb5b6fa Minor cleanups gabime 2023-09-15 21:07:09 +0300
  • 501e3480ca Require c++17 at mimumum gabime 2023-09-15 16:26:50 +0300
  • b3ab35cf8e Fix issues with string view gabime 2023-09-15 16:08:04 +0300
  • b2372fd076 Enable std::source_location if SPDLOG_EMIT_SOURCE_LOCATION is defined gabime 2023-09-15 15:49:52 +0300
  • 1f2561c548 Fixed tests. remove logging of numbers directly gabime 2023-09-15 14:53:37 +0300
  • ac6b7ec87e check should_log in log_with_format_ gabime 2023-09-08 16:56:39 +0300
  • f755cfc0e7 Added move test to circular_q gabime 2023-09-01 18:35:31 +0300
  • db76ab6c9f Fixed README.md and example.cpp gabime 2023-09-01 18:26:01 +0300
  • 9d6dd2a691 Fixed warning for example gabime 2023-09-01 18:23:49 +0300
  • 19d4e60561 Replaced details::make_unique with std::make_unique gabime 2023-09-01 18:22:40 +0300
  • 866744e40e Added ci for SPDLOG_USE_STD_FORMAT=ON option gabime 2023-09-01 18:02:46 +0300
  • 75028b3d40 Added ci for SPDLOG_USE_STD_FORMAT=ON option gabime 2023-09-01 18:01:22 +0300
  • 90127164de Added ci for SPDLOG_USE_STD_FORMAT=ON option gabime 2023-09-01 17:44:41 +0300
  • e6b894665c Added ci for SPDLOG_USE_STD_FORMAT=ON option gabime 2023-09-01 17:40:19 +0300
  • 243a840da7 Fixed test when using std format gabime 2023-09-01 17:39:49 +0300
  • 32b2fa8877 Fixed tests gabime 2023-09-01 17:01:12 +0300
  • 4965d6ef68 Bumped bundled fmt to version 10.1.1 gabime 2023-09-01 16:49:32 +0300
  • 11770fc7e5 Added comment in ringbuffer_sink.h gabime 2023-09-01 16:28:31 +0300
  • 8f7400731e ringbuffer_sink: replaced last_raw() and last_formatted() with drain_raw() and drain_formatted() and added tests gabime 2023-09-01 16:23:09 +0300
  • d8829e7714 Added [[nodiscard]] qualifiers to circular_q gabime 2023-09-01 16:21:22 +0300
  • 55f84d458b Return true from details::circular_q::full() if capacity is 0 gabime 2023-09-01 14:30:42 +0300
  • a8b74096b2 Simplified details::circular_q by removing iterator support and updated tests gabime 2023-09-01 14:05:02 +0300
  • aacea38f9d Updated details::circular_q and added some tests for it gabime 2023-09-01 12:49:15 +0300
  • 820baa886c Updated details::circular_q and added some tests for it gabime 2023-09-01 12:49:07 +0300
  • 202260719f merge gabime 2023-08-05 17:20:23 +0300
  • 647fc3ab56 Fix ci gabime 2023-07-28 19:48:23 +0300
  • 39b6ead2bc Fix ci gabime 2023-07-28 19:41:03 +0300
  • bc3ef7d334 Fix ci gabime 2023-07-28 19:32:42 +0300
  • 69149a3c76 Rebase v1.x gabime 2023-07-28 19:23:34 +0300
  • 5993e78aac Removed SPDLOG_WCHAR_SUPPORT macro gabime 2023-07-28 19:07:32 +0300
  • 7c054b6dba Inlined sink_it_ gabime 2023-07-28 18:55:52 +0300
  • 54d402e094 Fixed tidy warning gabime 2023-07-28 18:45:31 +0300
  • 6a53d6354b minor cleanup gabime 2023-07-28 18:42:11 +0300
  • a38add8456 Removed SPDLOG_NO_TLS and updated cmake gabime 2023-07-28 18:38:35 +0300
  • e1ee0c62a7 Replaced SPDLOG_CONSTEXPR and SPDLOG_NOEXCEPT macros with c++20 keywords gabime 2023-07-28 18:27:05 +0300
  • d7db2cf3aa Added some [[nodiscard]] annotations gabime 2023-07-28 17:40:21 +0300
  • 6cac90b89a clang format gabime 2023-07-28 17:38:54 +0300
  • 2ecc00e9c6 Simplified code gabime 2023-07-28 17:37:19 +0300
  • 92daf6954b Removed backtrace feature gabime 2023-07-28 17:33:00 +0300
  • d94830814f Removed SPDLOG_WCHAR_TO_UTF8_SUPPORT gabime 2023-07-28 17:15:10 +0300
  • 11ddcb2e91 Require c++20 standard gabime 2023-07-22 13:49:28 +0300
  • f530b2dbaa Upaded major ver to 2.0.0 gabime 2023-07-08 15:18:35 +0300
  • 213b2c0151 Bumped spdlog version to 1.12.0 gabime 2023-07-08 15:25:17 +0300
  • b4004586e0 Fixed FMT_EXPORT to FMT_LIB_EXPORT in CMakeLists.txt gabime 2023-07-02 21:24:35 +0300
  • 27c518d509 Updated bundled fmt to version 10.0.0 gabime 2023-07-02 20:47:33 +0300
  • ea6d8fde1d Upaded major ver to 2.0.0 gabime 2023-07-08 15:18:35 +0300
  • 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
  • 0d25ff6ebc
    Merge aa6f732844 into b5b5043d42 #2667 Gianluca Martino 2023-09-10 17:12:46 +0800
  • b5b5043d42
    Support async_overflow_policy::discard_new (#2876) Yubin 2023-09-10 04:05:08 +0800
  • 8f12c834aa Support async_overflow_policy::discard_new #2876 Yubin Ruan 2023-09-09 21:09:07 +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
  • ad0d36ff53 fix argument order in qt_color_logger #2862 neothenil 2023-09-09 12:16:57 +0800
  • 4daba7173d add is_utf8 in qt_color_sink neothenil 2023-09-09 12:03:08 +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