clanmills
|
aa17e4de52
|
Try another way to get zypper to install gtest 1.8
|
2020-05-20 07:14:00 +01:00 |
|
clanmills
|
0215608071
|
http.cpp doesn't compile with C++/98 on Cygwin and MinGW/msys2.
|
2020-05-20 06:50:29 +01:00 |
|
Robin Mills
|
f6ccb8e8bd
|
Merge pull request #1209 from Exiv2/fix_1208_NikonLens_0.27
fix_1208_NikonLens_0.27
|
2020-05-18 23:27:09 +01:00 |
|
clanmills
|
e7d113dc42
|
fix_1208_NikonLens_0.27
|
2020-05-18 20:50:36 +01:00 |
|
Robin Mills
|
2e8606fa84
|
Merge pull request #1174 from Exiv2/http_iotest_0.27
add http test to iotest.sh (0.27->master)
|
2020-05-18 20:18:46 +01:00 |
|
clanmills
|
f24f24e026
|
Documentation updates for v0.27.3 RC2
|
2020-05-18 18:28:30 +01:00 |
|
clanmills
|
2f2bf69f6c
|
README.md General revision. Mostly simplifying "4 Test Suite".
|
2020-05-17 17:59:22 +01:00 |
|
clanmills
|
ea28be68e9
|
Fixing fedora/mingw build breaker. https://gitlab.com/D4N/exiv2/-/jobs/555626122 Thanks to @D4N for this discovery.
|
2020-05-17 17:49:21 +01:00 |
|
Robin Mills
|
18e6a1f5d3
|
Removing redundant line of code.
|
2020-05-16 19:09:31 +01:00 |
|
Robin Mills
|
214851cd21
|
Only perform platform test on ming/cygwin.
|
2020-05-16 11:57:28 +01:00 |
|
Robin Mills
|
c85c930b26
|
Fixing ioTest -> iotest (fails on NetBSD).
|
2020-05-16 10:25:34 +01:00 |
|
Robin Mills
|
c64f2e8ea1
|
iotest.cpp polishing.
|
2020-05-16 10:11:40 +01:00 |
|
Robin Mills
|
83cab13ae1
|
Fixing file test (no remote). Replace bash variable url with exiv2_url. Simplification of iotest.sh
|
2020-05-16 08:50:42 +01:00 |
|
Robin Mills
|
ef56e5b61e
|
Fix comment typo
|
2020-05-16 08:38:42 +01:00 |
|
clanmills
|
158fba1b99
|
Fix blocksize in iotest.cpp.
|
2020-05-15 18:24:52 +01:00 |
|
clanmills
|
5f6738a098
|
get http.cpp to call WSAStartup() on Cygwin and MinGW
|
2020-05-15 15:55:20 +01:00 |
|
clanmills
|
a3451e2e43
|
Bump Version! (yea, code-complete, I believe).
|
2020-05-15 14:48:46 +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
|
22b5ef671d
|
msvc/windows builds use the default port (and not the platform port).
|
2020-05-15 14:13:28 +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
|
32b9a2dfa1
|
Change EXIV2_HTTP default to http://localhost to keep msvc build happy. iotest.cpp modified to compile with msvc.
|
2020-05-15 09:15:24 +01:00 |
|
Robin Mills
|
7e55f5d5be
|
Merge branch '0.27-maintenance' into http_iotest_0.27
|
2020-05-14 21:09:40 +01:00 |
|
Robin Mills
|
de4d305d2a
|
Merge pull request #1207 from Exiv2/fix_1165_UNIX_test_0.27
Fix 1165 unix test 0.27
|
2020-05-14 21:06:48 +01:00 |
|
clanmills
|
cc4d56dec1
|
Change defaults for HTTP_PORT (1277 is use by another service).
|
2020-05-14 21:04:38 +01:00 |
|
clanmills
|
b2be8e7c0c
|
Get Darwin to use md5 (and not the locally compiled coreutils/md5sum).
|
2020-05-14 20:49:58 +01:00 |
|
clanmills
|
1085e0b58f
|
Use md5 on Darwin (previously, using locally compiled coreutils md5sum)
|
2020-05-14 20:29:18 +01:00 |
|
clanmills
|
5aa09915ea
|
Documentation update. Fixed typo in comment in functions.source
|
2020-05-14 16:42:55 +01:00 |
|
clanmills
|
6527ce1bdb
|
Fix stat argment on Darwin/FreeBSD/NetBSD
|
2020-05-14 15:38:26 +01:00 |
|
clanmills
|
7956aa0ad9
|
See #1029 Added option to samples/iotest.cpp to specify blocksize for remote copy.
|
2020-05-14 14:55:59 +01:00 |
|
clanmills
|
7ceb1c5a0f
|
Fix diffCheck() on NetBSD and FreeBSD (again)
|
2020-05-14 14:13:10 +01:00 |
|
clanmills
|
cd726c0c1b
|
Fix diffCheck() on netbsd and freebsd
|
2020-05-14 14:09:11 +01:00 |
|
clanmills
|
ff8f5d076a
|
use import urllib.request to get server status (import requests is not always installed).
|
2020-05-14 13:56:19 +01:00 |
|
Robin Mills
|
3d0e05f40d
|
Merge branch '0.27-maintenance' into http_iotest_0.27
|
2020-05-14 13:19:17 +01:00 |
|
clanmills
|
c0ec4cf6a4
|
Polishing iotest.sh by moving functions start/closeHttpServer to functions.source. Updated documentation.
|
2020-05-14 12:51:48 +01:00 |
|
clanmills
|
52205c4acc
|
Modified iotest.sh to use iotest.cpp remote copy argument.
|
2020-05-14 10:32:26 +01:00 |
|
clanmills
|
037849ea9e
|
Add optional parameter to iotest.cpp to create the input file by copying from a remote location.
|
2020-05-14 10:31:13 +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
|
4644aaae49
|
Only disable xmpparser-test.sh to SunOS. This passes on FreeBSD and NetBSD.
|
2020-05-13 11:06:17 +01:00 |
|
clanmills
|
e15c483e29
|
Use toString() instead of value() to write to std::cout. https://github.com/Exiv2/exiv2/issues/901#issuecomment-627872855
|
2020-05-13 10:46:15 +01:00 |
|
clanmills
|
d8c29c4cba
|
Added 4.4 Python tests and 4.5 Test Summary to README.md. Fixed minor errors.
|
2020-05-12 19:54:55 +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
|
1a3828f746
|
mkdir test/tmp
|
2020-05-12 12:40:43 +01:00 |
|
clanmills
|
3f4eccd43c
|
Test changes to use -b where necessary.
|
2020-05-12 10:59:00 +01:00 |
|
clanmills
|
7515d85a09
|
Fix exiv2 option --binary to enable report of long binary values.
|
2020-05-12 10:58:29 +01:00 |
|
clanmills
|
deaed70f7c
|
Test file changes
|
2020-05-11 19:05:54 +01:00 |
|
clanmills
|
9df691c0c5
|
Report Comments as charset=encoding data (not charset="encoding" data)
|
2020-05-11 19:05:28 +01:00 |
|
clanmills
|
05aa827562
|
Only use bdiff on SunOS
|
2020-05-11 18:48:00 +01:00 |
|
clanmills
|
cca0245d87
|
Fix compiler warning.
|
2020-05-11 18:45:33 +01:00 |
|