6673 Commits (cc7c8fedc3e34e158505145ce3db9cd9ab6e4a2c)
 

Author SHA1 Message Date
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
clanmills b22d1de8b1 Remove add_compile_options(-std=gnu++98) 5 years ago
clanmills 3ebfee1c39 Fix auto_ptr to auto\_ptr 5 years ago
clanmills c423b91b92 Change config.h to compile isatty() and getpid() on macOS when -DCMAKE_CXX_STANDARD=98 5 years ago
clanmills 65dde52cf9 Updated documentation. Removed -DEXIV2_BUILD_USE_C++11 5 years ago
clanmills e0f65f7e75 Always include <memory.h> before discussing auto_ptr 5 years ago
clanmills cd5c3e4ff9 Remove target_compile_features(exiv2 PRIVATE cxx_std_98) from src/exiv2 5 years ago
clanmills 63a13e8620 Adding option -DEXIV2_BUILD_USE_C++11 5 years ago
clanmills 4da0a57ec0 Fixing reference output from test/geotag-test.sh 5 years ago
clanmills d994161e80 Added option -remove to samples/geotag.cpp 5 years ago
clanmills 759ce9fffe fix_1046_sample_geotag Take advantage of fix to #1046 in samples/geotag.cpp 5 years ago
Robin Mills 6e5fdb0c19
Merge pull request #1191 from Exiv2/0.27_cxx_standard2
Enforce cxx_std_98 in samples, unit_tests, and exiv2 application
5 years ago
Robin Mills c51a8aa8ed Explicitly set compiler option -std=gnu++98 on Solaris 5 years ago
Robin Mills df04671976 Enforce cxx_std_98 in samples, unit_tests, and exiv2 application (to eliminate 2305 GCC unique_ptr warnings) 5 years ago
Robin Mills f0dee57aa8
Merge pull request #1190 from Exiv2/0.27.31_bump_revision_number
0.27.31_bump_revision_number
5 years ago