Skip to content

Commit

Permalink
chore: bump sourcepp
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Nov 11, 2024
1 parent 1b2bdc6 commit e7deaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/thirdparty/sourcepp
Submodule sourcepp updated 64 files
+1 −1 .github/workflows/deploy_docs.yml
+65 −0 .github/workflows/wheels.yml
+31 −3 .gitignore
+76 −14 CMakeLists.txt
+16 −9 README.md
+31 −0 THIRDPARTY_LEGAL_NOTICES.txt
+16 −9 docs/index.md
+2 −2 ext/_ext.cmake
+1 −1 ext/bufferstream
+5 −3 ext/compressonator/CMakeLists.txt
+ ext/compressonator/lib/macOS_arm64/libCMP_Core.a
+ ext/compressonator/lib/macOS_arm64/libCMP_Cored.a
+ ext/compressonator/lib/macOS_arm64/libCompressonator.a
+ ext/compressonator/lib/macOS_arm64/libCompressonatord.a
+ ext/compressonator/lib/win_x86_64/CMP_Core_MD.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MD_AVX.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MD_AVX512.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MD_AVX512d.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MD_AVXd.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MD_SSE.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MD_SSEd.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MDd.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MT.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MT_AVX.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MT_AVX512.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MT_AVX512d.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MT_AVXd.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MT_SSE.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MT_SSEd.lib
+ ext/compressonator/lib/win_x86_64/CMP_Core_MTd.lib
+ ext/compressonator/lib/win_x86_64/Compressonator_MD.lib
+ ext/compressonator/lib/win_x86_64/Compressonator_MDd.lib
+ ext/compressonator/lib/win_x86_64/Compressonator_MT.lib
+ ext/compressonator/lib/win_x86_64/Compressonator_MTd.lib
+2 −3 include/sourcepp/parser/Binary.h
+5 −4 include/toolpp/CmdSeq.h
+3 −3 include/toolpp/FGD.h
+4 −0 include/vpkpp/format/GCF.h
+25 −3 include/vtfpp/ImageConversion.h
+1 −1 include/vtfpp/PPL.h
+34 −14 include/vtfpp/VTF.h
+0 −4 lang/python/.gitignore
+46 −0 lang/python/cfg/CMakeLists.txt
+5 −0 lang/python/cfg/__init__.py
+55 −0 lang/python/cfg/pyproject.toml
+0 −5 lang/python/dist/sourcepp/__init__.py
+15 −13 lang/python/src/gamepp.h
+21 −4 lang/python/src/sourcepp.cpp
+4 −8 lang/python/src/sourcepp.h
+20 −18 lang/python/src/steampp.h
+169 −0 lang/python/src/toolpp.h
+39 −42 lang/python/src/vcryptpp.h
+436 −0 lang/python/src/vtfpp.h
+2 −2 src/mdlpp/structs/MDL.cpp
+1 −3 src/sourcepp/parser/Binary.cpp
+4 −4 src/sourcepp/parser/Text.cpp
+9 −7 src/toolpp/CmdSeq.cpp
+16 −15 src/toolpp/FGD.cpp
+3 −3 src/vcryptpp/VFONT.cpp
+1 −2 src/vpkpp/_vpkpp.cmake
+1 −1 src/vtfpp/PPL.cpp
+131 −42 src/vtfpp/VTF.cpp
+1 −1 src/vtfpp/_vtfpp.cmake
+4 −1 test/vtfpp.cpp

0 comments on commit e7deaa7

Please sign in to comment.