index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
MathTest.cpp
Commit message (
Expand
)
Author
Age
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
*
Suppress some warnings on linux.
bsalomon@google.com
2012-09-26
*
disable experiemental hack to try to speedup floor
reed@google.com
2012-09-21
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Clean up most clang warnings outside animator/
tomhudson@google.com
2012-08-14
*
Privatization:
reed@google.com
2012-08-07
*
remove SK_CAN_USE_FLOAT (deprecated)
reed@google.com
2012-06-11
*
fix warnings on Mac in tests
caryclark@google.com
2012-06-06
*
Added cast to get MathTest working on Windows
robertphillips@google.com
2012-05-30
*
use (float)(1 << 23) instead of 1.0p+23 since the latter isn't supported in VS
reed@google.com
2012-05-30
*
win can't eat 1.0p+23 syntax for floats :(
reed@google.com
2012-05-30
*
remove debugf
reed@google.com
2012-05-30
*
Debug Windows compiler complaint fixes
robertphillips@google.com
2012-05-14
*
Fix miscellaneous compiler warnings from Visual Studio 2010.
tomhudson@google.com
2012-04-10
*
add experimental test for blending math (disabled for now)
reed@google.com
2011-11-09
*
fix scalar=fixed for the new tests
reed@google.com
2011-10-06
*
add SkAlphaBlend255
reed@google.com
2011-10-06
*
Make SkMath.h less visible in public header files.
tomhudson@google.com
2011-09-27
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
fix windows compile errors in "tests"
epoger@google.com
2011-06-08
*
add code to test different premul techniques (disabled right now)
reed@google.com
2011-03-30
*
update to work correctly for scalar == fixed or float
reed@android.com
2011-02-09
*
add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali...
reed@google.com
2011-02-08
*
Upstream mulDiv255Ceil() from WebKit to the skia repository.
senorblanco@chromium.org
2010-12-07
*
fix build for SK_SCALAR_IS_FIXED
reed@android.com
2010-04-13
*
add unittest for copysign
reed@android.com
2010-02-09
*
add onSendClickToChildren to views, so a view can capture all clicks.
reed@android.com
2009-11-16
*
cleanup formating (e.g. no trailing spaces)
reed@android.com
2009-04-02
*
build with -Wall
reed@android.com
2009-03-20
*
more tests (need more meat in there)
reed@android.com
2009-02-27
*
add initial unittest framework (tests)
reed@android.com
2009-02-27