Luis Diaz
|
a698c3fc08
|
Remove deprecated variable
|
3 years ago |
Luis Diaz
|
459c73c0f6
|
doxygen: update doc style in Photoshop class
|
3 years ago |
Luis Díaz Más
|
e715243aa5
|
Fix integer overflow #2179
|
3 years ago |
Luis Díaz Más
|
6e9eca445a
|
Merge pull request #2177 from neheb/1
clang-tidy and manual stuff
|
3 years ago |
Luis Díaz Más
|
04e5f282f9
|
Link fuzz app against std::filesystem libraries
|
3 years ago |
Luis Díaz Más
|
3f496bd264
|
Merge pull request #2191 from Exiv2/main_fix2190
Detect integer-overflow and throw in that case
|
3 years ago |
Luis Díaz Más
|
3795e5318b
|
Add POC file
|
3 years ago |
Luis Díaz Más
|
bd68c14de5
|
Detect integer-overflow and throw in that case
|
3 years ago |
Luis Díaz Más
|
3ee193f12f
|
Merge pull request #2187 from Exiv2/mainReleasesIPO
Produce releases with Interprocedural optimisations (LTO)
|
3 years ago |
Rosen Penev
|
262d0ee4b3
|
struct to std::pair conversions
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
e82be13b73
|
C to std::function
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
e9896d1f99
|
clang-tidy: fix inconsistent decleration
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
d190baac6c
|
clang-tidy: do not use using namespace
Found with google-build-using-namespace
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
8810b0b630
|
clang-tidy: no else after return
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
c35fb7104b
|
clang-tidy: use any_of
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
3298fcf656
|
some chrono
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
b25e75dd7b
|
replace Sleep with sleep_for
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
dfb93dd8cd
|
clang-tidy: use C++ headers
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
aa41d557b2
|
function move
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
06d977d7bc
|
clang-tidy: use default
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
9f67620503
|
clang-tidy: add more nodiscard
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
b72e4b0e44
|
clang-tidy: use auto
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Luis Díaz Más
|
83a4fd5081
|
cmake: exiv2-xmp is now an OBJECT library
|
3 years ago |
Luis Díaz Más
|
0e523b6a29
|
ci: Use interprocedural optimization (LTO) in releases
|
3 years ago |
Luis Díaz Más
|
c0c9155af3
|
ci: split command in several lines
|
3 years ago |
Luis Díaz Más
|
b8cb4e096f
|
Merge pull request #2180 from Exiv2/main_issue2178
Fix out of bounds read in isValidBoxFileType()
|
3 years ago |
Luis Díaz Más
|
c6340caca7
|
Remove exiv2json sample and tests depending on it
|
3 years ago |
Kevin Backhouse
|
74622cf494
|
Add poc for fuzzing coverage.
|
3 years ago |
Luis Díaz Más
|
d16ca65b01
|
Fix out of bounds read in isValidBoxFileType()
|
3 years ago |
Luis Díaz Más
|
3b9fcb4b3d
|
Update .clang-format to align pointers to the types
|
3 years ago |
Luis Díaz Más
|
790fc465f4
|
Merge pull request #2172 from Exiv2/mergify/bp/main/pr-2167
Initial support for OM System MakerNote (backport #2167)
|
3 years ago |
Rosen Penev
|
fafe999c6e
|
remove unused var from deleted stuff
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Miloš Komarčević
|
44c3aab2dc
|
Add OM System MakerNote test
(manually adapted from 18e2b9a6bb305854bfe05d0275425ad3699ea757)
|
3 years ago |
Miloš Komarčević
|
8fa30d66b4
|
Initial support for OM System MakerNote
(manually adapted from 916436903d34b88ea0d49c5084c51e02cfae9bfb)
|
3 years ago |
Luis Díaz Más
|
8f9b3965ed
|
Merge pull request #2175 from neheb/1
mostly nodiscard
|
3 years ago |
Rosen Penev
|
c0868aff31
|
std::function
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
c4eedd6ae4
|
nodiscard addition
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
389501462a
|
delete
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
1fbe4b7bbd
|
use = delete and move to public
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
c17e2a1a5a
|
add missing destructor
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
7a4541cf50
|
use empty()
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
02fe0181df
|
const variable
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
b75239c52d
|
const member function
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Christoph Hasse
|
081dfbdfd1
|
also run format action on pull request
|
3 years ago |
Christoph Hasse
|
08cef207ab
|
add .git-blame-ignore-revs file and add clang-format commit to it (#2170)
* add .git-blame-ignore-revs file and add clang-format commit to it
* formatting fix follow up from #2158
* update .git-blame-ignore-revs
|
3 years ago |
Luis Díaz Más
|
9cad8cea82
|
Merge pull request #2169 from neheb/1
remove various usages of memset
|
3 years ago |
Rosen Penev
|
043547cbd0
|
remove various usages of memset
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Luis Díaz Más
|
5a47d251f5
|
Merge pull request #2158 from neheb/1
array and constexpr conversions
|
3 years ago |
Rosen Penev
|
bad4712df8
|
static constexpr conversions
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |
Rosen Penev
|
9dc35e7380
|
find to std::find
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
3 years ago |