8276 Commits (137ea080b51fb48a7eb1b513d2d565868ccdf68f)
 

Author SHA1 Message Date
Luis Diaz 137ea080b5 Change Metadatum::size() return value from long to size_t 3 years ago
Luis Diaz 62aad98d0b Change Metadatum::copy return value from long to size_t 3 years ago
Luis Díaz Más 173ebb2931
Merge pull request #2141 from Exiv2/mainErrorType
Improvements in the Error class
3 years ago
Luis Diaz fa24fb22ca Use compiler deduction guides for error list 3 years ago
Luis Diaz 8d6901c592 remove werror-test from README 3 years ago
Luis Diaz bc7f08b3c4 Remove obsolete werror sample 3 years ago
Luis Diaz 65568b056e Add unit tests for Error class 3 years ago
Luis Díaz Más 7119b7676f remove templating & simplify error message
+ clang-format in Error files
+ Remove AnyError
3 years ago
Luis Díaz Más 96f7f2e4c5 Convert Exiv2::ErrorCode into an enum class 3 years ago
Luis Díaz Más 5d08bb9bec
Merge pull request #2146 from Exiv2/mainDatesWithZeros
DateValue is now a bit more permissive with malformed dates
3 years ago
Luis Díaz Más c115d4daf7
Merge pull request #2131 from Exiv2/mainCleanups
Include what you use + more SPDX identifiers + few other cleanups
3 years ago
Luis Diaz 56c52be8b5 DateValue is now a bit more permissive with malformed dates 3 years ago
Miloš Komarčević 7aae68e34e
Update CI actions (#2143) 3 years ago
Luis Díaz Más 5c36c690f9
Merge pull request #2137 from Exiv2/mainRecoverRecordId
Recover IptDataSets::recordId in the API
3 years ago
Luis Díaz Más a009ac1f61
Merge pull request #2135 from neheb/1
manual nullptr removals
3 years ago
Miloš Komarčević 1e2b9daf3f
Merge pull request #2133 from Exiv2/fix_2126_xml_term
Strip XMP raw packet before decoding
3 years ago
Luis Diaz c1ae1bcb03 Recover IptDataSets::recordId in the API 3 years ago
Rosen Penev 8dadcdf72a manual nullptr removals
unique_ptr has a bool overload. It's also easier to reason about.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Rosen Penev 784cbe2965 manual move conversions
Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Miloš Komarčević 134c4767b1 Update tests after XMP stripping 3 years ago
Miloš Komarčević eb49d66caf Strip XMP raw packet before decoding 3 years ago
Rosen Penev b8304fffa4 clang-tidy: don't use C casts
Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Luis Díaz Más 85d6082d7f Should fix build in some Linux distros 3 years ago
Luis Díaz Más 89e66ffd37
Merge pull request #2132 from neheb/2
misc cleanups
3 years ago
Luis Díaz Más f894ee0568 Fix debug builds 3 years ago
Luis Díaz Más cca6f74200 windows.h 3 years ago
Luis Díaz Más c0a3242e73 C++-style headers 3 years ago
Luis Díaz Más d8482b20af
Merge pull request #2129 from neheb/23
conversions to make_unique
3 years ago
Rosen Penev c2bcd4b08e replace EXV_COUNTOF with std::size
Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Rosen Penev 61a5d8594c remove some new
Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Rosen Penev 17a13072e6 manual unimplemented operator = delete
Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Rosen Penev b3823f4c8d conversions to make_unique
Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Rosen Penev b6bdbf5574 clang-tidy: don't use else after return/throw
Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Rosen Penev 9f949195e4 clang-tidy: add ending namespace comment
Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Rosen Penev 09ca3ca1f2 manual namespace concatenations
Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Luis Díaz Más c146ae5215 Fix mac build 3 years ago
Luis Díaz Más bbc99ae581 Use auto for unique pointers 3 years ago
Luis Díaz Más f156af46f3 Fix build on Windows 3 years ago
Luis Díaz Más 5a6ec65315 Use SPDX identifiers in more files 3 years ago
Luis Díaz Más b3a216310a Removing unused headers thanks to IWYU 3 years ago
Luis Díaz Más 22064c957d Add missing header to the CMake configuration 3 years ago
Luis Díaz Más 2834fa5f05 Use [[maybe_unused]] 3 years ago
Luis Díaz Más 5508e6f466 hexdump to size_t 3 years ago
Luis Díaz Más 8b1fe379a1 Removing unused headers thanks to IWYU 3 years ago
Luis Díaz Más 3f3b651c04 Remove unused stuff 3 years ago
Luis Díaz Más 867132f7c7 _fileno is only for Windows 3 years ago
Luis Díaz Más 15697fcd1e Remove unused file 3 years ago
Luis Díaz Más 23da0c3955 Do not define not needed stuff 3 years ago
Michael Allman 7ed43037e3 Guard against parsing "inf" into an int64 in the EasyAccess/ISO API.
(Diff authored by clanmills)
3 years ago
Michael Allman 7241e90855 Add a workflow build/test for macOS+Sanitizers 3 years ago