-
Notifications
You must be signed in to change notification settings - Fork 115
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
* Bump minimal (required) LLVM/XCode versions * Fix GCC14 build * Basic Sinarback eVolution decoder * Nikon Coolpix A1000 camera support * Nikon Z f camera support * OM System TG-7 camera support * Panasonic DMC-G10: add missing crop modes * Panasonic ZS200: add missing aliases * Pentax KF camera support * Sigma sd Quattro H camera support * Sony ILCE-7CM2 camera support * Sony ILME-FX3 camera support * Sony ZV-E1 camera support * Samsung EK-GN120: fix CFA pattern * Leica M10-D name normalisation * Leica M10-P name normalisation * Leica M10-R name normalisation * Leica M11-P name normalisation * Leica Q2 Monochrom name normalisation * Leica SL2 name normalisation * Leica SL2-S name normalisation * Samsung EK-GN120: name normalization * Sigma fp L name normalisation * Sigma fp name normalisation * upstream/develop: (40 commits) [CI] MSYS2: disable caching, it should not be an opt-out feature Drop all justification comments on include lines `TiffEntry::getString()`: rewrite to pacify `misc-include-cleaner` Apply clang-tidy-17's `performance-avoid-endl` Apply clang-tidy-17's `bugprone-empty-catch` Apply clang-tidy-17's `bugprone-switch-missing-default-case` Apply clang-tidy-17's `performance-move-const-arg` Apply clang-tidy-17's `cppcoreguidelines-missing-std-forward` Apply clang-tidy-17's `readability-avoid-unconditional-preprocessor-if` Apply clang-tidy-17's `cppcoreguidelines-rvalue-reference-param-not-moved` Apply clang-tidy-17's `cppcoreguidelines-use-default-member-init` Apply clang-tidy-17's `modernize-type-traits` Drop IWYU stuff Apply clang-tidy-17's `misc-include-cleaner` Pentax KF support [CI] Add LLVM17 Samsung EK-GN120: normalize name Samsung EK-GN120: fix color table Nikon Z f support Leica Q2 Monochrom name normalisation ...
- Loading branch information
Showing
299 changed files
with
3,289 additions
and
2,914 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ | |
.mailmap | ||
CMakeLists.txt | ||
LICENSE | ||
cmake/iwyu.imp | ||
docs/Doxyfile.in | ||
fuzz/all-fuzzers.txt | ||
fuzz/common.dict |
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
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
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.