Skip to content

Commit

Permalink
Bump the submodules-junior group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the submodules-junior group with 4 updates: [plugins/robots/thirdparty/trikRuntime/trikRuntime](https://github.com/trikset/trikRuntime), [qrtest/thirdparty/googletest/googletest](https://github.com/google/googletest), [thirdparty/quazip/quazip](https://github.com/stachenov/quazip) and [thirdparty/checkapp/checkapp](https://github.com/trikset/trik-checkapp).


Updates `plugins/robots/thirdparty/trikRuntime/trikRuntime` from `7aee5cd` to `dc29531`
- [Release notes](https://github.com/trikset/trikRuntime/releases)
- [Commits](trikset/trikRuntime@7aee5cd...dc29531)

Updates `qrtest/thirdparty/googletest/googletest` from `e47544a` to `ff233bd`
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](google/googletest@e47544a...ff233bd)

Updates `thirdparty/quazip/quazip` from `9d3aa3e` to `ddc9ddf`
- [Release notes](https://github.com/stachenov/quazip/releases)
- [Commits](stachenov/quazip@9d3aa3e...ddc9ddf)

Updates `thirdparty/checkapp/checkapp` from `14cd224` to `d2bc3f3`
- [Commits](trikset/trik-checkapp@14cd224...d2bc3f3)

---
updated-dependencies:
- dependency-name: plugins/robots/thirdparty/trikRuntime/trikRuntime
  dependency-type: direct:production
  dependency-group: submodules-junior
- dependency-name: qrtest/thirdparty/googletest/googletest
  dependency-type: direct:production
  dependency-group: submodules-junior
- dependency-name: thirdparty/quazip/quazip
  dependency-type: direct:production
  dependency-group: submodules-junior
- dependency-name: thirdparty/checkapp/checkapp
  dependency-type: direct:production
  dependency-group: submodules-junior
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 331eac4 commit 9410a91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/robots/thirdparty/trikRuntime/trikRuntime
Submodule trikRuntime updated 71 files
+13 −3 .github/dependabot.yml
+10 −8 .github/workflows/main.yml
+23 −24 .github/workflows/rockylinux.yml
+8 −6 .github/workflows/trik-toolchain.yml
+3 −0 .gitmodules
+3 −0 README.md
+8 −5 azure-pipelines.yml
+1 −1 deploy.sh
+39 −33 global.pri
+1 −0 mlx90640-library/mlx90640-library
+41 −0 mlx90640-library/mlx90640-library.pro
+16 −16 mlx90640-library/src/MLX90640_STUB_I2C_Driver.cpp
+1 −1 qslog/QsLogSharedLibrary.pro
+2 −1 scripts/azure/install_Darwin.sh
+1 −1 scripts/azure/script.sh
+1 −1 scripts/vera++/generatePaths.tcl
+1 −1 tests/thirdparty/googletest.pri
+1 −1 tests/thirdparty/googletest.pro
+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
+1 −1 trikCommunicator/trikCommunicator.pro
+4 −0 trikControl/configs/kernel-3.6/model-config.xml
+19 −15 trikControl/configs/kernel-3.6/system-config.xml
+4 −0 trikControl/include/trikControl/brickInterface.h
+64 −0 trikControl/include/trikControl/irCameraInterface.h
+12 −2 trikControl/include/trikControl/pwmCaptureInterface.h
+17 −0 trikControl/src/brick.cpp
+4 −0 trikControl/src/brick.h
+20 −0 trikControl/src/configurerHelper.cpp
+8 −0 trikControl/src/configurerHelper.h
+1 −1 trikControl/src/event.cpp
+130 −0 trikControl/src/irCamera.cpp
+106 −0 trikControl/src/irCamera.h
+172 −0 trikControl/src/irCameraWorker.cpp
+115 −0 trikControl/src/irCameraWorker.h
+1 −1 trikControl/src/moduleLoader.h
+44 −2 trikControl/src/pwmCapture.cpp
+15 −2 trikControl/src/pwmCapture.h
+10 −1 trikControl/trikControl.pro
+1 −2 trikControl/trikControlExport.pri
+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
+5 −7 trikGui/trikGui.pro
+1 −1 trikHal/trikHal.pro
+5 −20 trikKernel/include/trikKernel/exceptions/trikRuntimeException.h
+30 −12 trikKernel/include/trikKernel/timeVal.h
+6 −6 trikKernel/src/translationsHelper.cpp
+4 −5 trikKernel/trikKernel.pro
+1 −1 trikNetwork/trikNetwork.pro
+1 −5 trikRun/trikRun.pro
+25 −18 trikRuntime.pro
+3 −0 trikScriptRunner/include/trikScriptRunner/trikScriptRunnerInterface.h
+1 −5 trikScriptRunner/trikScriptRunner.pro
+1 −1 trikServer/trikServer.pro
+1 −1 trikWiFi/trikWiFi.pro
2 changes: 1 addition & 1 deletion qrtest/thirdparty/googletest/googletest
Submodule googletest updated 71 files
+0 −43 .github/workflows/gtest-ci.yml
+1 −0 .gitignore
+30 −13 BUILD.bazel
+11 −2 CMakeLists.txt
+1 −0 CONTRIBUTORS
+67 −0 MODULE.bazel
+5 −9 README.md
+48 −13 WORKSPACE
+35 −0 WORKSPACE.bzlmod
+6 −4 ci/linux-presubmit.sh
+2 −1 ci/macos-presubmit.sh
+8 −3 ci/windows-presubmit.bat
+16 −6 docs/advanced.md
+38 −3 docs/gmock_cook_book.md
+2 −0 docs/gmock_for_dummies.md
+17 −18 docs/primer.md
+23 −30 docs/quickstart-bazel.md
+24 −3 docs/reference/testing.md
+33 −0 fake_fuchsia_sdk.bzl
+14 −13 googlemock/CMakeLists.txt
+80 −23 googlemock/include/gmock/gmock-actions.h
+119 −104 googlemock/include/gmock/gmock-matchers.h
+8 −6 googlemock/include/gmock/gmock-more-actions.h
+4 −6 googlemock/include/gmock/gmock-spec-builders.h
+1 −0 googlemock/include/gmock/gmock.h
+8 −6 googlemock/include/gmock/internal/gmock-internal-utils.h
+5 −4 googlemock/include/gmock/internal/gmock-port.h
+4 −4 googlemock/src/gmock-cardinalities.cc
+3 −2 googlemock/src/gmock-internal-utils.cc
+13 −14 googlemock/src/gmock-matchers.cc
+2 −1 googlemock/src/gmock-spec-builders.cc
+52 −4 googlemock/test/gmock-actions_test.cc
+9 −7 googlemock/test/gmock-matchers-arithmetic_test.cc
+14 −2 googlemock/test/gmock-matchers-comparisons_test.cc
+16 −5 googlemock/test/gmock-matchers-containers_test.cc
+2 −2 googlemock/test/gmock-matchers-misc_test.cc
+39 −1 googlemock/test/gmock-more-actions_test.cc
+9 −0 googlemock/test/gmock_link_test.h
+14 −14 googletest/CMakeLists.txt
+1 −1 googletest/README.md
+4 −0 googletest/cmake/Config.cmake.in
+21 −19 googletest/cmake/internal_utils.cmake
+1 −1 googletest/include/gtest/gtest-assertion-result.h
+4 −4 googletest/include/gtest/gtest-death-test.h
+4 −4 googletest/include/gtest/gtest-param-test.h
+35 −21 googletest/include/gtest/gtest-printers.h
+65 −61 googletest/include/gtest/gtest-typed-test.h
+32 −14 googletest/include/gtest/gtest.h
+25 −26 googletest/include/gtest/internal/gtest-death-test-internal.h
+7 −1 googletest/include/gtest/internal/gtest-filepath.h
+25 −63 googletest/include/gtest/internal/gtest-internal.h
+78 −76 googletest/include/gtest/internal/gtest-param-util.h
+2 −0 googletest/include/gtest/internal/gtest-port-arch.h
+51 −20 googletest/include/gtest/internal/gtest-port.h
+3 −3 googletest/include/gtest/internal/gtest-type-util.h
+18 −16 googletest/src/gtest-death-test.cc
+28 −16 googletest/src/gtest-internal-inl.h
+47 −21 googletest/src/gtest-port.cc
+170 −117 googletest/src/gtest.cc
+1 −0 googletest/test/googletest-color-test.py
+41 −37 googletest/test/googletest-death-test-test.cc
+15 −0 googletest/test/googletest-json-output-unittest.py
+4 −1 googletest/test/googletest-options-test.cc
+0 −5 googletest/test/googletest-output-test-golden-lin.txt
+2 −2 googletest/test/googletest-port-test.cc
+52 −44 googletest/test/gtest_environment_test.cc
+3 −0 googletest/test/gtest_json_test_utils.py
+1 −3 googletest/test/gtest_repeat_test.cc
+18 −26 googletest/test/gtest_unittest.cc
+9 −6 googletest/test/gtest_xml_output_unittest.py
+16 −10 googletest_deps.bzl

0 comments on commit 9410a91

Please sign in to comment.