- 12 Aug, 2021 2 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
The install instructions for "header only" refers to the wrong folder
-
- 10 Aug, 2021 6 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
- 09 Aug, 2021 6 commits
-
-
Gabi Melman authored
Fix #2034
-
Gabi Melman authored
bin_to_hex.h: include spdlog.h
-
dkavolis authored
-
Dmitriy Merkushov authored
-
dkavolis authored
-
Gustav authored
-
- 06 Aug, 2021 1 commit
-
-
Dmitriy Merkushov authored
-
- 05 Aug, 2021 2 commits
-
-
Gabi Melman authored
remove std::distance usage
-
Rosen Penev authored
std::distance internally runs a loop, which may or may not be optimized away. Just use simple arithmetic. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 04 Aug, 2021 2 commits
-
-
Gabi Melman authored
Ensure exported package is relocatable
-
Dave Rigby authored
As per CMake's Importing and Exporting Guide[1], configure_package_config_file() should be used for configuring the package configuration file, not the regular configure_file() function. This ensures that a spdlog package built on one system (with a given directory tree) can be imported from a different system - e.g. creating a pre-compiled spdlog package for use on different systems. [1]: https://cmake.org/cmake/help/git-stage/guide/importing-exporting/index.html#id8
-
- 03 Aug, 2021 2 commits
-
-
Gabi Melman authored
fix include file twice in the same file
-
wanghengbing authored
-
- 02 Aug, 2021 2 commits
-
-
Gabi Melman authored
Removal of C++14-specific std::make_unique from mongo_sink.h
-
Bartlomiej Janowski authored
-
- 30 Jul, 2021 2 commits
-
-
Gabi Melman authored
Fixed typo in README
-
Pranav authored
-
- 29 Jul, 2021 1 commit
-
-
Gabi Melman authored
-
- 28 Jul, 2021 4 commits
-
-
Gabi Melman authored
Added common class for all qt objects
-
Muhammed Galib Uludag authored
Added factory funtion overloads for QTextEdit, QPlainTextEdit and QObject objects cleaned qt_sink ctor
-
Muhammed Galib Uludag authored
Removed separate class for qt_sinks and also send logs to any custom qt (QObject) classes (QML, QFile, custom Widget etc.)
-
Gabi Melman authored
-
- 27 Jul, 2021 10 commits
-
-
Gabi Melman authored
Simplified Qt sinks
-
Muhammed Galib Uludag authored
-
Muhammed Galib Uludag authored
-
Muhammed Galib Uludag authored
-
Gabi Melman authored
Trim the newline-chars instead of removing of 2 chars
-
Muhammed Galib Uludag authored
Removed private class that derived from QObject
-
Muhammed Galib Uludag authored
-
Muhammed Galib Uludag authored
Removed private class that derived from QObject
-
Markus Neugebauer authored
-
Gabi Melman authored
Fix compilation error in clang 13 in C++20 mode - ambiguous call to log function
-