Commit Graph

  • 04bc9fb014 refactor(kafka_skin.h): remove producer_ check #2655 vbird 2023-03-02 15:37:41 +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
  • ae08772bfb
    Copy all compiled DLLs to correct destinations. #2662 Vitaly Zaitsev 2023-03-01 13:31:56 +0100
  • 7f09c88817
    Added Catch v3 support (#2661) Vitaly Zaitsev 2023-03-01 12:51:04 +0100
  • 745b127293
    Removed extra square brackets from some tests. #2661 Vitaly Zaitsev 2023-03-01 12:42:35 +0100
  • 8054cdcaec
    Added Catch v3 support. Vitaly Zaitsev 2023-03-01 12:15:11 +0100
  • 150ba9e6dd
    Allow other builders running after build failures. (#2659) Vitaly Zaitsev 2023-03-01 10:33:58 +0100
  • e724338c37
    Allow other builders running after build failures. #2659 Vitaly Zaitsev 2023-03-01 07:54:04 +0100
  • 8be5b41a2f revert pr #2656 gabime 2023-03-01 01:12:50 +0200
  • ceb71825b2
    Update ci.yml Gabi Melman 2023-03-01 00:43:40 +0200
  • 2a6d3e9f3b
    Added Catch v3 support. (#2656) Vitaly Zaitsev 2023-02-28 23:16:39 +0100
  • 6b67054071
    Update ci.yml Gabi Melman 2023-02-28 23:58:39 +0200
  • 13f45c531b
    Update ci.yml Gabi Melman 2023-02-28 23:54:16 +0200
  • 937ce23537
    Update ci.yml Gabi Melman 2023-02-28 23:49:36 +0200
  • 7a5cb588ab
    Added Catch v3 support. #2656 Vitaly Zaitsev 2023-02-28 12:54:30 +0100
  • 169da39ed6 feat(kafka_skin.h): kafka log support vbird 2023-02-28 10:41:22 +0800
  • 60f5cb73a8 Revert commit 0e9ccd73ef gabime 2023-02-26 14:00:43 +0200
  • 0e9ccd73ef
    Removed use of SPDLOG_FMT_RUNTIME from test_errors.h Gabi Melman 2023-02-26 13:48:42 +0200
  • 839ea957ab
    Update test_stopwatch.cpp Gabi Melman 2023-02-26 02:31:12 +0200
  • 262acfdeb5
    Update os-inl.h Gabi Melman 2023-02-25 19:52:27 +0200
  • a4d8817745
    move include cassert Gabi Melman 2023-02-25 17:30:39 +0200
  • 66407f5b48
    Better handling of utf to wchar Gabi Melman 2023-02-25 17:02:50 +0200
  • 4641347c3f
    msvc_sink: support utf8 (#2651) 璀境石 2023-02-25 22:21:24 +0800
  • 7bb39ed051 Fixed issue where msvc_sink did not correctly output Unicode when defining SPDLOG_WCHAR_TO_UTF8_SUPPORT macro. We should use OutputDebugStringW, instead of OutputDebugStringA. #2653 cpp 2023-02-25 22:48:13 +0900
  • be1aed9143
    Merge branch 'gabime:v1.x' into v1.x NaDDu 2023-02-25 22:18:54 +0900
  • 21779fe84d msvc_sink: string_view_t from memory_buf_t #2651 璀境石 2023-02-25 20:58:31 +0800
  • 5e5d455bd7 msvc_sink: support utf8 璀境石 2023-02-25 18:45:12 +0800
  • 51bcff820e
    Added `apply_logger_env_levels` (#2649) afshinpir 2023-02-25 13:37:33 +0330
  • 1f6e866a81 Added `apply_logger_env_levels` #2649 afshinpir 2023-02-23 18:40:47 +1300
  • 7372596126
    Add optional TID definition to the systemd sink send (#2619) Charles Hardin 2023-02-24 15:33:37 -0800
  • 99be3654b1 Use fflush at all operating system scc 2023-02-20 23:17:31 +0800
  • 880f3c173f Fix stdout_sink_base::log's behavior inconsistency scc 2023-02-20 18:40:27 +0800
  • 5c9bd58c41 Merge branch 'v1.x' into ts_attributes Bailey Chittle 2023-02-17 11:48:59 -0500
  • 7b92a6c15f Merge branch 'v1.x' into p_attributes Bailey Chittle 2023-02-17 11:48:22 -0500
  • 60aea8d9e4 custom tessonics readme Bailey Chittle 2023-02-17 10:43:25 -0500
  • 4da3e27e56 implements minutely_file_sink #2631 xinjian 2023-02-04 21:08:58 +0800
  • da14258533
    Fix MinGW build issue on example (#2642) Zeus James 2023-02-12 16:34:22 +0800
  • b08b3a3448
    Update CMakeLists.txt on the example #2642 zEuS0390 2023-02-12 12:14:46 +0800
  • 74fb3a90b5
    Move the cmake change to example\CMakeLists.txt zEuS0390 2023-02-12 10:10:18 +0800
  • e0b05c21df
    Fix MinGW build issue on example #2638 zEuS0390 2023-02-11 23:18:51 +0800
  • 8bc619bda9 Allow basic_file_sink to open a file in text mode #2636 Niels Dekker 2023-02-09 15:54:59 +0100
  • 116487c1a2 test commit #2629 copyandswap 2023-02-03 00:28:29 +0200
  • 7e5cc58b13 Add optional TID definition to the systemd sink send #2619 Charles Hardin 2023-01-23 18:07:14 -0800
  • 927cc29444
    Fix unexpected delimiter at start of line in to_hex formatter (#2627) Li Z 2023-02-01 18:04:30 +0800
  • adf529922b Fix unexpected delimiter at start of line in to_hex formatter #2627 starsunyzl 2023-01-31 21:51:12 +0800
  • 7aa0cedaa0 exception safety tests Bailey Chittle 2023-01-30 12:13:08 -0500
  • 5a589438d2
    Update README.md Gabi Melman 2023-01-21 00:36:56 +0200
  • d8c061aa6e
    Update README.md Gabi Melman 2023-01-21 00:35:53 +0200
  • 3cab260814
    Add a trivial callback sink (#2610) Mohammad Ali 2023-01-19 21:16:34 +0330
  • 0ea3bb629b fix callback_sink example, preventing unused parameter error #2610 Mohammad Ali 2023-01-18 17:22:49 +0330
  • 7446b49d4f edit callback_sink, callback with formatted text deleted Mohammad Ali 2023-01-18 17:13:11 +0330
  • d1b28bfc79
    attribute testing (#3) Bailey Chittle 2023-01-17 11:19:06 -0500
  • 75b8fe9faf fix problem in initializing the custom_log_callbacks struct Mohammad Ali 2023-01-17 00:18:57 +0330
  • 6097b84f85 Merge branch 'v1.x' into attributes Bailey Chittle 2023-01-16 12:21:45 -0500
  • 47076c9a4c Merge branch 'v1.x' into attributes Bailey Chittle 2023-01-16 12:20:29 -0500
  • 602510e27c Add a trivial callback sink Mohammad Ali 2023-01-16 19:33:33 +0330
  • 654dbc5c32
    Update os.h Gabi Melman 2023-01-15 16:00:26 +0200
  • 78e86ba01f
    Update os-inl.h Gabi Melman 2023-01-15 15:59:41 +0200
  • 435827fe5a
    Update os.h Gabi Melman 2023-01-15 15:57:08 +0200
  • f29f369a12
    Add sync to file_helper (#2343) espkk 2023-01-15 15:33:40 +0200
  • dc1960b09d Add sync to file_helper #2343 espkk 2022-04-16 23:58:40 +0300
  • 5a63426d1c
    Spelling corrections (#2606) albert-github 2023-01-15 12:41:30 +0100
  • d60f17068a Spelling corrections #2606 albert-github 2023-01-15 11:50:32 +0100
  • d6ed2f2aae global contextual logger support Bailey Chittle 2023-01-13 11:27:44 -0500
  • 71d2e3de3d broke the utf8 code by accident Bailey Chittle 2023-01-12 15:44:33 -0500
  • d6d4c65af5
    contextual logger attributes (#2) Bailey Chittle 2023-01-12 15:05:24 -0500
  • a17b085cda Add memory mapped file based logging #2604 Yuval Deutscher 2023-01-12 19:08:10 +0200
  • e7c2186dc6 keep old range-based for loop for non-attribute code Bailey Chittle 2023-01-12 10:57:39 -0500
  • 26a04ad484
    Merge pull request #1 from bachittle/attr_format Bailey Chittle 2023-01-12 09:37:17 -0500
  • 05e3a73b16
    Update README.md Gabi Melman 2023-01-12 10:15:58 +0100
  • c92d12bc18
    Update README.md Gabi Melman 2023-01-12 10:12:30 +0100
  • 0b48d79fff fixed example to include new pattern formatting Bailey Chittle 2023-01-11 15:52:57 -0500
  • 3383207ef5 default kv pairs Bailey Chittle 2023-01-11 15:49:34 -0500
  • 82e4553e03 changed switch statement due to an interesting bug I found Bailey Chittle 2023-01-11 15:29:00 -0500
  • 3aba11dfa0 fixed reordering error Bailey Chittle 2023-01-11 14:54:28 -0500
  • cbdcb3e30f Merge branch 'attributes' into attr_format Bailey Chittle 2023-01-11 13:29:56 -0500
  • 785c3a5b0f custom pattern formatting is now functional Bailey Chittle 2023-01-11 13:29:40 -0500
  • be3e571b03 another pedantic error in ci Bailey Chittle 2023-01-11 12:08:49 -0500
  • 7f2439439c actually for sure fixed the -Werror=conversion, for the specific version of gcc Bailey Chittle 2023-01-11 12:04:04 -0500
  • 78830148db experimenting with attribute formatting Bailey Chittle 2023-01-11 11:44:29 -0500
  • 8f2d273c3f fixed errors caused by -Werror=conversion Bailey Chittle 2023-01-10 15:06:09 -0500
  • 59da466e57 code breaks when fmt is external, so am using fmts implementation only Bailey Chittle 2023-01-10 12:41:22 -0500
  • 6df64c6c34
    Fix -Wshadow warnings in spdlog::sinks::dist_sink (#2599) Robin Lindén 2023-01-10 00:25:26 +0100
  • 0b9ff5210a
    Fix type of event id in win_eventlog_sink (#2598) Arnar Bjarni Arnarson 2023-01-09 23:25:01 +0000
  • 85a009ad64
    Support newlib C library configurations without tm_gmtoff field (#2600) Ivan Grokhotkov 2023-01-10 00:12:03 +0100
  • 8a3a315eab
    Support newlib C library configurations without tm_gmtoff field #2600 Ivan Grokhotkov 2023-01-09 00:09:02 +0100
  • c9da06d66c
    Fix -Wshadow warnings in spdlog::sinks::dist_sink #2599 Robin Linden 2023-01-09 04:32:37 +0100
  • 325ac0a368 Fix type of event id in win_eventlog_sink #2598 Arnar Bjarni Arnarson 2023-01-08 23:40:25 +0000
  • d8647064b6 more endpoints, removed commas from logfmt Bailey Chittle 2023-01-05 12:11:20 -0500
  • 8516010805 C++11 backwards compat fixes by replacing std::string_view with built-in string_view_t Bailey Chittle 2023-01-05 10:06:30 -0500
  • b33301d214 more well-defined definition of list instantiation using a pre-defined type Bailey Chittle 2023-01-04 11:19:13 -0500
  • f5bde10533 Merge remote-tracking branch 'origin/v1.x' into attributes Bailey Chittle 2023-01-03 15:44:27 -0500
  • 287a00d364
    Do not use LFS64 functions on linux/musl (#2589) Khem Raj 2023-01-03 09:54:50 -0800
  • 3c93f7690a
    fix build: fix for freebsd (#2590) Vasiliy Kulikov 2023-01-01 00:52:46 +0300
  • 55c8d1dc25 fix build: fix for freebsd #2590 Vasily Kulikov 2022-12-31 22:40:29 +0300
  • 81a8852604 Do not use LFS64 functions on linux/musl #2589 Khem Raj 2022-12-30 13:00:29 -0800
  • a4e9917575
    feat(mpmc_blocking_q): add blocking dequeue without timeout (#2588) Alok Priyadarshi 2022-12-30 05:20:10 -0800
  • 067e34c5f6 feat(mpmc_blocking_q): add blocking dequeue without timeout #2588 Alok Priyadarshi 2022-12-29 14:56:57 -0800
  • 079442fb1e
    Merge pull request #2 from kirill-nn/sentry-integration #2585 Kirill 2022-12-23 16:09:40 +0200