-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): update fmt and spdlog submodules
- Loading branch information
1 parent
c62d64d
commit cce840e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule fmt
updated
69 files
Submodule spdlog
updated
21 files
+2 −16 | .travis.yml | |
+9 −3 | CMakeLists.txt | |
+5 −5 | README.md | |
+0 −4 | cmake/spdlogConfig.cmake.in | |
+0 −12 | example/example.cpp | |
+2 −2 | include/spdlog/async_logger-inl.h | |
+1 −1 | include/spdlog/common-inl.h | |
+24 −21 | include/spdlog/common.h | |
+29 −16 | include/spdlog/details/tcp_client-windows.h | |
+1 −0 | include/spdlog/details/thread_pool.h | |
+0 −110 | include/spdlog/details/udp_client-windows.h | |
+0 −93 | include/spdlog/details/udp_client.h | |
+0 −1 | include/spdlog/fmt/bin_to_hex.h | |
+2 −2 | include/spdlog/logger-inl.h | |
+10 −15 | include/spdlog/logger.h | |
+1 −1 | include/spdlog/sinks/hourly_file_sink.h | |
+1 −2 | include/spdlog/sinks/mongo_sink.h | |
+156 −49 | include/spdlog/sinks/qt_sinks.h | |
+0 −74 | include/spdlog/sinks/udp_sink.h | |
+1 −1 | include/spdlog/version.h | |
+1,278 −3,865 | tests/catch.hpp |