Commit Graph

3730 Commits (6faa5fc95b4be3aa5161c25e5b68155a644dc358)
 

Author SHA1 Message Date
Gabi Melman 6faa5fc95b
Update to version 1.9.1 4 years ago
Gabi Melman dbbec6cdb4
Merge pull request #2016 from mguludag/v1.x
Simplified Qt sinks
4 years ago
Muhammed Galib Uludag 43923cf038
Merge branch 'v1.x' into v1.x 4 years ago
Muhammed Galib Uludag 2ccba49b01
removed nullptr checks and renamed member vars 4 years ago
Muhammed Galib Uludag 362fdc6ceb
trim newline chars instead of remove 2 chars 4 years ago
Gabi Melman 7bb53541e4
Merge pull request #2015 from MadMax411/change-qt-sink-delete-newline-chars
Trim the newline-chars instead of removing of 2 chars
4 years ago
Muhammed Galib Uludag c07b3aeef9
Simplified Qt sinks
Removed private class that derived from QObject
4 years ago
Muhammed Galib Uludag fb47935a7b
Delete qt_sinks .h 4 years ago
Muhammed Galib Uludag ec3538c2ee
Simplified Qt sinks
Removed private class that derived from QObject
4 years ago
Markus Neugebauer 84e15d1ee2 Trim the newline-chars instead of removing of 2 chars 4 years ago
Gabi Melman 5b4c4f3f77
Merge pull request #2011 from sjanel/bugfix/fixclangcompilation
Fix compilation error in clang 13 in C++20 mode - ambiguous call to log function
4 years ago
Stephane Janel aecdfc60a0 Fix comment and clang-format 4 years ago
Gabi Melman 816ede3a17
Revert e93115f436 because won't compile under mscv 2017 4 years ago
Gabi Melman 353c79ca71
Update .travis.yml 4 years ago
Gabi Melman e93115f436
Fixed compile under c++20 and clang 12 4 years ago
Gabi Melman 197c9639bb
Fixed compile under c++20 and clang 12 4 years ago
Gabi Melman a358a38b84
Update .travis.yml 4 years ago
Gabi Melman 16d76e2293
Update .travis.yml 4 years ago
Gabi Melman 536e583cbe
Merge pull request #2013 from gabime/pr-2011
Fix ambiguous error in clang13 and c++20
4 years ago
gabime 9049f9aeb9 Fix ambiguous error in clang13 and c++20 4 years ago
Gabi Melman bee3e63e1b
Merge pull request #2008 from dkavolis/v1.x
Enable format string compile time validation
4 years ago
dkavolis d8f13cbd5b replace FormatString template argument with fmt::basic_format_string 4 years ago
gabime 0f39da5490 Updated example 4 years ago
Gabi Melman 28fef35a12
Merge pull request #2010 from dkavolis/fmt_string
Check args on formatting
4 years ago
dkavolis 1344d44a5a check args on formatting 4 years ago
gabime 61ed2a670e bump version number to 1.9.0 4 years ago
gabime db1bc035f7 clang-format 4 years ago
gabime 8de6cdaa82 bump version number to 1.8.6 4 years ago
gabime fe1a4f5fb6 Added SPDLOG_FMT_RUNTIME macro for compatibilty with fmt prior 8 4 years ago
gabime d38f89cae8 Fixed daily_file_sink compilation under c++20 4 years ago
gabime 9c90fe8264 Fixed wchar support 4 years ago
gabime b85a666f72 Enabled parallel build under msvc 4 years ago
Gabi Melman 5ba95f6816
Update logger.h 4 years ago
Gabi Melman dc38b7c3c4
Update logger.h 4 years ago
Gabi Melman 6484b03dd9
Update logger.h 4 years ago
gabime 29235d9b4b minor string_view change and comment 4 years ago
gabime 4b3687f1a6 Removed unneeded macro definition 4 years ago
gabime e7e8b75a4c clang-format 4 years ago
gabime e98265a49b cosmetic reorder of logger funcs definitions 4 years ago
gabime e87f69bdb6 Removed check if format string can be converted to fmt::is_compile_string 4 years ago
Gabi Melman 70d2832c0d
Update README.md 4 years ago
gabime 7636f1f659 revert some changes made by mistake 4 years ago
gabime 1523c83650 Added fmt/compile.h bundled file 4 years ago
Gabi Melman a6987efaec
Update README.md 4 years ago
Gabi Melman 6491abb519
Update .travis.yml 4 years ago
gabime 8faabb4e3a Fix msvc compile 4 years ago
gabime 2838c2c8a5 use vformat_to instead for format_to for better performance 4 years ago
gabime 3315bad009 Treat wall warnings as errors if SPDLOG_BUILD_WARNINGS is ON 4 years ago
gabime 3eeced78b5 Removed some cmake wdev warnings 4 years ago
gabime c23430b438 Fixed cast warning 4 years ago