Rosen Penev
|
7732b9308e
|
clang-tidy: add explicit
Found with hicpp-explicit-conversions
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
97cf02bf12
|
clang-tidy: remove redundant specifiers
Found with readability-redundant-access-specifiers
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
99823a526c
|
clang-tidy: replace virtual with override
Found with modernize-use-override
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
19000cd53c
|
con/destructor fixes
Added = delete to make it explicit. Also made them public.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
86c71ae6c3
|
clang-tidy: avoid global non const variables
Found with cppcoreguidelines-avoid-non-const-global-variables
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
ff39473c18
|
clang-tidy: convert to static
Found with readability-convert-member-functions-to-static
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Luis Díaz Más
|
0bbaa6eff3
|
cpp: Replace auto_ptr by unique_ptr
|
4 years ago |
Robin Mills
|
d632988bbd
|
Massive code prolog cleanup.
|
4 years ago |
Kevin Backhouse
|
86816c0280
|
Fix signed/unsigned mismatch.
|
6 years ago |
Kevin Backhouse
|
caa4e6745a
|
Avoid negative integer overflow when `filesize < io_->tell()`.
This fixes #791.
|
6 years ago |
Luis Diaz Mas
|
6f8d8e3da6
|
cleanup header inclusions in API
|
7 years ago |
Luis Diaz Mas
|
4bd7e9ef1f
|
Include exiv2lib_export.h in all public headers
|
7 years ago |
Luis Díaz Más
|
6ba4081f95
|
Use CMake-GenerateExportHeader to generate a macro to export symbols
- Delete the hardcoded macros in config.h taking care of that.
|
7 years ago |
Luis Díaz Más
|
603692a1d8
|
Copyright to Exiv2 authors
|
7 years ago |
Dan Čermák
|
efe2ccdcb6
|
Replaced all hardcoded error codes with ker... constants
|
7 years ago |
tbeu
|
5df8b01b77
|
Remove obsolete svn revision
|
8 years ago |
Luis Díaz Más
|
1c03767391
|
Move inclusion of private header from .hpp to .cpp (not needed in the .hpp)
|
8 years ago |
Robin Mills
|
6d5c2c3256
|
Getting ready to release v0.26
|
8 years ago |
draekko
|
c858b7d44e
|
#1199 minor code update, updated comments, added constants for headers, bit definitions, and misc.
|
9 years ago |
Robin Mills
|
9a061d895e
|
#1199 Fix WebP printStructure(), readMetadata() and doWriteMetadata() to handle payload padding byte. Extended webp-test to cover -iX, -ix and -ie
|
9 years ago |
draekko
|
6f7b3ba8f7
|
#1199 removed convenience converstion for iptc to xmp, apps should handle it directly since webp doesnt support iptc.
|
9 years ago |
draekko
|
bcaa22ae6f
|
#1199 removed warnings in stringToHex, enabled iptc support for WebPImage.
|
9 years ago |
draekko
|
85cc2f745d
|
#1199 Fixed crash with iptc by disabling it, updated decodeChunk to do better header checks, added hexdump function.
|
9 years ago |
Robin Mills
|
bcd455be7a
|
#1199 Patch from Ben. http://dev.exiv2.org/issues/1199#note-37
|
9 years ago |
Robin Mills
|
541dfe8fdf
|
#1199 Thank you to Ben for the patch. This corrects various matters and adds a first stab at WebPImage::printStructure()
|
9 years ago |
Robin Mills
|
b3f107bd8c
|
#1199 WebP Support (work in progress). Thank You to Ben for the patch. Thanks to Gilles for encouragement.
|
9 years ago |