index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkTLList.h
Commit message (
Expand
)
Author
Age
*
Change SkMemory to the more accurately named SkMalloc.
Herb Derby
2017-03-27
*
Make SkMemory.h and adjust all files for usage.
Herb Derby
2017-03-20
*
Delay initialization of free list in SkTLList until first use of list
bsalomon
2016-07-11
*
Make SkTLList prealloc its first block of nodes
bsalomon
2015-11-18
*
Make block size a template parameter of SkTLList
bsalomon
2015-11-18
*
simplify insertion methods for SkTLList
bsalomon
2015-11-18
*
SkTLList throw on sk_malloc fail
halcanary
2015-09-21
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
SkNonCopyable should be used with private inheritance.
commit-bot@chromium.org
2014-04-07
*
Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.c...
bsalomon@google.com
2014-02-26
*
Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium....
commit-bot@chromium.org
2014-02-26
*
Add getReducedClipStack to lua canvas
commit-bot@chromium.org
2014-02-26
*
Add rect clip to convex_poly_clip GM
commit-bot@chromium.org
2014-02-04
*
Improve handling of inverse clip paths in GrClipMaskManager.
bsalomon@google.com
2012-12-07
*
Use ReduceClipStack in ClipMaskManager.
bsalomon@google.com
2012-12-06
*
Add operator delete to match operator new for SkTLList.
bsalomon@google.com
2012-12-05
*
Fix stale iterators in LList test. Add newline to end of SkTLList.h
bsalomon@google.com
2012-12-04
*
Make SkClipStack::Iter use SkClipStack::Element.
bsalomon@google.com
2012-12-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-04
*
Reland r6649 with fix for build errors.
bsalomon@google.com
2012-12-03
*
Revert 6649 due to build breaks.
bsalomon@google.com
2012-12-03
*
Insert in middle of SkTInternalLList and SkTLList, in place cons for
bsalomon@google.com
2012-12-03
*
Add SkTLList, linked list class implemented on top of the internal llist class.
bsalomon@google.com
2012-12-03
*
Revert change accidentally committed.
bsalomon@google.com
2012-12-03
*
Add SkTLList, linked list class implemented on top of the internal llist class.
bsalomon@google.com
2012-12-03