Skip to content

Commit

Permalink
Bump the submodules group with 5 updates
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Mar 1, 2024
1 parent 066da16 commit cee38e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion installer/nxt-tools
Submodule nxt-tools updated 4377 files
2 changes: 1 addition & 1 deletion plugins/robots/thirdparty/trikRuntime/trikRuntime
Submodule trikRuntime updated 46 files
+13 −3 .github/dependabot.yml
+4 −2 .github/workflows/centos.yml
+4 −4 .github/workflows/main.yml
+153 −0 .github/workflows/trik-toolchain.yml
+3 −0 README.md
+1 −1 deploy.sh
+0 −1 global.pri
+2 −2 scripts/azure/install_Linux.sh
+1 −1 tests/thirdparty/googletest
+52 −0 translations/ADDING_TRANSLATIONS.en.md
+0 −1 translations/fr/locale.ini
+0 −44 translations/fr/trikKernel_fr.ts
+0 −43 translations/fr/trikRun_fr.ts
+0 −33 translations/fr/trikScriptRunner_fr.ts
+0 −1 translations/ru/locale.ini
+0 −46 translations/ru/trikKernel_ru.ts
+0 −48 translations/ru/trikRun_ru.ts
+0 −33 translations/ru/trikScriptRunner_ru.ts
+10 −13 translations/translations.pro
+700 −0 translations/trikRuntime_de.ts
+186 −137 translations/trikRuntime_fr.ts
+189 −133 translations/trikRuntime_ru.ts
+4 −0 translations/trikRuntime_sample.ts
+6 −6 trikControl/configs/kernel-3.6/system-config.xml
+12 −2 trikControl/include/trikControl/pwmCaptureInterface.h
+20 −0 trikControl/src/configurerHelper.cpp
+8 −0 trikControl/src/configurerHelper.h
+1 −1 trikControl/src/moduleLoader.h
+44 −2 trikControl/src/pwmCapture.cpp
+15 −2 trikControl/src/pwmCapture.h
+17 −11 trikGui/languageSelectionWidget.cpp
+63 −0 trikGui/pwmCaptureIndicator.cpp
+54 −0 trikGui/pwmCaptureIndicator.h
+4 −0 trikGui/sensorsWidget.cpp
+1 −0 trikGui/sensorsWidget.h
+10 −0 trikGui/startWidget.cpp
+4 −6 trikGui/trikGui.pro
+1 −1 trikHal/trikHal.pro
+5 −20 trikKernel/include/trikKernel/exceptions/trikRuntimeException.h
+6 −6 trikKernel/src/translationsHelper.cpp
+4 −4 trikKernel/trikKernel.pro
+0 −4 trikRun/trikRun.pro
+22 −17 trikRuntime.pro
+1 −0 trikScriptRunner/include/trikScriptRunner/trikScriptRunnerInterface.h
+3 −1 trikScriptRunner/src/pythonEngineWorker.cpp
+0 −4 trikScriptRunner/trikScriptRunner.pro
2 changes: 1 addition & 1 deletion qrtest/thirdparty/googletest/googletest
Submodule googletest updated 67 files
+1 −0 .gitignore
+17 −0 BUILD.bazel
+11 −2 CMakeLists.txt
+4 −4 CONTRIBUTING.md
+1 −0 CONTRIBUTORS
+61 −0 MODULE.bazel
+8 −8 README.md
+14 −12 WORKSPACE
+35 −0 WORKSPACE.bzlmod
+6 −4 ci/linux-presubmit.sh
+2 −1 ci/macos-presubmit.sh
+2 −2 ci/windows-presubmit.bat
+22 −12 docs/advanced.md
+18 −39 docs/faq.md
+1 −1 docs/gmock_cheat_sheet.md
+9 −3 docs/gmock_cook_book.md
+7 −5 docs/gmock_for_dummies.md
+12 −12 docs/primer.md
+2 −2 docs/reference/assertions.md
+1 −2 docs/reference/mocking.md
+4 −2 docs/reference/testing.md
+33 −0 fake_fuchsia_sdk.bzl
+10 −10 googlemock/CMakeLists.txt
+3 −3 googlemock/README.md
+28 −4 googlemock/include/gmock/gmock-actions.h
+5 −4 googlemock/include/gmock/gmock-function-mocker.h
+14 −13 googlemock/include/gmock/gmock-matchers.h
+4 −3 googlemock/include/gmock/gmock-more-actions.h
+8 −7 googlemock/include/gmock/gmock.h
+1 −1 googlemock/src/gmock-matchers.cc
+2 −1 googlemock/src/gmock-spec-builders.cc
+2 −1 googlemock/src/gmock_main.cc
+9 −0 googlemock/test/gmock-matchers-comparisons_test.cc
+23 −1 googlemock/test/gmock-more-actions_test.cc
+1 −1 googlemock/test/gmock-spec-builders_test.cc
+9 −0 googlemock/test/gmock_link_test.h
+14 −14 googletest/CMakeLists.txt
+3 −3 googletest/README.md
+4 −0 googletest/cmake/Config.cmake.in
+22 −20 googletest/cmake/internal_utils.cmake
+33 −2 googletest/include/gtest/gtest-message.h
+80 −22 googletest/include/gtest/gtest-printers.h
+35 −18 googletest/include/gtest/gtest.h
+2 −4 googletest/include/gtest/internal/gtest-death-test-internal.h
+20 −20 googletest/include/gtest/internal/gtest-internal.h
+3 −1 googletest/include/gtest/internal/gtest-param-util.h
+2 −0 googletest/include/gtest/internal/gtest-port-arch.h
+68 −86 googletest/include/gtest/internal/gtest-port.h
+19 −17 googletest/src/gtest-death-test.cc
+5 −3 googletest/src/gtest-filepath.cc
+14 −14 googletest/src/gtest-internal-inl.h
+37 −10 googletest/src/gtest-port.cc
+75 −32 googletest/src/gtest.cc
+2 −1 googletest/src/gtest_main.cc
+1 −0 googletest/test/BUILD.bazel
+39 −37 googletest/test/googletest-death-test-test.cc
+23 −0 googletest/test/googletest-message-test.cc
+4 −1 googletest/test/googletest-options-test.cc
+0 −5 googletest/test/googletest-output-test-golden-lin.txt
+3 −3 googletest/test/googletest-port-test.cc
+44 −0 googletest/test/googletest-printers-test.cc
+52 −44 googletest/test/gtest_environment_test.cc
+23 −41 googletest/test/gtest_help_test.py
+1 −3 googletest/test/gtest_repeat_test.cc
+9 −5 googletest/test/gtest_unittest.cc
+9 −6 googletest/test/gtest_xml_output_unittest.py
+14 −8 googletest_deps.bzl
2 changes: 1 addition & 1 deletion thirdparty/quazip/quazip
Submodule quazip updated 1 files
+4 −2 CMakeLists.txt

0 comments on commit cee38e6

Please sign in to comment.