gabime
595bbbd3e4
travis fix
2020-04-15 02:29:38 +03:00
gabime
2127572c33
travis fix?
2020-04-15 02:25:30 +03:00
gabime
7d6c927684
Updated travis to clang-9
2020-04-15 01:13:33 +03:00
gabime
9d2d4c82df
Updated travis to clang-9
2020-04-15 01:06:28 +03:00
gabime
515ce9bebb
Updated travis to clang-9
2020-04-15 01:05:09 +03:00
gabime
7698bb0ae1
Bump fmt version to 6.2.0
2020-04-15 00:51:03 +03:00
Gabi Melman
c89a5148b2
Update README.md
2020-04-14 12:48:11 +03:00
Gabi Melman
c37adba77b
Update README.md
2020-04-14 12:47:18 +03:00
Gabi Melman
95cc3dec3f
Update README.md
2020-04-14 00:42:01 +03:00
Gabi Melman
42c4a91041
Update README.md
2020-04-13 22:07:51 +03:00
Gabi Melman
d253dad2ee
Update README.md
2020-04-13 21:46:29 +03:00
Gabi Melman
7f0265e674
Update README.md
2020-04-13 21:35:39 +03:00
Gabi Melman
b9726ba66d
Update syslog_sink.h
2020-04-13 21:12:42 +03:00
Gabi Melman
b20ffa7369
Fix #1523
2020-04-13 21:09:27 +03:00
gabime
854abdf5e6
Added cmake option SPDLOG_BUILD_ALL
2020-04-12 02:43:42 +03:00
gabime
d0fc8a572c
Fixed clang-tidy warnings
2020-04-12 02:30:47 +03:00
gabime
8bc1ca0e44
clang-format
2020-04-12 02:21:48 +03:00
gabime
d38bd138cd
Micro optimze pattern-formatter when padding not needed
2020-04-12 02:21:14 +03:00
gabime
7766bc25d1
Updated fmt_helper::pad2()
2020-04-12 01:40:22 +03:00
Gabi Melman
34244656a6
Update test_fmt_helper.cpp
2020-04-11 21:09:48 +03:00
gabime
619849c793
fixed comment
2020-04-11 20:15:04 +03:00
gabime
927b2b3942
Fixed conversion warnings
2020-04-11 20:07:40 +03:00
gabime
76389e057f
Optimize fmt_helper::pad3()
2020-04-11 19:50:19 +03:00
Gabi Melman
0a14e491ab
Update README.md
2020-04-11 11:19:17 +03:00
Gabi Melman
1f7f1c1ffb
Update CMakeLists.txt
2020-04-10 16:39:59 +03:00
gabime
6440733002
Fixed cmake
2020-04-10 15:51:34 +03:00
gabime
02802af97f
Renamed SPDLOG_ENABLE_WARNINGS to SPDLOG_BUILD_WARNINGS
2020-04-10 15:38:33 +03:00
gabime
a8169a3d6b
clang-format
2020-04-10 15:35:58 +03:00
gabime
9ba7fc94a5
Disable building tests by default in cmake
2020-04-10 15:35:41 +03:00
gabime
48b71a02d7
Updated latency test to run null logging be default
2020-04-10 15:29:43 +03:00
gabime
18ed04b990
Fixed clang-tidy warnings in bench.cpp
2020-04-09 16:12:52 +03:00
gabime
d09e03606c
Fixed multiple clang-tidy warnings
2020-04-08 18:18:27 +03:00
gabime
b2017f5653
Fixed multiple clang-tidy warnings
2020-04-08 18:17:21 +03:00
gabime
c16eb80d7f
Fixed multiple clang-tidy warnings
2020-04-08 17:04:10 +03:00
gabime
0c56f98a92
Fix .clang-tidy
2020-04-08 16:27:12 +03:00
gabime
490940cd53
Minor update to fmt_helper
2020-04-04 20:11:59 +03:00
gabime
92d27b0aa3
Minor update to fmt_helper
2020-04-04 20:11:17 +03:00
gabime
ca9c83f824
Minor improvment to number padding
2020-04-04 20:06:04 +03:00
gabime
fc900e2432
Enabled warnings in ci
2020-04-04 17:20:48 +03:00
gabime
e3257e56ab
Fix #1480
2020-04-04 17:13:03 +03:00
Gabi Melman
7d2337c6eb
Fix #1504 - Extra warnings OFF by default
2020-04-03 20:37:05 +03:00
Gabi Melman
58629f1fea
Merge pull request #1503 from Glamhoth/warnings_as_option
...
Added an option to disable compiler warnings
2020-04-03 20:32:38 +03:00
FIlip Demski
132ec0a5fc
Added an option to disable compiler warnings
2020-04-03 10:09:29 +02:00
gabime
c2b47430fb
Enabled warning on examples only if built as part of spdlog
2020-04-01 00:23:04 +03:00
Gabi Melman
7906592230
Fix #1499
2020-04-01 00:10:57 +03:00
Gabi Melman
f57378d8ba
Update test_eventlog.cpp
2020-03-28 13:59:59 +03:00
Gabi Melman
1ccdc225af
Merge pull request #1495 from trondhe/v1.x
...
add /WX mscv compiler option for only mscv compiler
2020-03-28 13:30:43 +03:00
Trond H Emaus
3e4df86ac0
create MSVC_OPTIONS list only if compiler is msvc
2020-03-28 10:26:32 +01:00
Trond H Emaus
7054cf7a35
replace MSVC_OPTIONS variable as list
2020-03-28 00:03:59 +01:00
Trond H Emaus
2a7fc9e30e
add /WX mscv compiler option for only mscv compiler
...
clang on windows support both gcc and mscv style options. Clang.exe on windows
defaults to gcc style, which will result in /WX unknown compiler command.
This will set /WX if and only if the compiler is MSVC and greater than version 1900
2020-03-27 19:59:22 +01:00