Commit Graph

3282 Commits (c37adba77bcd117ce1513b1370577ffbfca5b83c)
 

Author SHA1 Message Date
Gabi Melman c37adba77b
Update README.md 5 years ago
Gabi Melman 95cc3dec3f
Update README.md 5 years ago
Gabi Melman 42c4a91041
Update README.md 5 years ago
Gabi Melman d253dad2ee
Update README.md 5 years ago
Gabi Melman 7f0265e674
Update README.md 5 years ago
Gabi Melman b9726ba66d
Update syslog_sink.h 5 years ago
Gabi Melman b20ffa7369
Fix #1523 5 years ago
gabime 854abdf5e6 Added cmake option SPDLOG_BUILD_ALL 5 years ago
gabime d0fc8a572c Fixed clang-tidy warnings 5 years ago
gabime 8bc1ca0e44 clang-format 5 years ago
gabime d38bd138cd Micro optimze pattern-formatter when padding not needed 5 years ago
gabime 7766bc25d1 Updated fmt_helper::pad2() 5 years ago
Gabi Melman 34244656a6
Update test_fmt_helper.cpp 5 years ago
gabime 619849c793 fixed comment 5 years ago
gabime 927b2b3942 Fixed conversion warnings 5 years ago
gabime 76389e057f Optimize fmt_helper::pad3() 5 years ago
Gabi Melman 0a14e491ab
Update README.md 5 years ago
Gabi Melman 1f7f1c1ffb
Update CMakeLists.txt 5 years ago
gabime 6440733002 Fixed cmake 5 years ago
gabime 02802af97f Renamed SPDLOG_ENABLE_WARNINGS to SPDLOG_BUILD_WARNINGS 5 years ago
gabime a8169a3d6b clang-format 5 years ago
gabime 9ba7fc94a5 Disable building tests by default in cmake 5 years ago
gabime 48b71a02d7 Updated latency test to run null logging be default 5 years ago
gabime 18ed04b990 Fixed clang-tidy warnings in bench.cpp 5 years ago
gabime d09e03606c Fixed multiple clang-tidy warnings 5 years ago
gabime b2017f5653 Fixed multiple clang-tidy warnings 5 years ago
gabime c16eb80d7f Fixed multiple clang-tidy warnings 5 years ago
gabime 0c56f98a92 Fix .clang-tidy 5 years ago
gabime 490940cd53 Minor update to fmt_helper 5 years ago
gabime 92d27b0aa3 Minor update to fmt_helper 5 years ago
gabime ca9c83f824 Minor improvment to number padding 5 years ago
gabime fc900e2432 Enabled warnings in ci 5 years ago
gabime e3257e56ab Fix #1480 5 years ago
Gabi Melman 7d2337c6eb
Fix #1504 - Extra warnings OFF by default 5 years ago
Gabi Melman 58629f1fea
Merge pull request #1503 from Glamhoth/warnings_as_option
Added an option to disable compiler warnings
5 years ago
FIlip Demski 132ec0a5fc Added an option to disable compiler warnings 5 years ago
gabime c2b47430fb Enabled warning on examples only if built as part of spdlog 5 years ago
Gabi Melman 7906592230
Fix #1499 5 years ago
Gabi Melman f57378d8ba
Update test_eventlog.cpp 5 years ago
Gabi Melman 1ccdc225af
Merge pull request #1495 from trondhe/v1.x
add /WX mscv compiler option for only mscv compiler
5 years ago
Trond H Emaus 3e4df86ac0 create MSVC_OPTIONS list only if compiler is msvc 5 years ago
Trond H Emaus 7054cf7a35 replace MSVC_OPTIONS variable as list 5 years ago
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
5 years ago
Gabi Melman f1b4f15dbb
Merge pull request #1494 from zyansheep/zyansheep-patch-1
yaourt is outdated and insecure, use yay in README.md
5 years ago
Zyansheep c98152e9d0
Use community database instead of AUR 5 years ago
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/)
5 years ago
Gabi Melman dd38e096b2
Fix issue #1486 6 years ago
Gabi Melman ea89efbed7
Merge pull request #1487 from Naios/v1.x
Fix a build issue when SPDLOG_PREVENT_CHILD_FD is defined
6 years ago
Denis Blank 61408a0f29 Fix a build issue when SPDLOG_PREVENT_CHILD_FD is defined
* Ref 033fe9f133
6 years ago
Gabi Melman cca004efe4
Update README.md 6 years ago