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
Gabi Melman
f1b4f15dbb
Merge pull request #1494 from zyansheep/zyansheep-patch-1
...
yaourt is outdated and insecure, use yay in README.md
2020-03-26 22:50:08 +02:00
Zyansheep
c98152e9d0
Use community database instead of AUR
2020-03-26 16:25:38 -04:00
Zyansheep
7c34859e0c
yaourt is outdated and insecure, use yay
...
Not maintained anymore: https://archlinux.fr/yaourt-en
Alternatively: spdlog is now apart of the community repo (https://www.archlinux.org/packages/community/x86_64/spdlog/ )
2020-03-26 11:45:22 -04:00
Gabi Melman
dd38e096b2
Fix issue #1486
2020-03-24 02:15:14 +02:00
Gabi Melman
ea89efbed7
Merge pull request #1487 from Naios/v1.x
...
Fix a build issue when SPDLOG_PREVENT_CHILD_FD is defined
2020-03-23 23:18:37 +02:00
Denis Blank
61408a0f29
Fix a build issue when SPDLOG_PREVENT_CHILD_FD is defined
...
* Ref 033fe9f133
2020-03-23 22:16:25 +01:00
Gabi Melman
cca004efe4
Update README.md
2020-03-22 17:19:11 +02:00
Gabi Melman
da3f3da92c
Update win_eventlog_sink.h
2020-03-22 02:30:15 +02:00
gabime
f0c35819bd
Removed unneeded nullptr check
2020-03-22 02:17:48 +02:00
gabime
ff616002cf
Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
2020-03-22 01:09:16 +02:00
gabime
e1c79869b6
Replaced more SPDLOG_THROW with throw_spdlog_ex
2020-03-22 01:09:08 +02:00
Gabi Melman
bd43403f5a
Update fwd.h
2020-03-22 00:54:23 +02:00
gabime
d3997cc4d1
Fix #1481
2020-03-22 00:50:22 +02:00
gabime
5b0b8579b2
Fix #1485 by removing SPDLOG_NO_NAME option
2020-03-22 00:30:01 +02:00
gabime
c927de137c
clang-format
2020-03-22 00:16:27 +02:00
gabime
eb23d505f8
resolve issue #1483
2020-03-22 00:09:56 +02:00
gabime
2400cf16a4
Merge branch 'issue-#1483' into v1.x
2020-03-22 00:05:02 +02:00
gabime
bbe3ace533
Fixed bench
2020-03-21 23:42:22 +02:00
Gabi Melman
3b87eb3d08
Moved throw to dedicated function throw_spdlog_ex
2020-03-21 23:25:12 +02:00
Gabi Melman
d43a17304e
Merge pull request #1484 from OlivierLDff/pch-support
...
Support for precompiled headers with SPDLOG_ENABLE_PCH
2020-03-21 17:51:50 +02:00
Olivier LDff
21d41b8e81
Support for precompiled header for static & dynamic spdlog compilation.
...
Compilation is shorten by 2 on windows with msvc. Some improvement for gcc and appleclang. Add SPDLOG_ENABLE_PCH option to CMake that is defaulted to ON. This will enable precompiled header by default if supported. It can be disable if user have a conflict of any kind. Or to check that project is still compiling with CMake version that do not support precompiled header.
2020-03-21 15:36:14 +01:00
gabime
332eaaf916
Update readme with custom flags example
2020-03-21 15:54:01 +02:00
gabime
0a5ada6411
clang-format
2020-03-21 15:25:26 +02:00