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

Commit Graph

  • 66ac83e703 Update gitginore to ignore .vs and out/build gabime 2024-04-26 00:52:33 +03:00
  • dd6c9c6e43 Update comment gabime 2024-04-26 00:51:28 +03:00
  • b7e0e2c237
    Fix #3073 Gabi Melman 2024-04-26 00:04:00 +03:00
  • a0d2187d8f
    README.md has include missing (#3066) darallium 2024-04-26 03:26:08 +09:00
  • e3f5a4fe66 Update cmake to define FMT_LIB_EXPORT when building shared lib gabime 2024-04-25 18:21:21 +03:00
  • 1e7d7e0766 Updated bundled fmt to 10.2.1 Gabi Melman 2024-03-28 21:01:15 +02:00
  • a2b4262090
    Update CMakeLists.txt to fix #3029 Gabi Melman 2024-04-05 11:13:36 +03:00
  • f0b96d2ad1
    Update mdc.h Gabi Melman 2024-03-29 22:13:01 +03:00
  • 8fed530bdf
    Update mdc.h Gabi Melman 2024-03-29 22:11:09 +03:00
  • aefd4510c3
    Update README.md Gabi Melman 2024-03-29 20:24:21 +03:00
  • 8d6a121b73 Added mdc.h gabime 2024-03-29 17:14:21 +03:00
  • 02c3ca5016 Upadate mdc code in pattern_formatter.cpp gabime 2024-03-29 17:13:27 +03:00
  • 1253a57db6 Add mdc support for default format gabime 2024-03-29 17:04:53 +03:00
  • cba66029e2 Update mdc gabime 2024-03-29 16:57:55 +03:00
  • 8815f81e5d Added mdc from pull #2907 gabime 2024-03-29 15:51:45 +03:00
  • 4517ce8b5c
    Update mdc.h Gabi Melman 2024-03-29 15:28:28 +03:00
  • 1f93017403
    Update mdc.h Gabi Melman 2024-03-29 15:25:46 +03:00
  • f030afe696
    Update mdc.h Gabi Melman 2024-03-29 15:25:24 +03:00
  • 2969dde400 Revert "Updated bundled fmt to 10.2.1" Gabi Melman 2024-03-29 14:46:41 +03:00
  • d8e0ad46bf Updated bundled fmt to 10.2.1 Gabi Melman 2024-03-28 21:01:15 +02:00
  • 62302019ba
    Update test_async.cpp Gabi Melman 2024-03-24 10:16:22 +02:00
  • a19c76a4e7
    Fix flush test in test_async.cpp Gabi Melman 2024-03-24 10:15:04 +02:00
  • ec661f98dc
    Update test_async.cpp Gabi Melman 2024-03-23 21:23:29 +02:00
  • c9ce17abca
    INSTALL.md has been updated to provide current status information. (#3052) Kağan Can Şit 2024-03-23 18:29:46 +03:00
  • 6725584e27
    Make async_logger::flush() synchronous and wait for the flush to complete (#3049) Yubin 2024-03-23 21:52:32 +08:00
  • 6766f873d6
    Remove the legacy AnalyzeTemporaryDtors option from .clang-tidy. (#3048) shahar.valiano 2024-03-23 11:28:13 +02:00
  • a627f5c43a Apply #3044 pr gabime 2024-03-22 16:56:48 +02:00
  • 73e2e02b42
    Fix #3038 (#3044) Tomas-Zhu 2024-03-21 18:16:11 +08:00
  • d03eb40c17
    Added Mapped Diagnostic Context (MDC) support (#2907) Massimiliano Riva 2024-03-18 16:41:46 +01:00
  • 390428aae1 Fixed path_exists(..) in windows gabime 2024-03-17 01:36:04 +02:00
  • 23587b0d9a Fixed regisry-inl.h gabime 2024-03-17 01:20:26 +02:00
  • 1bde4831a0 Fixed registry impl gabime 2024-03-17 01:17:32 +02:00
  • 8f526df1a9 Update latency test gabime 2024-03-17 00:44:10 +02:00
  • e1f5a45900 Added small_map_threshold constexpr gabime 2024-03-17 00:36:52 +02:00
  • b95e493471 Reduce max size for sequential map search to 10 gabime 2024-03-17 00:31:24 +02:00
  • 819eb27c5d Use find if registry is bigger than 10 in registry::get(std::string_view logger_name) gabime 2024-03-17 00:30:05 +02:00
  • 4052bc0621 Use find if registry is bigger than 20 in registry::get(std::string_view logger_name) gabime 2024-03-17 00:27:43 +02:00
  • 8cfd4a7e7b Fixed bench dev_null gabime 2024-03-16 17:33:03 +02:00
  • 4a31ed38d3 if the map is small do a sequential search, otherwise use the standard find() gabime 2024-03-17 00:14:56 +02:00
  • 06e4631dde Use find if registry is bigger than 20 gabime 2024-03-16 23:47:39 +02:00
  • e750d2219e Small clean in registry impl gabime 2024-03-16 22:45:20 +02:00
  • 8a4f3b1ba7 Small clean in registry impl gabime 2024-03-16 22:44:59 +02:00
  • ca7c846089 Fixed warning gabime 2024-03-16 19:30:49 +02:00
  • 232aace328 added spdlog::get(..) benchmarks gabime 2024-03-16 19:28:08 +02:00
  • 50d7f59951 Fixed bench dev_null gabime 2024-03-16 17:33:03 +02:00
  • 5a207ad9ce Update stopwatch.h (#3034) Alan Candido 2024-03-09 16:40:05 -03:00
  • 87b8401011 Add missing include (#3026) magnus-nomono 2024-03-10 01:10:32 +01:00
  • 8e10782a58 Ported pull #3023 with some changes and tests gabime 2024-03-16 17:12:46 +02:00
  • 167bf989d8 support MINGW (#3022) spaceman 2024-02-25 08:42:18 +08:00
  • dd8dc8105a Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed (#3009) cohdan 2024-02-14 21:48:44 +02:00
  • c577b54b06 Fix typos found by codespell (#3011) Dimitri Papadopoulos Orfanos 2024-02-12 22:02:31 +01:00
  • e15c505965 fix ci gabime 2024-03-16 16:11:20 +02:00
  • 42cd77d7e8 fix ci gabime 2024-03-16 16:08:43 +02:00
  • c838945eac fix ci gabime 2024-03-16 16:06:43 +02:00
  • 0621a7ae49 fix ci gabime 2024-03-16 16:02:55 +02:00
  • e0410f430e
    Update ci.yml Gabi Melman 2024-03-16 15:46:37 +02:00
  • a145ba62b8 Fixed fmt cmake gabime 2024-03-16 15:07:18 +02:00
  • c923915805 DOWNLOAD_EXTRACT_TIMESTAMP FALSE when fetching fmt gabime 2024-03-16 14:26:21 +02:00
  • 276788a60e Update comment gabime 2024-03-16 14:13:25 +02:00
  • e9938a8839 Fetch fmt 10.2.1.tar.gz and check sha256 gabime 2024-03-16 14:13:08 +02:00
  • 34e0c8f227 Minor style gabime 2024-01-14 13:58:16 +02:00
  • 989589dd0b Minor style gabime 2024-01-14 13:57:51 +02:00
  • 8319d1bc16 clang format gabime 2024-01-14 13:56:55 +02:00
  • c8b81a6958 Minor style gabime 2024-01-14 13:56:23 +02:00
  • 7bd1c1e1a4 Removed unused source file gabime 2024-01-14 13:55:00 +02:00
  • 57384f7be3 Minor clean gabime 2024-01-14 13:47:06 +02:00
  • bb687e7aad Minor clean gabime 2024-01-14 13:46:28 +02:00
  • 7bb480a051 Minor clean gabime 2024-01-14 13:46:22 +02:00
  • 286218aeeb Removed state from default error handler gabime 2023-10-02 01:40:59 +03:00
  • b05d9362ea Minor cleanup of includes gabime 2024-01-14 13:23:09 +02:00
  • 95587b7601 Fix typo gabime 2024-01-14 13:19:14 +02:00
  • f743a881b2 merge pull #2978 gabime 2024-01-14 13:17:27 +02:00
  • ae525b75c3
    Add missing include (#3026) magnus-nomono 2024-03-10 01:10:32 +01:00
  • a45c939040
    Update stopwatch.h (#3034) Alan Candido 2024-03-09 16:40:05 -03:00
  • 5370076dcc
    Update CMakeLists.txt (#3028) loject 2024-03-03 07:10:18 +07:00
  • 5532231bbc
    feature: adds string view overloads for logger accessor (#3023) Leadbelly 2024-02-29 08:53:56 +00:00
  • 60faedb025
    Update ci.yml Gabi Melman 2024-02-29 09:56:11 +02:00
  • bc4b329585
    Update ci.yml Gabi Melman 2024-02-29 09:28:18 +02:00
  • 75bfbb7c0c
    Update ci.yml Gabi Melman 2024-02-29 09:21:46 +02:00
  • 3f0e400718
    Update ci.yml Gabi Melman 2024-02-29 09:04:33 +02:00
  • 9a445245f1
    Update ci.yml Gabi Melman 2024-02-29 08:55:37 +02:00
  • d387fdf96c
    support MINGW (#3022) spaceman 2024-02-25 08:42:18 +08:00
  • 134f9194bb
    Update registry.h code formatting Gabi Melman 2024-02-14 21:52:21 +02:00
  • fe79bfcc51
    Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed (#3009) cohdan 2024-02-14 21:48:44 +02:00
  • 47b7e7c736
    Fix typos found by codespell (#3011) Dimitri Papadopoulos Orfanos 2024-02-12 22:02:31 +01:00
  • 696db97f67
    docs: details about how compile time macros work (#2981) Enzo Gaban 2024-01-16 01:39:45 -03:00
  • 69d412b526 Format code of wincolor_sink.cpp gabime 2024-01-14 13:09:58 +02:00
  • 77d350af57 Refactored cmake gabime 2024-01-14 13:09:28 +02:00
  • 9622d7f318 Fixed cmakelists gabime 2024-01-14 12:59:44 +02:00
  • e96cb12df6 Fixed cmakelists gabime 2024-01-14 12:59:03 +02:00
  • 0992a41053 Cleaned os.h gabime 2024-01-14 12:45:56 +02:00
  • fbd1ebcebf Fixed format.sh script gabime 2024-01-14 12:44:52 +02:00
  • d61f0a5d5e Fix include paths gabime 2024-01-14 12:20:05 +02:00
  • 9294adb335 Fixed os_windows.cpp gabime 2024-01-14 12:19:01 +02:00
  • 885b796447 Refactored os.cpp to os_unix.cpp and os_windows.cpp gabime 2024-01-14 12:09:22 +02:00
  • 3954caccc1 Clean os.h macros gabime 2024-01-14 11:05:37 +02:00
  • 8979f7fb2a
    Also use _stat() on Windows to be more UTF8 friendly (#2978) liubing 2024-01-14 05:46:18 +08:00
  • 6c799d04f8
    Fix localtime_s()usage Gabi Melman 2024-01-13 20:20:58 +02:00
  • aaebfbb5c6 Fixd some clang-tidy warnings gabime 2024-01-13 19:21:41 +02:00
  • 91bf60a316 Check rv of localtime_r gabime 2024-01-13 19:07:36 +02:00