aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTLList.h
Commit message (Expand)AuthorAge
* remove SkTCastGravatar Mike Klein2018-06-18
* trim #include <new> from SkPostConfig.hGravatar Mike Klein2018-06-11
* Change SkMemory to the more accurately named SkMalloc.Gravatar Herb Derby2017-03-27
* Make SkMemory.h and adjust all files for usage.Gravatar Herb Derby2017-03-20
* Delay initialization of free list in SkTLList until first use of listGravatar bsalomon2016-07-11
* Make SkTLList prealloc its first block of nodesGravatar bsalomon2015-11-18
* Make block size a template parameter of SkTLListGravatar bsalomon2015-11-18
* simplify insertion methods for SkTLListGravatar bsalomon2015-11-18
* SkTLList throw on sk_malloc failGravatar halcanary2015-09-21
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* SkNonCopyable should be used with private inheritance.Gravatar commit-bot@chromium.org2014-04-07
* Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.c...Gravatar bsalomon@google.com2014-02-26
* Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium....Gravatar commit-bot@chromium.org2014-02-26
* Add getReducedClipStack to lua canvasGravatar commit-bot@chromium.org2014-02-26
* Add rect clip to convex_poly_clip GMGravatar commit-bot@chromium.org2014-02-04
* Improve handling of inverse clip paths in GrClipMaskManager.Gravatar bsalomon@google.com2012-12-07
* Use ReduceClipStack in ClipMaskManager.Gravatar bsalomon@google.com2012-12-06
* Add operator delete to match operator new for SkTLList.Gravatar bsalomon@google.com2012-12-05
* Fix stale iterators in LList test. Add newline to end of SkTLList.hGravatar bsalomon@google.com2012-12-04
* Make SkClipStack::Iter use SkClipStack::Element.Gravatar bsalomon@google.com2012-12-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-04
* Reland r6649 with fix for build errors.Gravatar bsalomon@google.com2012-12-03
* Revert 6649 due to build breaks.Gravatar bsalomon@google.com2012-12-03
* Insert in middle of SkTInternalLList and SkTLList, in place cons for Gravatar bsalomon@google.com2012-12-03
* Add SkTLList, linked list class implemented on top of the internal llist class.Gravatar bsalomon@google.com2012-12-03
* Revert change accidentally committed.Gravatar bsalomon@google.com2012-12-03
* Add SkTLList, linked list class implemented on top of the internal llist class.Gravatar bsalomon@google.com2012-12-03