-
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.
* [checkapp] latest fixes * [hidapi] and [quazip] submodules update
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule hidapi
updated
28 files
+65 −26 | .github/workflows/builds.yml | |
+4 −2 | .github/workflows/checks.yml | |
+3 −1 | BUILD.autotools.md | |
+2 −2 | BUILD.cmake.md | |
+4 −1 | CMakeLists.txt | |
+1 −1 | README.md | |
+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 checkapp
updated
9 files
+11 −0 | .github/dependabot.yml | |
+27 −27 | .github/workflows/main.yml | |
+228 −93 | checker.cpp | |
+22 −12 | checker.h | |
+10 −4 | main.cpp | |
+19 −20 | mainwindow.cpp | |
+3 −3 | mainwindow.h | |
+5 −5 | optionsAliases.h | |
+33 −28 | translations/checkapp_ru.ts |
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 |