7962 Commits (b0318c36beded5cbef1e26f7297f6e018fcfb49c)
 

Author SHA1 Message Date
Kevin Backhouse aaf5843f6b
Merge pull request #1956 from kevinbackhouse/DataBufMoveCnstr
Use std::move to transfer ownership of DataBufs.
4 years ago
Kevin Backhouse 5c701e559c
Merge pull request #1962 from kevinbackhouse/Revert1857
Fix macOS build failure
4 years ago
Kevin Backhouse cf6566b13c
Fix indentation 4 years ago
Kevin Backhouse d2bdf6868f
Revert "Fix for https://github.com/Exiv2/exiv2/issues/1856"
This reverts commit e667346582.
4 years ago
Kevin Backhouse 94ea0c6d90
Delete the copy assignment operator to avoid accidental copying. 4 years ago
Kevin Backhouse 81cfc162c1
Use std::move to transfer ownership of DataBufs. 4 years ago
Kevin Backhouse 4901c5dba6
Merge pull request #1930 from kevinbackhouse/CiffComponent-pData-ownership
Clarify ownership model of CiffComponent::pData_
4 years ago
Kevin Backhouse d874f3d278
Regression test for https://github.com/Exiv2/exiv2/issues/1954 4 years ago
Kevin Backhouse 3b0d827047
More =default changes. 4 years ago
Kevin Backhouse 5fdd9da3d3
Use =default. 4 years ago
Kevin Backhouse 937264b7a8
Merge pull request #1927 from kevinbackhouse/ImproveCodeCoverage
Add second test to improve code coverage.
4 years ago
Kevin Backhouse 33edcb2497
Merge pull request #1914 from postscript-dev/fix_markdown_manpage
Update manpage and use in related files
4 years ago
Kevin Backhouse 89253deb14
Merge pull request #1947 from jim-easterbrook/swig_compat
Hide "static constexpr auto" from SWIG
4 years ago
Miloš Komarčević 2074f82344 Fold into common 02xx versions 4 years ago
Miloš Komarčević 4205e03c43 Extending Nikon3.ColorBalance version coverage 4 years ago
Kevin Backhouse 2b040e925f
Merge pull request #1943 from kevinbackhouse/ConanFixMacOS
Fix Conan on macOS (another one)
4 years ago
Jim Easterbrook a6480f972c Hide "static constexpr auto" from SWIG
SWIG can't parse "static constexpr auto" at present. As there's no need
to SWIG private class members simply hiding the expression is all that's
needed.
4 years ago
Kevin Backhouse a0cff1258c
Use same Conan version on macOS as on other platforms. 4 years ago
Kevin Backhouse c9638bb36b
Fix Conan on macOS 4 years ago
Kevin Backhouse 458a60bd76
Merge pull request #1942 from kevinbackhouse/ConanFixMacOS
Fix Conan on macOS
4 years ago
Kevin Backhouse 0548a6cfd7
Fix Conan on macOS 4 years ago
Kevin Backhouse be5a01f0b2
Merge pull request #1921 from kevinbackhouse/FixIssue1920
Fix UBSAN failure caused by left-shift of negative number
4 years ago
Kevin Backhouse 83b9944cdd
We only need to extract one byte. 4 years ago
Kevin Backhouse 6de681538b
Merge pull request #1940 from kevinbackhouse/ConanFix
Add workaround for conan outage
4 years ago
Kevin Backhouse e6ce13729b
Add workaround for conan outage: https://github.com/conan-io/conan/issues/9695 4 years ago
Kevin Backhouse 887acd098a
Merge pull request #1926 from postscript-dev/fix_sony_temperature_tags
Add conditions to 2 Sony temperature tags
4 years ago
Kevin Backhouse 7bd19355c5
Merge pull request #1932 from John55h/main
Update canonmn_int.cpp to correct lens "Canon EF 80-200mm f/4.5-5.6 II"
4 years ago
John55h 02d40734a1
Update canonmn_int.cpp
Correct Exif.CanonCs.LensType 38 for "Canon EF 80-200mm f/4.5-5.6 II"
4 years ago
postscript-dev 5bec024357
Update: Minor formatting/text in `exiv2.md` 4 years ago
postscript-dev 342eeb498e
Fix formatting in `exiv2.md` 4 years ago
postscript-dev e6f94920d8
Fix spelling/formatting in exiv2.md 4 years ago
postscript-dev b65dac3ab9
Add RETURN VALUES section to exiv2.md 4 years ago
postscript-dev 0da5603b11
Fix long code block lines in exiv2.md
Fix will help when file is converted to PDF for the website.
4 years ago
postscript-dev 2004aeb8d8
Update manpage URLs 4 years ago
postscript-dev cb1b632263
Update markdown files with changes to manpage 4 years ago
postscript-dev 9cbbd12aec
Move exiv2.md - easier to find 4 years ago
postscript-dev 862e6198f5
Fix markdown manpage formatting
GitHub flavored markdown uses `- ` for a bullet point, instead of a
`+ `.
4 years ago
Kevin Backhouse 482cb2ded5
Clarify ownership model of CiffComponent::pData_ 4 years ago
Kevin Backhouse b27aa0b82c
Merge pull request #1922 from postscript-dev/fix_sony_tags
Add SonyMisc(2b|3c) Groups for Sony TIFF files
4 years ago
Kevin Backhouse eb85d4c267
Add third test to improve code coverage. 4 years ago
Kevin Backhouse 8b8067abba
Add second test to improve code coverage. 4 years ago
postscript-dev 5325056e55
Add Python tests for 2 Sony temperature tags
Check if pretty printing outputs `"n/a"` when used with unsupported
camera models.
4 years ago
postscript-dev 54ee165261
Add conditions to 2 Sony temperature tags
Only certain camera models are supported.

Source: https://github.com/exiftool/exiftool/blob/master/lib/Image/ExifTool/Sony.pm
4 years ago
Kevin Backhouse e2f3d6d2d7
Merge pull request #1918 from rabauke/my_fix_01
fix out of range access, minor performance improvement
4 years ago
Kevin Backhouse 41543e99b5
Merge pull request #1907 from cjwatson/update-pot-target
Add custom update-pot target
4 years ago
Heiko Bauke d9294ebe38
Merge pull request #1 from kevinbackhouse/my_fix_01
Add regression test to https://github.com/Exiv2/exiv2/pull/1918
4 years ago
Colin Watson 38e836d96f
Merge pull request #1 from kevinbackhouse/update-pot-target
Update copyright and bug-address
4 years ago
Kevin Backhouse 78fcfff497
Update copyright and bug-address 4 years ago
Kevin Backhouse 2ec128f479
Add regression test to https://github.com/Exiv2/exiv2/pull/1918 4 years ago
postscript-dev 827f31ad8d
Add test for SonyMisc(2b|3c) Groups in TIFF files 4 years ago