Alex Esseling
378041a42d
Exif.CanonCs.SpotMeteringMode
3 years ago
Alex Esseling
6e35cf9e29
Exif.Canon.CanonFlashInfo
3 years ago
Alex Esseling
d72ca6806c
ExposureCompensation added
3 years ago
Alex Esseling
55de9f4dea
fix test_issue_1122.py
3 years ago
Alex Esseling
3e0d9a8b66
fix of test_issue_1151.py
3 years ago
Alex Esseling
5e2c84aa69
fix of tests case test_issue_981.py
3 years ago
Alex Esseling
50390717f7
fix wrong brackets
3 years ago
Alex Esseling
c6b8be5498
wrong brackets fixed
3 years ago
Alex Esseling
b70a3fb572
Canon AF Info 2 Tag
3 years ago
Alex Esseling
5cc52feb4b
Adding Canon RawBurst Tag
3 years ago
Alex Esseling
cf36feaa61
Adding Canon AF Config Tag
3 years ago
Alex Esseling
56a455422d
Adding LensSerialNumber Tag
3 years ago
Alex Esseling
e3311b9a4f
canon filter options
3 years ago
Alex Esseling
d6f1f7c614
Adding of Canon Vignetting Correction Tag 2
3 years ago
Alex Esseling
8b174900fa
Adding Canon Lighting Optimization Tag
3 years ago
Alex Esseling
524b33e5df
Canon MultiExposure tag added
3 years ago
Alex Esseling
e2b1028973
Adding tag Canon AFMicroAdj
3 years ago
Alex Esseling
80d67b89c6
Adding Ambience Selection to tag list
3 years ago
Christoph Hasse
3ffe9938f8
Decoding of Canon HDRInfo tag
3 years ago
Alex Esseling
b589ced049
update to tags
3 years ago
Alex Esseling
5f2dee4d40
update canonrf tags, new lenses
3 years ago
Alex Esseling
081f458bf1
update tags ID
3 years ago
Alex Esseling
f41e7e59e3
second rund
3 years ago
Alex Esseling
23293064bb
work on canon tags
3 years ago
Luis Diaz
f2279e6b41
ci: do not stop on failure
3 years ago
Luis Díaz Más
23f089a1b6
Apply suggestions from code review
...
Co-authored-by: Kevin Backhouse <kevinbackhouse@github.com>
3 years ago
Luis Díaz Más
f59a9abfe3
Remove unused PRINTUCS2 CMake option
3 years ago
Luis Díaz Más
4fcbb7ad11
doc: update notes about MSYS
3 years ago
Luis Díaz Más
7e024033a6
ci: Use MSYS UCRT environment
...
- Use the CMake generator 'MSYS Makefiles' for MSYS builds
- Run CI build in parallel
- MSYS with NLS OFF
3 years ago
Luis Díaz Más
432555eae8
Replace platform specific code with std::filesystem
3 years ago
Luis Díaz Más
fdfb295cc4
windows: Trick to get UTF-8 encoded argv in main entry point
...
- Adapt exifprint to the new wmain strategy
- Delete have_unicode_path
- wmain does not work with MSYS & MinGW
- cmake: entry point via cmake instead of pragma
- cmake: better doc for MSVC flags
- Fix entry point in sample apps
- Adapt CMake code to work with MSVC & MinGW
3 years ago
Luis Díaz Más
7933ff401d
Remove dead code around EXV_UNICODE_PATH
3 years ago
Luis Díaz Más
50fc40bb7c
Add system test to reproduce issue with special characters
3 years ago
Christoph Hasse
e3ca59b01f
move test_regression_allfiles.py into its own subdirectory and add the test to cmakelists.txt
3 years ago
Christoph Hasse
b318b9de65
feat(testing): add a new extensive regression test that runs exiv2 over every test file we have
3 years ago
Christoph Hasse
d0131ebb75
move test reference files into their own subdirectory
3 years ago
Christoph Hasse
87bdcb4127
fix(testing): codecov reports ( #2094 )
...
* fix(testing): fix codecov.yml
* fix(testing): make code coverage procedure for main and PRs identical
* fix(testing): make codecov ignore the right folders
3 years ago
Luis Díaz Más
cfbe0b48ac
ci: remove conanCache from release workflow. Use newer python ( #2092 )
3 years ago
Kevin Backhouse
2a3dd2def9
Replace Value::toLong with Value::toInt64. ( #2062 )
...
* Replace Value::toLong with Value::toInt64.
* Fix compiler warning.
* Fix compile error.
* Fix declaration of canonEv
* Fix compiler warning.
* Fix compiler warning.
* Use int64_t for offsets in tiffcomposite_int.cpp
* Fix compiler warning.
* Fix compiler warnings.
* Fix compiler warning.
* Fix compiler warning.
* Fix compiler warning.
* Fix compiler warning.
* Remove static_cast<long int> in TagDetails initializer.
3 years ago
Luis Díaz Más
a8a995f546
Upgrade documentation regarding CMake & Tests ( #2088 )
...
* doc: remove section about C++11 compilation
Now we are hardcoding the C++17 requirement into cmake/compilerFlags.cmake
* doc: upgrade doc notes regarding CMake & test execution
* Replace cmake to CMake
* doc: cosmetics in README
* doc: recommend usage of cmake --install .
* doc: Remove hard-coded section numbers
* doc: review markdown section levels
* doc: link to latest MSYS2 installer and update notes about CI pipelines
3 years ago
Luis Díaz Más
99f363ce6b
Merge pull request #2086 from Exiv2/main_FixRelease
...
Fix Release pipeline
3 years ago
Luis Diaz
b9677f64d7
ci: use conan cache in other windows builds
3 years ago
Luis Diaz
fa9c9bd4cc
Fix release build (see #2085 )
3 years ago
Luis Díaz Más
8d2f6ad33d
Merge pull request #2080 from Exiv2/main_revisePythonTest
...
Revise python test and dependencies to sample applications
3 years ago
Luis Díaz Más
40a59abef8
cmake: warning message when python3 is not found
3 years ago
Luis Díaz Más
3e0a5b97a3
Remove deprecated bash tests
3 years ago
Luis Díaz Más
c7185c71db
Move all tests depending on sample applications to bash_tests
3 years ago
Luis Díaz Más
2a818e924d
remove usage of exiv2json in a test ( #199 )
3 years ago
Luis Díaz Más
40f84182b8
Remove deprecated test file
3 years ago
Luis Díaz Más
1b90036cf2
ci-conan: be more explicit about desired compiler in conan profile ( #2085 )
...
* ci-conan: be more explicit about desired compiler in conan profile
* conan: upgrade to latest version
3 years ago