index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
skdiff_main.cpp
Commit message (
Expand
)
Author
Age
*
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
bungeman
2016-08-02
*
Create output directory in skdiff
brianosman
2016-04-05
*
Remove uses of SkImageDecoder from skdiff
msarett
2016-03-17
*
Move SkTDArray to private.
bungeman
2016-02-18
*
move SkTDict and SkTSearch into private
reed
2016-01-03
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove include of stdlib.h from SkTypes.h.
bungeman
2015-08-26
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
add --listfailingbase option
reed
2015-01-06
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
add a verbose flag to skdiff that shows the progress and status of
commit-bot@chromium.org
2014-05-28
*
force linking inside of skdiff
zachr@google.com
2013-06-18
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-06
*
Update skdiff.
bungeman@google.com
2012-12-05
*
Fix a memory leak in skdiff that happens when the
scroggo@google.com
2012-11-19
*
build iOS with 'make all'
caryclark@google.com
2012-10-02
*
Shut up some Mac (xcode 3) warnings
bsalomon@google.com
2012-09-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-08-31
*
Adding checkboxes to skdiff output so a user can select a subset of images to...
jkleinert@google.com
2012-08-30
*
skdiff: recurse over subdirectories, unless --norecurse option is given
epoger@google.com
2012-08-16
*
Clean up most clang warnings outside animator/
tomhudson@google.com
2012-08-14
*
skdiff: clean up isPathAbsolute check for Windows
epoger@google.com
2012-08-08
*
Fix skdiff when using windows path that begins with a drive letter
bsalomon@google.com
2012-07-30
*
skdiff output: indicate which result types would cause failure
epoger@google.com
2012-07-19
*
skdiff: cap return value at 255 to avoid automatic 'wrapping' (%256) of retur...
epoger@google.com
2012-07-16
*
skdiff: replace --failonmismatches with repeatable --failonresult option
epoger@google.com
2012-07-13
*
rename NO_ERROR to kNoError, because Windows defines a NO_ERROR macro elsewhere
epoger@google.com
2012-07-12
*
skdiff: add --failonmismatches and --listfilename options, plus cleanup
epoger@google.com
2012-07-12
*
skdiff now has the option to not print out the directories it is using.
keyar@chromium.org
2012-07-09
*
Improve sorting of skdiff output, and make it consistent across platforms
epoger@google.com
2012-06-28
*
skdiff: no longer skip .pdf files by default
epoger@google.com
2012-06-25
*
fix warnings on Mac in miscellaneous files
caryclark@google.com
2012-06-06
*
skdiff: return nonzero exit value if there are any mismatches
epoger@google.com
2012-05-31
*
skdiff: internally track lists of ALL result types, not just baseMissing and ...
epoger@google.com
2012-05-31
*
Add to skdiff: test images for bitwise equality before testing for pixel-wise...
epoger@google.com
2012-05-22
*
Remove chromium mode from skdiff, because it is no longer actively used.
epoger@google.com
2012-05-18
*
skdiff: only write out diff images that are included in index.html
epoger@google.com
2012-05-16
*
Make skdiff use enumeration of result types instead of separate booleans for ...
epoger@google.com
2012-05-16
*
Add self-test for skdiff, and remove date/time from skdiff output so it passes.
epoger@google.com
2012-05-15
*
Just use std qsort
reed@google.com
2012-05-07
*
Add new flags to skdiff
epoger@google.com
2012-05-01
*
If skdiff encounters image size mismatch, do not display diff images
epoger@google.com
2012-04-12
*
landing patch from http://codereview.appspot.com/5874051/
epoger@google.com
2012-03-22
*
Make skdiff always generate white diffs alongside actual pixel diffs
epoger@google.com
2012-02-02
*
Make skdiff robust to image size differences: if the two image sizes differ,
tomhudson@google.com
2011-11-30
*
Fix more VS2010 warnings.
bsalomon@google.com
2011-10-07
*
Make skdiff paths work on windows
bsalomon@google.com
2011-09-23
*
Move SkBitmap members of the skdiff DiffRecord to pointers so that they
tomhudson@google.com
2011-08-02
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Extends skdiff to handle commands of the form
tomhudson@google.com
2011-07-14
[next]