Luis Díaz Más
|
83dda6ccd7
|
Fix warnings related to -Wdeprecated-copy
|
4 years ago |
Robin Mills
|
04c4c84852
|
Merge pull request #1560 from Exiv2/main-ReenableSanitizersBuild
Main reenable sanitizers build
|
4 years ago |
Robin Mills
|
9870367783
|
GitLab/Fedora/MinGW Disable EXIV2_TEAM_WARNINGS_AS_ERRORS.
|
4 years ago |
Robin Mills
|
5d38569534
|
Don't build with C++98 on Cygwin jobs
|
4 years ago |
Robin Mills
|
3682bce15e
|
Fix Ubuntu 20.04/Release/Sanitizer test breaker
|
4 years ago |
Robin Mills
|
d73dd0874d
|
Fix icc_test which is failing on Linux:
luis@ryzenLinux:/media/linuxDev/programming/exiv2/buildReleaseSanitizers$ cp large.icc Reagan2.icc
luis@ryzenLinux:/media/linuxDev/programming/exiv2/buildReleaseSanitizers$ bin/exiv2 -iC /tmp/Reagan2.jp2
/media/linuxDev/programming/exiv2/src/jp2image.cpp:661:28: runtime error: reference binding to misaligned address 0x61f000002a9e for type 'const struct Jp2BoxHeader', which requires 4 byte alignment
0x61f000002a9e: note: pointer points here
07 07 01 00 00 00 0c 53 63 6f 6c 72 02 00 00 00 00 0c 48 4c 69 6e 6f 02 10 00 00 6d 6e 74 72 52
|
4 years ago |
Luis Díaz Más
|
908eff9e7a
|
Reenable Release+Sanitizers build
|
4 years ago |
Robin Mills
|
33d38dc472
|
Fix Cygwin64 to use -std=gnu++11 (instead of -std=c++11). MinGW/msys2 remains broken on CI. It's OK on my machine.
|
4 years ago |
Luis Díaz Más
|
2f3989518a
|
cmake: new toolchain file for MinGW cross-compilation on Ubuntu
|
4 years ago |
Luis Díaz Más
|
5058647a19
|
Increase the timeout from 20 to 60 seconds
|
4 years ago |
Luis Díaz Más
|
b5d3a1fd70
|
auto_ptr -> unique_ptr for code with WIN_UNICODE enabled
|
4 years ago |
Luis Díaz Más
|
50d5887e65
|
localtime_r support on MinGW
|
4 years ago |
Luis Díaz Más
|
fa4b69e2bc
|
Remove EPS tests
|
4 years ago |
Luis Díaz Más
|
2de3bad869
|
Remove EXIV2_ENABLE_VIDEO and related stuff
|
4 years ago |
Luis Díaz Más
|
3eb1eee7fe
|
Remove deprecated RiffVideo support
|
4 years ago |
Luis Díaz Más
|
061ec1a75d
|
Remove deprecated QuickTime support
|
4 years ago |
Luis Díaz Más
|
8dcc07887a
|
Remove deprecated Matroska support
|
4 years ago |
Luis Díaz Más
|
94b87a8dec
|
Remove deprecated SSH support
|
4 years ago |
Luis Díaz Más
|
384a5edfcf
|
Remove deprecated ASF Video
|
4 years ago |
Kevin Backhouse
|
f11675c7a7
|
Update security process.
|
4 years ago |
Rosen Penev
|
c15d3b1323
|
xmpsdk: don't use register
register is gone with C++17.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Robin Mills
|
c3251bb3d6
|
Merge pull request #1555 from piponazo/modernizationCpp
Modernization C++ (replace auto_ptr with unique_ptr)
|
4 years ago |
Luis Díaz Más
|
15ac7d13ac
|
Merge branch 'main' into modernizationCpp
|
4 years ago |
Luis Díaz Más
|
db312a6cd8
|
ci - Disable build Release+Sanitizers temporarily
|
4 years ago |
Miloš Komarčević
|
3ddef8f8b8
|
Correct GDS distance unit in description
knot is a measure of speed...
|
4 years ago |
Miloš Komarčević
|
94adf1b038
|
Improve precision of GPS lat/lon printed values
|
4 years ago |
Miloš Komarčević
|
3f3bbc28ad
|
Improve printing of GPS info
|
4 years ago |
Robin Mills
|
b19e79650f
|
Only reveal class bmffimage in include/exiv2/bmffimage.hpp ifdef EXV_ENABLE_BMFF
|
4 years ago |
Robin Mills
|
206a2c495c
|
fix_enableBMFF_v1
|
4 years ago |
Miloš Komarčević
|
5f2364f25e
|
Update Gamma tests
|
4 years ago |
Miloš Komarčević
|
f700043a6d
|
Add Exif Gamma tag
|
4 years ago |
Robin Mills
|
05263a7766
|
bump_v1.00_version
|
4 years ago |
Robin Mills
|
52b2855c49
|
Merge pull request #1559 from Exiv2/fix_1558_cmake_build_type
fix_1558_cmake_build_type
|
4 years ago |
Robin Mills
|
bf1e9fe4ad
|
fix_1558_cmake_build_type
|
4 years ago |
Luis Díaz Más
|
352c9704a4
|
appveyor: drop Visual Studio 2013 support
|
4 years ago |
Luis Díaz Más
|
ede33f5eba
|
Initialization of variables (fix issue detected with sanitizers)
|
4 years ago |
Luis Díaz Más
|
5fcea2b4e2
|
Use stack variables instead of java style
|
4 years ago |
Luis Díaz Más
|
a94f094324
|
ci - More jobs for Travis-ci
|
4 years ago |
Luis Díaz Más
|
e3b9867039
|
ci - use pyton3 commands
|
4 years ago |
Luis Díaz Más
|
e9fe24639a
|
cmake - Modern use of consuming gtest
|
4 years ago |
Luis Díaz Más
|
d3a321cf74
|
ci - Remove old ubuntu versions & use only 2 threads to build
|
4 years ago |
Luis Díaz Más
|
8f16196ad3
|
eps - do not install header
|
4 years ago |
Luis Díaz Más
|
cd5c8fba49
|
remove some cmake old checks + newer gtest version
|
4 years ago |
Luis Díaz Más
|
6b0e4a2e6d
|
ci - changes to use c++11
|
4 years ago |
Luis Díaz Más
|
0bbaa6eff3
|
cpp: Replace auto_ptr by unique_ptr
|
4 years ago |
Luis Díaz Más
|
537cdad99e
|
Remove deprecated EPS format
|
4 years ago |
Miloš Komarčević
|
db86f8c3c1
|
Merge pull request #1551 from Exiv2/fix_1541_gps_print
Improve printing of GPS info
|
4 years ago |
Robin Mills
|
64185f5ab1
|
Merge pull request #1554 from Exiv2/fix_enableBMFF_v1
fix_enableBMFF_v1
|
4 years ago |
Robin Mills
|
7c6e81ff32
|
Only reveal class bmffimage in include/exiv2/bmffimage.hpp ifdef EXV_ENABLE_BMFF
|
4 years ago |
Robin Mills
|
b09019c636
|
fix_enableBMFF_v1
|
4 years ago |