Commit Graph

30 Commits

Author SHA1 Message Date
clanmills
13565be3d2 Change for solaris. 2020-04-15 16:53:03 +01:00
clanmills
0eabfc4053 Adding CPP changes 2020-03-29 15:58:03 +01:00
Robin Mills
7844b11e4b
[xmpsdk] Add XMP Initialisation/Cleanup code to all main() programs
- update documentation
- Removed redundant calls to Exiv2::XmpParser::terminate() (legacy of our
  discusssion with @tester0077).
- this fixes #976
2019-10-05 10:19:53 +02:00
Luis Díaz Más
c43d998457 Fix cppcheck issues: passedByValue 2018-10-11 13:40:03 +02:00
Luis Diaz Mas
145f8fc456 Port redmine issues from the bash test suite to the python one.
* Port redmine issue 1024
 * Port redmine issue 1026
 * Port redmine issue 1040
 * Port redmine issue 1044
 * Port redmine issue 1053
 * Port redmine issue 1054 (not finished yet; I found some issues there)
 * Port redmine issue 1058
 * Port redmine issue 1062
 * Port redmine issue 1080
 * Port redmine issue 1108
 * Port redmine issue 1112
 * Port redmine issue 1114
 * Port redmine issue 1122
 * Port redmine issue 1140
 * Port redmine issue 1144
 * Port redmine issue 1145
 * Port redmine issue 1153
 * Port redmine issue 1155
 * Port redmine issue 1166
 * Port redmine issue 1167
 * Port redmine issue 1170
 * Replace escaped chars in 1054
 * Add brackets in exiv2json::main()
 * Link all sample apps against exiv2lib
 * Changes in 1054
 * test 1054: fix dates depending on Local time
 * Do not run make with VERBOSE=1
 * Use system_tests.path
 * Fix windows issues with quotes
 * Use system_tests.path
 * Use itertools to simplify test code
2018-07-31 18:18:14 +02:00
Luis Díaz Más
d55b2b1b65 Remove HAVE_STDLIB_H check and replace stdlib.h by cstdlib 2018-05-04 11:20:43 +02:00
Luis Díaz Más
d21e794239 Do not deference value when it does not exist (Thanks D4N) 2018-03-20 21:30:06 +01:00
tbeu
2efc2e79da Remove obsolete id 2017-11-19 11:17:12 +01: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
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
84bf485ebe #922. Fixing -pS and -pX on MSVC. 2015-04-28 19:19:59 +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
d393b0fa7e trunk: exiv2 v0.25 2014-12-25 13:55:57 +00:00