-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/develop' into stable
* Panasonic DC-GX7MK3 camera support * SONY ILCE-7C camera support * upstream/develop: Github Actions CI: enable MINGW32 testing iPoint2D: `size_t` is not guaranteed to be larger than `int` GitHub Actions CI: update to LLVM/Clang 11 Cr2Decoder::decodeNewFormat(): actually ensure that subsampled image dims are multiples of subsampling factor Github Actions CI: Add CodeQL analysis Port clang static analysis ci job to github actions/CodeChecker Cr2Decoder::decodeNewFormat(): ensure that if subsampling is on, there is subsampling, and vice versa AbstractLJpegDecompressor::parseSOF(): don't write mRaw->metadata.subsampling, but check against it Cr2Decoder::decodeNewFormat(): store subsampling in RawImage's subsampling field rawspeed: SONY ILCE-7C support Add DC-GX7MK3 alias & remove spaces GHA: try to actually fix rpu-enabled coverage build And fix yet another typo in gha yaml GH Actions: fix rpu-less build Github actions: and don't forget to re-enable linux clang build... Github actions: and don't forget to re-enable linux RelWithDebInfo build.. Fixup github actions workflow yaml Port modern gcc/clang/gcc coverage builds to github actions README: update for travis-ci org->com migration Github Actions CI: retry using better upload name for codecov uploads
- Loading branch information
Showing
11 changed files
with
231 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.