Commit Graph

4654 Commits (65f8b0a16e305d0180b4217296985e90d5437a45)
 

Author SHA1 Message Date
gabime 3834b911cd Fixed spdlogConfig.cmake.in fmt dep 2 years ago
gabime efa89d0880 Add fmt dep to cmake install 2 years ago
gabime 287d83acae Removed unused include 2 years ago
gabime aa5d9aff6c Bump fmt to 10.2.1 2 years ago
gabime 1ce7f5e499 Update spdlog_config.h template 2 years ago
gabime 947b42b86f Init last_log_secs_ with {} 2 years ago
gabime e2e8099ad9 Init cached_tm with {} 2 years ago
gabime f70670d26c Removed SPDLOG_EOL define 2 years ago
gabime 77b07b3a10 clang format 2 years ago
gabime 4789065700 Remove custom level names from macro 2 years ago
gabime 24fe442d03 Use relative includes and create spdlog_config.h 2 years ago
gabime feaab0dd9f Use relative include files 2 years ago
gabime a3e05332b0 Removed fmt wrapper files 2 years ago
gabime 45b100c677 Update gitignore 2 years ago
gabime 3379f242e1 Check fd_ is not nullptr in file_helper 2 years ago
Gabi Melman ae0eb75402
Update no exception flag in CMakeLists.txt for msvc 2 years ago
Gabi Melman 944a542769
Update fmt LICENSE link 2 years ago
gabime 2a4aa8f2d1 Fixed stopwatch test 2 years ago
gabime 68e71cfc49 Revert "force constexpr of empty source_loc"
This reverts commit 7e3700f650.
2 years ago
Gabi Melman 7e3700f650 force constexpr of empty source_loc 2 years ago
Gabi Melman 70f397f75d Cmake use FOLDER third-party for third party libs 2 years ago
Gabi Melman 306ddde049 Fix cmake for msvc 2 years ago
Gabi Melman 8c3ff3a0c4 Clean appveyor 2 years ago
Gabi Melman 4813a123fa Clean appveyor 2 years ago
Gabi Melman f4204e05bd Clean cmake 2 years ago
Gabi Melman 90c5055b77 place dlls in the same directory as the executables on msvc 2 years ago
gabime 8a0f87406b Updated cmake messages 2 years ago
gabime 3b93c53e33 If SPDLOG_BUILD_SHARED is set, set BUILD_SHARED_LIBS to ON as well 2 years ago
gabime 3fe640e270 Remove static lib enforement of fmt 2 years ago
gabime ffbdc8f610 remove SPDLOG_BUILD_PIC cmake option 2 years ago
Gabi Melman ea66477ac0 Copy dlls to the executable folder for msvc 2 years ago
gabime c6206a3191 Always build static fmtlib version and fix fpic 2 years ago
gabime d0c30a6a5c Use fmt only if not SPDLOG_USE_STD_FORMAT is ON 2 years ago
gabime 15ee3f7999 Updated spdlogConfig.cmake 2 years ago
gabime 235e12c67e Bump to catch2 v3.5.0 2 years ago
gabime d10bef50d9 Use git hash to catch2 fetch 2 years ago
gabime d03d514bad Use fmt git hash and disable FMT_OS 2 years ago
gabime 1161d640a1 Removed bundled fmtlib. Use FetchContent instead 2 years ago
gabime f9c9f5cb6a Updated readme install instructions 2 years ago
gabime eb7d87685b Fixed example 2 years ago
gabime 8590436aaf Fixed example 2 years ago
Marcus Müller 9797b353c0 fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system (#2923)
Signed-off-by: Marcus Müller <marcus@hostalia.de>
2 years ago
shannonbooth d53e8abc74 sinks: Make syslog_sink.h's syslog_prio_from_level protected (#2918)
To allow for using this function from a derived sink.
2 years ago
M010 efcca400bf Fix wrong thread_id (TID) in systemd_sink.h (#2919) 2 years ago
gabime 83d5f3dbad Revert 70f7a8252d 2 years ago
gabime bc7e80c7ae Removed include null_mutex.h from common.h 2 years ago
gabime 70f7a8252d Always <format> if SPDLOG_USE_STD_FORMAT defined 2 years ago
gabime 5782891494 Removed SPDLOG_FMT_RUNTIME definition 2 years ago
Peter Nemeth 959244b3cd Fix OS availability check of pthread_threadid_np for iOS (#2897) 2 years ago
gabime 82a672a4d3 Removed console_globals.h file 2 years ago