summaryrefslogtreecommitdiff
path: root/exempi
AgeCommit message (Collapse)AuthorFilesLines
2018-02-03Fix some leftover warnings.Hubert Figuière1-2/+2
2017-08-05Add -p option to exempi to wrap packetHubert Figuière2-8/+17
2017-08-04Bug 53983 - Update documentation to reflect loading sidecarsHubert Figuière2-3/+27
2017-03-26tests: missing includes causing breakage on macOSHubert Figuière1-1/+3
2017-03-262.4.x: Bug 100397 - Fix crash on malformed JPEG fileHubert Figuière1-4/+2
- Check the buffer doesn't overrun for the TIFF tag - Fix a use-after-free in exception handling - Fix two invalid memcpy() on overlapping memory
2017-01-30api: added NS_XML constant to the public API.Hubert Figuière3-1/+4
2017-01-232.4.x: Bug 99480 - Add test for iterators.Hubert Figuière2-17/+74
This would catch similar changes that broke test elsewhere. Rename test3 to testiterator.
2017-01-232.4.x: Bug 99494 - Restore error propagationHubert Figuière2-3/+11
Register a global Error callback that will make error being thrown
2017-01-232.4.x: Test for xmp_parse()Hubert Figuière2-2/+84
Currently pass, but incorrect. See https://bugs.freedesktop.org/show_bug.cgi?id=99494
2017-01-11exempi: fix some unused args warningsHubert Figuière2-3/+3
2017-01-11tests: M_PIl doesn't exist on macOSHubert Figuière1-3/+3
2017-01-10tests: test floating point endian routinesHubert Figuière1-0/+67
2017-01-09tests: add more test for the Adobe SDKHubert Figuière1-14/+62
2017-01-09tests: add some test for the Adobe SDKHubert Figuière2-3/+39
2017-01-072.4.0 build: 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
-Remove INCLUDES -Use subdir-objects -Remove conditionals
2016-06-05Remove nullptr for older compiler.Hubert Figuière1-12/+12
This notably fail on CentOS 6. See https://github.com/hfiguiere/exempi/pull/1
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 ↵Hubert Figuière2-0/+36
xmp_files_put_xmp_cstr() variants.
2016-02-14Bug 94065 - Part 2: New API xmp_files_can_put_xmp_xmpstring() and ↵Hubert Figuière2-0/+37
xmp_files_can_put_xmp_cstr()
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
Do open in XMPFiles constructors to avoid exceptions.
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
Conflicts: XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp
2014-08-31Merge branch 'exempi-2.2-branch' into exempi-2.3-branchHubert Figuière3-3/+84
Conflicts: .gitignore
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
Conflicts: samples/source/common/LargeFileAccess.cpp source/XMPFiles/FileHandlers/MP3_Handler.cpp source/XMPFiles/FormatSupport/ID3_Support.hpp
2014-04-20Merge branch 'exempi-2.2-branch' into exempi-2.3-branchHubert Figuière2-3/+3
Conflicts: NEWS
2014-04-19Fix Valgrind testing for xmpdumpHubert Figuière2-3/+3
2013-07-16Merge branch 'exempi-2.3-branch'Hubert Figuière5-785/+1424
Conflicts: NEWS configure.ac
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