summaryrefslogtreecommitdiff
path: root/exempi
AgeCommit message (Expand)AuthorFilesLines
2017-03-26Bug 100397 - Fix crash on malformed JPEG fileHubert Figuière1-4/+2
2017-01-22Bug 99480 - Add test for iterators.Hubert Figuière2-17/+74
2017-01-22Bug 99494 - Restore error propagationHubert Figuière2-3/+11
2017-01-22Test for xmp_parse()Hubert Figuière2-2/+84
2017-01-04build: Fix make distcheck and run it on travisHubert Figuière1-1/+1
2016-06-16webp-handler: Add unit testFrankie Dintino2-2/+125
2016-06-16Add XMP_FT_WEBP constantFrankie Dintino1-0/+1
2016-06-05Fix automake warnings/errors:Hubert Figuière2-9/+9
2016-06-05Remove nullptr for older compiler.Hubert Figuière1-12/+12
2016-06-05Fix build issues on OS XFrankie Dintino1-1/+6
2016-03-15Merge branch 'exempi-2.3-branch'Hubert Figuière4-6/+151
2016-02-15Bug 94065 - Part 5: make sure PDF handler status is consitent to what we expect.Hubert Figuière1-0/+2
2016-02-14Added xmp_string_len().Hubert Figuière3-4/+16
2016-02-14Bug 94065 - Part 3: Added API xmp_files_put_xmp_xmpstring() and xmp_files_put...Hubert Figuière2-0/+36
2016-02-14Bug 94065 - Part 2: New API xmp_files_can_put_xmp_xmpstring() and xmp_files_c...Hubert Figuière2-0/+37
2016-02-13Bug 94065 - Part 1: add API xmp_files_get_xmp_xmpstring() variant.Hubert Figuière3-8/+76
2016-02-03Use std::unique_ptr<> instead of boost::scoped_ptr<>Hubert Figuière1-2/+3
2016-02-03Use the reinterpret_cast<> and proper const.Hubert Figuière1-3/+3
2016-01-29Use reinterpret_cast<> and use auto and const.Hubert Figuière1-32/+32
2016-01-29Added xmp_string_len(). Add some constHubert Figuière3-3/+19
2015-07-12Reformatted with clang-formatHubert Figuière19-2140/+2015
2015-07-09Use unique_ptr<> for allocating the objects.Hubert Figuière1-35/+58
2015-07-09Fix tests to run properly under valgrind.Hubert Figuière1-1/+4
2015-07-09Merge branch 'exempi-2.3-branch'Hubert Figuière1-7/+7
2015-07-09Merge branch 'exempi-2.2-branch' into exempi-2.3-branchHubert Figuière1-8/+8
2015-07-09Bug 14612 - Better fix for building on Solaris.Hubert Figuière1-1/+1
2015-06-23Make the header pass -Wstrict-prototypesHubert Figuière1-7/+7
2015-03-08Add a new option flag XMP_OPEN_OPTIMIZEFILELAYOUT for opening.Hubert Figuière1-1/+4
2014-09-01Merge branch 'exempi-2.3-branch'Hubert Figuière3-3/+84
2014-08-31Merge branch 'exempi-2.2-branch' into exempi-2.3-branchHubert Figuière3-3/+84
2014-08-31Bug 83313 - Use memmove instead of memcpy for corrupt Samsung exif.Hubert Figuière3-3/+84
2014-04-22Merge branch 'exempi-2.3-branch'Hubert Figuière2-3/+3
2014-04-20Merge branch 'exempi-2.2-branch' into exempi-2.3-branchHubert Figuière2-3/+3
2014-04-19Fix Valgrind testing for xmpdumpHubert Figuière2-3/+3
2013-07-16Merge branch 'exempi-2.3-branch'Hubert Figuière5-785/+1424
2013-07-15New: API xmp_datetime_compare().Hubert Figuière4-32/+76
2013-07-08Remove deprecated typo defineHubert Figuière1-5/+0
2013-07-08Update Doxygen config file.Hubert Figuière1-597/+1172
2013-07-08Public header cleanup and documentation update.Hubert Figuière1-156/+175
2013-06-29Fix build system for the newer SDKHubert Figuière1-2/+2
2013-05-25Fix make distcheck: man page installation.Hubert Figuière1-2/+2
2013-05-19Fix for build on Mac: conditionals, boost headers, etc.Hubert Figuiere1-0/+1
2013-05-19Fix make distHubert Figuière1-1/+1
2013-05-14Merge branch 'adobe-sdk' into cs6-integrationHubert Figuière1-5/+5
2013-02-11Fix indentationHubert Figuière1-45/+49
2013-02-09Added basic manpageHubert Figuière2-0/+42
2013-02-09Add the -n option to set namespaces.Hubert Figuière1-18/+39
2012-02-21Support reading the XMP sidecar in the command line tool, for kicks.Hub Figuiere1-18/+63
2012-01-21New: API XMP_PROP_ARRAY_INSERT_BEFORE, XMP_PROP_ARRAY_INSERT_AFTER array opti...Hub Figuiere1-10/+10
2011-01-02Use xmp++ with the new exempi toolHubert Figuiere2-24/+15