Commit Graph

  • 65701f4d5b Updated format.sh script gabime 2023-09-24 20:48:58 +03:00
  • 9e36a15875 Updated clang format to google style gabime 2023-09-25 02:37:17 +03:00
  • 6de0ffa15f Updated clang format to google style gabime 2023-09-25 02:35:55 +03:00
  • 66de161355 fix fwd gabime 2023-09-24 21:18:33 +03:00
  • 96403787f7 Updated format.sh script gabime 2023-09-24 20:48:58 +03:00
  • 5e59b396b0 Update wincolor_sink.cpp Gabi Melman 2023-09-24 21:40:19 +03:00
  • e28eadcd52 Clang format gabime 2023-09-24 20:43:14 +03:00
  • 5654205d6b updated template instantiations gabime 2023-09-24 20:34:09 +03:00
  • f3bf9e78c3 wip static_only gabime 2023-09-24 20:29:33 +03:00
  • 2a1959c2ce wip static_only gabime 2023-09-24 20:26:32 +03:00
  • ab86471489 created sinks fmt and details folders in src gabime 2023-09-24 16:56:05 +03:00
  • 9d04001fbc created sinks fmt and details folders in src gabime 2023-09-24 16:54:02 +03:00
  • 425f137938 glob .cpp in cmakelists gabime 2023-09-24 16:50:49 +03:00
  • 98dacff8e0 Removed usages of SPDLOG_COMPILED_LIB macro gabime 2023-09-24 13:37:44 +03:00
  • cff3e27115 Removed usages of SPDLOG_COMPILED_LIB macro gabime 2023-09-24 13:32:48 +03:00
  • 6d520df916 Removed header only options gabime 2023-09-24 13:27:26 +03:00
  • fc81e0390b Removed SPDLOG_COMPILED_LIB/HEADER_ONLY macros from common.h gabime 2023-09-24 13:02:30 +03:00
  • b16a8951bc Added more [[nodiscard]] to functions in common gabime 2023-09-24 11:53:04 +03:00
  • a34fb3761c Added nodiscard to level_to_number() gabime 2023-09-24 11:50:24 +03:00
  • 73eb6bc1f5 Replace static_cast with level_to_number in color sinks gabime 2023-09-24 11:48:46 +03:00
  • 9448d74495 Fixed warning in tests Gabi Melman 2023-09-24 00:34:46 +03:00
  • 7d3b5a1b10 Update wincolor_sink-inl.h Gabi Melman 2023-09-23 18:45:36 +03:00
  • 9a7448e4c8 Renamed to level_to_number gabime 2023-09-23 18:21:27 +03:00
  • 433cac487e Renamed spdlog::log_level to spdlog::level and added some level tests gabime 2023-09-23 17:59:51 +03:00
  • 2d801bbd80 Update comment gabime 2023-09-23 02:04:00 +03:00
  • 7c0afada60 check SPDLOG_SOURCE_LOCATION in macros and in runtime gabime 2023-09-23 02:02:50 +03:00
  • ea1c829764 fix warning gabime 2023-09-23 01:53:03 +03:00
  • e315bcb2a9 Fix compilations in windows Gabi Melman 2023-09-23 01:48:38 +03:00
  • e63d110baa use constexpr for colors in ansicolor_sink gabime 2023-09-23 01:14:20 +03:00
  • 5683d16b36 Fix atomic level gabime 2023-09-23 00:55:47 +03:00
  • 7d9cf59649 Fix atomic level gabime 2023-09-23 00:46:15 +03:00
  • 31a7dc6e1e Fix atomic level gabime 2023-09-23 00:42:36 +03:00
  • 3a405ba958 Fix atomic level gabime 2023-09-23 00:30:24 +03:00
  • 392917f855 null_atomic_log_level and fix compile gabime 2023-09-23 00:27:32 +03:00
  • ac2955cb48 Use std::array for string levels storage gabime 2023-09-22 23:20:54 +03:00
  • 96bed42974 Clean level names logic and inline them gabime 2023-09-22 21:38:04 +03:00
  • 3d5ddea136 Use std::vformat gabime 2023-09-17 20:05:00 +03:00
  • a3ef3ab7a4 Removed SPDLOG_FMT_STRING gabime 2023-09-17 02:35:55 +03:00
  • 25f64bcfb6 Updated ci gabime 2023-09-17 02:22:36 +03:00
  • b777497b0d Removed un needed inline specifier gabime 2023-09-17 02:13:36 +03:00
  • 98415979d2 Validate that c++20 if SPDLOG_USE_FMT_FORMAT=ON gabime 2023-09-17 01:59:26 +03:00
  • 5c93f5ff34 Revert last commit gabime 2023-09-17 01:19:23 +03:00
  • 9c1e1c85aa Removed un needed loc_with_fmt constructor gabime 2023-09-17 01:16:47 +03:00
  • 89ccf2a6ab Removed clang with std::format from ci gabime 2023-09-16 20:18:31 +03:00
  • 8488b027e9 Formatting gabime 2023-09-16 19:50:23 +03:00
  • ad18d4e1cb Added missing include to <spdlog/fmt/xchar.h> gabime 2023-09-16 18:57:33 +03:00
  • 3289e5ecae Update ci.yml Gabi Melman 2023-09-16 17:45:33 +03:00
  • c0c1b49fa3 Fixed soruce location macro names gabime 2023-09-16 17:29:41 +03:00
  • 3979bd15f7 Fixed build gabime 2023-09-16 17:23:04 +03:00
  • 536da46a2c Changed macro name to SPDLOG_EMIT_SOURCE_LOCATION Gabi Melman 2023-09-16 17:01:15 +03:00
  • ce6bccb194 Fixed logger::log with std::format under msvc Gabi Melman 2023-09-16 16:53:39 +03:00
  • d8164fe398 Removed async test when using std format due to invalid runtime format string Gabi Melman 2023-09-16 16:43:32 +03:00
  • 768de091ee Update common.h Gabi Melman 2023-09-16 03:42:13 +03:00
  • 2718d4671b Update common.h Gabi Melman 2023-09-16 03:06:05 +03:00
  • e1c7e6fde4 Update logger.h Gabi Melman 2023-09-16 02:23:26 +03:00
  • fb40b49ef0 Update logger.h Gabi Melman 2023-09-16 02:20:05 +03:00
  • fd91561734 Update test_circular_q.cpp Gabi Melman 2023-09-16 02:17:06 +03:00
  • 4bb1c9589b Minor fixes gabime 2023-09-16 01:31:54 +03:00
  • 82069b2455 Fixed include <version> gabime 2023-09-16 01:31:40 +03:00
  • 767ef493f7 Added source_location tests gabime 2023-09-16 01:06:21 +03:00
  • 5ae1ace844 Added loc_with_fmt overload with runtime_format_string gabime 2023-09-16 01:00:55 +03:00
  • bcc24961a0 Added forgotten inline keywords gabime 2023-09-16 00:37:16 +03:00
  • a7a537216c Removed swap from logger and renamed source location macro to SPDLOG_USE_SOURCE_LOCATION gabime 2023-09-16 00:07:15 +03:00
  • af2f24de07 Removed swap from logger and renamed source location macro to SPDLOG_USE_SOURCE_LOCATION gabime 2023-09-16 00:07:10 +03:00
  • 5882bfd0ad Simplify by replacing is_convertible_to_sv with string_view_t param gabime 2023-09-15 22:28:01 +03:00
  • 3eea04bcd3 Simplify by replacing is_convertible_to_sv with string_view_t param gabime 2023-09-15 22:25:50 +03:00
  • b19ceb6d0a Remove refs from format_string param gabime 2023-09-15 21:33:03 +03:00
  • cead430eed Fixed compile gabime 2023-09-15 21:25:17 +03:00
  • ef846a6502 Update readme gabime 2023-09-15 21:13:21 +03:00
  • 75b1da2c12 Update readme gabime 2023-09-15 21:12:36 +03:00
  • 90e92438c8 clang format gabime 2023-09-15 21:10:47 +03:00
  • 1faeb5b6fa Minor cleanups gabime 2023-09-15 21:07:09 +03:00
  • 501e3480ca Require c++17 at mimumum gabime 2023-09-15 16:26:50 +03:00
  • b3ab35cf8e Fix issues with string view gabime 2023-09-15 16:08:04 +03:00
  • b2372fd076 Enable std::source_location if SPDLOG_EMIT_SOURCE_LOCATION is defined gabime 2023-09-15 15:49:52 +03:00
  • 1f2561c548 Fixed tests. remove logging of numbers directly gabime 2023-09-15 14:53:37 +03:00
  • ac6b7ec87e check should_log in log_with_format_ gabime 2023-09-08 16:56:39 +03:00
  • f755cfc0e7 Added move test to circular_q gabime 2023-09-01 18:35:31 +03:00
  • db76ab6c9f Fixed README.md and example.cpp gabime 2023-09-01 18:26:01 +03:00
  • 9d6dd2a691 Fixed warning for example gabime 2023-09-01 18:23:49 +03:00
  • 19d4e60561 Replaced details::make_unique with std::make_unique gabime 2023-09-01 18:22:40 +03:00
  • 866744e40e Added ci for SPDLOG_USE_STD_FORMAT=ON option gabime 2023-09-01 18:02:46 +03:00
  • 75028b3d40 Added ci for SPDLOG_USE_STD_FORMAT=ON option gabime 2023-09-01 18:01:22 +03:00
  • 90127164de Added ci for SPDLOG_USE_STD_FORMAT=ON option gabime 2023-09-01 17:44:41 +03:00
  • e6b894665c Added ci for SPDLOG_USE_STD_FORMAT=ON option gabime 2023-09-01 17:40:19 +03:00
  • 243a840da7 Fixed test when using std format gabime 2023-09-01 17:39:49 +03:00
  • 32b2fa8877 Fixed tests gabime 2023-09-01 17:01:12 +03:00
  • 4965d6ef68 Bumped bundled fmt to version 10.1.1 gabime 2023-09-01 16:49:32 +03:00
  • 11770fc7e5 Added comment in ringbuffer_sink.h gabime 2023-09-01 16:28:31 +03:00
  • 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 +03:00
  • d8829e7714 Added [[nodiscard]] qualifiers to circular_q gabime 2023-09-01 16:21:22 +03:00
  • 55f84d458b Return true from details::circular_q::full() if capacity is 0 gabime 2023-09-01 14:30:42 +03:00
  • a8b74096b2 Simplified details::circular_q by removing iterator support and updated tests gabime 2023-09-01 14:05:02 +03:00
  • aacea38f9d Updated details::circular_q and added some tests for it gabime 2023-09-01 12:49:15 +03:00
  • 820baa886c Updated details::circular_q and added some tests for it gabime 2023-09-01 12:49:07 +03:00
  • 202260719f merge gabime 2023-08-05 17:20:23 +03:00
  • 647fc3ab56 Fix ci gabime 2023-07-28 19:48:23 +03:00
  • 39b6ead2bc Fix ci gabime 2023-07-28 19:41:03 +03:00
  • bc3ef7d334 Fix ci gabime 2023-07-28 19:32:42 +03:00
  • 69149a3c76 Rebase v1.x gabime 2023-07-28 19:23:34 +03:00