Commit Graph

  • b6f496fc51 experimenting with attributes Alex Denisov 2022-12-06 09:45:06 -0500
  • fffa350db1 Merge branch 'seperate_std_string_view' into attributes #2595 Bailey Chittle 2023-03-24 11:20:37 -0400
  • 96d28af394 set string_view option instead of error for compat #2686 Bailey Chittle 2023-03-24 11:07:05 -0400
  • e1afb67f34 Merge branch 'v1.x' into seperate_std_string_view Bailey Chittle 2023-03-24 10:37:05 -0400
  • 0367289b3f separate std string view from std format Bailey Chittle 2023-03-24 10:25:20 -0400
  • 42d1f40a18
    Fix stdout_sink_base::log's behavior inconsistency (#2646) SCC/楊志璿 2023-03-23 16:24:48 +0800
  • 34b860835b
    Update includes.h #2683 Chetan Padhen 2023-03-23 07:37:45 +0530
  • 7cc5f2f502 Remove redundant fflush from stdout_sink_base #2646 scc 2023-03-22 18:35:53 +0800
  • 040874224b
    setting the cmake standard to 20 when using std format (#2680) Bailey Chittle 2023-03-21 14:23:14 -0400
  • 6af7ea2e1c setting the cmake standard to 20 when using std format #2680 Bailey Chittle 2023-03-21 10:01:39 -0400
  • 930758cc98 TDS2 compatible version Uses type traits to enable specific overloads - std::to_string is implemented for integral types and floating point types (s. cppreference std::to_string) - Boolean values get written as true/false - string like types are converted to strings #2673 Felix Heitmann 2023-03-13 17:33:32 +0100
  • 047d68d126 Merge remote-tracking branch 'origin/attributes' into log_attr-fix Felix Heitmann 2023-03-13 17:31:41 +0100
  • 53235ab672 matching the overloads from popular compilers Bailey Chittle 2023-03-10 14:19:27 -0500
  • 12e207b900 forgot an overload for pure std strings Bailey Chittle 2023-03-10 11:58:57 -0500
  • 78d111cf4d Merge remote-tracking branch 'origin/v1.x' into ts_attributes Bailey Chittle 2023-03-10 11:54:31 -0500
  • 3611710ec9 capture every integer type Bailey Chittle 2023-03-10 11:52:31 -0500
  • 94551310b3 using structs to define type conversions Bailey Chittle 2023-03-10 11:42:16 -0500
  • 037f083cbe overloads that work Bailey Chittle 2023-03-10 11:19:45 -0500
  • aa6f732844 Added support also for spdlog::log functions. Added overloading for std::source_location in logger class. #2667 Gianluca Martino 2023-03-10 14:48:02 +0100
  • e950911a4a Added tests for log functions. Gianluca Martino 2023-03-10 14:41:27 +0100
  • e04d8ccb43 Make it C++11 compatible This is more in line with spdlog Felix Heitmann 2023-03-10 13:27:53 +0100
  • 779b2297d2 Concepts require C++20 Felix Heitmann 2023-03-10 08:48:53 +0100
  • 0f84c4a584 Re-patch log_attr: make it valid for all integral/floating types - Is C++20 allowed? Felix Heitmann 2023-03-10 08:40:10 +0100
  • 7b4a5250a7 Re-patch log_attr: make it valid for all integral/floating types Felix Heitmann 2023-03-10 08:39:56 +0100
  • 8360c8ae7e fix: attr<T> constructor breaks on types that don't support std::to_string Alex Denisov 2023-03-09 17:59:40 -0500
  • 8ae7e4d763 Added C++ standard check before including <source_location>. Readded the possibility of using spdlog::info(123). Gianluca Martino 2023-03-09 14:50:48 +0100
  • 940057927f Reverting tests. Gianluca Martino 2023-03-09 14:48:55 +0100
  • d5f4d79e1a Include source_location only after checking if source_location exists in the std library used. Implementation extended to all logging levels. Gianluca Martino 2023-03-09 13:38:50 +0100
  • 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
  • aa603d53cd
    Install pkg-config in linux pipeline #2669 Luis Angerstein 2023-03-09 09:27:55 +0100
  • f5ebf647f2
    Install libsystemd-dev in linux pipeline Luis Angerstein 2023-03-09 09:20:51 +0100
  • 3b913be725
    Remove spdlog:: prefix from os::thread_id() call #2668 Luis Angerstein 2023-03-09 08:44:36 +0100
  • 5f522a6ee3
    Fix os namespace in systemd_sink.h Luis Angerstein 2023-03-08 16:57:28 +0100
  • 74d3a59688 Managing WCHAR=ON case. Gianluca Martino 2023-03-08 12:23:49 +0100
  • d8ffb37491 Starting experimenting with std::source_location. Gianluca Martino 2023-03-07 15:56:47 +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
  • 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