-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27aed96
commit 8b1724e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule spdlog
updated
25 files
+0 −1 | .travis.yml | |
+87 −116 | CMakeLists.txt | |
+4 −5 | README.md | |
+0 −32 | appveyor.yml | |
+0 −6 | include/spdlog/common.h | |
+1 −1 | include/spdlog/details/async_logger_impl.h | |
+7 −18 | include/spdlog/details/logger_impl.h | |
+2 −2 | include/spdlog/details/mpmc_bounded_q.h | |
+5 −26 | include/spdlog/details/pattern_formatter_impl.h | |
+0 −32 | include/spdlog/fmt/bundled/printf.cc | |
+0 −603 | include/spdlog/fmt/bundled/printf.h | |
+0 −6 | include/spdlog/fmt/fmt.h | |
+0 −3 | include/spdlog/logger.h | |
+3 −8 | include/spdlog/spdlog.h | |
+5 −12 | include/spdlog/tweakme.h | |
+1 −7 | tests/Makefile | |
+0 −20 | tests/cond_logging.cpp | |
+0 −13 | tests/errors.cpp | |
+1 −40 | tests/file_log.cpp | |
+0 −3 | tests/includes.h | |
+0 −50 | tests/test_macros.cpp | |
+0 −1 | tests/tests.vcxproj | |
+0 −3 | tests/tests.vcxproj.filters | |
+0 −8 | tests/utils.cpp | |
+0 −1 | tests/utils.h |