Commit Graph

  • 2f260d5712
    Fix MSVC compile flag for no exceptions #2974 Jeff 2024-01-08 19:36:39 -0800
  • 73b5c65b71
    Use std::source_location to construct source_loc if available #2973 Stephan Lachnit 2024-01-08 23:04:27 +0100
  • cea472eb04
    source_loc: use std::uint_least32_t to improve support with std::source_location Stephan Lachnit 2024-01-08 23:00:23 +0100
  • ce6d21c36d
    Always include <version> if available Stephan Lachnit 2024-01-08 22:54:48 +0100
  • 944a542769
    Update fmt LICENSE link Gabi Melman 2024-01-01 16:53:29 +0200
  • 1ef8d3ce34
    Fix #2967 Gabi Melman 2024-01-01 16:50:41 +0200
  • 2a4aa8f2d1 Fixed stopwatch test gabime 2023-12-25 00:18:25 +0200
  • 68e71cfc49 Revert "force constexpr of empty source_loc" gabime 2023-12-25 00:03:16 +0200
  • 7e3700f650 force constexpr of empty source_loc Gabi Melman 2023-12-24 18:38:40 +0200
  • 70f397f75d Cmake use FOLDER third-party for third party libs Gabi Melman 2023-12-24 16:26:28 +0200
  • 306ddde049 Fix cmake for msvc Gabi Melman 2023-12-24 13:54:17 +0200
  • 8c3ff3a0c4 Clean appveyor Gabi Melman 2023-12-24 12:35:08 +0200
  • 4813a123fa Clean appveyor Gabi Melman 2023-12-24 12:34:09 +0200
  • f4204e05bd Clean cmake Gabi Melman 2023-12-24 12:34:00 +0200
  • 90c5055b77 place dlls in the same directory as the executables on msvc Gabi Melman 2023-12-24 12:28:02 +0200
  • 8a0f87406b Updated cmake messages gabime 2023-12-23 17:16:24 +0200
  • 3b93c53e33 If SPDLOG_BUILD_SHARED is set, set BUILD_SHARED_LIBS to ON as well gabime 2023-12-23 16:30:34 +0200
  • 3fe640e270 Remove static lib enforement of fmt gabime 2023-12-23 16:29:51 +0200
  • ffbdc8f610 remove SPDLOG_BUILD_PIC cmake option gabime 2023-12-23 14:35:17 +0200
  • ea66477ac0 Copy dlls to the executable folder for msvc Gabi Melman 2023-12-23 16:28:36 +0200
  • c6206a3191 Always build static fmtlib version and fix fpic gabime 2023-12-23 14:03:02 +0200
  • d0c30a6a5c Use fmt only if not SPDLOG_USE_STD_FORMAT is ON gabime 2023-12-23 13:18:13 +0200
  • 15ee3f7999 Updated spdlogConfig.cmake gabime 2023-12-22 18:24:43 +0200
  • 235e12c67e Bump to catch2 v3.5.0 gabime 2023-12-22 18:18:20 +0200
  • c1569a3d29 Bump to catch2 v3.5.0 gabime 2023-12-22 18:15:50 +0200
  • d10bef50d9 Use git hash to catch2 fetch gabime 2023-12-22 18:04:53 +0200
  • d03d514bad Use fmt git hash and disable FMT_OS gabime 2023-12-22 18:01:05 +0200
  • 1161d640a1 Removed bundled fmtlib. Use FetchContent instead gabime 2023-12-22 16:19:05 +0200
  • f9c9f5cb6a Updated readme install instructions gabime 2023-12-22 14:51:25 +0200
  • ba508057b1
    Update example.cpp to fix the vector issue in bin_example (#2963) Harris 2023-12-22 20:39:06 +0800
  • eb7d87685b Fixed example gabime 2023-12-22 14:37:50 +0200
  • 8590436aaf Fixed example gabime 2023-12-22 14:36:54 +0200
  • c95283aa2f
    Update example.cpp to fix the vector issue in bin_example #2963 Harris 2023-12-22 14:21:11 +0800
  • bfb3a8efe3 async_msg: take ownership of filename/funcname #2935 Tim Blechmann 2023-08-29 10:27:21 +0800
  • ac55e60488
    Update README.md Gabi Melman 2023-11-04 17:36:11 +0200
  • 2c95fa0172 Double locking mechanism to avoid expensive lock on every registry::instance() call (see comment for details) #2929 Pantelis Lekakis 2023-11-04 11:22:40 +0000
  • 0361ecf18c Fix for false-positive memory leak when using leak detection methods (such as CRT dump memory leaks). Since we cannot rely on static de-initialisation for freeing the registry::s_instance, this is now lazily allocated instead and freed during spdlog::shutdown() function. In my test case, saves ~15 reported memory leaks. Pantelis Lekakis 2023-11-03 23:38:12 +0000
  • 9797b353c0 fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system (#2923) Marcus Müller 2023-10-25 18:22:39 +0200
  • d53e8abc74 sinks: Make syslog_sink.h's syslog_prio_from_level protected (#2918) shannonbooth 2023-10-24 08:49:01 +1300
  • efcca400bf Fix wrong thread_id (TID) in systemd_sink.h (#2919) M010 2023-10-24 01:43:47 +0300
  • ddce42155e
    fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system (#2923) Marcus Müller 2023-10-25 18:22:39 +0200
  • 11872082c8 fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system #2923 Marcus Müller 2023-10-24 13:00:29 +0200
  • 8b331e2cd1
    Fix wrong thread_id (TID) in systemd_sink.h (#2919) M010 2023-10-24 01:43:47 +0300
  • 043791418e
    Fix wrong thread_id (TID) in systemd_sink.h #2919 M010 2023-10-23 23:11:57 +0300
  • 2d5179ba7d
    sinks: Make syslog_sink.h's syslog_prio_from_level protected (#2918) shannonbooth 2023-10-24 08:49:01 +1300
  • a9557d696a sinks: Make syslog_sink.h's syslog_prio_from_level protected #2918 Shannon Booth 2023-10-24 08:07:15 +1300
  • 83d5f3dbad Revert 70f7a8252d gabime 2023-10-21 13:56:34 +0300
  • bc7e80c7ae Removed include null_mutex.h from common.h gabime 2023-10-21 13:48:19 +0300
  • 70f7a8252d Always <format> if SPDLOG_USE_STD_FORMAT defined gabime 2023-10-21 13:43:30 +0300
  • 5782891494 Removed SPDLOG_FMT_RUNTIME definition gabime 2023-10-21 13:36:52 +0300
  • ee35c6ba4f
    Update async_bench.cpp #2908 Hvardhan2 2023-10-15 04:21:23 -0500
  • ff205fd29a Updated logo gabime 2023-10-13 14:05:36 +0300
  • 595a524758 Updated spdlog logo gabime 2023-10-13 13:16:45 +0300
  • c5452e0508 Updated spdlog logo gabime 2023-10-13 12:45:29 +0300
  • 959244b3cd Fix OS availability check of pthread_threadid_np for iOS (#2897) Peter Nemeth 2023-10-11 09:34:42 +0200
  • 621c0fe21b Added Mapped Diagnostic Context (MDC) support #2906 Massimiliano Riva 2023-10-12 17:42:21 +0200
  • 2b6fdee925
    Merge branch 'gabime:v1.x' into v1.x #2905 Massimiliano Riva 2023-10-13 09:04:47 +0200
  • 0c4fb032e4
    Match SPDLOG_CONSTEXPR_FUNC to FMT_CONSTEXPR (#2901) Keith Kraus 2023-10-13 03:00:00 -0400
  • fab780c196
    Revert "don't need to inline, simplify to always use FMT_CONSTEXPR if it's defined" #2901 Keith Kraus 2023-10-12 12:58:05 -0400
  • 983b18f39f Added Mapped Diagnostic Context (MDC) support Massimiliano Riva 2023-10-12 17:42:21 +0200
  • 1897f7025d
    don't need to inline, simplify to always use FMT_CONSTEXPR if it's defined Keith Kraus 2023-10-12 00:10:44 -0400
  • 2421b09c19
    Update implementation to reuse FMT_CONSTEXPR where possible Keith Kraus 2023-10-11 18:35:43 -0400
  • 23c69f8e84
    add SPDLOG_HAS_FEATURE macro to avoid redefining built-in, add comment explaining the constexpr check Keith Kraus 2023-10-11 16:17:06 -0400
  • b0ad64743d
    Modify the condition of SPDLOG_CONSTEXPR_FUNC to match that of fmt Shujian Qian 2023-08-18 18:48:12 -0400
  • 508d20f0fa
    Add .git-blame-ignore-revs to ignore clang-format related commits (#2899) Peter Nemeth 2023-10-11 17:21:29 +0200
  • 4289bc06a7 Add .git-blame-ignore-revs to ignore clang-format related commits #2899 Peter Nemeth 2023-10-11 15:45:48 +0200
  • 479a5ac3f1
    Fix OS availability check of pthread_threadid_np for iOS (#2897) Peter Nemeth 2023-10-11 09:34:42 +0200
  • dc8e328ff0 Fix OS availability check of pthread_threadid_np for iOS #2897 Peter Nemeth 2023-10-11 09:04:06 +0200
  • f40233715e Hide non-API functions unconditionally #2895 Uri Simchoni 2023-10-10 10:28:01 +0300
  • 894f26bd87 Hide non-API functions when position independent code is enabled Uri Simchoni 2023-10-09 22:51:14 +0300
  • 82a672a4d3 Removed console_globals.h file gabime 2023-10-06 17:17:46 +0300
  • ecb29c4f99 Removed pre compiled header option gabime 2023-10-02 00:11:44 +0300
  • ec523b967c Added comment about log_msg_buffer gabime 2023-10-02 00:04:20 +0300
  • ef10d4b636
    CMakeLists.txt - removed pch support Gabi Melman 2023-10-03 01:15:12 +0300
  • c10acd23ce
    Update fmt.h Gabi Melman 2023-10-02 20:24:00 +0300
  • b1b6a22955
    Update fmt.h Gabi Melman 2023-10-02 20:20:44 +0300
  • 7ba9a04fae
    Update bundled_fmtlib_format.cpp Gabi Melman 2023-10-02 20:16:12 +0300
  • 0fd0e13d21
    Update CMakeLists.txt - removed pch option Gabi Melman 2023-10-02 20:14:20 +0300
  • f5c927b46e
    Delete cmake/pch.h.in Gabi Melman 2023-10-02 20:09:47 +0300
  • 69dd70e31a Replace glob sources with explict file list in CMakeLists.txt Gabi Melman 2023-10-02 17:40:58 +0300
  • 5309ddb702 Better handle version.rc and source group for vs Gabi Melman 2023-10-02 12:45:19 +0300
  • 045c0b0d46 Removed another static var fro default error handler v2.x-fix-2113 gabime 2023-10-02 01:40:59 +0300
  • f469c3f68d Removed console_globals.h gabime 2023-10-02 01:33:44 +0300
  • 1412e300c4 Simplified default err handler and removed statics from it gabime 2023-10-02 01:32:59 +0300
  • 7956361956 replace static registry instance with allocated pointer to be deallocated registry only in shutdown() gabime 2023-10-02 00:44:00 +0300
  • 3b69fc58b5 Removed pre compiled header option gabime 2023-10-02 00:11:44 +0300
  • 31d9c3cd7a Added comment about log_msg_buffer gabime 2023-10-02 00:04:20 +0300
  • 61b11e77b9 constexpr support for source location without leading directory gabime 2023-10-01 23:54:54 +0300
  • bd00a0081a fix typo in comment gabime 2023-10-01 18:11:02 +0300
  • 57868277db clang format gabime 2023-10-01 18:01:02 +0300
  • 754838c558 Fixed template instantiations in ansicolor_sink.cpp gabime 2023-10-01 17:59:17 +0300
  • eb256827f1 Fixed nodiscard location gabime 2023-10-01 17:56:42 +0300
  • 2b88112c36 Copy spdlog dll to the executable folder for example, tests and bench Gabi Melman 2023-10-01 17:43:19 +0300
  • 9b3a4e28c5 Copy spdlog dll to the executable folder for example, tests and bench Gabi Melman 2023-10-01 17:42:44 +0300
  • cc343cd168 CMakeLists.txt: set source groups for visual studio Gabi Melman 2023-10-01 16:58:19 +0300
  • 08648e58ad Fixed wincolor sink Gabi Melman 2023-10-01 15:18:55 +0300
  • 2a101ac559 Removed ref from to_string_ in ansicolor sink Gabi Melman 2023-10-01 15:05:03 +0300
  • 9a7a9f6871 Removed ref from to_string_ in ansicolor sink Gabi Melman 2023-10-01 15:04:35 +0300
  • 9390881046 Retruned color codes to ansi-color header gabime 2023-10-01 13:32:18 +0300
  • a8efa85b86 Remove global console mutex (wip) gabime 2023-10-01 12:20:48 +0300