- 18 May, 2021 3 commits
-
-
steven lunt authored
-
steven lunt authored
Revert "added spdlog::level::set_string_view to enable alternate log level names without changing the build via SPDLOG_LEVEL_NAMES" This reverts commit 2a16d1d2.
-
steven lunt authored
Revert "remove constexpr on level_string_views to fix compilation on C++17 from addition of set_string_view" This reverts commit ac3e26b0.
-
- 16 May, 2021 2 commits
-
-
Gabi Melman authored
Add support for CMake policy CMP0077
-
JB_12 authored
-
- 10 May, 2021 2 commits
-
-
Gabi Melman authored
small std::find conversion
-
Rosen Penev authored
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 06 May, 2021 4 commits
-
-
Gabi Melman authored
Fix warning about testing _WIN64 which might be undefined
-
Vadim Zeitlin authored
This warning is disabled by default, but is pretty useful and worth enabling for MSVC, just as -Wundef for gcc, so fix it in Win32 build.
-
Gabi Melman authored
Avoid harmless warning about unreachable statement in MSVS build
-
Vadim Zeitlin authored
All MSVS versions >= 2015 warn about "return 0" after throw_spdlog_ex() being unreachable in filesize(), so disable this warning in this function (note that it can't be disabled inside it).
-
- 03 May, 2021 2 commits
-
-
Gabi Melman authored
Change c-style casts to reinterpret casts in tcp_client
-
Luke Novey authored
-
- 30 Apr, 2021 1 commit
-
-
gabime authored
-
- 22 Apr, 2021 2 commits
-
-
Gabi Melman authored
Made mutex member variable mutable
-
Matthias Moulin authored
Classes inheriting from `base_sink` can now lock the base mutex inside their `const` member methods (e.g., basic accessors).
-
- 20 Apr, 2021 2 commits
-
-
Gabi Melman authored
fix Xcode compiler warning "no new line at the end of file"
-
Hai Feng Kao authored
-
- 10 Apr, 2021 3 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
- 08 Apr, 2021 6 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
fix bug #1790
-
Gabi Melman authored
Minor update, PEP8 format and f-string instead of format method
-
Gabi Melman authored
Update pattern_formatter-inl.h full_formatter comment to describe the default logging pattern expression accurately
-
Benjamin Sergeant authored
Comment describing the default logging pattern is missing [%s:%#], which is the abbreviated source file + the line number. I tried to customize our own logger by copy pasting this info, and then I noticed we had lost that information.
-
SUPERustam authored
-
- 05 Apr, 2021 1 commit
-
-
Steven Hangger authored
-
- 03 Apr, 2021 2 commits
-
-
Gabi Melman authored
Minor typo
-
Nandan V authored
-
- 25 Mar, 2021 7 commits
-
-
Gabi Melman authored
Update .clang-tidy
-
Hugo Bonnet authored
-
Gabi Melman authored
-
Gabi Melman authored
remove constexpr on level_string_views to fix compilation on C++17 fr…
-
Gabi Melman authored
-
Gabi Melman authored
Remove version requirement from fmt find_package
-
Chris Mc authored
By introducing 'no module' support this inadvertently triggered the find_package to use the "full version" version selection. From https://cmake.org/cmake/help/latest/command/find_package.html#version-selection: > When the [version] argument is given, Config mode will only find a version of the package that claims compatibility with the requested version (see format specification). FMT does not set this configuration https://github.com/fmtlib/fmt/blob/7.1.3/support/cmake/fmt-config.cmake.in... but regardless it would not be "any compatibility" based on version semantics. Which causes this error. v1.8.2 builds perfectly fine. ``` CMake Error at CMakeLists.txt:181 (find_package): Could not find a configuration file for package "fmt" that is compatible with requested version "5.3.0". The following configuration files were considered but not accepted: /home/proj/build/e98598522b7c484d9220bffc7ec84474515facbc/fmt-config.cmake, version: 7.1.3 ```
-
- 24 Mar, 2021 3 commits
-
-
steven lunt authored
-
Gabi Melman authored
Add required libraries for Android CMake build
-
Gabi Melman authored
added spdlog::level::set_string_view to enable alternate log level na…
-