-
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-junior group across 1 directory with 4 updates
Bumps the submodules-junior group with 4 updates in the / directory: [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 `d8eeb49` - [Release notes](https://github.com/trikset/trikRuntime/releases) - [Commits](trikset/trikRuntime@7aee5cd...d8eeb49) Updates `qrtest/thirdparty/googletest/googletest` from `e47544a` to `0953a17` - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@e47544a...0953a17) 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 `dc4922b` - [Commits](trikset/trik-checkapp@14cd224...dc4922b) --- 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
1 parent
331eac4
commit d3d85ce
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule trikRuntime
updated
142 files
Submodule googletest
updated
72 files
Submodule checkapp
updated
15 files
+14 −0 | .clang-format | |
+144 −0 | .clang-tidy | |
+11 −0 | .github/dependabot.yml | |
+73 −28 | .github/workflows/main.yml | |
+5 −0 | .pre-commit-config.yaml | |
+6 −10 | checkapp.pri | |
+240 −106 | checker.cpp | |
+24 −14 | checker.h | |
+20 −21 | htmlTemplates.h | |
+9 −4 | main.cpp | |
+21 −21 | mainwindow.cpp | |
+9 −7 | mainwindow.h | |
+43 −49 | mainwindow.ui | |
+3 −7 | optionsAliases.h | |
+33 −28 | translations/checkapp_ru.ts |
Submodule quazip
updated
19 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 | |
+43 −51 | quazip/JlCompress.cpp | |
+1 −1 | quazip/doc/index.dox | |
+3 −3 | quazip/quaziodevice.cpp | |
+9 −0 | qztest/CMakeLists.txt | |
+22 −0 | vcpkg.json |