-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the submodules group across 1 directory with 6 updates
Bumps the submodules group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [plugins/robots/thirdparty/trikRuntime/trikRuntime](https://github.com/trikset/trikRuntime) | ``29b4ecd`` | ``020df55`` | | [qrtest/thirdparty/googletest/googletest](https://github.com/google/googletest) | ``4a1a299`` | ``a7f443b`` | | [plugins/robots/thirdparty/hidapi](https://github.com/libusb/hidapi) | ``5fd7a79`` | ``6c2de30`` | | [thirdparty/quazip/quazip](https://github.com/stachenov/quazip) | ``9d3aa3e`` | ``7f82903`` | | [installer/nxt-tools](https://github.com/trikset/nxt-tools) | ``dff80a0`` | ``6c4d5f1`` | | [thirdparty/checkapp/checkapp](https://github.com/trikset/trik-checkapp) | ``14cd224`` | ``23f9710`` | Updates `plugins/robots/thirdparty/trikRuntime/trikRuntime` from `29b4ecd` to `020df55` - [Release notes](https://github.com/trikset/trikRuntime/releases) - [Commits](trikset/trikRuntime@29b4ecd...020df55) Updates `qrtest/thirdparty/googletest/googletest` from `4a1a299` to `a7f443b` - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@4a1a299...a7f443b) Updates `plugins/robots/thirdparty/hidapi` from `5fd7a79` to `6c2de30` - [Release notes](https://github.com/libusb/hidapi/releases) - [Commits](libusb/hidapi@5fd7a79...6c2de30) Updates `thirdparty/quazip/quazip` from `9d3aa3e` to `7f82903` - [Release notes](https://github.com/stachenov/quazip/releases) - [Commits](stachenov/quazip@9d3aa3e...7f82903) Updates `installer/nxt-tools` from `dff80a0` to `6c4d5f1` - [Commits](trikset/nxt-tools@dff80a0...6c4d5f1) Updates `thirdparty/checkapp/checkapp` from `14cd224` to `23f9710` - [Commits](trikset/trik-checkapp@14cd224...23f9710) --- updated-dependencies: - dependency-name: plugins/robots/thirdparty/trikRuntime/trikRuntime dependency-type: direct:production dependency-group: submodules - dependency-name: qrtest/thirdparty/googletest/googletest dependency-type: direct:production dependency-group: submodules - dependency-name: plugins/robots/thirdparty/hidapi dependency-type: direct:production dependency-group: submodules - dependency-name: thirdparty/quazip/quazip dependency-type: direct:production dependency-group: submodules - dependency-name: installer/nxt-tools dependency-type: direct:production dependency-group: submodules - dependency-name: thirdparty/checkapp/checkapp dependency-type: direct:production dependency-group: submodules ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
d9af3ca
commit 2c8be82
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule nxt-tools
updated
4377 files
Submodule hidapi
updated
28 files
+65 −26 | .github/workflows/builds.yml | |
+4 −2 | .github/workflows/checks.yml | |
+3 −1 | BUILD.autotools.md | |
+2 −2 | BUILD.cmake.md | |
+4 −1 | CMakeLists.txt | |
+1 −1 | README.md | |
+1 −1 | configure.ac | |
+1 −1 | dist/hidapi.podspec | |
+1 −1 | hidtest/CMakeLists.txt | |
+1 −1 | hidtest/test.c | |
+1 −1 | libusb/CMakeLists.txt | |
+12 −3 | libusb/hid.c | |
+1 −1 | linux/CMakeLists.txt | |
+91 −34 | linux/hid.c | |
+2 −2 | mac/CMakeLists.txt | |
+1 −1 | mac/Makefile-manual | |
+15 −14 | mac/hid.c | |
+35 −0 | netbsd/CMakeLists.txt | |
+29 −0 | netbsd/README.md | |
+1,173 −0 | netbsd/hid.c | |
+11 −0 | pc/hidapi-netbsd.pc.in | |
+15 −2 | src/CMakeLists.txt | |
+1 −1 | subprojects/hidapi_build_cmake/CMakeLists.txt | |
+80 −29 | windows/hid.c | |
+9 −1 | windows/hidapi_descriptor_reconstruct.h | |
+0 −2 | windows/hidapi_hidsdi.h | |
+65 −65 | windows/pp_data_dump/pp_data_dump.c | |
+73 −71 | windows/test/hid_report_reconstructor_test.c |
Submodule trikRuntime
updated
49 files
Submodule googletest
updated
80 files
Submodule checkapp
updated
9 files
+11 −0 | .github/dependabot.yml | |
+27 −27 | .github/workflows/main.yml | |
+228 −93 | checker.cpp | |
+22 −12 | checker.h | |
+10 −4 | main.cpp | |
+19 −20 | mainwindow.cpp | |
+3 −3 | mainwindow.h | |
+5 −5 | optionsAliases.h | |
+33 −28 | translations/checkapp_ru.ts |
Submodule quazip
updated
18 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 | |
+183 −6 | .github/workflows/ci.yml | |
+319 −0 | .github/workflows/qt-zlib.yml | |
+73 −0 | .github/workflows/scorecard.yml | |
+5 −0 | .gitignore | |
+46 −24 | CMakeLists.txt | |
+44 −0 | CMakePresets.json | |
+87 −2 | README.md | |
+14 −0 | SECURITY.md | |
+21 −0 | cmake/windeployqt.cmake | |
+16 −0 | conanfile.py | |
+1 −1 | quazip/doc/index.dox | |
+3 −3 | quazip/quaziodevice.cpp | |
+9 −0 | qztest/CMakeLists.txt | |
+22 −0 | vcpkg.json |