- 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 5 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…
-
steven lunt authored
added spdlog::level::set_string_view to enable alternate log level names without changing the build via SPDLOG_LEVEL_NAMES
-
Gabi Melman authored
-
- 23 Mar, 2021 1 commit
-
-
Gabi Melman authored
-
- 22 Mar, 2021 1 commit
-
-
Ahmed Yarub Hani Al Nuaimi authored
-
- 20 Mar, 2021 2 commits
-
-
Gabi Melman authored
add default cases
-
Ryan Sherlock authored
Removing changes to the bundled fmt library. The default case statements will be changed in the upstream library. Signed-off-by: Ryan Sherlock <sherlock@loftorbital.com>
-
- 19 Mar, 2021 1 commit
-
-
Ryan Sherlock authored
Adding default case for cases where the compilation flag -Wswitch-default is present on the command line when spdlog is included in external projects. Signed-off-by: Ryan Sherlock <ryan.m.sherlock@gmail.com>
-
- 16 Mar, 2021 2 commits
- 12 Mar, 2021 2 commits
- 04 Mar, 2021 4 commits
-
-
gabime authored
-
Gabi Melman authored
-
Gabi Melman authored
CMake: Add SPDLOG_STATIC_VCRT to choose static MSVC runtime
-
Romain Roffé authored
-
- 02 Mar, 2021 3 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-