Commit Graph

70 Commits

Author SHA1 Message Date
Robin Mills
4a8e34bc44 Revert build trigger 2016-03-24 22:42:55 +00:00
Robin Mills
27fa76b269 Build Trigger 2016-03-24 19:48:15 +00:00
Robin Mills
2261c18724 Revert build trigger. 2016-03-24 17:23:09 +00:00
Robin Mills
d37f692374 Build Trigger 2016-03-24 13:34:25 +00:00
Robin Mills
b7607c34db #1047 Rollback r4163 and try again. r4163 broke MSVC build. 2016-01-03 12:36:20 +00:00
Robin Mills
d3ff1388c1 #1147 Fixed travis build-breaker. 2016-01-03 12:10:18 +00:00
Robin Mills
1a6419881b #1147. Fixed a typo. 2016-01-02 12:54:02 +00:00
Robin Mills
a008623362 #1147. Correction for Cygwin/MinGW build-breaker in r4159. Don't compile the uid/euid/gid code on any windows build. 2016-01-02 12:41:36 +00:00
Robin Mills
b1b42d8e15 #1147. Correction to r4159 for linux build breaker (linux doesn't have include uuid/uuid.h) 2016-01-02 12:15:20 +00:00
Robin Mills
87129d61f6 #1147 Report uid, euid and gid in exiv2 --verbose --version 2016-01-02 10:58:58 +00:00
Robin Mills
ab9ee2c6df #1024. Support for C++11 #include <regex>. --grep keys may have an optional trailer /i to indicate to ignore case. 2015-12-08 09:27:38 +00:00
Robin Mills
cf927ed2c8 #1121 (msvc support for v0.26). exiv2 -vVg ^version reports version=8.00 (2005/x64) or version=8.00 (2005/x86) instead of version=8.00 (2005) 2015-12-05 17:25:11 +00:00
Robin Mills
db4be31b6f #1130. Thank You Jakub for reporting this. 2015-10-29 19:33:34 +00:00
Robin Mills
4cca5dea0b #1127 exiv2 --verbose --version --grep libz incorrectly reports have_libz=0 2015-10-08 14:47:01 +00:00
Robin Mills
bf0604b834 Minor clean up in version.cpp. Removed 'using namespace std', replaced vector_t typedef with identical twin Exiv2::StringVector. 2015-09-23 21:25:37 +00:00
Robin Mills
416221118a Fix Visual Studio 2015 build. 2015-09-23 13:06:08 +00:00
Robin Mills
edb5c16a7f #1109 Support for Visual Studio 2003/5/8/10/12/13/15 2015-09-22 14:24:51 +00:00
Robin Mills
ed2751612d #640 Public API to reveal all namespaces known to Exiv2 and XMPsdk is XmpProperties::registeredNamespaces(Exiv2::Dictionary&) 2015-09-08 13:01:05 +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
Robin Mills
15cbe35383 Correction to r3892 to fix build breaker on Cygwin. 2015-08-27 17:39:48 +00:00
Robin Mills
fdb33b467b Modification to r3891 to respect -g option on exiv2 command-line. 2015-08-24 11:24:39 +00:00
Robin Mills
e628f8e057 Correction to r3981. Only build this functionality when EXV_HAVE_XMP_TOOLKIT is enabled. 2015-08-24 10:02:17 +00:00
Robin Mills
f87a83978d exiv2 -vV lists registered Namespaces. #640 and topic 2169 http://dev.exiv2.org/boards/3/topics/2169 2015-08-24 09:45:10 +00:00
Robin Mills
871502f051 src/version.cpp: fixing an output formatting issue impacting exiv2 -vVg curl 2015-05-08 22:26:36 +00:00
Andreas Huggel
fd80993ab0 Updated copyright notice. 2015-05-02 11:55:40 +00:00
Robin Mills
0cf64e2542 #922. Better platform and endian detection. 2015-04-30 22:58:15 +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
Robin Mills
60f4c18da7 Move dumpLibraryInfo() to Exiv2 namespace. 2015-04-27 20:07:39 +00:00
Robin Mills
8424bdaa71 Replace REG_BASIC with 0. Some platforms don't define REG_BASIC. 2015-04-17 10:58:16 +00:00
Robin Mills
4c886bab24 #1024 and #1053. Changed option REG_EXTENDED and REG_BASIC to support ^ as a begin marker. 2015-04-13 12:33:00 +00:00
Robin Mills
0e1b77c8b4 #1028 and #1053. Change options to regex to respect ^ and $ in option -g 2015-04-13 09:47:10 +00:00
Robin Mills
3c42a1e47f #1053. Added new option -K key for exact Key match (not grep as -g).
Added long versions of all options (eg --key = -K)
Added Command Summary to exiv2.1
Work in progress: exiv2.1 documents features which are not yet implemented:
- modifier - (stdin/stdout) to insert/extract
- modifier R (roundtrip) to insert
2015-04-08 21:51:25 +00:00
Robin Mills
6e4f04ff23 #1046. Adding support to exiv2 --verbose --version to report have_unicode_path 2015-03-25 19:55:02 +00:00
Robin Mills
33bec3b2cc #1024. Add CMake support for regex. Fixed unused variables in version.cpp 2015-01-11 21:38:40 +00:00
Robin Mills
faf51171d0 #1024. Thank you, Thomas for this very useful contribution. 2015-01-11 17:24:13 +00:00
Robin Mills
d393b0fa7e trunk: exiv2 v0.25 2014-12-25 13:55:57 +00:00
Robin Mills
078f1f7f58 #1007. Thank You, Nicolas for reporting this and identifying the fix. 2014-12-03 19:49:34 +00:00
Robin Mills
f71d15442a Better platform detection in version.cpp for MinGW 2014-10-14 14:24:26 +00:00
Robin Mills
7a530fc49a Fixed MinGW compilation error in jp2image.cpp u_int32_t not defined (in stdint.h/Linux, types.h/Mac)
This is an unexpected new defect as MinGW has previously build OK.
2014-07-23 19:11:23 +00:00
Robin Mills
f9d2c349a7 CID:982000 Resource Leak. 2014-07-13 08:39:44 +00:00
Robin Mills
b6db775109 add svn=nnnn to exiv2 -v -V 2014-07-02 14:21:41 +00:00
Robin Mills
a320ee6d62 Change to r3221 for clang 2013-12-29 06:54:28 +00:00
Robin Mills
8c7ffc80b7 version.cpp: fixed how compiler detect for shared/static linking 2013-12-29 05:44:26 +00:00
Andreas Huggel
f09fceda6b Updated copyright year in a few files, version in runner.txt. 2013-12-01 12:13:42 +00:00
Robin Mills
a297d2b69e Rollback 3089 - somehow it's broken the build! 2013-07-24 05:05:52 +00:00
Robin Mills
da1ed8c536 Bumping the copyright notice in src &samples from 2012 to 2013 2013-07-24 03:12:38 +00:00
Robin Mills
64996a0a05 Forum: #1177. Only compile EXIV2_RCSID for Complers: GCC/G++/MSC to silence warnings. All others (clang,Oracle) ignore. Added Oracle compiler detection to version.cpp 2013-04-20 03:34:52 +00:00
Robin Mills
cd8882ba84 BuildEnvironment: MinGW support (in response to http://dev.exiv2.org/boards/3/topics/1477) 2013-03-30 03:32:26 +00:00
Robin Mills
7057128943 MSVC64: Fixes to c-runtime support linkage. 2012-11-20 03:55:41 +00:00
Robin Mills
ca8f413673 Windows fixes for exiv2 -v -V output 2012-11-14 08:49:45 +00:00