index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
ScalarTest.cpp
Commit message (
Expand
)
Author
Age
*
Even more win64 warning fixes
bsalomon
2014-12-12
*
fix double->float warning
reed@google.com
2014-05-05
*
add rounding-using-doubles methods on SkScalar and SkRect
commit-bot@chromium.org
2014-05-05
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
remove SK_CAN_USE_FLOAT (deprecated)
reed@google.com
2012-06-11
*
fix Fixed build
reed@google.com
2012-05-15
*
Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects i...
reed@google.com
2012-05-15
*
Fixes for Windows Release compiler complaints (overflow in const arith)
robertphillips@google.com
2012-05-14
*
Addressed more Windows compiler complaint issues
robertphillips@google.com
2012-04-16
*
Compile with c++0x.
bungeman@google.com
2012-03-19
*
Towards enabling -Werror in skia on Linux
bsalomon@google.com
2012-01-06
*
rename sk_float_isNaN to sk_float_isnan to match related functions
reed@google.com
2011-12-06
*
add sk_float_isfinite to mask platform differences
reed@google.com
2011-12-05
*
add test for isFinite
reed@google.com
2011-12-05