1. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  2. a4c277b make float divide-by-zero fatal by Mike Klein · 6 years ago
  3. 1f27585 remove unused/dumb methods from SkRect by Mike Reed · 6 years ago
  4. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 10 years ago
  5. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 10 years ago
  6. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  7. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  8. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  9. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  10. 2b57dc6 fix warings. add SkTAbs() by reed@google.com · 12 years ago
  11. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  12. d9f7503 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  13. 6898d52 add centerX() and centerY() to SkIRect (because they made me) by reed@google.com · 12 years ago
  14. 7b463ac speedup SkRect::isFinite() (almost 2x) by reed@google.com · 12 years ago
  15. 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
  16. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  17. d413445 update to work correctly for scalar == fixed or float by reed@android.com · 13 years ago
  18. 534240f hide divide-by-zero from the compiler, to avoid the warning by reed@google.com · 13 years ago
  19. ff1ec2f Add unit test for SkRect::hasValidCoordinates(). by wjmaclean@chromium.org · 13 years ago