aboutsummaryrefslogtreecommitdiff
path: root/tests/DataRefTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add smartptr SkRWBuffer snapshot methodsFlorin Malita2017-06-011-14/+13
* Remove SkDataTableBuilder. It is not used.Herb Derby2017-02-281-27/+0
* Move SkOSPath out of include/core.Ben Wagner2016-11-081-0/+1
* tests: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-041-2/+2
* Remove SkAutoTDelete.Ben Wagner2016-11-031-1/+1
* Move to SkDataTable::MakeXXX and sk_sp.bungeman2016-08-051-24/+19
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.bungeman2016-08-021-17/+14
* Fixes for SkRWBufferscroggo2016-04-221-3/+53
* Revert of Fixes for SkRWBuffer (patchset #5 id:80001 of https://codereview.ch...bungeman2016-04-141-37/+3
* Fixes for SkRWBufferscroggo2016-04-141-3/+37
* Fix race condition in SkROBuffer.reed2016-04-081-5/+1
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+1
* Make SkRWBuffer destruct safelyscroggo2016-02-161-0/+7
* Make SkROBuffer::Iter::size() work when exhaustedscroggo2016-01-111-0/+15
* Eliminate SkFILE: it always is the same as FILE.halcanary2015-11-201-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-8/+8
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-1/+1
* remove dead guarded code for legacy SkData procreed2015-06-181-12/+0
* simplify release-proc for SkData, removing unneeded size paramreed2015-06-171-1/+13
* SkRWBuffer for thread-safe 'stream' sharingreed2015-04-281-0/+81
* Simplify skiatest framework.halcanary2015-01-201-1/+1
* Cleanup: Rename SkOSPath functions.tfarina2014-07-281-1/+1
* Refactor read and write buffers.commit-bot@chromium.org2014-01-301-2/+2
* Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org2014-01-241-2/+2
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* Add REPORTF test macro.halcanary@google.com2014-01-101-3/+1
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-7/+4
* Remove SkDataTable from SkFlattenable hierarchy.commit-bot@chromium.org2013-10-151-20/+0
* remove SkDataSet, and just store a key/value in SkAnnotationreed@google.com2013-10-141-67/+0
* Refactor: clean up some unused or mostly-unused API I saw here.commit-bot@chromium.org2013-06-181-1/+1
* Fix for caller of GetTmpDir.scroggo@google.com2013-06-071-4/+3
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-06-041-3/+3
* Add SkData::NewFromFD.bungeman@google.com2013-06-031-14/+38
* Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns)rmistry@google.com2013-04-221-1/+1
* remove printfmike@reedtribe.org2013-04-211-1/+0
* pass 0 instead of NULL for size_t parametermike@reedtribe.org2013-04-211-2/+2
* specialize SkDataTable for arrays where all elements are the same size.mike@reedtribe.org2013-04-211-6/+84
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-04-201-6/+6
* add SkDataTable, to efficiently store an immutable array. Includes a builderreed@google.com2013-04-191-0/+75
* eliminate all warnings in non-thirdparty code on machumper@google.com2013-01-071-2/+2
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-7/+7
* remove debugging printfsreed@google.com2012-07-111-1/+1
* add SkDataSet class, so SkAnnotation can be more immutable-likereed@google.com2012-07-111-2/+82
* update test for new NewFromCString behaviorreed@google.com2012-07-021-2/+3
* add SkData::NewFromCString()reed@google.com2012-06-281-10/+20
* fix warnings on Mac in testscaryclark@google.com2012-06-061-1/+1
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* rename public SkDataRef to SkDatareed@google.com2011-06-241-9/+9
* addreed@google.com2011-06-141-0/+54