Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the submodules-junior group across 1 directory with 5 updates #199

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/robots/thirdparty/trikRuntime/trikRuntime
Submodule trikRuntime updated 138 files
2 changes: 1 addition & 1 deletion qrtest/thirdparty/googletest/googletest
Submodule googletest updated 218 files
2 changes: 1 addition & 1 deletion thirdparty/quazip/quazip
Submodule quazip updated 53 files
+5 −0 .github/docker/README.md
+67 −0 .github/docker/qt-5.15.12-ubuntu-static/Dockerfile
+72 −0 .github/docker/qt-6.4.3-ubuntu-static/Dockerfile
+72 −0 .github/docker/qt-6.6.2-ubuntu-static/Dockerfile
+267 −26 .github/workflows/ci.yml
+319 −0 .github/workflows/qt-zlib.yml
+73 −0 .github/workflows/scorecard.yml
+8 −0 .gitignore
+192 −40 CMakeLists.txt
+44 −0 CMakePresets.json
+1 −1 Doxyfile
+217 −205 NEWS.txt
+90 −1 README.md
+14 −0 SECURITY.md
+35 −0 cmake/clone-repo.cmake
+21 −0 cmake/windeployqt.cmake
+16 −0 conanfile.py
+11 −3 quazip/CMakeLists.txt
+51 −63 quazip/JlCompress.cpp
+2 −3 quazip/JlCompress.h
+11 −2 quazip/QuaZipConfig.cmake.in
+8 −15 quazip/doc/index.dox
+82 −73 quazip/qioapi.cpp
+2 −2 quazip/quaadler32.cpp
+4 −4 quazip/quaadler32.h
+1 −3 quazip/quachecksum32.cpp
+2 −2 quazip/quacrc32.cpp
+4 −4 quazip/quacrc32.h
+5 −5 quazip/quagzipfile.cpp
+6 −6 quazip/quagzipfile.h
+24 −34 quazip/quaziodevice.cpp
+8 −8 quazip/quaziodevice.h
+48 −58 quazip/quazip.cpp
+7 −7 quazip/quazip.h
+1 −1 quazip/quazip.pc.cmakein
+2 −3 quazip/quazip_qt_compat.h
+63 −98 quazip/quazipdir.cpp
+35 −39 quazip/quazipfile.cpp
+17 −12 quazip/quazipfile.h
+2 −4 quazip/quazipnewinfo.cpp
+9 −19 quazip/unzip.c
+28 −38 quazip/zip.c
+13 −5 qztest/CMakeLists.txt
+1 −2 qztest/qztest.cpp
+48 −11 qztest/testjlcompress.cpp
+1 −0 qztest/testjlcompress.h
+7 −7 qztest/testquazip.cpp
+29 −9 qztest/testquazipfile.cpp
+12 −17 qztest/testquazipfileinfo.cpp
+1 −2 qztest/testquazipfileinfo.h
+0 −5 qztest/testquazipnewinfo.cpp
+1 −2 qztest/testquazipnewinfo.h
+22 −0 vcpkg.json
Loading