Commit Graph

6663 Commits

Author SHA1 Message Date
Robin Mills
b354ad8b2a Might be the last one. Probably not. I want to fix the last-minute surprised of #1219. 2020-05-25 16:46:04 +01:00
Robin Mills
e11900847e More cleanup. 2020-05-25 14:19:16 +01:00
Robin Mills
4eeb5e2c21 This is it, guys. Exiv2 v0.27.3 RC2 Preview. I hope this is the code and documentation that ships in v0.27.3. 2020-05-25 11:48:47 +01:00
Robin Mills
0c206d1d63 Updating README-CONAN.md 2020-05-21 18:43:49 +01:00
Robin Mills
591f9e62b4 cleanup_0.27 2020-05-21 09:55:53 +01:00
Robin Mills
431c2caec7
Merge pull request #1213 from Exiv2/set_ld_library_path_0.27
set LD_LIBRARY_PATH when running tests
2020-05-20 15:10:03 +01:00
Robin Mills
d5c6391c5f set_ld_library_path_0.27 2020-05-20 14:06:27 +01:00
Robin Mills
3f1a6a509b
Merge pull request #1211 from Exiv2/cpp98_cygwin_0.27
http.cpp doesn't compile with C++/98 on Cygwin and MinGW/msys2.
2020-05-20 12:09:02 +01:00
clanmills
fca80bbd27 sync ci changes from fix_547_0.27 to this branch. 2020-05-20 10:21:31 +01:00
Robin Mills
f16c4c6b83
Merge pull request #1210 from Exiv2/fix_547_0.27
Fix 547 0.27
2020-05-20 10:18:09 +01:00
clanmills
a634b7f2d7 install tar 2020-05-20 09:35:27 +01:00
clanmills
de28105895 Woops. Use curl once in /tmp 2020-05-20 09:27:11 +01:00
clanmills
8e988d33b3 Install curl! 2020-05-20 09:23:48 +01:00
clanmills
89ae619fac Install gtest 1.8.0 from source (see #575) 2020-05-20 09:14:52 +01:00
clanmills
9ee186bd49 Build gtest 1.8.0 with brute force 2020-05-20 09:12:49 +01:00
clanmills
51801bdd09 1.8.0-lp151.2.3 2020-05-20 08:42:02 +01:00
clanmills
3c5a0ce8d4 And another way to get gtest 1.8.0 2020-05-20 07:34:15 +01:00
clanmills
2832c4e881 Try a different way to install gtest1.8 2020-05-20 07:27:55 +01:00
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
clanmills
1b82c6a74e Need gtest 1.8 on OpenSuse to build with C++98 2020-05-20 06:43:51 +01:00
clanmills
5c4e4ce9a1 -DCMAKE_CXX_STANDARD=98 " (add a space)! 2020-05-19 23:49:28 +01:00
clanmills
3f24fdb842 Add -DCMAKE_CXX_STANDARD=98 2020-05-19 23:28:48 +01:00
clanmills
cb28f833e4 Once more, try to calm compiler output with -DCMAKE_CXX_FLAGS=-Wno-deprecated 2020-05-19 22:53:44 +01:00
clanmills
d2d73a70e8 Add -DCMAKE_CXX_FLAGS=-Wno-deprecated to stop the CI job logs from overflowing. 2020-05-19 22:24:33 +01:00
clanmills
daaa549eae There's no python3.exe on DOS (only python.exe) 2020-05-19 22:04:04 +01:00
clanmills
bdd7a3a122 Little change to appveyor to upgrade the version of pip. And use pip3 as we seem to be working with python2.7 2020-05-19 21:57:02 +01:00
clanmills
8bb48893be Add guard in test_issue_547.py to skip when not a debug build. 2020-05-19 18:38:49 +01:00
clanmills
d07a1f94f8 fix_547_0.27 2020-05-19 16:13:37 +01:00
clanmills
e5bdddc886 fix_547_0.27 2020-05-19 16:13:08 +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