aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private/SkTemplates.h
Commit message (Expand)AuthorAge
* SkTemplates no longer uses SknoncopyableGravatar Hal Canary2018-06-14
* include/private/SkTemplates: SkInPlaceNewCheck uses ...Gravatar Hal Canary2018-04-24
* include/private/SkTemplates: Cleanup bare pointers.Gravatar Hal Canary2018-04-24
* begin cleanup of malloc porting layerGravatar Mike Reed2018-01-05
* GOOGLE3 -> SK_BUILD_FOR_GOOGLE3Gravatar Mike Klein2017-12-19
* Compute inverse gamma table at compile time.Gravatar Ben Wagner2017-10-18
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* make SkAutoTMalloc self-move safeGravatar Mike Klein2017-04-07
* 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
* Make SkAutoTMalloc movableGravatar csmartdalton2017-02-13
* Add class GrProcessorSet which represents color and coverage FPs and a XPFact...Gravatar Brian Salomon2017-01-18
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Gravatar Kevin Lubick2017-01-11
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Remove SkAutoTDeleteArrayGravatar Ben Wagner2016-11-02
* Make container classes in SkTemplates.h more consistentGravatar csmartdalton2016-06-23
* respect srgb gamma when building mipsGravatar reed2016-06-10
* Remove transitional explicit operator bool.Gravatar mtklein2016-03-21
* free -> resetGravatar mtklein2016-03-17
* Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....Gravatar bungeman2016-03-17
* free -> resetGravatar mtklein2016-03-17
* Add back SkAutoTDelete::detach() for Android temporarily.Gravatar mtklein2016-03-16
* detach -> releaseGravatar mtklein2016-03-16
* Use std::unique_ptr.Gravatar mtklein2016-03-16
* Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview....Gravatar mtklein2016-03-16
* Use std::unique_ptr.Gravatar mtklein2016-03-16
* Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.c...Gravatar mtklein2016-03-11
* Use std::unique_ptr.Gravatar mtklein2016-03-11
* Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.c...Gravatar mtklein2016-03-10
* Use std::unique_ptr.Gravatar mtklein2016-03-10
* Move Google3-specific stack limitation logic to template classes.Gravatar benjaminwagner2016-02-05
* Revert of Move Google3-specific stack limitation logic to template classes. R...Gravatar benjaminwagner2016-02-02
* Move Google3-specific stack limitation logic to template classes. Remove #ifd...Gravatar benjaminwagner2016-02-02
* Revert of skstd -> std for unique_ptr (patchset #24 id:460001 of https://code...Gravatar mtklein2016-01-24
* skstd -> std for unique_ptrGravatar mtklein2016-01-24
* Start using <type_traits> and <utility> (C++11).Gravatar bungeman2016-01-05
* Switch SkAutoMalloc to SkAutoTMalloc to avoid castGravatar scroggo2015-12-10
* Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://code...Gravatar mtklein2015-12-02
* skstd -> std for unique_ptrGravatar mtklein2015-12-02
* Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://code...Gravatar mtklein2015-11-30
* skstd -> std for unique_ptrGravatar mtklein2015-11-30
* Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://code...Gravatar mtklein2015-11-23
* skstd -> std for unique_ptrGravatar mtklein2015-11-23
* Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://coder...Gravatar mtklein2015-11-16
* skstd -> std for unique_ptrGravatar mtklein2015-11-16
* Add skstd::unique_ptr and use it.Gravatar bungeman2015-09-07
* Clean up SkTLogic.Gravatar bungeman2015-08-28
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26