Robin Mills
|
1b536bd0ed
|
#2130 Don't build conntest. Build is broken when --enable-webready. Fixed issue with samples/geotag.cpp on Linux.
|
9 years ago |
Robin Mills
|
fcd0cb3e19
|
#1233 Correction to r4573
|
9 years ago |
Robin Mills
|
86028dd46e
|
#1233 Fixed issue on MacOS-X 10.4 (32 big big-endian PPC, 2003 OS) with realpath() and added additional images for future testing.
|
9 years ago |
Robin Mills
|
80fd8ee333
|
#1233 geotag.cpp added option -ascii. The degree sign in the output was upsetting test harness on some platforms.
|
9 years ago |
Robin Mills
|
24c032c2a2
|
#1233 Changes to geotag-test to avoid full paths. Added make geotag-test. Sanitized geotag.cpp code
|
9 years ago |
Robin Mills
|
bd16f3441e
|
#1233 Thank You to Anton for reporting this and providing a patch. I've updated the test suite.
|
9 years ago |
Robin Mills
|
4ab9c840e4
|
#1207 Updating comments in samples/mt-test.cpp to document build restrictions.
|
9 years ago |
Robin Mills
|
208b5110ae
|
#1207 Don't build mt-test by default. It requires C++11. G++ 5.3 will not compile #include <exiv2/exiv2.hpp> because AutoPtr is deprecated.
|
9 years ago |
Robin Mills
|
ebfd26fb75
|
#1207 Dynamically new/delete thread array in mt-test.cpp
|
9 years ago |
Robin Mills
|
3b83918320
|
#1207 Added samples/mt-test.cpp
|
9 years ago |
Robin Mills
|
7adaf71d44
|
#1187 and #1041. Fixing CMake/Linux build breakers concerning libpthread
|
9 years ago |
Robin Mills
|
4c8158d1d1
|
#1183 Sample code: samples/toexv.cpp to support the article http://dev.exiv2.org/projects/exiv2/wiki/Guidance_about_serialising_metadata_using_MemIo_and_ExvImage_Classes
|
9 years ago |
Robin Mills
|
b296460702
|
#1034 Correction to r4293. Adding forgotton files!
|
9 years ago |
Robin Mills
|
664af57e10
|
#1034 Added samples/toexv This is a first step to write exif metadata to memory to send to a web service.
|
9 years ago |
Robin Mills
|
f02b94a6b4
|
#1169. Code simplication/clarification.
|
9 years ago |
Robin Mills
|
30f279787f
|
#1169 Fix submitted.
|
9 years ago |
Robin Mills
|
62e2fc086b
|
#1034 Added msvc2005/ini-test
|
9 years ago |
Robin Mills
|
1e33add5e4
|
#1034. Corrections to r4249 to fix build-breakers
|
9 years ago |
Robin Mills
|
dbed6f857c
|
#1034 Added exiv2 config file support for lens recognition.
|
9 years ago |
danielkaneider
|
4c236fce17
|
#1041. cmakeBuild with static compilation
|
10 years ago |
Robin Mills
|
5a36dea37d
|
#1061. Added exiv2samples.1 and associate autotools and CMake installer support. Work in progress.
|
10 years ago |
Robin Mills
|
aa1e9e88e5
|
#1109 and #1041 Added documentation and log files to the published builds.
|
10 years ago |
Robin Mills
|
b12aca62cd
|
#1041 get jenkins_daily.sh to work on Mac/Cygwin/MSVC/Linux and publish builds on userContent/builds { daily/weekly/monthly}
|
10 years ago |
Robin Mills
|
bb032fb6c7
|
#1041 Still struggling with the test suite
|
10 years ago |
danielkaneider
|
c90253bc3c
|
[cmake] various msvc fixes
|
10 years ago |
danielkaneider
|
993a3bd06b
|
[cmake] added travis build file, fixes for osx and linux
|
10 years ago |
Robin Mills
|
abd5ecedd4
|
#1129. Fix submitted.
|
10 years ago |
Robin Mills
|
b44dcdb220
|
http://dev.exiv2.org/boards/3/topics/2137?r=2259 Thanks to Gilles for the patch.
|
10 years ago |
Robin Mills
|
8ff86b6875
|
#1110. Xcode project moved to contrib/xcode. Interesting errors in samples/Makefile. Replaced gsoc13 Exiv2::dict_t with (identical twin) Exiv2::Dictionary
|
10 years ago |
Robin Mills
|
a37b843839
|
Correction to r3941 to fix mac build-breaker in src/image.cpp (and odd linux bb in samples/exiv2json.cpp)
|
10 years ago |
Robin Mills
|
6df03d74cf
|
#640. Correction to r3931.
|
10 years ago |
Robin Mills
|
bbf8b288ba
|
Correction to r3925.
|
10 years ago |
Robin Mills
|
3f1380e91a
|
#640 Modified XmpParser::getRegisteredNamespaces to use Exiv2::Dictionary.
|
10 years ago |
Robin Mills
|
03e51ab470
|
#640 and # 751. Fixing linux build-breaker.
|
10 years ago |
Robin Mills
|
c396a92e01
|
#960 added API: static void Exiv2::XMPParser::getRegisteredNamespaces(std::map<std::string,std::string>&);
|
10 years ago |
Andreas Huggel
|
f0b4c06ea6
|
samples/Makefile: Minor fixes to better clean up.
|
10 years ago |
Andreas Huggel
|
ade51daf7f
|
Only compile ssh module if using SSH and another hack to prevent a compiler warning about undefined EXV_USE_SSH.
|
10 years ago |
danielkaneider
|
879fd9fa84
|
cmake: add some windows batch tools
|
10 years ago |
Andreas Huggel
|
a57317f685
|
Some API policing
|
10 years ago |
Andreas Huggel
|
1ca6ae13bc
|
Minor changes to the exiv2json build
|
10 years ago |
Robin Mills
|
6bd47ebf4a
|
#1071 Correction to r3802 for MSVC (r3802 is removing Jzon from libexiv2)
|
10 years ago |
Robin Mills
|
f52eacf921
|
#1071 Remove Jzon from libexiv2
1) Move src/Jzon.cpp and include/exiv2/Jzon.hpp to samples/Jzon.{cpp|hpp}
2) Update build environment appropriately.
|
10 years ago |
Andreas Huggel
|
fd80993ab0
|
Updated copyright notice.
|
10 years ago |
Robin Mills
|
84bf485ebe
|
#922. Fixing -pS and -pX on MSVC.
|
10 years ago |
Robin Mills
|
4817df0a17
|
#936. Fix header file.
|
10 years ago |
Robin Mills
|
bd4004e963
|
#934 exiv2json.cpp threw an exception on toLong() and I changed it to std::atoi.
The value is '' (the empty string). The following key seems to be somehow and puzzlingly broken:
0x8827 Photo ISOSpeedRatings Short 0
|
10 years ago |
Robin Mills
|
d2f5abbac5
|
#1054. exiv2json deep recursion and AltLang support. Regression detector.
|
10 years ago |
Robin Mills
|
a6a3da9df8
|
#1054. Write LangAltValue as json object "lang" : { "en-US":"...." , ... }
|
10 years ago |
Robin Mills
|
d00212f4f6
|
Fixing typos.
|
10 years ago |
Robin Mills
|
5ccb535bdc
|
#1054. More polishing. Adding clarification to the recursion. Other code simplification/elimination.
|
10 years ago |