Skip to content

Commit

Permalink
fix: update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
gottyduke committed Mar 6, 2024
1 parent cd88191 commit 3be1c3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Plugin/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"spdlog",
"nlohmann-json",
"simpleini",
"tomlplusplus",
"xbyak"
]
}
2 changes: 1 addition & 1 deletion extern/DKUtil
Submodule DKUtil updated 52 files
+1 −1 !Update.ps1
+2 −0 .clang-format-ignore
+0 −21 .github/workflows/clang-format.yml
+29 −0 .github/workflows/maintenance.yml
+0 −6 AnotherBiteTheConfig.ini
+8 −3 CMakeLists.txt
+0 −13 DKUtilDebugger.ini
+11 −7 README.md
+9 −8 docs/Config.md
+6 −4 docs/Hook.md
+2 −2 format-all.ps1
+37 −3 include/DKUtil/Config.hpp
+1 −0 include/DKUtil/Hook.hpp
+7 −7 include/DKUtil/Impl/Config/Data.hpp
+10 −11 include/DKUtil/Impl/Config/Ini.hpp
+12 −14 include/DKUtil/Impl/Config/Json.hpp
+8 −8 include/DKUtil/Impl/Config/Proxy.hpp
+202 −2 include/DKUtil/Impl/Config/Schema.hpp
+20 −12 include/DKUtil/Impl/Config/Shared.hpp
+17 −15 include/DKUtil/Impl/Config/Toml.hpp
+1 −1 include/DKUtil/Impl/Extra/Serialization/interface.hpp
+2 −2 include/DKUtil/Impl/Extra/Serialization/mock.hpp
+2 −2 include/DKUtil/Impl/Extra/Serialization/resolver.hpp
+3 −3 include/DKUtil/Impl/Extra/Serialization/shared.hpp
+109 −8 include/DKUtil/Impl/Hook/API.hpp
+42 −177 include/DKUtil/Impl/Hook/Assembly.hpp
+19 −4 include/DKUtil/Impl/Hook/Internal.hpp
+16 −19 include/DKUtil/Impl/Hook/Internal/ASMPatch.hpp
+24 −48 include/DKUtil/Impl/Hook/Internal/CaveHook.hpp
+3 −5 include/DKUtil/Impl/Hook/Internal/IATHook.hpp
+56 −21 include/DKUtil/Impl/Hook/Internal/RelHook.hpp
+10 −6 include/DKUtil/Impl/Hook/Internal/VMTHook.hpp
+376 −0 include/DKUtil/Impl/Hook/JIT.hpp
+328 −137 include/DKUtil/Impl/Hook/Shared.hpp
+404 −3 include/DKUtil/Impl/Hook/Shared_Compat.hpp
+2 −0 include/DKUtil/Impl/PCH.hpp
+79 −1 include/DKUtil/Impl/Utility/numbers.hpp
+136 −57 include/DKUtil/Impl/Utility/string.hpp
+37 −3 include/DKUtil/Impl/Utility/templates.hpp
+70 −49 include/DKUtil/Logger.hpp
+8 −2 include/DKUtil/Utility.hpp
+17,748 −0 include/external/toml.hpp
+43 −9 test/ConfigTest.h
+93 −11 test/HookTest.h
+2 −2 test/LoggerTest.h
+2 −2 test/PluginTest.cpp
+6 −0 test/configs/AnotherBiteTheConfig.ini
+13 −0 test/configs/DKUtilDebugger.ini
+0 −0 test/configs/DKUtilDebugger.json
+1 −1 test/configs/DKUtilDebugger.toml
+1 −0 test/configs/Schema_SC.txt
+16 −17 vcpkg.json

0 comments on commit 3be1c3c

Please sign in to comment.