index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
flags
/
SkCommandLineFlags.cpp
Commit message (
Expand
)
Author
Age
*
remove need for command flags cast
Cary Clark
2017-09-14
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
upstream cr/165303354
Mike Klein
2017-08-15
*
output flags once
Cary Clark
2017-07-06
*
Populate ALL copies of a command line flag during parsing
Brian Osman
2016-10-24
*
GN: fix mac build again
mtklein
2016-07-28
*
Google3 Android no longer has undefok.
benjaminwagner
2016-03-23
*
Adding a tool to get images from skps
msarett
2016-02-12
*
Add config options to run different GPU APIs to dm and nanobench
kkinnunen
2015-12-23
*
Revert of Add config options to run different GPU APIs to dm and nanobench (p...
rmistry
2015-12-22
*
Add config options to run different GPU APIs to dm and nanobench
kkinnunen
2015-12-21
*
Revert of Add config options to run different GPU APIs to dm and nanobench (p...
joshualitt
2015-12-18
*
Add config options to run different GPU APIs to dm and nanobench
kkinnunen
2015-12-18
*
Revert of Add config options to run different GPU APIs to dm and nanobench (p...
reed
2015-12-14
*
Add config options to run different GPU APIs to dm and nanobench
kkinnunen
2015-12-14
*
Enable building Skia for iOS with bazel.
iroth
2015-11-02
*
Enable BUILD file compilation of skia and dm with --config=android_arm.
benjaminwagner
2015-10-26
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Remove include of stdlib.h from SkTypes.h.
bungeman
2015-08-26
*
Today's gm include many differences caused by platform font implementations.
caryclark
2015-06-10
*
ignore_result()
mtklein
2015-05-04
*
dm||nanobench --help looks nice when $COLUMNS == 80.
halcanary
2015-04-27
*
Make --undefok a little louder now that we're using it all the time.
mtklein
2015-04-08
*
Negative numbers are not flags.
mtklein
2015-02-14
*
First cut at cleaning up Sergio's example code and moving some common code to...
caryclark
2015-01-30
*
tool --help alphabetizes command line flags
halcanary
2015-01-18
*
Fix string assert and dead code which caused it.
bungeman
2014-08-11
*
undefok -> bool
mtklein
2014-06-20
*
Add a minimal --undefok to SkCommandLineFlags.
commit-bot@chromium.org
2014-03-25
*
Add ShouldSkip variant that can read a --match flag directly.
commit-bot@chromium.org
2013-08-30
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
refactor duplication (shouldSkip and skip_name) into a utility function
sglez@google.com
2013-07-24
*
Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441
epoger@google.com
2013-07-23
*
refactor duplication (shouldSkip and skip_name) into a utility function
sglez@google.com
2013-07-23
*
Fix the build.
scroggo@google.com
2013-04-24
*
Treat default command line argument properly.
scroggo@google.com
2013-04-24
*
Fix an SkCommandLineFlags bug.
scroggo@google.com
2013-04-23
*
SkFlags now follows proper dashing convention.
scroggo@google.com
2013-04-09
*
Change the name of SkFlags to SkCommandLineFlags.
scroggo@google.com
2013-03-21