1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-04-29 03:53:54 +00:00

Commit Graph

  • 3d83e402ca Fixed source_loc in handle exception in async sync gabime 2025-01-06 07:33:00 +02:00
  • 83c9ede9e6
    Asink sink (#3309) Gabi Melman 2025-01-05 02:17:31 +02:00
  • 276ee5f5c0
    fix: update to_string_view function for fmt 11.1 (#3301) Rui Chen 2024-12-26 02:13:57 -05:00
  • 166843ff3a
    V2.x no reg (#3285) Gabi Melman 2024-12-06 19:21:42 +02:00
  • ed6919bf8e Fixed cmake warning gabime 2024-12-05 19:36:11 +02:00
  • 08c727e4f8
    Use std filesystem (#3284) Gabi Melman 2024-12-05 19:14:25 +02:00
  • 24dde318fe
    Adding lock to rotate_now() (#3281) Matteo Del Seppia 2024-12-03 08:53:34 +01:00
  • 65e388e82b
    Adding on demand truncation for basic file sinks (#3280) Matteo Del Seppia 2024-12-03 00:38:51 +01:00
  • daf1b97b8f Updated windwos.ci gabime 2024-12-02 00:14:41 +02:00
  • e62be8b43f clang-format gabime 2024-12-01 23:59:09 +02:00
  • 58dac85596 Update format.sh gabime 2024-12-01 23:58:58 +02:00
  • 1379f68bda Updated windows.ci gabime 2024-12-01 23:56:14 +02:00
  • 2f169568b7 Updated windows.ci gabime 2024-12-01 23:55:11 +02:00
  • fe9be2e1ee Updated windows.ci gabime 2024-12-01 23:53:58 +02:00
  • 730aa35d98 Updated cmake gabime 2024-12-01 23:51:43 +02:00
  • 19d1939d3b Updated cmakelists gabime 2024-12-01 23:44:54 +02:00
  • 82153ec409 Updated cmake and remove pkg-config support gabime 2024-12-01 23:28:47 +02:00
  • 98a8b75eb4 updated pkgconfig.in gabime 2024-12-01 18:33:32 +02:00
  • 96195adaad update cmakelists gabime 2024-12-01 18:29:04 +02:00
  • 75c8a196bb Updated cmakelists.txt gabime 2024-12-01 18:24:40 +02:00
  • 17eb1e1fd7 Updated cmakelists.txt gabime 2024-12-01 18:22:44 +02:00
  • 2a0db06e7b Updated cmakelists.txt gabime 2024-12-01 18:22:33 +02:00
  • dcf664ee1d Updated cmakelists.txt gabime 2024-12-01 18:22:06 +02:00
  • 65a2d8a49f Removed cmake-format from script gabime 2024-12-01 18:15:27 +02:00
  • 1e6250e183
    Gabime/fwrite unlocked (#3276) Gabi Melman 2024-12-01 14:16:52 +02:00
  • c55e7f6d14 Updated pkgconfig to version 2 gabime 2024-12-01 14:08:53 +02:00
  • 3b6f36c43b Fix windows compile gabime 2024-11-30 20:16:56 +02:00
  • 3b7e2a034b Removed tweak options and spdlog_config.h gabime 2024-11-30 19:56:15 +02:00
  • 3c9963a495 Removed tweak options and spdlog_config.h gabime 2024-11-30 19:55:45 +02:00
  • 21e0810791 commnet gabime 2024-11-30 18:53:39 +02:00
  • e6cddd1028 Update cmakelists and config.h gabime 2024-11-30 18:46:28 +02:00
  • a0f371efed Fix test compile gabime 2024-11-30 15:55:23 +02:00
  • 032d93acf7 Fix test compile gabime 2024-11-30 15:52:22 +02:00
  • e26e3692d1 Non locking ::fwrite if possible (SPDLOG_FWRITE_UNLOCKED defined) or use the regular locking fwrite gabime 2024-11-30 15:46:06 +02:00
  • 551860d079 Fixed tidy warnings gabime 2024-11-30 13:05:12 +02:00
  • 0d8f1f1dd4 Fixed tidy warnings gabime 2024-11-30 12:53:19 +02:00
  • 7a0e2ff8a8 Fixed tidy warnings gabime 2024-11-30 12:45:14 +02:00
  • ec34d6ddc6 Fixed win compile gabime 2024-11-30 12:19:03 +02:00
  • 70c65cf61b Fix windows build gabime 2024-11-30 11:59:50 +02:00
  • 9f5611c146 Updated .clang-tidy gabime 2024-11-30 11:54:08 +02:00
  • 82bb5114e2 Fixed some tidy warnings gabime 2024-11-30 11:36:43 +02:00
  • 3566e0f027 Update clang-tidy gabime 2024-11-30 10:52:26 +02:00
  • 912491d307 Updated README.md gabime 2024-11-30 10:44:41 +02:00
  • dba5d7d214
    Update CMakeLists.txt Gabi Melman 2024-11-29 23:41:26 +02:00
  • c9b96bc974
    Update CMakeLists.txt remove cfg/helpers.cpp Gabi Melman 2024-11-29 23:35:45 +02:00
  • aa9eaae6f6
    Update os_windows.cpp Gabi Melman 2024-11-29 23:14:12 +02:00
  • 50f3c88694 Added back tests for utf8 to utf16 gabime 2024-11-29 22:49:59 +02:00
  • 03e20348e2 Added back wstr_to_utf8buf() and utf8_to_wstrbuf() for windows gabime 2024-11-29 22:48:38 +02:00
  • 693062a8bf Update cp gabime 2024-11-29 22:10:23 +02:00
  • bb4b719ccf Allow manual rotation of rotating_file_sink (#3269) hjs-ast 2024-11-28 17:37:29 +02:00
  • 92d83f3219
    Update windows.yml Gabi Melman 2024-11-29 20:30:49 +02:00
  • 2057f67015 Removed SPDLOG_WCHAR_FILENAMES support gabime 2024-11-29 17:17:30 +02:00
  • fefda8dd15 try to fix test gabime 2024-11-29 16:45:03 +02:00
  • 7fe73d96b9 Fix ci gabime 2024-11-29 16:28:36 +02:00
  • ddf14d67df Fix comment gabime 2024-11-29 16:25:51 +02:00
  • 0ef49d7df6 Minor cleanup gabime 2024-11-29 16:15:13 +02:00
  • bb3d25b626 Added [[nodiscard]] and made should_flush_ const gabime 2024-11-29 16:11:13 +02:00
  • 15814dba5b clean source_loc.h gabime 2024-11-29 15:30:00 +02:00
  • eccaa62e9d clean source_loc.h gabime 2024-11-29 15:29:43 +02:00
  • 63535f140b
    V2.x no std format (#3271) Gabi Melman 2024-11-29 15:25:29 +02:00
  • 9fea0e5fa8 Fix windows compile (clang-format ordering( gabime 2024-11-29 14:30:14 +02:00
  • 7c6f737990 Fix windows compile of log_msg_buffer.cpp gabime 2024-11-29 14:14:24 +02:00
  • 1d2138fdbe always use std::string_view and remove is_convertible_to_sv gabime 2024-11-29 13:56:45 +02:00
  • 0641ddec58 always use std::string_view and remove is_convertible_to_sv gabime 2024-11-29 13:56:27 +02:00
  • fb3969d540 alwaus use std::string_view gabime 2024-11-29 13:52:17 +02:00
  • 62534f2e4e clang format gabime 2024-11-29 13:40:40 +02:00
  • eacd4d6b2a Remove mdc gabime 2024-11-29 13:32:15 +02:00
  • 14a202580b Update readme ci tsan to debug gabime 2024-11-29 13:15:15 +02:00
  • f20fe2a121 Update readme ci gabime 2024-11-29 13:12:06 +02:00
  • 50ea0cc1aa Removed appveyor ci gabime 2024-11-29 13:06:44 +02:00
  • 6ea6b065ba Clean prev source_loc impl leftovers gabime 2024-11-29 13:04:08 +02:00
  • c7fc302710 Fixed soruce_loc test gabime 2024-11-29 13:00:13 +02:00
  • 64a013fd16 Fixed soruce_loc test gabime 2024-11-29 12:59:31 +02:00
  • 9c1b76fe72 Added no source location tests and fixed source location tests gabime 2024-11-29 12:54:53 +02:00
  • 3fc14822ef Fix source_loc test gabime 2024-11-29 12:20:21 +02:00
  • 968dcfbc6b Remove SPDLOG_SOURCE_LOCATION support gabime 2024-11-29 12:12:20 +02:00
  • 67628a459a Fix ci windows gabime 2024-11-29 11:51:19 +02:00
  • 89a01c4bba Fix ci windows gabime 2024-11-29 11:46:33 +02:00
  • 5c4f5f42c8 Fix ci windows gabime 2024-11-29 11:42:11 +02:00
  • 9dab02aa2c Fix ci windows gabime 2024-11-29 11:36:33 +02:00
  • 4b301e710a
    Update windows.yml Gabi Melman 2024-11-29 11:26:39 +02:00
  • fba921b6d8
    Update windows.yml Gabi Melman 2024-11-29 11:09:38 +02:00
  • 79422fe1dc Added missing include gabime 2024-11-29 10:57:25 +02:00
  • 905312eadd Fixed build replaced string_view_t gabime 2024-11-29 10:50:10 +02:00
  • 24afd40000 Fix ci gabime 2024-11-29 10:25:43 +02:00
  • 7c6512ff72 Fix ci gabime 2024-11-29 10:22:43 +02:00
  • 850ee25648 Commented out problematic gcc-9 log(..) overrides gabime 2024-11-29 10:18:07 +02:00
  • 951c5b9987
    Allow manual rotation of rotating_file_sink (#3269) hjs-ast 2024-11-28 15:37:29 +00:00
  • 30f0681ab4 Fix windows ci gabime 2024-11-26 13:59:22 +02:00
  • d808eb8eca fix comment gabime 2024-11-26 13:48:25 +02:00
  • 419b4bd983 Updated ci to use c++17 gabime 2024-11-26 13:40:03 +02:00
  • 1d66ca8c0b Ported ci from v1.x branch gabime 2024-11-26 13:36:21 +02:00
  • d94311ad6b Use std::string_view in level names and ansicolor_sink.h gabime 2024-11-26 13:35:01 +02:00
  • c122eaf749 Gabime/tsan (#3237) Gabi Melman 2024-11-01 15:14:27 +02:00
  • 0e95bba098 Fixed race condition in tests gabime 2024-11-01 12:32:39 +02:00
  • 496c5fd145 Bump fmt to 11.0.2 gabime 2024-11-25 10:35:32 +02:00
  • 8563a6ab59 Improve Cross-Platform Build Instructions in Documentation (#3229) mq白 2024-10-28 04:02:07 +08:00
  • e4d81a5be9 Fix warning - extra ';' for -Wextra-semi (#3198) hydai 2024-09-23 15:39:32 +03:00
  • eab1f6d5f5 Fix #3194 month name gabime 2024-11-25 09:52:31 +02:00
  • 4effc91705 Update conan install command in README (#3172) Uilian Ries 2024-09-14 08:36:46 +02:00