Commit Graph

250 Commits

Author SHA1 Message Date
Robin Mills
0abf56f71b #1236 CMake build on MinGW. 2016-09-30 16:45:54 +00:00
Robin Mills
5c3973991e #1023 HTTP and HTTPS test support. 2016-09-29 13:05:39 +00:00
Robin Mills
24c032c2a2 #1233 Changes to geotag-test to avoid full paths. Added make geotag-test. Sanitized geotag.cpp code 2016-09-27 08:53:35 +00:00
Robin Mills
5f1d52e497 #1230 Added stdin-test and fixing issue identified by the test. 2016-09-25 22:43:40 +00:00
Robin Mills
9967657a21 #1109 MinGW/GCC should not set -std=gnu++98 because this causes 64 bit build to not link libpthreads! (on several tool chains) 2016-09-23 20:22:29 +00:00
Robin Mills
30c87b5989 #1188 and #1109 Correction to r4530 and r4531 to fix cygwin build-breaker (gnu++98 required for snprintf support) 2016-09-21 22:21:47 +00:00
Robin Mills
6519595dbe #1188 set -std=c++98 for v0.26. I'll work on C++11 in v0.27. C++11 Deprecates AutoPtr, so supporting C++11 requires some effort.
#1188 Discusses CMake/C++11 in some detail.  For v0.26, CMake also sets -std=c++98 r4530
2016-09-21 18:46:11 +00:00
Robin Mills
b755292dc8 Fixed typo causing ./configure to display erroneous "./configure: line 17274: f: command not found" 2016-09-08 10:41:48 +00:00
Robin Mills
b7c90140c7 #1074 ICC support in jpgimage.cpp. Add test/icc-test.sh 2016-09-01 16:44:29 +00:00
Robin Mills
9026954816 #1074 Work in progress for ICC/jpg - changes to readMetadata() and printStructure() 2016-09-01 14:17:25 +00:00
Robin Mills
3b83918320 #1207 Added samples/mt-test.cpp 2016-08-21 08:16:30 +00:00
Robin Mills
d369aa67d5 #1199 Test suite changes and associate fixes to the code. 2016-08-19 18:59:28 +00:00
Robin Mills
80e2a47240 Corrections to r4338 2016-06-23 20:39:24 +00:00
Robin Mills
fc24b8c541 #1041 Reorganized and simplified config header files. 2016-06-23 18:30:29 +00:00
Robin Mills
2f8e56fd70 Correction to r4327 2016-06-14 13:42:44 +00:00
Robin Mills
1ac5ccc2f9 Fixing warning from contrib/buildserver/test_daily.sh concerning redefinition of EXV_SEPARATOR_STR|CHR when testing msvc builds 2016-06-14 11:01:33 +00:00
Robin Mills
7f19cbbc07 #1192 Thank You, Matthieu for the patch. 2016-06-13 21:14:39 +00:00
Robin Mills
0f18d97381 #1187 Fixing ./configure build breaker concerning libpthread 2016-06-07 15:27:34 +00:00
Robin Mills
5c125a9f19 #1187 and #1041. Fixing CMake/MSVC 2013/15 build breakers 2016-06-04 17:08:09 +00:00
Robin Mills
0afe5a97a1 #1187 and #1041 Fixing CMake/MSVC build breaker 2016-06-04 05:56:02 +00:00
Robin Mills
664af57e10 #1034 Added samples/toexv This is a first step to write exif metadata to memory to send to a web service. 2016-04-29 19:20:30 +00:00
Robin Mills
643c828b4b Correction to r4203 2016-02-12 19:03:21 +00:00
Robin Mills
c120638091 Fixed 'make exifprint' 2016-02-11 20:03:12 +00:00
Robin Mills
d063046bda #1074 Correction to r4169. Changes to config/Makefile.in to match Makefile 2016-01-07 19:20:33 +00:00
Robin Mills
e07c881fcf #1099. Fix submitted. 2015-11-26 10:07:35 +00:00
danielkaneider
c90253bc3c [cmake] various msvc fixes 2015-11-10 21:36:48 +00:00
Robin Mills
e8a258caf4 #851 Changes to CMake option -DEXIV2_ENABLE_WIN_UNICODE={OFF|ON} 2015-11-07 19:14:26 +00:00
danielkaneider
59f04827ec [cmake] travis fixes for osx 2015-11-01 18:01:31 +00:00
danielkaneider
993a3bd06b [cmake] added travis build file, fixes for osx and linux 2015-10-30 20:55:57 +00:00
danielkaneider
5c7ecc6514 [cmake] add webready support and better cmake for windows 2015-10-25 16:53:18 +00:00
danielkaneider
18b6a07e34 [cmake] integrate exv_msvc.h into config.h(.cmake) 2015-10-25 15:39:11 +00:00
Robin Mills
e3e4711190 #1125. Thank You to Michał for reporting and providing the patch. 2015-10-04 18:21:31 +00:00
Robin Mills
2582a756eb #1041 Thanks you to Emmanuel for the patch. Discussed here: http://dev.exiv2.org/boards/3/topics/2232 2015-09-22 13:37:24 +00:00
Robin Mills
239fb6dfd8 Fix to r3898 2015-08-27 09:29:04 +00:00
Robin Mills
e0428920eb Add samples targets (exiv2json etc) to toplevel Makefile. 2015-08-26 18:42:48 +00:00
Andreas Huggel
533668808d Fixed cross-compiler warnings. 2015-06-21 14:21:21 +00:00
Andreas Huggel
70bd1f1222 Fixed issues that prevented cross-compilation to work. Not sure what I broke with this or what this was needed for. 2015-06-21 14:19:25 +00:00
Andreas Huggel
70d16e1cf7 Updates and fixes to prevent some doxygen warnings. 2015-06-18 11:28:13 +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
Andreas Huggel
4974ff976f Bumped version to 0.25. 2015-06-15 15:32:21 +00:00
Andreas Huggel
67aef6117a Only compile video source code if it is enabled. 2015-06-07 16:29:06 +00:00
Andreas Huggel
cc4b323acf Fixed a bunch of warnings during make doc. 2015-05-09 12:54:01 +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
efef7af344 Reworked clean Makefile targets a bit (so the test/tmp dir doesn't belong to root after sudo maintainer-clean) 2015-05-02 15:06:15 +00:00
Andreas Huggel
fd80993ab0 Updated copyright notice. 2015-05-02 11:55:40 +00:00
Robin Mills
5aec2c4957 #1069. Make video a build option (msvc/autotools/cmake). Default is not to build video or webready. 2015-04-30 15:31:18 +00:00
asp
f7ebfea8e7 #1061 manpage: reg namespace example, description amplification 2015-04-26 22:51:37 +00:00
Robin Mills
d2f5abbac5 #1054. exiv2json deep recursion and AltLang support. Regression detector. 2015-04-21 18:48:49 +00:00
Robin Mills
19dbc67c48 #1046. Fix for MinGW build breaker. 2015-04-11 15:12:07 +00:00
Robin Mills
950fcdc131 #1032. Thanks very much to Daniel for his help with this. 2015-02-24 17:05:15 +00:00