index
:
~podain/cairo
1.0
1.10
1.2
1.4
1.6
1.8
bug_fix
clip_surface
image_backend
image_backend_clip_bug
master
spans
Unnamed repository; edit this file to name it for gitweb.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
pdiff
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-11
[pdiff] Ship gpl.txt
Behdad Esfahbod
1
-0
/
+1
2007-04-03
[pdiff] Make stdint.h inclusion portable (#10441)
Behdad Esfahbod
1
-1
/
+36
2007-03-12
Correct an off-by-one in the reflection of the convolution index.
Chris Wilson
1
-2
/
+2
2007-03-04
[test/pdiff] Fix build problem with certain flavors of make
Mathias Hasselmann
1
-1
/
+1
2007-03-02
Fix leak in pdiff lpyramid
Carl Worth
1
-0
/
+2
2006-12-17
[pdiff] Define _GNU_SOURCE to get correct symbols out of <math.h>
Behdad Esfahbod
1
-0
/
+2
2006-12-17
[pdiff] Don't use float math functions if not using gcc with C99
Behdad Esfahbod
1
-0
/
+8
2006-12-16
[pdiff] Use CAIRO_CFLAGS, to make sure warnings are enabled
Behdad Esfahbod
1
-1
/
+1
2006-12-16
[pdiff] Fix compiler warnings, that were causing crashes
Behdad Esfahbod
1
-1
/
+4
2006-12-14
pdiff: Remove casts since we're out of the land of X++ where void* is stupidl...
Carl Worth
1
-4
/
+2
2006-12-14
pdiff: Rename everything to .c and fix an last littele C++ isms.
Carl Worth
8
-153
/
+54
2006-12-14
pdiff: Replace CompareArgs class with args_t struct
Carl Worth
5
-32
/
+160
2006-12-14
pdiff: Fix return value from perceptualdiff program
Carl Worth
1
-2
/
+1
2006-12-14
pdiff: Remove all uses of std::string
Carl Worth
3
-29
/
+14
2006-12-14
pdiff: Remove RGBAImage classes now that we're just using cairo image surfaces
Carl Worth
8
-271
/
+69
2006-12-14
pdiff: Remove hideous C++ reference passing
Carl Worth
1
-13
/
+13
2006-12-14
pdiff: Remove intermingled statements and declarations
Carl Worth
1
-30
/
+44
2006-12-14
pdiff: Add .gitignore for perceptualdiff binary
Carl Worth
1
-0
/
+1
2006-12-14
pdiff: Remove old, unused Yee_Compare interface
Carl Worth
2
-36
/
+22
2006-12-14
pdiff: Rewrite main program to use cairo-based pdiff_compare interface
Carl Worth
6
-78
/
+65
2006-12-14
pdiff: Rip out unused ImgDiff code, (dropping -output option)
Carl Worth
5
-35
/
+2
2006-12-14
pdiff: Move function that depends on command-line argument class to same file...
Carl Worth
4
-64
/
+62
2006-12-14
pdiff: Rewrite Laplacian pyramid code from C++ to C
Carl Worth
6
-117
/
+137
2006-12-14
pdiff: Convert C++-style comments to good old-fashioned C-style comments
Carl Worth
8
-36
/
+39
2006-12-14
pdiff: Delete all trailing whitespace.
Carl Worth
8
-40
/
+40
2006-12-14
pdiff: Re-indent all code
Carl Worth
9
-593
/
+593
2006-12-14
pdiff: Fix line endings
Carl Worth
2
-125
/
+125
2006-12-14
pdiff: Compile pdiff algorithm as a libtool convenience library
Carl Worth
4
-6
/
+66
2006-12-14
pdiff: Teach pdiff code to accept cairo image surfaces
Carl Worth
4
-36
/
+79
2006-12-12
pdiff: Factor out a comparison function that doesn't read the 'args' structure
Carl Worth
1
-40
/
+72
2006-11-29
pdiff: Add missing newlins at end of files.
Carl Worth
6
-6
/
+5
2006-11-29
Hook up Makefiles for perceptualdiff.
Carl Worth
1
-0
/
+14
2006-11-29
Remove all libtiff-related code by #ifdef
Carl Worth
2
-0
/
+11
2006-11-29
Use uint32_t instead of the non-standard uint32
Carl Worth
1
-3
/
+3
2006-11-29
Add perceptualdiff program totest/pdiff.
Carl Worth
12
-0
/
+1323