6587 Commits (3d0e05f40dc8f9b80eafb32b3b58c7f4410630e9)
 

Author SHA1 Message Date
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
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
clanmills ffde3c593b Clarify possible values for CMAKE_CXX_STANDARD. 5 years ago
clanmills 4511817028 MSVC Changes. Leave CMake to set /std:. Only set /Zc:__cplusplus for VS2019+. Updated README.md 5 years ago
clanmills 529ffdc418 Use using auto_ptr = std::unique_ptr<T>; on all C++11 (and greater) platforms. Don't include unistd.h on MSVC. 5 years ago
Robin Mills 99aa8881a2 $ make version_test segfaults on FreeBSD when called from an ssh script. 5 years ago
Robin Mills 2e568e762b Fix version= for Visual Studio 2019. 5 years ago
Robin Mills ae87269ab1 Set default for -DEXIV2_BUILD_UNIT_TESTS OFF 5 years ago
Robin Mills 97304989b7 Documentation Polishing. 5 years ago
Robin Mills f96ad7f0b3 Updated for MinGW/msys2 support. 5 years ago
Robin Mills cd5512e761 WIP. C++11 support 5 years ago
Robin Mills e6ee72f6b3
Merge pull request #1196 from Exiv2/fix_geotag_0.27
Put geotag back into product.
5 years ago
clanmills 8f5b740270 put them back. 5 years ago
clanmills 4fb681dc93 Put geotag back into product. 5 years ago
Robin Mills 094ebac517
Merge pull request #1195 from Exiv2/fix_geotag_0.27
Putting geotag.cpp back into the product (git strikes again)
5 years ago
clanmills 79b37ec3aa Putting geotag.cpp back into the product (git strikes again) 5 years ago
Robin Mills 93cad8c9d4
Merge pull request #1194 from Exiv2/fix_c++11_0.27
Fix c++11 0.27
5 years ago
Robin Mills cf7198ec58
Merge pull request #1193 from Exiv2/fix_1046_sample_geotag
fix_1046_sample_geotag (0.27->master)
5 years ago
Robin Mills 9b6b4036d8
Delete README-SAMPLES.md 5 years ago
Robin Mills cd9ee99567
Delete geotag.cpp 5 years ago
Robin Mills f775676e00
Delete geotag-test.out 5 years ago
clanmills 9b3f47f9a9 Fixing a typo in the documentation. 5 years ago
clanmills f1182b8d73 Only #include<memory> when C++ >= C++11 5 years ago
clanmills da91f04692 Don't report CMAKE_CXX_COMPILER - it's on the previous line of output. 5 years ago
clanmills 40602989eb Print summary to report compiler and c++ standard. 5 years ago
clanmills 0a06dc9ee4 Issue identified in #1101 master/MinGW/Qt. Apply the change here (although this is working on 0.27-maintenance) 5 years ago
clanmills 7928c63796 Documentation polishing. 5 years ago