forked from HarbourMasters/Shipwright
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support lus strhash64 change (HarbourMasters#4102)
- Loading branch information
1 parent
bcf5a0c
commit 725670d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule OTRExporter
updated
2 files
+1 −1 | OTRExporter/DisplayListExporter.cpp | |
+1 −1 | OTRExporter/ExporterArchive.cpp |
Submodule libultraship
updated
17 files
+6 −0 | CMakeLists.txt | |
+1 −1 | cmake/dependencies/common.cmake | |
+10 −1 | cmake/dependencies/ios.cmake | |
+10 −1 | cmake/dependencies/mac.cmake | |
+0 −9 | extern/CMakeLists.txt | |
+0 −250 | extern/StrHash64/StrHash64.cpp | |
+0 −93 | extern/StrHash64/StrHash64.h | |
+0 −202 | extern/metal-cpp/LICENSE.txt | |
+0 −19,559 | extern/metal-cpp/Metal/Metal.hpp | |
+7 −12 | src/CMakeLists.txt | |
+1 −1 | src/public/bridge/resourcebridge.cpp | |
+1 −1 | src/resource/archive/Archive.cpp | |
+7 −3 | src/resource/archive/ArchiveManager.cpp | |
+4 −0 | src/resource/archive/OtrArchive.cpp | |
+4 −0 | src/resource/archive/OtrArchive.h | |
+183 −0 | src/utils/StrHash64.cpp | |
+93 −0 | src/utils/StrHash64.h |