6712 Commits (736c84c0de3366b8eb2c079ff9168b10c504e66f)
 

Author SHA1 Message Date
Robin Mills de4d305d2a
Merge pull request #1207 from Exiv2/fix_1165_UNIX_test_0.27
Fix 1165 unix test 0.27
5 years ago
clanmills cc4d56dec1 Change defaults for HTTP_PORT (1277 is use by another service). 5 years ago
clanmills b2be8e7c0c Get Darwin to use md5 (and not the locally compiled coreutils/md5sum). 5 years ago
clanmills 1085e0b58f Use md5 on Darwin (previously, using locally compiled coreutils md5sum) 5 years ago
clanmills 5aa09915ea Documentation update. Fixed typo in comment in functions.source 5 years ago
clanmills 6527ce1bdb Fix stat argment on Darwin/FreeBSD/NetBSD 5 years ago
clanmills 7956aa0ad9 See #1029 Added option to samples/iotest.cpp to specify blocksize for remote copy. 5 years ago
clanmills 7ceb1c5a0f Fix diffCheck() on NetBSD and FreeBSD (again) 5 years ago
clanmills cd726c0c1b Fix diffCheck() on netbsd and freebsd 5 years ago
clanmills ff8f5d076a use import urllib.request to get server status (import requests is not always installed). 5 years ago
Robin Mills 3d0e05f40d
Merge branch '0.27-maintenance' into http_iotest_0.27 5 years ago
clanmills c0ec4cf6a4 Polishing iotest.sh by moving functions start/closeHttpServer to functions.source. Updated documentation. 5 years ago
clanmills 52205c4acc Modified iotest.sh to use iotest.cpp remote copy argument. 5 years ago
clanmills 037849ea9e Add optional parameter to iotest.cpp to create the input file by copying from a remote location. 5 years ago
clanmills 2bad338b9d Fix compiler warning on macOS about enforce condition being always true. 5 years ago
clanmills ec979d522a Changes following review. 5 years ago
clanmills 4644aaae49 Only disable xmpparser-test.sh to SunOS. This passes on FreeBSD and NetBSD. 5 years ago
clanmills e15c483e29 Use toString() instead of value() to write to std::cout. https://github.com/Exiv2/exiv2/issues/901#issuecomment-627872855 5 years ago
clanmills d8c29c4cba Added 4.4 Python tests and 4.5 Test Summary to README.md. Fixed minor errors. 5 years ago
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.
5 years ago
clanmills 1a3828f746 mkdir test/tmp 5 years ago
clanmills 3f4eccd43c Test changes to use -b where necessary. 5 years ago
clanmills 7515d85a09 Fix exiv2 option --binary to enable report of long binary values. 5 years ago
clanmills deaed70f7c Test file changes 5 years ago
clanmills 9df691c0c5 Report Comments as charset=encoding data (not charset="encoding" data) 5 years ago
clanmills 05aa827562 Only use bdiff on SunOS 5 years ago
clanmills cca0245d87 Fix compiler warning. 5 years ago
clanmills 4b880a3e44 Adding missing file. 5 years ago
clanmills 43b06b6814 Don't allow binary into the output stream! 5 years ago
Robin Mills 338176b239
Merge pull request #1204 from Exiv2/fix_1201_catalan_0.27
Updated Catalan
5 years ago
clanmills b1627ce90d Thanks to Toni (@bellaperez) for sending this. 5 years ago
Robin Mills 0d17fb63d8
Merge pull request #1197 from Exiv2/add_c++11_support_0.27
Add c++11 support 0.27
5 years ago
clanmills d76d5345c4 Use make -j 2 (can this fail if there's only one core?) 5 years ago
clanmills c69c6d0848 tidy up ci and test scripts 5 years ago
clanmills 599c127b94 Revert previous trivial change to appveyor as it totally killed Appveyor! 5 years ago
clanmills c6da7f0165 Trivial change to re-trigger CI. No idea why it died last night. 5 years ago
clanmills 8362fde7fe Do not use Appveyor < VS 2013. I build/test "legacy" VS 2008, 2010, 2012 on the Mac Mini. 5 years ago
clanmills 07005e206e Fix typo. 5 years ago
clanmills a4bc385acc run exiv2 --verbose --version at the end of the build so we can be certain about what was built! 5 years ago
clanmills 6674b91f85 VS2012 builds in the 2013 Image. 5 years ago
clanmills 33c3735afb Restored VS2012 in the build matrix 5 years ago
clanmills 43bfe53693 Add VS2019 to AppVeyor. Relax 2013 (NO webready, NO unit_tests, NO WarningsAsErrors). Removed one 2013 from matrix. 5 years ago
clanmills 2e870c2189 Documentation polishing. 5 years ago
clanmills 450195a370 Adding support for VERBOSE to python_tests. Fixing unnecessary output on bash_tests and tests 5 years ago
clanmills 365c5fc474 Suppress unit_tests.exe color and remove the ugly "Unsupported date format" warning. 5 years ago
clanmills 089b37a637 make python_tests is with python 3.8 (on several platforms) says "This function reads ..." on every test! 5 years ago
Robin Mills a1abe21a71 Discussion: https://github.com/Exiv2/exiv2/issues/1200#issuecomment-623975537 5 years ago
Luis Díaz Más 6667e13c4b Only use __cplusplus trick from VS2017 5 years ago
Luis Díaz Más 0614d12385 Update conan & ninja in appveyor 5 years ago
Luis Díaz Más 38e37b7c61 Use -DCMAKE_CXX_STANDARD=98 in our travis jobs 5 years ago