-
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`` | ``db0d3e0`` | | [qrtest/thirdparty/googletest/googletest](https://github.com/google/googletest) | ``4a1a299`` | ``e4fdb87`` | | [plugins/robots/thirdparty/hidapi](https://github.com/libusb/hidapi) | ``5fd7a79`` | ``7011fa9`` | | [thirdparty/quazip/quazip](https://github.com/stachenov/quazip) | ``9d3aa3e`` | ``69bc940`` | | [installer/nxt-tools](https://github.com/trikset/nxt-tools) | ``dff80a0`` | ``6c4d5f1`` | Updates `plugins/robots/thirdparty/trikRuntime/trikRuntime` from `29b4ecd` to `db0d3e0` - [Release notes](https://github.com/trikset/trikRuntime/releases) - [Commits](trikset/trikRuntime@29b4ecd...db0d3e0) Updates `qrtest/thirdparty/googletest/googletest` from `4a1a299` to `e4fdb87` - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@4a1a299...e4fdb87) Updates `plugins/robots/thirdparty/hidapi` from `5fd7a79` to `7011fa9` - [Release notes](https://github.com/libusb/hidapi/releases) - [Commits](libusb/hidapi@5fd7a79...7011fa9) Updates `thirdparty/quazip/quazip` from `9d3aa3e` to `69bc940` - [Release notes](https://github.com/stachenov/quazip/releases) - [Commits](stachenov/quazip@9d3aa3e...69bc940) 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
066da16
commit cee38e6
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
22 files
+65 −26 | .github/workflows/builds.yml | |
+3 −1 | .github/workflows/checks.yml | |
+3 −1 | BUILD.autotools.md | |
+1 −1 | BUILD.cmake.md | |
+3 −0 | CMakeLists.txt | |
+1 −1 | configure.ac | |
+1 −1 | dist/hidapi.podspec | |
+1 −1 | hidtest/test.c | |
+12 −3 | libusb/hid.c | |
+91 −34 | linux/hid.c | |
+1 −1 | 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 | |
+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
46 files
Submodule googletest
updated
67 files