aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/flags/SkCommandLineFlags.cpp
Commit message (Expand)AuthorAge
* remove need for command flags castGravatar Cary Clark2017-09-14
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* upstream cr/165303354Gravatar Mike Klein2017-08-15
* output flags onceGravatar Cary Clark2017-07-06
* Populate ALL copies of a command line flag during parsingGravatar Brian Osman2016-10-24
* GN: fix mac build againGravatar mtklein2016-07-28
* Google3 Android no longer has undefok.Gravatar benjaminwagner2016-03-23
* Adding a tool to get images from skpsGravatar msarett2016-02-12
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-23
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar rmistry2015-12-22
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-21
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar joshualitt2015-12-18
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-18
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar reed2015-12-14
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-14
* Enable building Skia for iOS with bazel.Gravatar iroth2015-11-02
* Enable BUILD file compilation of skia and dm with --config=android_arm.Gravatar benjaminwagner2015-10-26
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Remove include of stdlib.h from SkTypes.h.Gravatar bungeman2015-08-26
* Today's gm include many differences caused by platform font implementations.Gravatar caryclark2015-06-10
* ignore_result()Gravatar mtklein2015-05-04
* dm||nanobench --help looks nice when $COLUMNS == 80.Gravatar halcanary2015-04-27
* Make --undefok a little louder now that we're using it all the time.Gravatar mtklein2015-04-08
* Negative numbers are not flags.Gravatar mtklein2015-02-14
* First cut at cleaning up Sergio's example code and moving some common code to...Gravatar caryclark2015-01-30
* tool --help alphabetizes command line flagsGravatar halcanary2015-01-18
* Fix string assert and dead code which caused it.Gravatar bungeman2014-08-11
* undefok -> boolGravatar mtklein2014-06-20
* Add a minimal --undefok to SkCommandLineFlags.Gravatar commit-bot@chromium.org2014-03-25
* Add ShouldSkip variant that can read a --match flag directly.Gravatar commit-bot@chromium.org2013-08-30
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* refactor duplication (shouldSkip and skip_name) into a utility functionGravatar sglez@google.com2013-07-24
* Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441Gravatar epoger@google.com2013-07-23
* refactor duplication (shouldSkip and skip_name) into a utility functionGravatar sglez@google.com2013-07-23
* Fix the build.Gravatar scroggo@google.com2013-04-24
* Treat default command line argument properly.Gravatar scroggo@google.com2013-04-24
* Fix an SkCommandLineFlags bug.Gravatar scroggo@google.com2013-04-23
* SkFlags now follows proper dashing convention.Gravatar scroggo@google.com2013-04-09
* Change the name of SkFlags to SkCommandLineFlags.Gravatar scroggo@google.com2013-03-21