Commit Graph

3349 Commits (5ca5cbd44739576ee90d3d9c21ba8cbf7e11ff5c)
 

Author SHA1 Message Date
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
Gabi Melman da3f3da92c
Update win_eventlog_sink.h 6 years ago
gabime f0c35819bd Removed unneeded nullptr check 6 years ago
gabime ff616002cf Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x 6 years ago
gabime e1c79869b6 Replaced more SPDLOG_THROW with throw_spdlog_ex 6 years ago
Gabi Melman bd43403f5a
Update fwd.h 6 years ago
gabime d3997cc4d1 Fix #1481 6 years ago
gabime 5b0b8579b2 Fix #1485 by removing SPDLOG_NO_NAME option 6 years ago
gabime c927de137c clang-format 6 years ago
gabime eb23d505f8 resolve issue #1483 6 years ago
gabime 2400cf16a4 Merge branch 'issue-#1483' into v1.x 6 years ago
gabime bbe3ace533 Fixed bench 6 years ago
Gabi Melman 3b87eb3d08 Moved throw to dedicated function throw_spdlog_ex 6 years ago
Gabi Melman d43a17304e
Merge pull request #1484 from OlivierLDff/pch-support
Support for precompiled headers with SPDLOG_ENABLE_PCH
6 years ago
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.
6 years ago
gabime 332eaaf916 Update readme with custom flags example 6 years ago
gabime 0a5ada6411 clang-format 6 years ago
gabime 963f8d3485 Fixed tests 6 years ago
Gabi Melman 60a8c5f1c9 Added padding support and set_pattern to custom_flags 6 years ago
Gabi Melman d1a1024465 Moved pattern formatter from spdlog/details to spdlog/ 6 years ago
Gabi Melman 0d7ff9ac47 Moved pattern formatter from spdlog/details to spdlog/ 6 years ago
Gabi Melman 752d5685dc Moved pattern formatter from spdlog/details to spdlog/ 6 years ago
Gabi Melman c6c517431f wip custom formatter flags 6 years ago
Gabi Melman ee54f54ced Use /W3 for mvsc 6 years ago
Gabi Melman 2c5c96e159
Merge pull request #1475 from Crunkle/v1.x
Fix Windows setenv check
6 years ago
Crunkle a10763138e Fix Windows setenv check 6 years ago
Gabi Melman 208eb0ca07
Merge pull request #1473 from avrahamshukron/patch-1
README: add conda as a supported package manager
6 years ago
Avraham Shukron f0403fa9e4
README: add conda as a supported package manager
spdlog is available on conda-forge for a long time.
https://anaconda.org/conda-forge/spdlog
6 years ago
gabime 3f86b250e6 Updated comment 6 years ago
gabime d1819f5f76 clang-format 6 years ago
gabime 19c7e63858 Added final keywords to pattern_formatter classes 6 years ago
gabime 7efdcc26fe CMakeLists.txt: use same policy as fmt 6 years ago
gabime 3ab3970dd2 CMakeLists.txt: use same policy as fmt 6 years ago
gabime 5ab487dbae Updated example 6 years ago