aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTypes.h
Commit message (Expand)AuthorAge
* 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
* detach -> releaseGravatar mtklein2016-03-16
* update SkSmallAllocator to force internal allocations to be 16-byte alignedGravatar reed2016-03-02
* fix undefined signed shiftsGravatar caryclark2016-02-26
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* 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
* Consolidate SK_CRASH and sk_throw into SK_ABORTGravatar djsollen2016-01-29
* Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:800...Gravatar djsollen2016-01-22
* Consolidate SK_CRASH and sk_throw into SK_ABORTGravatar djsollen2016-01-22
* remove cruft from SkTypes.h, including SkBoolGravatar reed2015-12-27
* ubsan shift fixesGravatar caryclark2015-12-09
* fix a couple flaky nonnull attribute ubsan warningsGravatar mtklein2015-12-09
* Add sk_careful_memcpy to catch undefined behavior in memcpy.Gravatar mtklein2015-12-08
* 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
* Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE.Gravatar mtklein2015-11-24
* 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 debug mode to shared mutex.Gravatar herb2015-09-18
* Replace SkPin32 with SkTPin and remove.Gravatar bungeman2015-08-28
* Remove sys/types.h include from SkTypes.h.Gravatar bungeman2015-08-28
* Remove include of stdlib.h from SkTypes.h.Gravatar bungeman2015-08-26
* Remove SK_OFFSETOF from SkTypes, clean up offsetof usage.Gravatar bungeman2015-08-25
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Revert of cast SK_ARRAY_COUNT to make it sign agnostic (patchset #1 id:1 of h...Gravatar caryclark2015-08-19
* cast SK_ARRAY_COUNT to make it sign agnosticGravatar caryclark2015-08-19
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-05
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...Gravatar reed2015-08-04
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-04
* Clean up a few includes, introduce iwyu.Gravatar bungeman2015-07-29
* SK_ARRAY_COUNT shouldn't work on pointers.Gravatar mtklein2015-05-07
* De-proc Color32Gravatar mtklein2015-04-27
* Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromiu...Gravatar mtklein2015-04-27
* De-proc Color32Gravatar mtklein2015-04-27
* Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromiu...Gravatar mtklein2015-04-27
* De-proc Color32Gravatar mtklein2015-04-27
* Add SkTPin.Gravatar bungeman2015-04-16
* [SkTextBlob] Custom run font recordGravatar fmalita2015-04-09
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09