summaryrefslogtreecommitdiff
path: root/test/pdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove autotools buildAdrian Johnson2023-01-083-88/+0
* pdiff: convert RGB24 image values to ARGB32 on readManuel Stoeckl2021-08-291-14/+24
* meson: Use more dependency objectsUli Schlachter2021-05-221-5/+10
* Drop the conditional inclusion of config.hEmmanuele Bassi2021-05-011-2/+0
* Remove stray _GNU_SOURCE definitionsEmmanuele Bassi2021-05-011-2/+0
* meson: Define HAVE_CONFIG_H as a project flagEmmanuele Bassi2021-05-011-2/+0
* Add meson build definitionsMathieu Duponchelle2020-07-311-0/+21
* Misc. typosluz.paz2019-01-312-2/+2
* Remove some useless declarations found by scan-build, the LLVM/clang static a...Sylvestre Ledru2014-05-061-2/+2
* pdiff: Drop unused variableBryce W. Harrington2013-07-041-1/+1
* pdiff: Quell warning about signed/unsigned comparisonsBryce W. Harrington2013-07-041-2/+2
* build: Clean up environment variables and flags for the win32 buildAndrea Canciani2011-06-201-3/+1
* build: Use common rules for making pdiffAndrea Canciani2011-06-201-6/+3
* Update FSF addressAndrea Canciani2010-04-277-7/+7
* [test-win32] Fix static linking of the test suite.Jeff Muizelaar2009-04-011-1/+1
* [build] Add Makefile.win32.commonBehdad Esfahbod2008-09-221-4/+2
* Makefile.am cleanupBehdad Esfahbod2008-09-111-6/+4
* [test/pdiff] Fix include syntaxBehdad Esfahbod2008-09-101-1/+1
* [test] Typo in Makefile.amChris Wilson2008-09-102-2/+2
* [test/pdiff/Makefile.am] Another automake warning fixBehdad Esfahbod2008-09-101-1/+1
* Revamp the build system.Behdad Esfahbod2008-09-021-0/+2
* [pdiff] Get the surface data pointer once.Chris Wilson2008-08-261-22/+16
* [Makefile.am] Delete intermediatesChris Wilson2008-08-171-0/+4
* Some fixes and improvements to the Win32 buildAzar@.(none)2008-02-061-0/+3
* [pdiff] Avoid the memleak for small surfaces.Chris Wilson2007-12-201-13/+27
* [pdiff] Reorganise the inner loops of the convolution.Chris Wilson2007-10-161-12/+15
* [pdiff] Check for too small images.Chris Wilson2007-10-161-0/+3
* [win32] Update win32 MakefilesVladimir Vukicevic2007-08-281-0/+18
* [pdiff] Ship gpl.txtBehdad Esfahbod2007-04-111-0/+1
* [pdiff] Make stdint.h inclusion portable (#10441)Behdad Esfahbod2007-04-031-1/+36
* Correct an off-by-one in the reflection of the convolution index.Chris Wilson2007-03-121-2/+2
* [test/pdiff] Fix build problem with certain flavors of makeMathias Hasselmann2007-03-041-1/+1
* Fix leak in pdiff lpyramidCarl Worth2007-03-021-0/+2
* [pdiff] Define _GNU_SOURCE to get correct symbols out of <math.h>Behdad Esfahbod2006-12-171-0/+2
* [pdiff] Don't use float math functions if not using gcc with C99Behdad Esfahbod2006-12-171-0/+8
* [pdiff] Use CAIRO_CFLAGS, to make sure warnings are enabledBehdad Esfahbod2006-12-161-1/+1
* [pdiff] Fix compiler warnings, that were causing crashesBehdad Esfahbod2006-12-161-1/+4
* pdiff: Remove casts since we're out of the land of X++ where void* is stupidl...Carl Worth2006-12-141-4/+2
* pdiff: Rename everything to .c and fix an last littele C++ isms.Carl Worth2006-12-148-153/+54
* pdiff: Replace CompareArgs class with args_t structCarl Worth2006-12-145-32/+160
* pdiff: Fix return value from perceptualdiff programCarl Worth2006-12-141-2/+1
* pdiff: Remove all uses of std::stringCarl Worth2006-12-143-29/+14
* pdiff: Remove RGBAImage classes now that we're just using cairo image surfacesCarl Worth2006-12-148-271/+69
* pdiff: Remove hideous C++ reference passingCarl Worth2006-12-141-13/+13
* pdiff: Remove intermingled statements and declarationsCarl Worth2006-12-141-30/+44
* pdiff: Add .gitignore for perceptualdiff binaryCarl Worth2006-12-141-0/+1
* pdiff: Remove old, unused Yee_Compare interfaceCarl Worth2006-12-142-36/+22
* pdiff: Rewrite main program to use cairo-based pdiff_compare interfaceCarl Worth2006-12-146-78/+65
* pdiff: Rip out unused ImgDiff code, (dropping -output option)Carl Worth2006-12-145-35/+2
* pdiff: Move function that depends on command-line argument class to same file...Carl Worth2006-12-144-64/+62