aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTDArray.h
Commit message (Expand)AuthorAge
* Do not export SkTDArray when building Skia as a DLLGravatar ehsan.akhgari2014-07-09
* SkWriter32: throw in the SkTDArray towel.Gravatar commit-bot@chromium.org2014-02-13
* Reland SkWriter32 growth change with build fixes.Gravatar commit-bot@chromium.org2014-02-11
* Revert of Change growth function for SkWriter32 (https://codereview.chromium....Gravatar commit-bot@chromium.org2014-02-11
* Change growth function for SkWriter32Gravatar commit-bot@chromium.org2014-02-11
* Cleaner external buffer handling in SkWriter32Gravatar commit-bot@chromium.org2014-02-11
* fix samplefuzz, fix some 32/64bit warningsGravatar reed@google.com2014-02-04
* Third wave of Win64 warning cleanupGravatar robertphillips@google.com2013-10-16
* fix copy in SkTDArrayGravatar zachr@google.com2013-07-01
* add != operator for SkTDArrayGravatar reed@google.com2013-05-29
* Make SkTDArray accessors const-friendly.Gravatar commit-bot@chromium.org2013-02-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-15
* Runtime configuration system for skia. This will allow developers to control...Gravatar humper@google.com2013-01-14
* Remove GrTDArray.Gravatar bsalomon@google.com2013-01-07
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fix a memory leak in SkBitmapHeap.Gravatar scroggo2012-08-16
* Add SkTDArray.contains(), which is just a wrapper around find()Gravatar epoger@google.com2012-07-13
* fix 64bit warnings (use: GYP_DEFINES=skia_arch_width=64 make ... )Gravatar reed@google.com2012-07-09
* Add SkPath::getVerbs/countVerbsGravatar bsalomon@google.com2012-06-07
* Fix type errors and a few warnings for Visual Studio 2010 64-bit build.Gravatar tomhudson@google.com2012-05-17
* add bytes() to SkTDArray, which returns the number of bytes in the array,Gravatar reed@google.com2011-11-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* have == always return bool, never intGravatar reed@google.com2011-07-20
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* add detach() methodGravatar reed@android.com2009-08-25
* more checks for null shapes in picturesGravatar reed@android.com2009-07-03
* grab from latest androidGravatar reed@android.com2008-12-17