forked from LuisaGroup/LuisaCompute
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule spdlog
updated
20 files
+5 −22 | CMakeLists.txt | |
+1 −1 | README.md | |
+22 −0 | build_proj.lua | |
+1 −1 | example/example.cpp | |
+0 −7 | include/spdlog/common.h | |
+1 −2 | include/spdlog/details/file_helper-inl.h | |
+0 −12 | include/spdlog/details/os-inl.h | |
+0 −4 | include/spdlog/details/os.h | |
+2 −2 | include/spdlog/sinks/ansicolor_sink-inl.h | |
+0 −6 | include/spdlog/sinks/basic_file_sink-inl.h | |
+0 −1 | include/spdlog/sinks/basic_file_sink.h | |
+1 −0 | include/spdlog/sinks/daily_file_sink.h | |
+1 −1 | include/spdlog/sinks/null_sink.h | |
+0 −6 | include/spdlog/sinks/rotating_file_sink-inl.h | |
+0 −1 | include/spdlog/sinks/rotating_file_sink.h | |
+4 −5 | include/spdlog/sinks/stdout_sinks-inl.h | |
+2 −2 | include/spdlog/version.h | |
+0 −40 | tests/test_file_logging.cpp | |
+0 −35 | tests/test_misc.cpp | |
+1 −18 | xmake.lua |
Submodule xxHash
updated
5 files
+9 −9 | .github/workflows/ci.yml | |
+0 −9 | CHANGELOG | |
+1 −1 | Makefile | |
+7 −4 | cmake_unofficial/CMakeLists.txt | |
+165 −246 | xxhash.h |