aboutsummaryrefslogtreecommitdiff
path: root/tests/UtilsTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* validate text during deserializationMike Reed2017-12-211-2/+2
* SkUTF8_CountUnichars(s,l) and SkUTF8_NextUnichar(s,l) now safe.Hal Canary2017-01-111-0/+61
* tests: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-041-4/+4
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+1
* detach -> releasemtklein2016-03-161-2/+2
* Style Change: NULL->nullptrhalcanary2015-08-271-2/+2
* remove SkInstCntmtklein2015-06-261-1/+1
* make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt.mtklein2014-11-241-25/+25
* Remove SkRefPtr.bungeman2014-07-171-12/+12
* Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()."Mike Klein2014-07-091-26/+25
* Remove ability for Release code to call getRefCnt() or getWeakRefCnt().mtklein2014-07-081-25/+26
* Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org2014-01-241-1/+1
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-5/+3
* Fix compilation with SK_ENABLE_INST_COUNT=1commit-bot@chromium.org2013-12-051-2/+0
* Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org2013-09-091-1/+1
* fix trivial matrix computationhumper@google.com2013-07-141-1/+1
* Reverted 10056-10059robertphillips@google.com2013-07-131-1/+1
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-07-131-1/+1
* Fix leak in SkAutoSTArrayrobertphillips@google.com2013-07-121-0/+70
* Change random number generator for 'tests' to SkMWCRandom. Also removes some jvanverth@google.com2013-03-041-1/+1
* Remove SkRefPtrvandebo@chromium.org2013-01-041-30/+0
* Revert "Remove SkRefPtr" - r7021vandebo@chromium.org2013-01-041-0/+30
* Remove SkRefPtrvandebo@chromium.org2013-01-041-30/+0
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)robertphillips@google.com2012-08-161-0/+6
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* tiny document-only changeepoger@google.com2011-05-201-1/+1
* Another tiny comment-only change to trigger buildbotepoger@google.com2011-05-131-1/+1
* Tiny comment-only change to trigger buildbotepoger@google.com2011-05-131-1/+1
* Fix intentional breakage in previous commitepoger@google.com2011-05-121-1/+0
* Intentional breakage to test notifications, will fix quicklyepoger@google.com2011-05-121-0/+1
* Tiny comment-only change to trigger updateepoger@google.com2011-05-121-1/+1
* Fix my intentional break.epoger@google.com2011-05-111-1/+0
* Intentionally break tests, will fix quickly.epoger@google.com2011-05-111-0/+1
* Another comment-only change to test notificationsepoger@google.com2011-05-111-1/+1
* Tiny comment-only change to test notificationsepoger@google.com2011-05-111-1/+1
* remove unused methods from SkRefPtr, as a check-point for better understandingreed@google.com2011-03-081-3/+3
* http://codereview.appspot.com/4233041/reed@google.com2011-02-251-1/+23
* add SkRefPtr class (for testing at the moment)reed@android.com2010-04-161-0/+42
* cleanup formating (e.g. no trailing spaces)reed@android.com2009-04-021-3/+3
* more tests (need more meat in there)reed@android.com2009-02-271-23/+2
* add initial unittest framework (tests)reed@android.com2009-02-271-0/+130