Commit Graph

6558 Commits

Author SHA1 Message Date
Luis Díaz Más
0614d12385 Update conan & ninja in appveyor 2020-05-05 07:50:36 +02:00
Luis Díaz Más
38e37b7c61 Use -DCMAKE_CXX_STANDARD=98 in our travis jobs 2020-05-05 07:46:53 +02:00
clanmills
ffde3c593b Clarify possible values for CMAKE_CXX_STANDARD. 2020-05-05 00:04:02 +01:00
clanmills
4511817028 MSVC Changes. Leave CMake to set /std:. Only set /Zc:__cplusplus for VS2019+. Updated README.md 2020-05-04 21:43:59 +01:00
clanmills
529ffdc418 Use using auto_ptr = std::unique_ptr<T>; on all C++11 (and greater) platforms. Don't include unistd.h on MSVC. 2020-05-04 21:43:59 +01:00
Robin Mills
99aa8881a2 $ make version_test segfaults on FreeBSD when called from an ssh script. 2020-05-04 19:09:24 +01:00
Robin Mills
2e568e762b Fix version= for Visual Studio 2019. 2020-05-04 12:20:33 +01:00
Robin Mills
ae87269ab1 Set default for -DEXIV2_BUILD_UNIT_TESTS OFF 2020-05-04 12:19:38 +01:00
Robin Mills
97304989b7 Documentation Polishing. 2020-05-04 12:04:58 +01:00
Robin Mills
f96ad7f0b3 Updated for MinGW/msys2 support. 2020-05-04 08:31:25 +01:00
Robin Mills
cd5512e761 WIP. C++11 support 2020-05-04 08:17:37 +01:00
Robin Mills
e6ee72f6b3
Merge pull request #1196 from Exiv2/fix_geotag_0.27
Put geotag back into product.
2020-05-02 19:37:03 +01:00
clanmills
8f5b740270 put them back. 2020-05-02 19:05:25 +01:00
clanmills
4fb681dc93 Put geotag back into product. 2020-05-02 19:03:04 +01:00
Robin Mills
094ebac517
Merge pull request #1195 from Exiv2/fix_geotag_0.27
Putting geotag.cpp back into the product (git strikes again)
2020-05-02 18:50:00 +01:00
clanmills
79b37ec3aa Putting geotag.cpp back into the product (git strikes again) 2020-05-02 18:48:53 +01:00
Robin Mills
93cad8c9d4
Merge pull request #1194 from Exiv2/fix_c++11_0.27
Fix c++11 0.27
2020-05-02 18:42:26 +01:00
Robin Mills
cf7198ec58
Merge pull request #1193 from Exiv2/fix_1046_sample_geotag
fix_1046_sample_geotag (0.27->master)
2020-05-02 18:41:08 +01:00
Robin Mills
9b6b4036d8
Delete README-SAMPLES.md 2020-05-02 18:33:51 +01:00
Robin Mills
cd9ee99567
Delete geotag.cpp 2020-05-02 18:33:10 +01:00
Robin Mills
f775676e00
Delete geotag-test.out 2020-05-02 18:32:29 +01:00
clanmills
9b3f47f9a9 Fixing a typo in the documentation. 2020-05-02 18:29:52 +01:00
clanmills
f1182b8d73 Only #include<memory> when C++ >= C++11 2020-05-02 17:37:03 +01:00
clanmills
da91f04692 Don't report CMAKE_CXX_COMPILER - it's on the previous line of output. 2020-05-02 17:32:01 +01:00
clanmills
40602989eb Print summary to report compiler and c++ standard. 2020-05-02 17:15:24 +01:00
clanmills
0a06dc9ee4 Issue identified in #1101 master/MinGW/Qt. Apply the change here (although this is working on 0.27-maintenance) 2020-05-02 16:50:21 +01:00
clanmills
7928c63796 Documentation polishing. 2020-05-02 16:48:21 +01:00
clanmills
b22d1de8b1 Remove add_compile_options(-std=gnu++98) 2020-05-02 15:11:30 +01:00
clanmills
3ebfee1c39 Fix auto_ptr to auto\_ptr 2020-05-02 14:48:22 +01:00
clanmills
c423b91b92 Change config.h to compile isatty() and getpid() on macOS when -DCMAKE_CXX_STANDARD=98 2020-05-02 14:41:03 +01:00
clanmills
65dde52cf9 Updated documentation. Removed -DEXIV2_BUILD_USE_C++11 2020-05-02 14:22:44 +01:00
clanmills
e0f65f7e75 Always include <memory.h> before discussing auto_ptr 2020-05-02 13:06:19 +01:00
clanmills
cd5c3e4ff9 Remove target_compile_features(exiv2 PRIVATE cxx_std_98) from src/exiv2 2020-05-02 12:47:24 +01:00
clanmills
63a13e8620 Adding option -DEXIV2_BUILD_USE_C++11 2020-05-02 12:21:21 +01:00
clanmills
4da0a57ec0 Fixing reference output from test/geotag-test.sh 2020-05-02 12:17:04 +01:00
clanmills
d994161e80 Added option -remove to samples/geotag.cpp 2020-05-01 17:40:20 +01:00
clanmills
759ce9fffe fix_1046_sample_geotag Take advantage of fix to #1046 in samples/geotag.cpp 2020-05-01 16:18:01 +01:00
Robin Mills
6e5fdb0c19
Merge pull request #1191 from Exiv2/0.27_cxx_standard2
Enforce cxx_std_98 in samples, unit_tests, and exiv2 application
2020-04-30 17:02:03 +01:00
Robin Mills
c51a8aa8ed Explicitly set compiler option -std=gnu++98 on Solaris 2020-04-30 14:13:23 +01:00
Robin Mills
df04671976 Enforce cxx_std_98 in samples, unit_tests, and exiv2 application (to eliminate 2305 GCC unique_ptr warnings) 2020-04-30 11:20:37 +01:00
Robin Mills
f0dee57aa8
Merge pull request #1190 from Exiv2/0.27.31_bump_revision_number
0.27.31_bump_revision_number
2020-04-30 08:43:32 +01:00
Robin Mills
2b7ae83435 0.27.31_bump_revision_number 2020-04-30 08:41:06 +01:00
Robin Mills
2cb3512b73
Merge pull request #1189 from Exiv2/manpage_makeover_0.27
manpage_makeover_0.27
2020-04-30 07:59:58 +01:00
Robin Mills
3da8985cf0 manpage_makeover_0.27 2020-04-30 07:58:36 +01:00
Robin Mills
51a7038c59
Merge pull request #1188 from Exiv2/fix_rc1_changelog_0.27
Fix rc1 changelog 0.27
2020-04-29 19:04:45 +01:00
Robin Mills
a22c03a517 Makeover of exiv2.1 2020-04-29 19:02:35 +01:00
Robin Mills
4c733cd4fc fix_rc1_changelog_0.27 2020-04-29 19:02:12 +01:00
Robin Mills
47d89a56bb
Merge pull request #1176 from Exiv2/0.27_cxx_standard
fix_1163 Require c++98 privately only in library target
2020-04-28 15:23:56 +01:00
Robin Mills
6ac5cd1c89
Merge pull request #1187 from Exiv2/taglist_unexpected_arg_0.27
taglist_unexpected_arg_0.27
2020-04-28 14:59:16 +01:00
Robin Mills
f7c14e62fb taglist_unexpected_arg_0.27 2020-04-28 14:51:29 +01:00