gabime
|
bb687e7aad
|
Minor clean
|
2024-03-16 13:51:29 +02:00 |
|
gabime
|
7bb480a051
|
Minor clean
|
2024-03-16 13:51:29 +02:00 |
|
gabime
|
286218aeeb
|
Removed state from default error handler
|
2024-03-16 13:51:29 +02:00 |
|
gabime
|
b05d9362ea
|
Minor cleanup of includes
|
2024-03-16 13:51:29 +02:00 |
|
gabime
|
95587b7601
|
Fix typo
|
2024-03-16 13:51:29 +02:00 |
|
gabime
|
f743a881b2
|
merge pull #2978
|
2024-03-16 13:51:29 +02:00 |
|
loject
|
5370076dcc
|
Update CMakeLists.txt (#3028)
Fix paths for msvc for parent project
|
2024-03-03 02:10:18 +02:00 |
|
gabime
|
69d412b526
|
Format code of wincolor_sink.cpp
|
2024-01-14 13:09:58 +02:00 |
|
gabime
|
77d350af57
|
Refactored cmake
|
2024-01-14 13:09:28 +02:00 |
|
gabime
|
9622d7f318
|
Fixed cmakelists
|
2024-01-14 12:59:44 +02:00 |
|
gabime
|
e96cb12df6
|
Fixed cmakelists
|
2024-01-14 12:59:03 +02:00 |
|
gabime
|
0992a41053
|
Cleaned os.h
|
2024-01-14 12:45:56 +02:00 |
|
gabime
|
fbd1ebcebf
|
Fixed format.sh script
|
2024-01-14 12:44:52 +02:00 |
|
gabime
|
d61f0a5d5e
|
Fix include paths
|
2024-01-14 12:20:05 +02:00 |
|
gabime
|
9294adb335
|
Fixed os_windows.cpp
|
2024-01-14 12:19:01 +02:00 |
|
gabime
|
885b796447
|
Refactored os.cpp to os_unix.cpp and os_windows.cpp
|
2024-01-14 12:09:22 +02:00 |
|
gabime
|
3954caccc1
|
Clean os.h macros
|
2024-01-14 11:05:37 +02:00 |
|
Gabi Melman
|
6c799d04f8
|
Fix localtime_s()usage
|
2024-01-13 20:20:58 +02:00 |
|
gabime
|
aaebfbb5c6
|
Fixd some clang-tidy warnings
|
2024-01-13 19:21:41 +02:00 |
|
gabime
|
91bf60a316
|
Check rv of localtime_r
|
2024-01-13 19:07:36 +02:00 |
|
gabime
|
ce3922cff1
|
Fix some typos
|
2024-01-13 18:53:19 +02:00 |
|
gabime
|
c539f36551
|
clang format
|
2024-01-13 18:20:08 +02:00 |
|
gabime
|
eaab457156
|
Fixed cmake install
|
2024-01-13 18:16:05 +02:00 |
|
gabime
|
d513f44a18
|
Fix cmake install again
|
2024-01-13 16:23:15 +02:00 |
|
gabime
|
83d274eb55
|
Fix spdlogConfig.cmake.in
|
2024-01-13 15:55:05 +02:00 |
|
gabime
|
26b6461b24
|
Fixed pkgconfig
|
2024-01-13 14:26:35 +02:00 |
|
gabime
|
e6e2ffbf51
|
Fixed pkg-config
|
2024-01-13 13:50:46 +02:00 |
|
gabime
|
32d83ee246
|
Fix text in cpack
|
2024-01-13 12:56:56 +02:00 |
|
gabime
|
3834b911cd
|
Fixed spdlogConfig.cmake.in fmt dep
|
2024-01-13 12:56:18 +02:00 |
|
gabime
|
efa89d0880
|
Add fmt dep to cmake install
|
2024-01-13 12:53:14 +02:00 |
|
gabime
|
287d83acae
|
Removed unused include
|
2024-01-13 12:01:02 +02:00 |
|
gabime
|
aa5d9aff6c
|
Bump fmt to 10.2.1
|
2024-01-13 11:09:47 +02:00 |
|
gabime
|
1ce7f5e499
|
Update spdlog_config.h template
|
2024-01-13 10:52:40 +02:00 |
|
gabime
|
947b42b86f
|
Init last_log_secs_ with {}
|
2024-01-13 10:49:25 +02:00 |
|
gabime
|
e2e8099ad9
|
Init cached_tm with {}
|
2024-01-13 10:33:08 +02:00 |
|
gabime
|
f70670d26c
|
Removed SPDLOG_EOL define
|
2024-01-13 10:32:55 +02:00 |
|
gabime
|
77b07b3a10
|
clang format
|
2024-01-13 09:37:32 +02:00 |
|
gabime
|
4789065700
|
Remove custom level names from macro
|
2024-01-13 09:32:01 +02:00 |
|
gabime
|
24fe442d03
|
Use relative includes and create spdlog_config.h
|
2024-01-12 17:33:23 +02:00 |
|
gabime
|
feaab0dd9f
|
Use relative include files
|
2024-01-12 17:21:57 +02:00 |
|
gabime
|
a3e05332b0
|
Removed fmt wrapper files
|
2024-01-12 15:52:32 +02:00 |
|
gabime
|
45b100c677
|
Update gitignore
|
2024-01-12 15:27:05 +02:00 |
|
gabime
|
3379f242e1
|
Check fd_ is not nullptr in file_helper
|
2024-01-12 14:01:03 +02:00 |
|
Gabi Melman
|
ae0eb75402
|
Update no exception flag in CMakeLists.txt for msvc
|
2024-01-10 00:13:11 +02:00 |
|
Gabi Melman
|
944a542769
|
Update fmt LICENSE link
|
2024-01-01 16:53:29 +02:00 |
|
gabime
|
2a4aa8f2d1
|
Fixed stopwatch test
|
2023-12-25 00:18:25 +02:00 |
|
gabime
|
68e71cfc49
|
Revert "force constexpr of empty source_loc"
This reverts commit 7e3700f650 .
|
2023-12-25 00:03:16 +02:00 |
|
Gabi Melman
|
7e3700f650
|
force constexpr of empty source_loc
|
2023-12-24 18:38:40 +02:00 |
|
Gabi Melman
|
70f397f75d
|
Cmake use FOLDER third-party for third party libs
|
2023-12-24 16:26:28 +02:00 |
|
Gabi Melman
|
306ddde049
|
Fix cmake for msvc
|
2023-12-24 13:54:17 +02:00 |
|