Commit message (Expand) | Author | Age | |
---|---|---|---|
* | 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 |