summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-11Adobe SDK: fix always true conditionHubert Figuière1-1/+1
2017-01-11Adobe SDK: fix unused warnings in PluginHandlerHubert Figuière2-4/+4
2017-01-11Adobe SDK: mark ~ChunkController noexcept(false)Hubert Figuière2-2/+2
2017-01-11Adobe SDK: fix format warnings in FormatSupportHubert Figuière4-7/+11
2017-01-11Adobe SDK: fix unused and uninitialized warnings in FormatSupportHubert Figuière15-24/+32
2017-01-11tests: M_PIl doesn't exist on macOSHubert Figuière1-3/+3
2017-01-11travis: only do `make distcheck`Hubert Figuière1-1/+0
2017-01-11Adobe SDK: fix constructor reordersHubert Figuière1-1/+1
2017-01-11Adobe SDK: fix parenthesis errors in if()Hubert Figuière1-3/+3
2017-01-11Adobe SDK: fix unused variables errors in FileHandlersHubert Figuière19-65/+70
2017-01-10Adobe SDK: fix type punning warning in endian conversionsHubert Figuière1-12/+34
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-09Adobe SDK: fix a mismatch type vs formatHubert Figuière1-2/+7
2017-01-09tests: add some test for the Adobe SDKHubert Figuière2-3/+39
2017-01-09Adobe SDK: possibly uninitialized variableHubert Figuière1-1/+1
2017-01-09Adobe SDK: fix a warning, var set not usedHubert Figuière2-5/+16
2017-01-09Adobe SDK: XMP_HomeGrownLock dtor can throwHubert Figuière2-2/+2
C++11 required.
2017-01-09Adobe SDK: use the proper POSIX const.Hubert Figuière1-1/+1
That it works is a coincidence.
2017-01-08Travis: build on macOS tooHubert Figuière1-29/+38
2017-01-07build: update .gitignoreHubert Figuière1-0/+1
2017-01-07build: fix make distcheck with the new SDK.Hubert Figuière4-15/+65
2017-01-072.4.0 NEWS: release dateHubert Figuière1-1/+1
2017-01-072.4.0 README: mention C++11 requirementHubert Figuière1-1/+2
2017-01-072.4.0 build: Fix make distcheck and run it on travisHubert Figuière3-3/+3
2017-01-04Update NEWS with upstream changesHubert Figuière1-0/+16
2016-12-08Revert "configure: better compile flags for libasan"Hubert Figuière1-2/+2
This break in Travis and doesn't seem to help.
2016-12-08This branch is version 2.5.0Hubert Figuière2-3/+8
2016-12-08Fix makefiles for the newer SDKHubert Figuière3-1/+4
-Remove duplicate GIF Handler now that it is upstream.
2016-12-07Fix syntax errors from Adobe codeHubert Figuière1-4/+4
2016-12-07Merge branch 'adobe-sdk' into integrationHubert Figuière922-16014/+119247
Merge Adobe SDK CC 2016.07
2016-12-07Update to XMP SDK CC 2016.07Hubert Figuière922-15879/+119453
2016-12-06configure: better compile flags for libasanHubert Figuière1-2/+2
2016-11-29Add the matrix to build on more compilers in TravisHubert Figuière1-3/+24
2016-11-29Fix autogen.sh againHubert Figuière1-1/+1
2016-11-29Use 14.04 LTS on travis-ciHubert Figuière1-2/+2
2016-11-29Travis CIHubert Figuière4-2/+19
- Fix shell syntax in autogen.sh - Bump boost requirement to 1.48.
2016-11-08Changed URL to share lib docHubert Figuière1-1/+1
2016-10-23Use libasan. Disable valgrind.Hubert Figuière1-1/+10
2016-08-21Bug 97366 - Also don't show the message if we have NOCONFIGURE=1Hubert Figuière1-6/+6
2016-08-21Bug 97366 - Allow not running configure at the end of autogenMathieu Bridon1-2/+4
This implements the OSTree Build API, which makes it much easier to build Exempi in Flatpak. https://github.com/cgwalters/build-api Signed-off-by: Hubert Figuière <hub@figuiere.net>
2016-07-25Merge branch 'webp-handler'Hubert Figuière16-4/+830
This bring the webp file handler in. From https://github.com/hfiguiere/exempi/pull/2
2016-07-25fixup! webp: fix code styleHubert Figuière4-7/+14
2016-07-25Updated NEWS fileHubert Figuière1-0/+1
2016-07-25webp: fix code styleHubert Figuière3-9/+17
2016-07-05Fix some clang warning in Adobe code. Unused variable meant to be used.Hubert Figuière1-2/+2
2016-06-16webp-handler: Add unit testFrankie Dintino5-3/+128
2016-06-16Add XMP_FT_WEBP constantFrankie Dintino1-0/+1
2016-06-16webp-handler: Fix memory leakFrankie Dintino2-3/+15
2016-06-12Add WebP handlerFrankie Dintino9-1/+673