summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-03-16Use wdiff by default.José Fonseca1-7/+70
2012-03-16Handle less not existing.José Fonseca3-33/+50
2012-03-16Fix typo.José Fonseca1-1/+1
2012-03-16Diff with symbolic names.José Fonseca1-1/+6
2012-03-16Bold function names in tracediff2.José Fonseca2-4/+16
2012-03-15Better highlighting of tracediff2.José Fonseca2-21/+61
2012-03-15Experimental pure-python trace diff.José Fonseca2-18/+275
2012-03-14Avoid weird named fifo race condition in tracediff.José Fonseca1-0/+4
2012-02-20Add missing commas.José Fonseca1-2/+2
2012-02-18Re-implement tracediff.sh on Python.José Fonseca2-59/+134
2012-02-09Allow to specify output file on retracediffJosé Fonseca1-6/+15
2012-02-09Fix highlight.py on Windows.José Fonseca1-4/+4
2012-01-31Avoid hacking around argc / argv.José Fonseca1-1/+1
2012-01-27Ensure stdin/stdout is in binary mode on windows when pickling.José Fonseca1-0/+9
2012-01-27Pickle more data types in binary.José Fonseca1-3/+22
2012-01-26Python pickle output.José Fonseca1-0/+60
2012-01-26Allow to use call sets instead of call numbers / frequencies.José Fonseca1-2/+2
2012-01-14Cleanup/comment/format code.José Fonseca1-15/+15
2011-12-14Filter to mitigate rasterization differences.José Fonseca1-2/+8
2011-12-13snapdiff: Compare .bmp images too.José Fonseca1-4/+5
2011-12-13snapdiff: Add option to consider alpha when comparing images.José Fonseca1-2/+6
2011-12-13Approximate comparison for floats.José Fonseca1-3/+9
2011-12-11Move trace dumping to a separate module. Add option to not dump arg names.José Fonseca1-1/+1
2011-12-11Strip (non-standard) JSON comments.José Fonseca1-5/+56
2011-12-11Fail image comparison when there is a size mismatch.José Fonseca1-0/+10
2011-12-07jsondiff: Try to be more accurate w/ commas/newlines.José Fonseca1-18/+20
2011-12-07Escape JSON strings correctly in jsondiff.pyJosé Fonseca1-1/+1
2011-12-04Add option for jsondiff to ignore new state.José Fonseca1-12/+30
2011-12-04Fix snapdiff ae method.José Fonseca1-1/+1
2011-11-27Add "apitrace repack" command.José Fonseca1-75/+0
2011-11-23snapdiff: Drop the --version optionCarl Worth1-2/+1
2011-11-06cli: Add a new "apitrace diff" command.Carl Worth1-1/+1
2011-10-30Update docs / scripts for tracedump -> apitrace dump change.José Fonseca1-3/+3
2011-10-24tracedump: Add tri-state --color option (auto, always, or never)Carl Worth1-1/+1
2011-10-20retracediff: More helpful error message when glretrace is not found.José Fonseca1-8/+13
2011-09-06Highlight retracediff output.José Fonseca2-5/+210
2011-09-06Split build instructions. Document advanced usage.José Fonseca1-4/+0
2011-09-06Cleanup retracediff.José Fonseca1-18/+14
2011-09-06Make retracediff.py get the images from glretrace via stdout.José Fonseca2-56/+80
2011-08-20No need to strip ANSI escapes.José Fonseca1-3/+1
2011-08-20Drop python trace parsing code.José Fonseca3-947/+0
2011-08-20Improvide whitespace formatting of tracediff.shJosé Fonseca1-1/+5
2011-07-15Adjust the default tracedump path.José Fonseca1-1/+1
2011-07-13Import PIL modules from PIL package.José Fonseca1-3/+3
2011-06-13tracerepack: Don't fail when temp file is in different filesystem.José Fonseca1-1/+1
2011-06-07tracediff: Allow to control the call limit.José Fonseca1-4/+8
2011-06-05Adjust default precision threshold.José Fonseca1-1/+1
2011-06-04Script to run glretrace in parallel, comparing generated snapshots.José Fonseca3-35/+259
2011-06-04format.py is not executable.José Fonseca1-1/+0
2011-06-04Remove dead ImageMagick's compare invocation code.José Fonseca1-16/+1