Commit Graph

7277 Commits

Author SHA1 Message Date
Luis Díaz Más
fa4b69e2bc Remove EPS tests 2021-04-18 09:44:51 +02:00
Luis Díaz Más
2de3bad869 Remove EXIV2_ENABLE_VIDEO and related stuff 2021-04-18 09:44:51 +02:00
Luis Díaz Más
3eb1eee7fe Remove deprecated RiffVideo support 2021-04-18 09:44:51 +02:00
Luis Díaz Más
061ec1a75d Remove deprecated QuickTime support 2021-04-18 09:44:51 +02:00
Luis Díaz Más
8dcc07887a Remove deprecated Matroska support 2021-04-18 09:44:51 +02:00
Luis Díaz Más
94b87a8dec Remove deprecated SSH support 2021-04-18 09:44:51 +02:00
Luis Díaz Más
384a5edfcf Remove deprecated ASF Video 2021-04-18 09:44:51 +02:00
Rosen Penev
c15d3b1323 xmpsdk: don't use register
register is gone with C++17.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-17 08:32:13 +02:00
Robin Mills
c3251bb3d6
Merge pull request #1555 from piponazo/modernizationCpp
Modernization C++ (replace auto_ptr with unique_ptr)
2021-04-16 09:47:07 +01:00
Luis Díaz Más
15ac7d13ac
Merge branch 'main' into modernizationCpp 2021-04-16 09:19:42 +02:00
Luis Díaz Más
db312a6cd8 ci - Disable build Release+Sanitizers temporarily 2021-04-16 08:27:25 +02:00
Miloš Komarčević
3ddef8f8b8 Correct GDS distance unit in description
knot is a measure of speed...
2021-04-16 08:23:50 +02:00
Miloš Komarčević
94adf1b038 Improve precision of GPS lat/lon printed values 2021-04-16 08:23:50 +02:00
Miloš Komarčević
3f3bbc28ad Improve printing of GPS info 2021-04-16 08:23:50 +02:00
Robin Mills
b19e79650f Only reveal class bmffimage in include/exiv2/bmffimage.hpp ifdef EXV_ENABLE_BMFF 2021-04-16 08:23:50 +02:00
Robin Mills
206a2c495c fix_enableBMFF_v1 2021-04-16 08:23:50 +02:00
Miloš Komarčević
5f2364f25e Update Gamma tests 2021-04-16 08:23:49 +02:00
Miloš Komarčević
f700043a6d Add Exif Gamma tag 2021-04-16 08:23:49 +02:00
Robin Mills
05263a7766 bump_v1.00_version 2021-04-16 08:23:22 +02:00
Robin Mills
52b2855c49
Merge pull request #1559 from Exiv2/fix_1558_cmake_build_type
fix_1558_cmake_build_type
2021-04-15 13:23:02 +01:00
Robin Mills
bf1e9fe4ad fix_1558_cmake_build_type 2021-04-15 12:41:31 +01:00
Luis Díaz Más
352c9704a4 appveyor: drop Visual Studio 2013 support 2021-04-15 06:56:37 +02:00
Luis Díaz Más
ede33f5eba Initialization of variables (fix issue detected with sanitizers) 2021-04-15 06:56:37 +02:00
Luis Díaz Más
5fcea2b4e2 Use stack variables instead of java style 2021-04-15 06:56:37 +02:00
Luis Díaz Más
a94f094324 ci - More jobs for Travis-ci 2021-04-15 06:56:37 +02:00
Luis Díaz Más
e3b9867039 ci - use pyton3 commands 2021-04-15 06:56:37 +02:00
Luis Díaz Más
e9fe24639a cmake - Modern use of consuming gtest 2021-04-15 06:56:37 +02:00
Luis Díaz Más
d3a321cf74 ci - Remove old ubuntu versions & use only 2 threads to build 2021-04-15 06:56:37 +02:00
Luis Díaz Más
8f16196ad3 eps - do not install header 2021-04-15 06:56:37 +02:00
Luis Díaz Más
cd5c8fba49 remove some cmake old checks + newer gtest version 2021-04-15 06:56:37 +02:00
Luis Díaz Más
6b0e4a2e6d ci - changes to use c++11 2021-04-15 06:56:11 +02:00
Luis Díaz Más
0bbaa6eff3 cpp: Replace auto_ptr by unique_ptr 2021-04-15 06:56:11 +02:00
Luis Díaz Más
537cdad99e Remove deprecated EPS format 2021-04-15 06:56:11 +02:00
Miloš Komarčević
db86f8c3c1
Merge pull request #1551 from Exiv2/fix_1541_gps_print
Improve printing of GPS info
2021-04-14 19:23:31 +02:00
Robin Mills
64185f5ab1
Merge pull request #1554 from Exiv2/fix_enableBMFF_v1
fix_enableBMFF_v1
2021-04-14 17:38:47 +01:00
Robin Mills
7c6e81ff32 Only reveal class bmffimage in include/exiv2/bmffimage.hpp ifdef EXV_ENABLE_BMFF 2021-04-14 16:50:46 +01:00
Robin Mills
b09019c636 fix_enableBMFF_v1 2021-04-14 16:21:50 +01:00
Miloš Komarčević
9fa0dbc1c9
Correct GDS distance unit in description
knot is a measure of speed...
2021-04-14 12:47:09 +02:00
Miloš Komarčević
77d31037eb Improve precision of GPS lat/lon printed values 2021-04-14 11:53:35 +02:00
Miloš Komarčević
bdd23ae328 Improve printing of GPS info 2021-04-13 17:22:34 +02:00
Miloš Komarčević
6cb34028c7
Merge pull request #1548 from Exiv2/add_exif_gamma
Add Exif Gamma tag
2021-04-12 19:35:07 +02:00
Miloš Komarčević
b621033921 Update Gamma tests 2021-04-12 17:13:36 +02:00
Miloš Komarčević
e6fb385f10
Add Exif Gamma tag 2021-04-12 13:03:50 +02:00
Robin Mills
e09c8bf824
Merge pull request #1546 from Exiv2/fix_ci_ubuntu18.4
fix_ci_ubuntu18.4
2021-04-11 15:29:48 +01:00
Robin Mills
376ee55e7a Commented off code was good. WebUI confused me. Manually go back (apparently no reverse gear on git). 2021-04-11 14:57:07 +01:00
Robin Mills
6fb7a0f9d5 I thought the 18.04 request was commented off. Apparently not. Throw it away. Shshshssssss. FFfffff. 2021-04-11 14:30:01 +01:00
Robin Mills
4bca4fc06b Give up. Restore original script and comment off/exclude 18.04 2021-04-11 14:03:33 +01:00
Robin Mills
ad99ded333 Try 4. 2021-04-11 13:45:33 +01:00
Robin Mills
512875dbbd Try 3. 2021-04-11 12:34:19 +01:00
Robin Mills
677b02f35b Try 2. 2021-04-11 12:03:00 +01:00