- 17 Aug, 2021 2 commits
-
-
Wolfgang Petroschka authored
The fmt::format call should not throw formatting the exception message and the source code location.
-
Wolfgang Petroschka authored
-
- 13 Aug, 2021 6 commits
-
-
Wolfgang Petroschka authored
Mixing char types in libfmt is a problem and WIP.
-
Wolfgang Petroschka authored
There's actually a diffent string view type for wide string...
-
Wolfgang Petroschka authored
does not work with wchar_t based string.
-
Wolfgang Petroschka authored
Useful when formatting log messages fails. Now you can tell which log message caused the problem.
-
Gabi Melman authored
better file name for hourly file sink
-
辛文 authored
-
- 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 2 commits
-
-
Gabi Melman authored
Simplified Qt sinks
-
Muhammed Galib Uludag authored
-