Commit Graph

  • c5fc9e6ba6
    Add example comments #3350 Raymond Zhao 2025-02-27 11:36:13 -0800
  • 74da46ddaf
    Test commit Raymond Zhao 2025-02-27 10:00:59 -0800
  • 59663e7814
    Merge 1368bf08ef into 3335c380a0 #3132 Alexey Sinitskikh 2025-02-17 11:14:40 +0100
  • f6aa0c0fcf prepare benchs #3340 Arnaud Kleinpeter 2025-02-16 20:49:17 +0100
  • 332cc77eb9
    Merge 2c3ae8d341 into 3335c380a0 #3339 Jörn Müller 2025-02-13 17:14:36 +0100
  • 2c3ae8d341 Modified systemd_sink to pass MDC data to journald #3339 Jörn Müller 2025-02-13 17:00:36 +0100
  • 3c79dbbc5e
    Merge b1c1e4d165 into 3335c380a0 #2729 mmanoj 2025-02-13 17:06:07 +0800
  • d42a3f68ca
    Merge 8841b7e2d5 into 3335c380a0 #3157 Lixingcong 2025-02-12 08:10:31 +0100
  • 3335c380a0
    Update README.md (#3338) v1.x Александр 2025-02-11 20:10:50 +0300
  • 0e2eadbe9a
    Merge 85a05357ae into 22405cf9ae #3128 Felix Bruns 2025-02-11 14:27:37 +0100
  • 85a05357ae fixed some rebase errors #3128 M4rFri 2025-02-11 11:26:43 +0100
  • ef054062c4 Test attributes: fixing wrongful lambda capture Felix Heitmann 2024-10-08 09:42:12 +0200
  • 7964f9ea9a fixing signed/unsigned in test attributes Felix Heitmann 2024-10-08 09:37:28 +0200
  • 7394af7391 Attributes: use proper function for overwriting attributes Felix Heitmann 2024-07-09 14:52:58 +0200
  • 838d6402bc Attribute tests: remove fmtlib from tests Felix Heitmann 2024-07-09 13:54:26 +0200
  • 37d46472c5 Attributes include unit-tests Felix Heitmann 2024-07-05 15:00:06 +0200
  • 1661e34a75 Attributes: scoped contexts Felix Heitmann 2024-07-05 14:59:56 +0200
  • 774a10bbeb Attributes proper insertion overloads. Felix Heitmann 2024-07-05 14:57:08 +0200
  • d5889bff8b Attributes: invert attr search logic Felix Heitmann 2024-07-05 14:56:11 +0200
  • 7d421eb56c Attributes: moving to ordered map Otherwise the attributes are printed in pseudo-random order. Felix Heitmann 2024-07-05 14:55:46 +0200
  • e8924a3d47 Attributes: Removing impact on logger Felix Heitmann 2024-07-05 14:54:55 +0200
  • ffec5f3c07 Added some unit tests M4rFri 2024-07-05 12:57:33 +0200
  • c3dac2fa5d Updated logger to accept and log attributes M4rFri 2024-07-05 12:57:25 +0200
  • f24c55016c Updated log_msg to accept attributes M4rFri 2024-07-05 12:57:01 +0200
  • d193833d4a Added attribute formatter M4rFri 2024-07-05 12:56:32 +0200
  • 653bee4659 Added attributes M4rFri 2024-07-05 12:54:38 +0200
  • 03fd8026ec
    Update README.md #3338 Александр 2025-02-10 14:28:53 +0300
  • 22405cf9ae Fixed async bench v2.x gabime 2025-02-01 19:23:23 +0200
  • 27d8580131 Bump fmt to version 11.1.3 gabime 2025-02-01 19:06:19 +0200
  • fbffd38030 CMakeLists.txt format gabime 2025-02-01 19:03:41 +0200
  • 3a54caee36 CMakeLists.txt format gabime 2025-02-01 19:02:52 +0200
  • f355b3d58f Fix test_daily_logger v1.15.1 Gabi Melman 2025-02-01 13:08:54 +0200
  • ac432c3602
    Gabime/v1.15.1 (#3332) Gabi Melman 2025-02-01 12:09:54 +0200
  • f00c989800 Bump version to 1.15.1 #3332 gabime/v1.15.1 gabime 2025-02-01 11:47:36 +0200
  • 9407d76aab Updated bundled fmt to version 11.1.3 gabime 2025-02-01 11:46:51 +0200
  • 3c23c27d2d
    Revert "fix: Compatibility with external fmtlib 11.1.1 (#3312)" (#3331) Janusz Chorko 2025-02-01 10:15:04 +0100
  • c0ebc1a0df Revert "fix: Compatibility with external fmtlib 11.1.1 (#3312)" #3331 Janusz Chorko 2025-01-30 12:24:01 +0100
  • ae1de0dc8c
    Support custom environment variables for load_env_levels (#3327) Ken Matsui 2025-01-23 16:00:23 -0500
  • f8c0420e0e
    Support custom environment variables for load_env_levels #3327 Ken Matsui 2025-01-22 19:42:00 -0500
  • 9db0ba648a Refactor SPDLOG_API define gabime 2025-01-18 20:32:34 +0200
  • 463e41f049 Refactor exporing in common.h gabime 2025-01-18 19:45:13 +0200
  • ace82f7da6 Try fix windows link error with visiblity gabime 2025-01-18 19:17:45 +0200
  • b93c0f8e8d Update comment gabime 2025-01-18 16:37:18 +0200
  • aec733b7a9 change async queue limits to constexpr gabime 2025-01-18 16:29:14 +0200
  • eb660caa6c Limit max async queue size to 250,000 entries gabime 2025-01-18 16:26:43 +0200
  • af8440b248 Small clean of enqueue_if_have_room in mpmc_blocking_q.h gabime 2025-01-18 16:04:31 +0200
  • 214e26e8b2 Make err_helper time printing more robust gabime 2025-01-18 14:09:19 +0200
  • 35060923d9 improved err_helper message while catching exceptions gabime 2025-01-18 13:42:55 +0200
  • a8e7527d2d Merge branch 'v2.x' of github.com:gabime/spdlog into v2.x gabime 2025-01-18 13:41:00 +0200
  • 2abfa1628b
    Gabime/visibilty-hidden 2.x (#3324) Gabi Melman 2025-01-18 13:36:01 +0200
  • 41d3c8d047 Revert changes to null_mutex #3324 gabime/visibilty-2.x gabime 2025-01-18 13:05:35 +0200
  • 0e49ce47a5 Set CMAKE_CXX_VISIBILITY_PRESET and 3. VISIBILITY_INLINES_HIDDEN when build shared lib gabime 2025-01-18 13:04:10 +0200
  • c77f2e55c9 Make mutex member mutable gabime 2025-01-18 13:03:26 +0200
  • 7cbf2a6967
    Gabime/ansicolor sink improvements (#3323) Gabi Melman 2025-01-18 11:58:32 +0200
  • 57505989b7
    SPDLOG_LEVEL_NAMES, comment use string_view_literals (#3291) Alexander 2025-01-18 11:57:43 +0200
  • 58ce6f4dd9 Added const qualifiers to some ansicolor_sink functions #3323 gabime/ansicolor_sink_improvements gabime 2025-01-18 11:47:38 +0200
  • aa97311b99 Added lock to set_color_mode in asnicolor_sink gabime 2025-01-18 11:45:43 +0200
  • d6389d696e Fixed analyzer warnings in ansicolor_sink.cpp gabime 2025-01-18 11:42:04 +0200
  • c563b62aea Refactor ansicolor_sink.cpp gabime 2025-01-18 11:40:38 +0200
  • e3f8349d0c
    Add missing locks to ansicolor_sink.cpp Gabi Melman 2025-01-18 07:32:30 +0200
  • 128a9fcc49
    Update test_async.cpp Gabi Melman 2025-01-17 23:18:33 +0200
  • 43812ddaf1
    Update test_async.cpp Gabi Melman 2025-01-17 23:17:35 +0200
  • 23b1c4c079 Revert "Small code removal" gabime 2025-01-17 22:35:23 +0200
  • b01f15cb26 Small code removal gabime 2025-01-17 22:34:09 +0200
  • 370dad3225 Use chrono literals in async tests gabime 2025-01-17 22:25:28 +0200
  • 418a39f6ce Fixed test gabime 2025-01-17 22:09:35 +0200
  • 177f2618fb Merge branch 'v2.x' of github.com:gabime/spdlog into v2.x gabime 2025-01-17 22:06:23 +0200
  • 6a794b1dff
    Update test_async.cpp Gabi Melman 2025-01-17 22:02:43 +0200
  • fbe626d828 code format gabime 2025-01-17 21:01:54 +0200
  • 47fe6ef92a code format gabime 2025-01-17 20:59:46 +0200
  • b9f0243405 code format gabime 2025-01-17 20:58:19 +0200
  • 873026a254 Pad level names in default pattern gabime 2025-01-17 20:47:28 +0200
  • e99e09eba7 Fixed global logger name gabime 2025-01-17 20:26:47 +0200
  • 07be1b4767 Bump fmt version to 11.1.2 gabime 2025-01-17 20:07:12 +0200
  • 94a54e5990
    Compile with -fvisibility=hidden. #3322 Theodore Tsirpanis 2025-01-17 19:58:18 +0200
  • f00a6550fa Fixed some tidy warnings gabime 2025-01-17 19:13:36 +0200
  • 391eb198bf Added copy and move tests gabime 2025-01-17 19:06:24 +0200
  • 3f4cfa72d1 Added test check that cloned custom error handler was indeed cloned gabime 2025-01-17 18:46:52 +0200
  • 80f00797e3 Fixed copy ctor of err_helper to be thread safe gabime 2025-01-17 18:35:34 +0200
  • 62bbd87bdb Fixed warning gabime 2025-01-17 17:45:27 +0200
  • 8736ee28e0 Fixed warnings gabime 2025-01-17 17:39:03 +0200
  • 82358e8ebe refactor async sink gabime 2025-01-17 17:16:45 +0200
  • 9673c1ba09 Fixed warning about move gabime 2025-01-17 17:01:57 +0200
  • 5dce654473 Fixed warning gabime 2025-01-17 16:48:28 +0200
  • be942e0a2d Limit error handler rate to 1/sec gabime 2025-01-17 16:42:06 +0200
  • af7b061773 Added with_all to async sink improved destructor gabime 2025-01-17 16:17:11 +0200
  • bc2eed7913 Added custom error handler support to async sink gabime 2025-01-17 13:30:37 +0200
  • b46b6dcb00 Fixed bin_to_hex tidy warnings gabime 2025-01-17 12:56:38 +0200
  • 96a7d2a1d4 Format CMakeLists.txt gabime 2025-01-12 08:37:47 +0200
  • d71555306a
    Added SPDLOG_FWRITE_UNLOCKED option to CMakeLists.txt (#3318) Gabi Melman 2025-01-12 08:02:39 +0200
  • 425f79f84b
    Update CMakeLists.txt #3318 Gabi Melman 2025-01-12 07:22:23 +0200
  • 472b875990 Added SPDLOG_FWRITE_UNLOCKED option to CMakeLists.txt gabime 2025-01-12 00:02:34 +0200
  • ad0f31c009
    Enabled bin_to_hex utest for stdformat, fixed std::formatter (#3315) koniarik 2025-01-11 16:21:39 +0100
  • 6d14e6da31 added fix for custom callbacks #3315 Jan Koniarik 2025-01-11 14:44:16 +0100
  • b2401638ae rishit_raj #3317 polty-rishit 2025-01-11 09:16:02 +0530
  • 13a3ca27e5 moved from ::iterator to decltype Jan Koniarik 2025-01-10 20:58:38 +0100
  • 0b44c706f3 explicitly cast diff variable in test_sink Jan Koniarik 2025-01-10 17:47:54 +0100
  • 48768d0aca fixed usage of \ in macos.yml Jan Koniarik 2025-01-10 14:21:24 +0100
  • 20ad67481e Enabled bin_to_hex utest for stdformat, and fixed std::formatter Jan Koniarik 2025-01-10 12:54:47 +0100
  • 96a8f6250c
    fix: remove unused to_string_view overload in fmt >= 11.1 (#3314) jdrouhard 2025-01-09 16:58:46 -0600