aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTLS.cpp
Commit message (Expand)AuthorAge
* chmod -x *.cpp *.hGravatar Hal Canary2016-10-27
* Have /src files use header directly.Gravatar herb2015-09-29
* Move SkAtomics.h to private.Gravatar herb2015-09-28
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* ~glyphcache_globals needs to actually delete its cacheGravatar reed@google.com2012-05-21
* add flag/hint to PlatformGetSpecific. If true, then the caller requires thatGravatar reed@google.com2012-05-08
* impl SkTLS for windows, refactoring to share code with pthread implGravatar reed@google.com2012-05-07