1. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  2. d6c69d2 Experiment: always use doubles for setLength by Mike Reed · 5 years ago
  3. 1aced50 can't normalize non-finites by Mike Reed · 6 years ago
  4. e72e773 remove SkTCast by Mike Klein · 6 years ago
  5. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  6. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  7. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  8. a8b326c change SkPoint::setLength to set itself to (0,0) if it starting length is degenerate. by reed · 10 years ago
  9. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  10. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  11. 11e5b97 Add sk_float_rsqrt with SSE + NEON fast paths. by commit-bot@chromium.org · 11 years ago
  12. fcc9ca0 by hook or by crook, force gcc to return the value of SkPoint::length() to actually be a float by reed@google.com · 11 years ago
  13. ecc9d28 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  14. dc9cdf8 add (temporary) diagnostic code for normalize test by reed@google.com · 11 years ago
  15. 25720b4 trick the compiler into not knowning that I will generate an overflow by reed@google.com · 11 years ago
  16. 5a5fe58 change setLength and Normalize to handle when mag2 overflows a float, but the by reed@google.com · 11 years ago
  17. c7d0ea3 add asScalars() to document when we want to treat SkPoint or SkRect as an array by reed@google.com · 11 years ago
  18. 98a9e1f Change comment in PointTest to refer to GCC bug by borenet@google.com · 12 years ago
  19. b7b5d93 Fix PointTest. https://codereview.appspot.com/6486062/ by bungeman@google.com · 12 years ago
  20. 42639cd fix warnings on Mac in tests by caryclark@google.com · 12 years ago
  21. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 12 years ago
  22. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  23. d33f75c Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was by epoger@google.com · 13 years ago[Renamed from tests/core/PointTest.cpp]
  24. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago