1. eca1091 Add first, last and subspan to SkEnumerate by Herb Derby · 4 years, 7 months ago
  2. 81777ac Make SkEnumerate make flatten tuples by Herb Derby · 4 years, 8 months ago
  3. 06a6208 Structured binding for SkZip and SkEnumerate by Herb Derby · 4 years, 9 months ago
  4. 0d59368 Add subspan() to SkZip by Herb Derby · 4 years, 8 months ago
  5. c9dcd09 Add last() to SkZip by Herb Derby · 4 years, 8 months ago
  6. 5899485 Add tests for SkZip first, data, and consting copy ctor by Herbert Derby · 4 years, 10 months ago
  7. cbd235c Introduce SkIota a wrapper that adds an index by Herb Derby · 5 years ago
  8. 986ab2c Add helper SkMakeZip by Herb Derby · 4 years, 10 months ago
  9. c44ee1a Reland "SkZip - synchronized indexing of several pointers" by Herb Derby · 4 years, 11 months ago
  10. a9d44b6 Revert "SkZip - synchronized indexing of several pointers" by Herb Derby · 4 years, 10 months ago
  11. f3c4a82 SkZip - synchronized indexing of several pointers by Herb Derby · 4 years, 11 months ago
  12. 10e48d4 Allow SkMakeSpan to correctly handle the distinction between by Herb Derby · 5 years ago
  13. 8bd6e8f Move SkTSearch.h into src. by Ben Wagner · 5 years ago
  14. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  15. 3526cfa tests: Move SkUTF tests to their own file. by Hal Canary · 6 years ago
  16. f107a2f SkUTF by Hal Canary · 6 years ago
  17. 4014ba6 SkUtils: remove some versions of UTF routines. by Hal Canary · 6 years ago
  18. 889d521 validate text during deserialization by Mike Reed · 7 years ago
  19. d1c8e56 SkUTF8_CountUnichars(s,l) and SkUTF8_NextUnichar(s,l) now safe. by Hal Canary · 8 years ago
  20. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  21. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  22. 18300a3 detach -> release by mtklein · 8 years ago
  23. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  24. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  25. bbb61d7 make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt. by mtklein · 10 years ago
  26. 733418f Remove SkRefPtr. by bungeman · 10 years ago
  27. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  28. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  29. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  30. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  31. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  32. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  33. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  34. 9c96d4b fix trivial matrix computation by humper@google.com · 11 years ago
  35. d647426 Reverted 10056-10059 by robertphillips@google.com · 11 years ago
  36. fa1bd5f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  37. 4d37673 Fix leak in SkAutoSTArray by robertphillips@google.com · 11 years ago
  38. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  39. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  40. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  41. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  42. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  43. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  44. bcc5683 tiny document-only change by epoger@google.com · 13 years ago
  45. 6e7a7b3 Another tiny comment-only change to trigger buildbot by epoger@google.com · 13 years ago
  46. 4b8117d Tiny comment-only change to trigger buildbot by epoger@google.com · 13 years ago
  47. 189520d Fix intentional breakage in previous commit by epoger@google.com · 13 years ago
  48. 262d5f7 Intentional breakage to test notifications, will fix quickly by epoger@google.com · 13 years ago
  49. 540fb22 Tiny comment-only change to trigger update by epoger@google.com · 13 years ago
  50. 67d78b1 Fix my intentional break. by epoger@google.com · 13 years ago
  51. 76c5847 Intentionally break tests, will fix quickly. by epoger@google.com · 13 years ago
  52. f28b78b Another comment-only change to test notifications by epoger@google.com · 13 years ago
  53. 823c973 Tiny comment-only change to test notifications by epoger@google.com · 13 years ago
  54. ddbf4c8 remove unused methods from SkRefPtr, as a check-point for better understanding by reed@google.com · 13 years ago
  55. a67573e http://codereview.appspot.com/4233041/ by reed@google.com · 13 years ago
  56. b00cd72 add SkRefPtr class (for testing at the moment) by reed@android.com · 14 years ago
  57. 80e39a7 cleanup formating (e.g. no trailing spaces) by reed@android.com · 15 years ago
  58. d8730ea more tests (need more meat in there) by reed@android.com · 15 years ago
  59. ed67331 add initial unittest framework (tests) by reed@android.com · 15 years ago