Commit Graph

4466 Commits

Author SHA1 Message Date
gabime
f9c9f5cb6a Updated readme install instructions 2023-12-22 14:51:53 +02:00
gabime
eb7d87685b Fixed example 2023-12-22 14:37:50 +02:00
gabime
8590436aaf Fixed example 2023-12-22 14:36:54 +02:00
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>
2023-10-27 15:27:15 +03:00
shannonbooth
d53e8abc74 sinks: Make syslog_sink.h's syslog_prio_from_level protected (#2918)
To allow for using this function from a derived sink.
2023-10-27 15:26:45 +03:00
M010
efcca400bf Fix wrong thread_id (TID) in systemd_sink.h (#2919) 2023-10-27 15:25:34 +03:00
gabime
83d5f3dbad Revert 70f7a8252d 2023-10-21 13:56:42 +03:00
gabime
bc7e80c7ae Removed include null_mutex.h from common.h 2023-10-21 13:48:19 +03:00
gabime
70f7a8252d Always <format> if SPDLOG_USE_STD_FORMAT defined 2023-10-21 13:43:30 +03:00
gabime
5782891494 Removed SPDLOG_FMT_RUNTIME definition 2023-10-21 13:36:52 +03:00
Peter Nemeth
959244b3cd Fix OS availability check of pthread_threadid_np for iOS (#2897) 2023-10-13 11:54:39 +03:00
gabime
82a672a4d3 Removed console_globals.h file 2023-10-06 17:17:46 +03:00
gabime
ecb29c4f99 Removed pre compiled header option 2023-10-06 17:12:47 +03:00
gabime
ec523b967c Added comment about log_msg_buffer 2023-10-06 17:10:55 +03:00
Gabi Melman
ef10d4b636
CMakeLists.txt - removed pch support 2023-10-03 01:15:12 +03:00
Gabi Melman
c10acd23ce
Update fmt.h 2023-10-02 20:24:00 +03:00
Gabi Melman
b1b6a22955
Update fmt.h 2023-10-02 20:20:44 +03:00
Gabi Melman
7ba9a04fae
Update bundled_fmtlib_format.cpp 2023-10-02 20:16:12 +03:00
Gabi Melman
0fd0e13d21
Update CMakeLists.txt - removed pch option 2023-10-02 20:14:20 +03:00
Gabi Melman
f5c927b46e
Delete cmake/pch.h.in 2023-10-02 20:09:47 +03:00
Gabi Melman
69dd70e31a Replace glob sources with explict file list in CMakeLists.txt 2023-10-02 17:40:58 +03:00
Gabi Melman
5309ddb702 Better handle version.rc and source group for vs 2023-10-02 12:45:19 +03:00
gabime
61b11e77b9 constexpr support for source location without leading directory 2023-10-01 23:54:54 +03:00
gabime
bd00a0081a fix typo in comment 2023-10-01 18:11:02 +03:00
gabime
57868277db clang format 2023-10-01 18:01:02 +03:00
gabime
754838c558 Fixed template instantiations in ansicolor_sink.cpp 2023-10-01 17:59:17 +03:00
gabime
eb256827f1 Fixed nodiscard location 2023-10-01 17:56:42 +03:00
Gabi Melman
2b88112c36 Copy spdlog dll to the executable folder for example, tests and bench 2023-10-01 17:43:19 +03:00
Gabi Melman
9b3a4e28c5 Copy spdlog dll to the executable folder for example, tests and bench 2023-10-01 17:42:44 +03:00
Gabi Melman
cc343cd168 CMakeLists.txt: set source groups for visual studio 2023-10-01 16:58:19 +03:00
Gabi Melman
08648e58ad Fixed wincolor sink 2023-10-01 15:18:55 +03:00
Gabi Melman
2a101ac559 Removed ref from to_string_ in ansicolor sink 2023-10-01 15:05:03 +03:00
Gabi Melman
9a7a9f6871 Removed ref from to_string_ in ansicolor sink 2023-10-01 15:04:35 +03:00
gabime
9390881046 Retruned color codes to ansi-color header 2023-10-01 13:32:18 +03:00
gabime
a8efa85b86 Remove global console mutex (wip) 2023-10-01 12:20:48 +03:00
gabime
2fb5e75950 cmake message 2023-09-30 15:41:38 +03:00
Gabi Melman
af8354575d
Update common.h 2023-09-29 03:21:28 +03:00
Gabi Melman
9163bbde14
Update win_eventlog_sink.h 2023-09-29 02:51:57 +03:00
Gabi Melman
837fb9b155
fix test_include_sinks.cpp 2023-09-29 02:14:54 +03:00
Gabi Melman
5abca1748f
Fixes wincolor_sink.cpp 2023-09-29 02:04:24 +03:00
gabime
8dc7ba7e3d Cleaned tests 2023-09-29 00:45:09 +03:00
gabime
b169859ce9 Removed unneeded ifdef around msvc sink 2023-09-29 00:35:38 +03:00
gabime
c7b60db679 Cleaned tests 2023-09-29 00:34:48 +03:00
gabime
c542ef5457 Added msvc include test 2023-09-29 00:33:48 +03:00
gabime
4f36d1933a Added missing include 2023-09-29 00:31:45 +03:00
gabime
857158d5d9 minor cleanup 2023-09-29 00:23:56 +03:00
gabime
2bdddc61e8 minor cleanup 2023-09-29 00:23:08 +03:00
gabime
463af69d41 Clang format sort includes 2023-09-29 00:20:26 +03:00
gabime
a0e631802c Replaced include <spdlog/..> with include "spdlog/.." 2023-09-29 00:06:17 +03:00
gabime
a3934472c9 Relative include paths in headers 2023-09-28 23:45:45 +03:00