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 |
Robin Mills
|
2b7ae83435
|
0.27.31_bump_revision_number
|
5 years ago |
Robin Mills
|
2cb3512b73
|
Merge pull request #1189 from Exiv2/manpage_makeover_0.27
manpage_makeover_0.27
|
5 years ago |
Robin Mills
|
3da8985cf0
|
manpage_makeover_0.27
|
5 years ago |
Robin Mills
|
51a7038c59
|
Merge pull request #1188 from Exiv2/fix_rc1_changelog_0.27
Fix rc1 changelog 0.27
|
5 years ago |
Robin Mills
|
a22c03a517
|
Makeover of exiv2.1
|
5 years ago |
Robin Mills
|
4c733cd4fc
|
fix_rc1_changelog_0.27
|
5 years ago |
Robin Mills
|
47d89a56bb
|
Merge pull request #1176 from Exiv2/0.27_cxx_standard
fix_1163 Require c++98 privately only in library target
|
5 years ago |
Robin Mills
|
6ac5cd1c89
|
Merge pull request #1187 from Exiv2/taglist_unexpected_arg_0.27
taglist_unexpected_arg_0.27
|
5 years ago |
Robin Mills
|
f7c14e62fb
|
taglist_unexpected_arg_0.27
|
5 years ago |
Robin Mills
|
1da92b2146
|
Merge pull request #1185 from Exiv2/update_release_notes_0.27
Update release notes v0.27.3 RC1
|
5 years ago |
Robin Mills
|
920a03886e
|
Use PROJECT_VERSION_TWEAK to identify RC#
|
5 years ago |
Robin Mills
|
f360d8cdc5
|
Update release notes to reference https://github.com/Exiv2/exiv2/issues/1018#issuecomment-604539346
|
5 years ago |
Robin Mills
|
5c92e115bc
|
Merge pull request #1184 from Exiv2/fix_1121_CODEOWNERS_0.27
fix_1121_CODEOWNERS_0.27
|
5 years ago |
Robin Mills
|
848e580961
|
Fixed issue spotted in review.
|
5 years ago |
Robin Mills
|
444a2680a3
|
fix_1121_CODEOWNERS_0.27
|
5 years ago |
Robin Mills
|
83df3118e6
|
Merge pull request #1183 from Exiv2/fix_1180_date_separator
fix_1180_date_separator (0.27->master)
|
5 years ago |
clanmills
|
fd76cdbdeb
|
Simplified CopyTmpFiles.setUp_file_action() by using _config_variables['tmp_path']
|
5 years ago |
clanmills
|
00d89e6523
|
configure_suite() calls mkdir($tmp_path) if necessary
|
5 years ago |
clanmills
|
92f2458229
|
fix_1180_date_separator
|
5 years ago |
Robin Mills
|
7fa2ce90dc
|
Merge pull request #1181 from Exiv2/fix_gcc930_msys_cygwin
GCC 9.3.0 broken on MinGW/msys2 and CYGWIN (0.27->master)
|
5 years ago |
clanmills
|
5f36bf46e8
|
Fix for issue identified in #1175
|
5 years ago |
Robin Mills
|
adef1fbd33
|
Merge pull request #1178 from Exiv2/0.27_fileio_performance
Reduce system calls in FileIo::eof() (master -> 0.27)
|
5 years ago |
Robin Mills
|
56100bca1a
|
Merge pull request #1175 from Exiv2/fix_1102_msysGCC93_0.27
fix_1102_msysGCC93_0.27 (0.27->master)
|
5 years ago |
Luis Diaz Mas
|
215099e977
|
Fix in largeiptc-test
|
5 years ago |
Luis Diaz Mas
|
235087af4e
|
Do not call tell() in File::eof() - Fix tests & performance
|
5 years ago |
Luis Diaz Mas
|
2732c10a86
|
Add unit tests for FileIO: canSeekBeyondEOF fails
|
5 years ago |
Luis Diaz Mas
|
fabfcac274
|
Require c++98 privately only in the library target
|
5 years ago |
clanmills
|
60d40d0d17
|
Don't run http tests on SunOS, NetBSD, Cygwin, MinGW
|
5 years ago |
clanmills
|
8237569820
|
Don't run http tests on test PLATFORM==mingw
|
5 years ago |
clanmills
|
845f0fd6c9
|
added functions startHttpServer() and closeHttpServer()
|
5 years ago |
clanmills
|
b50d6503bc
|
fix_1102_msysGCC93_0.27
|
5 years ago |
clanmills
|
1146031be6
|
Use and document EXIV2_PORT
|
5 years ago |
clanmills
|
daff2a1536
|
Adding data/iotest.out reference file.
|
5 years ago |
Robin Mills
|
c905bd7a13
|
Merge pull request #1136 from Exiv2/sridharb1_contrib_msvc4_0.27
Sridharb1 contrib msvc4 0.27
|
5 years ago |
Robin Mills
|
d0f6eb01c1
|
Makeover Release Notes and platform/ReadMe
|
5 years ago |
clanmills
|
d7652d5ae3
|
add http test to iotest.sh
|
5 years ago |