Commit Graph

127 Commits

Author SHA1 Message Date
danielkaneider
4c236fce17 #1041. cmakeBuild with static compilation 2015-12-29 20:10:56 +00:00
Robin Mills
5a36dea37d #1061. Added exiv2samples.1 and associate autotools and CMake installer support. Work in progress. 2015-12-29 17:57:37 +00:00
Robin Mills
aa1e9e88e5 #1109 and #1041 Added documentation and log files to the published builds. 2015-12-12 19:10:52 +00:00
Robin Mills
b12aca62cd #1041 get jenkins_daily.sh to work on Mac/Cygwin/MSVC/Linux and publish builds on userContent/builds { daily/weekly/monthly} 2015-12-10 19:27:33 +00:00
Robin Mills
bb032fb6c7 #1041 Still struggling with the test suite 2015-12-10 03:08:18 +00:00
danielkaneider
c90253bc3c [cmake] various msvc fixes 2015-11-10 21:36:48 +00:00
danielkaneider
993a3bd06b [cmake] added travis build file, fixes for osx and linux 2015-10-30 20:55:57 +00:00
Robin Mills
abd5ecedd4 #1129. Fix submitted. 2015-10-13 21:19:25 +00:00
Robin Mills
b44dcdb220 http://dev.exiv2.org/boards/3/topics/2137?r=2259 Thanks to Gilles for the patch. 2015-10-03 11:53:41 +00:00
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 2015-09-23 20:43:16 +00:00
Robin Mills
a37b843839 Correction to r3941 to fix mac build-breaker in src/image.cpp (and odd linux bb in samples/exiv2json.cpp) 2015-09-14 15:47:48 +00:00
Robin Mills
6df03d74cf #640. Correction to r3931. 2015-09-08 13:15:38 +00:00
Robin Mills
bbf8b288ba Correction to r3925. 2015-09-03 20:54:26 +00:00
Robin Mills
3f1380e91a #640 Modified XmpParser::getRegisteredNamespaces to use Exiv2::Dictionary. 2015-09-03 20:51:34 +00:00
Robin Mills
03e51ab470 #640 and # 751. Fixing linux build-breaker. 2015-08-29 20:00:26 +00:00
Robin Mills
c396a92e01 #960 added API: static void Exiv2::XMPParser::getRegisteredNamespaces(std::map<std::string,std::string>&); 2015-08-28 19:57:46 +00:00
Andreas Huggel
f0b4c06ea6 samples/Makefile: Minor fixes to better clean up. 2015-06-20 04:37:37 +00:00
Andreas Huggel
ade51daf7f Only compile ssh module if using SSH and another hack to prevent a compiler warning about undefined EXV_USE_SSH. 2015-06-18 02:46:09 +00:00
danielkaneider
879fd9fa84 cmake: add some windows batch tools 2015-06-14 09:12:19 +00:00
Andreas Huggel
a57317f685 Some API policing 2015-06-08 14:39:59 +00:00
Andreas Huggel
1ca6ae13bc Minor changes to the exiv2json build 2015-05-09 12:17:58 +00:00
Robin Mills
6bd47ebf4a #1071 Correction to r3802 for MSVC (r3802 is removing Jzon from libexiv2) 2015-05-09 09:55:33 +00:00
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.
2015-05-09 09:24:41 +00:00
Andreas Huggel
fd80993ab0 Updated copyright notice. 2015-05-02 11:55:40 +00:00
Robin Mills
84bf485ebe #922. Fixing -pS and -pX on MSVC. 2015-04-28 19:19:59 +00:00
Robin Mills
4817df0a17 #936. Fix header file. 2015-04-28 14:15:17 +00:00
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
2015-04-28 11:12:58 +00:00
Robin Mills
d2f5abbac5 #1054. exiv2json deep recursion and AltLang support. Regression detector. 2015-04-21 18:48:49 +00:00
Robin Mills
a6a3da9df8 #1054. Write LangAltValue as json object "lang" : { "en-US":"...." , ... } 2015-04-20 08:54:52 +00:00
Robin Mills
d00212f4f6 Fixing typos. 2015-04-11 08:09:06 +00:00
Robin Mills
5ccb535bdc #1054. More polishing. Adding clarification to the recursion. Other code simplification/elimination. 2015-04-10 21:56:17 +00:00
Robin Mills
a93ad78042 #1054. Final polish and comments about the recursion. 2015-04-10 18:56:20 +00:00
Robin Mills
af8e778a55 Fixing more typos. 2015-04-10 18:44:43 +00:00
Robin Mills
e0b5d3f310 Fixed typo. 2015-04-10 18:42:49 +00:00
Robin Mills
4f6b747478 #1054. Replaced the reference mess with a beautiful one-line recursion. Interation is interesting; recursion is really elegant. 2015-04-10 18:42:09 +00:00
Robin Mills
efb790f421 Simplification. 2015-04-10 14:02:22 +00:00
Robin Mills
8c1e79bbd3 Fixed typos. 2015-04-10 10:13:16 +00:00
Robin Mills
779a10454d #1054. Overhauled exiv2json to recursively build a JSON tree. See discussion: http://dev.exiv2.org/boards/3/topics/1951 2015-04-10 09:12:01 +00:00
Robin Mills
624675d665 Adding CMake support for samples/exifdata.cpp and samples/exifvalue.cpp 2015-03-25 18:27:44 +00:00
Robin Mills
917efc5d05 Adding samples/exifdata.cpp and samples/exifvalue.cpp 2015-03-25 18:21:43 +00:00
Robin Mills
856ddd323c #1029 Spell separator correctly everywhere (not seperator). 2015-02-14 15:25:52 +00:00
Robin Mills
0df8356a56 #1029. Thank You, Thomas for reporting this and providing the patch. 2015-02-12 01:24:26 +00:00
Robin Mills
24cb148e11 #1004. Reviewed all include directives in src/*.cpp and samples/*.cpp
fixed svn_version.sh again!
change to test/build-test.py for MacOS-X/Xcode 6.
2015-01-06 12:40:31 +00:00
Robin Mills
cc8fcb08c1 #1012. r3508 broke the build on macosx and linux.
Fixed cosmetic issues in samples/httptest.cpp and <exiv2dir>/Makefile.
2015-01-02 09:49:16 +00:00
Robin Mills
1afb17b527 trunk: webready integration. fixing broken and missing MSVC/vcproj files. 2014-12-27 11:07:07 +00:00
Robin Mills
d393b0fa7e trunk: exiv2 v0.25 2014-12-25 13:55:57 +00:00
Robin Mills
94e6dcbf50 Fix cygwin compilation warning on geotag.cpp 2014-10-07 21:33:02 +00:00
Robin Mills
fdd7e522e7 Issue: 989 "Wrong key name in output of addmoddel sample". Thank You Thomas for the patch. 2014-09-05 20:41:49 +00:00
Andreas Huggel
5bfddd927f Some TLC for samples/Makefile. It still re-builds everything everytime you run make though (and leaves a .libs directory in bin/). Building out-of-place seems not so straightforward with make. Maybe we should build in-place and have a local-install target instead. 2013-10-06 14:04:30 +00:00
Robin Mills
4aebd96cca Very close to 0.24. Passed the test-suite on MinGW. 2013-07-26 20:04:25 +00:00