Commit Graph

3106 Commits

Author SHA1 Message Date
clanmills
5f6738a098 get http.cpp to call WSAStartup() on Cygwin and MinGW 2020-05-15 15:55:20 +01:00
clanmills
5b4743301e The smart robot at codeCover/lgtm spotted typos in the code! Robot's almost as smart as Dan! 2020-05-15 14:42:35 +01:00
clanmills
c920f2ac44 CurlIo/http object to throw kerFileOpenFailed and not kerTiffDirectoryTooLarge 2020-05-15 13:06:38 +01:00
clanmills
f768fc0a42 RemoteIo/http object to throw kerFileOpenFailed and not kerTiffDirectoryTooLarge 2020-05-15 11:05:03 +01:00
clanmills
2bad338b9d Fix compiler warning on macOS about enforce condition being always true. 2020-05-14 10:03:10 +01:00
clanmills
ec979d522a Changes following review. 2020-05-13 19:13:27 +01:00
clanmills
5b07d9d8d6 Removed print0x9286() from tags.cpp. Codecov detected that this code is no longer used! Amazing.
Functionality now in exif.cpp std::ostream& Exifdatum::write(std::ostream& os, const ExifData* pMetadata) const.
2020-05-12 14:43:05 +01:00
clanmills
7515d85a09 Fix exiv2 option --binary to enable report of long binary values. 2020-05-12 10:58:29 +01:00
clanmills
9df691c0c5 Report Comments as charset=encoding data (not charset="encoding" data) 2020-05-11 19:05:28 +01:00
clanmills
cca0245d87 Fix compiler warning. 2020-05-11 18:45:33 +01:00
clanmills
43b06b6814 Don't allow binary into the output stream! 2020-05-11 18:29:35 +01:00
Robin Mills
a1abe21a71 Discussion: https://github.com/Exiv2/exiv2/issues/1200#issuecomment-623975537 2020-05-05 11:58:55 +01:00
Robin Mills
99aa8881a2 $ make version_test segfaults on FreeBSD when called from an ssh script. 2020-05-04 19:09:24 +01:00
Robin Mills
2e568e762b Fix version= for Visual Studio 2019. 2020-05-04 12:20:33 +01:00
clanmills
0a06dc9ee4 Issue identified in #1101 master/MinGW/Qt. Apply the change here (although this is working on 0.27-maintenance) 2020-05-02 16:50:21 +01:00
clanmills
cd5c3e4ff9 Remove target_compile_features(exiv2 PRIVATE cxx_std_98) from src/exiv2 2020-05-02 12:47:24 +01:00
clanmills
63a13e8620 Adding option -DEXIV2_BUILD_USE_C++11 2020-05-02 12:21:21 +01:00
Robin Mills
df04671976 Enforce cxx_std_98 in samples, unit_tests, and exiv2 application (to eliminate 2305 GCC unique_ptr warnings) 2020-04-30 11:20:37 +01:00
Robin Mills
47d89a56bb
Merge pull request #1176 from Exiv2/0.27_cxx_standard
fix_1163 Require c++98 privately only in library target
2020-04-28 15:23:56 +01:00
clanmills
92f2458229 fix_1180_date_separator 2020-04-25 14:31:26 +01:00
Luis Diaz Mas
235087af4e Do not call tell() in File::eof() - Fix tests & performance 2020-04-24 07:42:23 +02:00
Luis Diaz Mas
fabfcac274 Require c++98 privately only in the library target 2020-04-23 17:15:27 +02:00
clanmills
904fa19d1c Code changes 2020-04-19 08:04:45 +01:00
clanmills
13565be3d2 Change for solaris. 2020-04-15 16:53:03 +01:00
clanmills
3226573376 fix_1004_0.27 2020-04-13 23:53:47 +01:00
Robin Mills
e077261c99
Merge branch '0.27-maintenance' into fix_1033_0.27 2020-04-07 07:58:20 +01:00
Robin Mills
817b2073a1
Merge branch '0.27-maintenance' into fix_1045_0.27 2020-04-07 01:11:09 +01:00
Robin Mills
2e19ee08c5
Merge branch '0.27-maintenance' into fix_1047_0.27 2020-04-06 23:51:11 +01:00
Robin Mills
181cab661b
Merge branch '0.27-maintenance' into fix_1091_0.27 2020-04-06 23:05:39 +01:00
Robin Mills
9cbcb8878c
Merge branch '0.27-maintenance' into fix_1069_0.27 2020-04-06 18:58:47 +01:00
clanmills
3ee25009ee fix_1033_0.27 2020-04-06 13:18:38 +01:00
clanmills
cc1a6033db fix_1045_0.27 2020-04-06 12:56:43 +01:00
Robin Mills
adf97f997d
Merge branch '0.27-maintenance' into fix_1091_0.27 2020-04-06 12:21:21 +01:00
clanmills
ef58603260 fix_1047_0.27 2020-04-06 11:58:10 +01:00
clanmills
c51573c92e fix_1049_0.27 2020-04-06 11:45:16 +01:00
Robin Mills
3c01ad78f3
Merge branch '0.27-maintenance' into fix_1069_0.27 2020-04-06 10:46:28 +01:00
clanmills
571d056222 fix_1091_0.27 2020-04-06 10:33:59 +01:00
clanmills
9333f0d3f5 fix_1069_0.27 #1069 2020-04-06 09:56:19 +01:00
clanmills
d0d6ff2e9b fix_1059_0.27 2020-04-06 09:16:47 +01:00
clanmills
c49cdd6395 Code changes. 2020-03-30 13:07:09 +01:00
clanmills
18ed65a25f fix_Sony2010e_0.27 Thanks to @sridharb1 2020-03-29 17:55:37 +01:00
clanmills
a7683f95a7 Detab src/pentaxmn_int.cpp 2020-03-28 11:01:33 +00:00
Robin Mills
0fe6817177
Merge branch '0.27-maintenance' into fix_1084_0.27 2020-03-28 10:39:33 +00:00
clanmills
8f15784314 fix_1084_0.27 2020-03-28 09:35:31 +00:00
Robin Mills
8382225850
Merge branch '0.27-maintenance' into fix_1099_0.27 2020-03-28 09:19:42 +00:00
Robin Mills
2956309afd
Merge branch '0.27-maintenance' into fix_1099_0.27 2020-03-28 08:37:54 +00:00
clanmills
7658d8aefd fix_macOS_0.27 2020-03-28 08:08:28 +00:00
clanmills
698b418f73 fix_1097_0.27 2020-03-27 17:25:28 +01:00
clanmills
82087b58e4 fix_1099_0.27 2020-03-27 15:57:10 +00:00
dbeichl
188ddab7cc
Merge branch '0.27-maintenance' into 0.27-maintenance-makernote-update 2020-03-26 19:35:55 +01:00