index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
private
/
SkTemplates.h
Commit message (
Expand
)
Author
Age
*
Compute inverse gamma table at compile time.
Ben Wagner
2017-10-18
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
make SkAutoTMalloc self-move safe
Mike Klein
2017-04-07
*
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
*
Make SkAutoTMalloc movable
csmartdalton
2017-02-13
*
Add class GrProcessorSet which represents color and coverage FPs and a XPFact...
Brian Salomon
2017-01-18
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
Kevin Lubick
2017-01-11
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Remove SkAutoTDeleteArray
Ben Wagner
2016-11-02
*
Make container classes in SkTemplates.h more consistent
csmartdalton
2016-06-23
*
respect srgb gamma when building mips
reed
2016-06-10
*
Remove transitional explicit operator bool.
mtklein
2016-03-21
*
free -> reset
mtklein
2016-03-17
*
Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....
bungeman
2016-03-17
*
free -> reset
mtklein
2016-03-17
*
Add back SkAutoTDelete::detach() for Android temporarily.
mtklein
2016-03-16
*
detach -> release
mtklein
2016-03-16
*
Use std::unique_ptr.
mtklein
2016-03-16
*
Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview....
mtklein
2016-03-16
*
Use std::unique_ptr.
mtklein
2016-03-16
*
Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.c...
mtklein
2016-03-11
*
Use std::unique_ptr.
mtklein
2016-03-11
*
Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.c...
mtklein
2016-03-10
*
Use std::unique_ptr.
mtklein
2016-03-10
*
Move Google3-specific stack limitation logic to template classes.
benjaminwagner
2016-02-05
*
Revert of Move Google3-specific stack limitation logic to template classes. R...
benjaminwagner
2016-02-02
*
Move Google3-specific stack limitation logic to template classes. Remove #ifd...
benjaminwagner
2016-02-02
*
Revert of skstd -> std for unique_ptr (patchset #24 id:460001 of https://code...
mtklein
2016-01-24
*
skstd -> std for unique_ptr
mtklein
2016-01-24
*
Start using <type_traits> and <utility> (C++11).
bungeman
2016-01-05
*
Switch SkAutoMalloc to SkAutoTMalloc to avoid cast
scroggo
2015-12-10
*
Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://code...
mtklein
2015-12-02
*
skstd -> std for unique_ptr
mtklein
2015-12-02
*
Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://code...
mtklein
2015-11-30
*
skstd -> std for unique_ptr
mtklein
2015-11-30
*
Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://code...
mtklein
2015-11-23
*
skstd -> std for unique_ptr
mtklein
2015-11-23
*
Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://coder...
mtklein
2015-11-16
*
skstd -> std for unique_ptr
mtklein
2015-11-16
*
Add skstd::unique_ptr and use it.
bungeman
2015-09-07
*
Clean up SkTLogic.
bungeman
2015-08-28
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Remove SK_OFFSETOF from SkTypes, clean up offsetof usage.
bungeman
2015-08-25
*
Move SkTemplates.h to private.
bungeman
2015-08-19