aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skdiff_main.cpp
Commit message (Expand)AuthorAge
* Shut up some Mac (xcode 3) warningsGravatar bsalomon@google.com2012-09-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-08-31
* Adding checkboxes to skdiff output so a user can select a subset of images to...Gravatar jkleinert@google.com2012-08-30
* skdiff: recurse over subdirectories, unless --norecurse option is givenGravatar epoger@google.com2012-08-16
* Clean up most clang warnings outside animator/Gravatar tomhudson@google.com2012-08-14
* skdiff: clean up isPathAbsolute check for WindowsGravatar epoger@google.com2012-08-08
* Fix skdiff when using windows path that begins with a drive letterGravatar bsalomon@google.com2012-07-30
* skdiff output: indicate which result types would cause failureGravatar epoger@google.com2012-07-19
* skdiff: cap return value at 255 to avoid automatic 'wrapping' (%256) of retur...Gravatar epoger@google.com2012-07-16
* skdiff: replace --failonmismatches with repeatable --failonresult optionGravatar epoger@google.com2012-07-13
* rename NO_ERROR to kNoError, because Windows defines a NO_ERROR macro elsewhereGravatar epoger@google.com2012-07-12
* skdiff: add --failonmismatches and --listfilename options, plus cleanupGravatar epoger@google.com2012-07-12
* skdiff now has the option to not print out the directories it is using.Gravatar keyar@chromium.org2012-07-09
* Improve sorting of skdiff output, and make it consistent across platformsGravatar epoger@google.com2012-06-28
* skdiff: no longer skip .pdf files by defaultGravatar epoger@google.com2012-06-25
* fix warnings on Mac in miscellaneous filesGravatar caryclark@google.com2012-06-06
* skdiff: return nonzero exit value if there are any mismatchesGravatar epoger@google.com2012-05-31
* skdiff: internally track lists of ALL result types, not just baseMissing and ...Gravatar epoger@google.com2012-05-31
* Add to skdiff: test images for bitwise equality before testing for pixel-wise...Gravatar epoger@google.com2012-05-22
* Remove chromium mode from skdiff, because it is no longer actively used.Gravatar epoger@google.com2012-05-18
* skdiff: only write out diff images that are included in index.htmlGravatar epoger@google.com2012-05-16
* Make skdiff use enumeration of result types instead of separate booleans for ...Gravatar epoger@google.com2012-05-16
* Add self-test for skdiff, and remove date/time from skdiff output so it passes.Gravatar epoger@google.com2012-05-15
* Just use std qsortGravatar reed@google.com2012-05-07
* Add new flags to skdiffGravatar epoger@google.com2012-05-01
* If skdiff encounters image size mismatch, do not display diff imagesGravatar epoger@google.com2012-04-12
* landing patch from http://codereview.appspot.com/5874051/Gravatar epoger@google.com2012-03-22
* Make skdiff always generate white diffs alongside actual pixel diffsGravatar epoger@google.com2012-02-02
* Make skdiff robust to image size differences: if the two image sizes differ,Gravatar tomhudson@google.com2011-11-30
* Fix more VS2010 warnings.Gravatar bsalomon@google.com2011-10-07
* Make skdiff paths work on windowsGravatar bsalomon@google.com2011-09-23
* Move SkBitmap members of the skdiff DiffRecord to pointers so that theyGravatar tomhudson@google.com2011-08-02
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Extends skdiff to handle commands of the formGravatar tomhudson@google.com2011-07-14
* In skdiff, merge paths into the struct that holds the filename, to enableGravatar tomhudson@google.com2011-07-13
* Fix signed/unsigned mismatch in rev 1553.Gravatar tomhudson@google.com2011-06-09
* skdiff usability improvements: summary to stdout, -diff in output filenames,Gravatar tomhudson@google.com2011-06-09
* Stores index.html in the output (diff) directory rather than in the currentGravatar tomhudson@google.com2011-05-24
* New 'skdiff' tool to compare two directories full of files, write diff imagesGravatar tomhudson@google.com2011-04-27