- 26 Jun, 2021 2 commits
- 24 Jun, 2021 6 commits
- 20 Jun, 2021 1 commit
-
-
Gabi Melman authored
-
- 15 Jun, 2021 2 commits
-
-
Gabi Melman authored
Use std::function for the global error handler
-
Sprite authored
-
- 13 Jun, 2021 2 commits
-
-
Gabi Melman authored
Fix signed/unsigned mismatch in VS
-
LE GARREC Vincent authored
-
- 07 Jun, 2021 1 commit
-
-
Gabi Melman authored
-
- 02 Jun, 2021 2 commits
-
-
Gabi Melman authored
Fix C++20 build resulting in deprecated implicit copy assignment operator warning
-
JB_12 authored
-
- 30 May, 2021 3 commits
-
-
Gabi Melman authored
Allow compilation with nvc++ (and possibly PGI)
-
Mikael Lund authored
-
Mikael Lund authored
-
- 19 May, 2021 3 commits
-
-
Gabi Melman authored
add macros for overriding the individual level names
-
steven lunt authored
-
steven lunt authored
-
- 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
-