-
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 with 5 updates
Bumps the submodules group with 5 updates: | Package | From | To | | --- | --- | --- | | [plugins/robots/thirdparty/trikRuntime/trikRuntime](https://github.com/trikset/trikRuntime) | ``29b4ecd`` | ``15e112d`` | | [qrtest/thirdparty/googletest/googletest](https://github.com/google/googletest) | ``4a1a299`` | ``77afe8e`` | | [plugins/robots/thirdparty/hidapi](https://github.com/libusb/hidapi) | ``5fd7a79`` | ``d0732cd`` | | [thirdparty/quazip/quazip](https://github.com/stachenov/quazip) | ``9d3aa3e`` | ``6063832`` | | [installer/nxt-tools](https://github.com/trikset/nxt-tools) | ``dff80a0`` | ``6c4d5f1`` | Updates `plugins/robots/thirdparty/trikRuntime/trikRuntime` from `29b4ecd` to `15e112d` - [Release notes](https://github.com/trikset/trikRuntime/releases) - [Commits](trikset/trikRuntime@29b4ecd...15e112d) Updates `qrtest/thirdparty/googletest/googletest` from `4a1a299` to `77afe8e` - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@4a1a299...77afe8e) Updates `plugins/robots/thirdparty/hidapi` from `5fd7a79` to `d0732cd` - [Release notes](https://github.com/libusb/hidapi/releases) - [Commits](libusb/hidapi@5fd7a79...d0732cd) Updates `thirdparty/quazip/quazip` from `9d3aa3e` to `6063832` - [Release notes](https://github.com/stachenov/quazip/releases) - [Commits](stachenov/quazip@9d3aa3e...6063832) Updates `installer/nxt-tools` from `dff80a0` to `6c4d5f1` - [Commits](trikset/nxt-tools@dff80a0...6c4d5f1) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
d066762
commit 2c4e4d2
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule nxt-tools
updated
4377 files
Submodule hidapi
updated
27 files
+65 −26 | .github/workflows/builds.yml | |
+3 −1 | .github/workflows/checks.yml | |
+3 −1 | BUILD.autotools.md | |
+2 −2 | BUILD.cmake.md | |
+4 −1 | CMakeLists.txt | |
+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
70 files
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 |