aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ScalarTest.cpp
Commit message (Expand)AuthorAge
* Even more win64 warning fixesGravatar bsalomon2014-12-12
* fix double->float warningGravatar reed@google.com2014-05-05
* add rounding-using-doubles methods on SkScalar and SkRectGravatar commit-bot@chromium.org2014-05-05
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* fix Fixed buildGravatar reed@google.com2012-05-15
* Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects i...Gravatar reed@google.com2012-05-15
* Fixes for Windows Release compiler complaints (overflow in const arith)Gravatar robertphillips@google.com2012-05-14
* Addressed more Windows compiler complaint issuesGravatar robertphillips@google.com2012-04-16
* Compile with c++0x.Gravatar bungeman@google.com2012-03-19
* Towards enabling -Werror in skia on LinuxGravatar bsalomon@google.com2012-01-06
* rename sk_float_isNaN to sk_float_isnan to match related functionsGravatar reed@google.com2011-12-06
* add sk_float_isfinite to mask platform differencesGravatar reed@google.com2011-12-05
* add test for isFiniteGravatar reed@google.com2011-12-05