exiv2/src
Luis Díaz Más f30022d73d
Fix issues detected with PVS-Studio + other little improvements (#1689)
* avoid re-declaration of constant variables

* Replace pthreads critical section with std::mutex

* ci - better naming

* cmake - increase minimum version to 3.11. Use project DESCRIPTION

* fix - do not treat string::find() return type as bool

* remove conditions that were always true

* remove condition that were always false

* Remove EXV_HAVE_GMTIME_R which is not used anymore

* pixelWidth_ was inherited from Exiv2::Image

The width & height variables in the TiffImage class need to be mutable
to be able to change their values on the getters pixelHeight() and
pixelWidth() ... Do not ask me why ...

* Remove superfluous if

* pvs:V766 item with identical key added already

* pvs:V730 not all members were initialized (time)

* pvs:V730 not all members are initialized

* pvs:v668 no point in testing pointer against null after new

* pvs:V1048 variable assigned the same value

* replace c-style dynamic vector with std one

* pvs:547 fakeData is always true

* Remove useless constructor in derived class

* pvs:V690 modern way to disable copy-ctor

* Replace malloc/free with new/delete. No need to check for null

* pvs:V1028 cast operands and not result

* Remove custom MIN/MAX functions

* pvs:V595 pointer used before verified against null

* pvs: index used before being checked

* pvs:V1028 possible overflow. Cast operands

* pvs:v575 potential null pointer passed to other functions

* pvs:V547 deal with always true/false expressions

* pvs:V560 part of conditional expressions always false or true

* pvs:V701 possible break in realloc -> move to std::vector

* Make some classes 'final'

* Replace sprintf with std::to_string()

* fix compilation on windows
2021-06-01 12:39:10 +02:00
..
actions.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
actions.hpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
basicio.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
bmffimage.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
bmpimage.cpp
canonmn_int.cpp
canonmn_int.hpp
casiomn_int.cpp
casiomn_int.hpp
CMakeLists.txt Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
convert.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
cr2header_int.cpp
cr2header_int.hpp
cr2image.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
crwimage_int.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
crwimage_int.hpp
crwimage.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
datasets.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
doxygen.hpp.in
easyaccess.cpp
enforce.hpp
epsimage.cpp
error.cpp
exif.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
exiv2.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
exiv2app.hpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
fff.h
fujimn_int.cpp
fujimn_int.hpp
futils.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
getopt.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
getopt.hpp
gifimage.cpp
helper_functions.cpp
helper_functions.hpp
http.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
i18n.h
image_int.cpp
image_int.hpp
image.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
ini.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
iptc.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
jp2image.cpp
jpgimage.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
makernote_int.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
makernote_int.hpp
metadatum.cpp
minoltamn_int.cpp
minoltamn_int.hpp
mrwimage.cpp
nikonmn_int.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
nikonmn_int.hpp
olympusmn_int.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
olympusmn_int.hpp
orfimage_int.cpp
orfimage_int.hpp
orfimage.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
panasonicmn_int.cpp
panasonicmn_int.hpp
pentaxmn_int.cpp
pentaxmn_int.hpp
pgfimage.cpp
pngchunk_int.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
pngchunk_int.hpp
pngimage.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
preview.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
private.h
properties.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
psdimage.cpp
rafimage.cpp
rw2image_int.cpp
rw2image_int.hpp
rw2image.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
safe_op.hpp
samsungmn_int.cpp
samsungmn_int.hpp
sigmamn_int.cpp
sigmamn_int.hpp
sonymn_int.cpp
sonymn_int.hpp
tags_int.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
tags_int.hpp
tags.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
tgaimage.cpp
tiffcomposite_int.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
tiffcomposite_int.hpp
tifffwd_int.hpp
tiffimage_int.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
tiffimage_int.hpp
tiffimage.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
tiffvisitor_int.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
tiffvisitor_int.hpp
timegm.h
TODO
types.cpp refactor!: remove free() function from DataBuf to avoid potential problems, see #1542 2021-05-27 08:26:00 +02:00
tzfile.h
unused.h
utils.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
utils.hpp
value.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
version.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
webpimage.cpp Fix issues detected with PVS-Studio + other little improvements (#1689) 2021-06-01 12:39:10 +02:00
xmp.cpp clang-tidy: use nullptr 2021-05-26 08:31:45 +02:00
xmpsidecar.cpp