1. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  2. 7265ea3 remove need for command flags cast by Cary Clark · 7 years ago
  3. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  4. 135a1b1 upstream cr/165303354 by Mike Klein · 7 years ago
  5. 0933f33 output flags once by Cary Clark · 7 years ago
  6. 49f5712 Populate ALL copies of a command line flag during parsing by Brian Osman · 8 years ago
  7. 0634317 GN: fix mac build again by mtklein · 8 years ago
  8. 0b8321e Google3 Android no longer has undefok. by benjaminwagner · 9 years ago
  9. 3478f75 Adding a tool to get images from skps by msarett · 9 years ago
  10. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  11. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  12. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  13. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  14. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  15. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  16. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  17. 8b99ef4 Enable building Skia for iOS with bazel. by iroth · 9 years ago
  18. 86ea33e Enable BUILD file compilation of skia and dm with --config=android_arm. by benjaminwagner · 9 years ago
  19. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  20. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  21. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  22. 83ca628 Today's gm include many differences caused by platform font implementations. by caryclark · 9 years ago
  23. 19e259b ignore_result() by mtklein · 9 years ago
  24. 2752314 dm||nanobench --help looks nice when $COLUMNS == 80. by halcanary · 10 years ago
  25. 929f63f Make --undefok a little louder now that we're using it all the time. by mtklein · 10 years ago
  26. dfb7da3 Negative numbers are not flags. by mtklein · 10 years ago
  27. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 10 years ago
  28. 03758b8 tool --help alphabetizes command line flags by halcanary · 10 years ago
  29. dfb9bc4 Fix string assert and dead code which caused it. by bungeman · 10 years ago
  30. 77a8396 undefok -> bool by mtklein · 10 years ago
  31. ffc224f Add a minimal --undefok to SkCommandLineFlags. by commit-bot@chromium.org · 11 years ago
  32. a6f37e7 Add ShouldSkip variant that can read a --match flag directly. by commit-bot@chromium.org · 11 years ago
  33. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  34. 586db93 refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
  35. ed5eb4e Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441 by epoger@google.com · 11 years ago
  36. 434251f refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
  37. d041901 Fix the build. by scroggo@google.com · 12 years ago
  38. 58104a9 Treat default command line argument properly. by scroggo@google.com · 12 years ago
  39. b7dbf63 Fix an SkCommandLineFlags bug. by scroggo@google.com · 12 years ago
  40. 604e0c2 SkFlags now follows proper dashing convention. by scroggo@google.com · 12 years ago
  41. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 12 years ago[Renamed (95%) from tools/SkFlags.cpp]
  42. 5dc4ca1 Allow more options for setting boolean flag values in SkFlags. by scroggo@google.com · 12 years ago
  43. 0f2cd17 When SkFlags encounters an invalid flag, quit. by scroggo@google.com · 12 years ago
  44. 8366df0 Update help in SkFlags. by scroggo@google.com · 12 years ago
  45. 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 12 years ago
  46. 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 12 years ago
  47. 7d51930 Make gm use SkFlags. by scroggo@google.com · 12 years ago
  48. 075b089 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  49. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 12 years ago