Fix UB in SkDivBits
[platform/upstream/libSkiaSharp.git] / tools / skdiff_main.cpp
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 bungemanRemove include of stdlib.h from SkTypes.h.
2015-08-19 bungemanMove SkTemplates.h to private.
2015-01-06 reedadd --listfailingbase option
2014-09-05 bsalomon"NULL !=" = NULL
2014-05-28 commit-bot@chromiu... add a verbose flag to skdiff that shows the progress...
2013-06-18 zachr@google.comforce linking inside of skdiff
2012-12-06 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-05 bungeman@google.comUpdate skdiff.
2012-11-19 scroggo@google.comFix a memory leak in skdiff that happens when the
2012-10-02 caryclark@google.combuild iOS with 'make all'
2012-09-05 bsalomon@google.comShut up some Mac (xcode 3) warnings
2012-08-31 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-08-30 jkleinert@google.comAdding checkboxes to skdiff output so a user can select...
2012-08-16 epoger@google.comskdiff: recurse over subdirectories, unless --norecurse...
2012-08-14 tomhudson@google.comClean up most clang warnings outside animator/
2012-08-08 epoger@google.comskdiff: clean up isPathAbsolute check for Windows
2012-07-30 bsalomon@google.comFix skdiff when using windows path that begins with...
2012-07-19 epoger@google.comskdiff output: indicate which result types would cause...
2012-07-16 epoger@google.comskdiff: cap return value at 255 to avoid automatic...
2012-07-13 epoger@google.comskdiff: replace --failonmismatches with repeatable...
2012-07-12 epoger@google.comrename NO_ERROR to kNoError, because Windows defines...
2012-07-12 epoger@google.comskdiff: add --failonmismatches and --listfilename optio...
2012-07-09 keyar@chromium.orgskdiff now has the option to not print out the director...
2012-06-28 epoger@google.comImprove sorting of skdiff output, and make it consisten...
2012-06-25 epoger@google.comskdiff: no longer skip .pdf files by default
2012-06-06 caryclark@google.comfix warnings on Mac in miscellaneous files
2012-05-31 epoger@google.comskdiff: return nonzero exit value if there are any...
2012-05-31 epoger@google.comskdiff: internally track lists of ALL result types...
2012-05-22 epoger@google.comAdd to skdiff: test images for bitwise equality before...
2012-05-18 epoger@google.comRemove chromium mode from skdiff, because it is no...
2012-05-16 epoger@google.comskdiff: only write out diff images that are included...
2012-05-16 epoger@google.comMake skdiff use enumeration of result types instead...
2012-05-15 epoger@google.comAdd self-test for skdiff, and remove date/time from...
2012-05-07 reed@google.comJust use std qsort
2012-05-01 epoger@google.comAdd new flags to skdiff
2012-04-12 epoger@google.comIf skdiff encounters image size mismatch, do not displa...
2012-03-22 epoger@google.comlanding patch from codereview.appspot.com/5874051/
2012-02-02 epoger@google.comMake skdiff always generate white diffs alongside actua...
2011-11-30 tomhudson@google.comMake skdiff robust to image size differences: if the...
2011-10-07 bsalomon@google.comFix more VS2010 warnings.
2011-09-23 bsalomon@google.comMake skdiff paths work on windows
2011-08-02 tomhudson@google.comMove SkBitmap members of the skdiff DiffRecord to point...
2011-07-28 epoger@google.comupdate of all copyright notices to reflect new license...
2011-07-14 tomhudson@google.comExtends skdiff to handle commands of the form
2011-07-13 tomhudson@google.comIn skdiff, merge paths into the struct that holds the...
2011-06-09 tomhudson@google.comFix signed/unsigned mismatch in rev 1553.
2011-06-09 tomhudson@google.comskdiff usability improvements: summary to stdout, ...
2011-05-24 tomhudson@google.comStores index.html in the output (diff) directory rather...
2011-04-27 tomhudson@google.comNew 'skdiff' tool to compare two directories full of...