Commit Graph

7860 Commits

Author SHA1 Message Date
postscript-dev
c07bbfca3e
Fix doc description of Image::iccProfileDefined() 2021-10-15 21:15:11 +01:00
Kevin Backhouse
aaf5843f6b
Merge pull request #1956 from kevinbackhouse/DataBufMoveCnstr
Use std::move to transfer ownership of DataBufs.
2021-10-15 18:54:08 +01:00
Kevin Backhouse
5c701e559c
Merge pull request #1962 from kevinbackhouse/Revert1857
Fix macOS build failure
2021-10-15 18:53:08 +01:00
Kevin Backhouse
cf6566b13c
Fix indentation 2021-10-15 16:53:53 +01:00
Kevin Backhouse
d2bdf6868f
Revert "Fix for https://github.com/Exiv2/exiv2/issues/1856"
This reverts commit e667346582.
2021-10-14 10:40:21 +01:00
Kevin Backhouse
94ea0c6d90
Delete the copy assignment operator to avoid accidental copying. 2021-10-11 21:36:37 +01:00
Kevin Backhouse
81cfc162c1
Use std::move to transfer ownership of DataBufs. 2021-10-10 23:56:00 +01:00
Kevin Backhouse
4901c5dba6
Merge pull request #1930 from kevinbackhouse/CiffComponent-pData-ownership
Clarify ownership model of CiffComponent::pData_
2021-10-10 19:15:38 +01:00
Kevin Backhouse
3b0d827047
More =default changes. 2021-10-10 10:43:07 +01:00
Kevin Backhouse
5fdd9da3d3
Use =default. 2021-10-09 21:39:15 +01:00
Kevin Backhouse
937264b7a8
Merge pull request #1927 from kevinbackhouse/ImproveCodeCoverage
Add second test to improve code coverage.
2021-10-09 20:58:44 +01:00
Kevin Backhouse
33edcb2497
Merge pull request #1914 from postscript-dev/fix_markdown_manpage
Update manpage and use in related files
2021-10-09 12:06:09 +01:00
Kevin Backhouse
89253deb14
Merge pull request #1947 from jim-easterbrook/swig_compat
Hide "static constexpr auto" from SWIG
2021-10-09 12:05:44 +01:00
Kevin Backhouse
2b040e925f
Merge pull request #1943 from kevinbackhouse/ConanFixMacOS
Fix Conan on macOS (another one)
2021-10-05 11:11:08 +01:00
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.
2021-10-05 09:21:17 +01:00
Kevin Backhouse
a0cff1258c
Use same Conan version on macOS as on other platforms. 2021-10-04 11:52:54 +01:00
Kevin Backhouse
c9638bb36b
Fix Conan on macOS 2021-10-04 11:49:55 +01:00
Kevin Backhouse
458a60bd76
Merge pull request #1942 from kevinbackhouse/ConanFixMacOS
Fix Conan on macOS
2021-10-04 11:29:19 +01:00
Kevin Backhouse
0548a6cfd7
Fix Conan on macOS 2021-10-04 11:05:01 +01:00
Kevin Backhouse
be5a01f0b2
Merge pull request #1921 from kevinbackhouse/FixIssue1920
Fix UBSAN failure caused by left-shift of negative number
2021-10-04 10:59:27 +01:00
Kevin Backhouse
83b9944cdd
We only need to extract one byte. 2021-10-04 10:09:11 +01:00
Kevin Backhouse
6de681538b
Merge pull request #1940 from kevinbackhouse/ConanFix
Add workaround for conan outage
2021-10-03 15:47:53 +01:00
Kevin Backhouse
e6ce13729b
Add workaround for conan outage: https://github.com/conan-io/conan/issues/9695 2021-10-01 10:32:00 +01:00
Kevin Backhouse
887acd098a
Merge pull request #1926 from postscript-dev/fix_sony_temperature_tags
Add conditions to 2 Sony temperature tags
2021-09-29 22:26:08 +01:00
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"
2021-09-29 22:24:40 +01:00
John55h
02d40734a1
Update canonmn_int.cpp
Correct Exif.CanonCs.LensType 38 for "Canon EF 80-200mm f/4.5-5.6 II"
2021-09-27 11:14:07 +01:00
postscript-dev
5bec024357
Update: Minor formatting/text in exiv2.md 2021-09-26 16:17:36 +01:00
postscript-dev
342eeb498e
Fix formatting in exiv2.md 2021-09-26 16:17:36 +01:00
postscript-dev
e6f94920d8
Fix spelling/formatting in exiv2.md 2021-09-26 16:17:35 +01:00
postscript-dev
b65dac3ab9
Add RETURN VALUES section to exiv2.md 2021-09-26 16:17:35 +01:00
postscript-dev
0da5603b11
Fix long code block lines in exiv2.md
Fix will help when file is converted to PDF for the website.
2021-09-26 16:17:34 +01:00
postscript-dev
2004aeb8d8
Update manpage URLs 2021-09-26 16:17:34 +01:00
postscript-dev
cb1b632263
Update markdown files with changes to manpage 2021-09-26 16:17:33 +01:00
postscript-dev
9cbbd12aec
Move exiv2.md - easier to find 2021-09-26 16:17:33 +01:00
postscript-dev
862e6198f5
Fix markdown manpage formatting
GitHub flavored markdown uses `- ` for a bullet point, instead of a
`+ `.
2021-09-26 16:17:32 +01:00
Kevin Backhouse
482cb2ded5
Clarify ownership model of CiffComponent::pData_ 2021-09-26 15:52:58 +01:00
Kevin Backhouse
b27aa0b82c
Merge pull request #1922 from postscript-dev/fix_sony_tags
Add SonyMisc(2b|3c) Groups for Sony TIFF files
2021-09-25 18:14:00 +01:00
Kevin Backhouse
eb85d4c267
Add third test to improve code coverage. 2021-09-25 18:09:41 +01:00
Kevin Backhouse
8b8067abba
Add second test to improve code coverage. 2021-09-25 17:34:22 +01:00
postscript-dev
5325056e55
Add Python tests for 2 Sony temperature tags
Check if pretty printing outputs `"n/a"` when used with unsupported
camera models.
2021-09-24 16:27:50 +01:00
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
2021-09-24 16:14:05 +01:00
Kevin Backhouse
e2f3d6d2d7
Merge pull request #1918 from rabauke/my_fix_01
fix out of range access, minor performance improvement
2021-09-24 10:55:45 +01:00
Kevin Backhouse
41543e99b5
Merge pull request #1907 from cjwatson/update-pot-target
Add custom update-pot target
2021-09-24 07:34:47 +01:00
Heiko Bauke
d9294ebe38
Merge pull request #1 from kevinbackhouse/my_fix_01
Add regression test to https://github.com/Exiv2/exiv2/pull/1918
2021-09-24 07:35:36 +02:00
Colin Watson
38e836d96f
Merge pull request #1 from kevinbackhouse/update-pot-target
Update copyright and bug-address
2021-09-23 23:25:58 +01:00
Kevin Backhouse
78fcfff497
Update copyright and bug-address 2021-09-23 23:02:59 +01:00
Kevin Backhouse
2ec128f479
Add regression test to https://github.com/Exiv2/exiv2/pull/1918 2021-09-23 22:49:21 +01:00
postscript-dev
827f31ad8d
Add test for SonyMisc(2b|3c) Groups in TIFF files 2021-09-23 12:01:07 +01:00
postscript-dev
7ace96263e
Add SonyMisc(2b|3c) Groups in TIFF files
- Previous version only supported JPEGs.
- Update Python test to use more specific grep, as this prevents
  SonyMisc(2b|3c) from being included. Regression test to be added
  in a different commit.
2021-09-23 12:00:48 +01:00
Kevin Backhouse
fc07f18644
Add CodeQL query to detect variants of issue #1920. 2021-09-23 09:54:59 +01:00