aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkRTConf.cpp
Commit message (Expand)AuthorAge
* Eliminate SkFILE: it always is the same as FILE.Gravatar halcanary2015-11-20
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Remove include of stdlib.h from SkTypes.h.Gravatar bungeman2015-08-26
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Migrate SkRTConfRegistry test to DEF_TEST().Gravatar tfarina2014-08-12
* fix leaks in SkConfGravatar commit-bot@chromium.org2014-01-31
* Reduce verbosity of SkGraphics::Init in default case.Gravatar halcanary@google.com2014-01-10
* New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configurationGravatar halcanary@google.com2013-11-06
* Fix a bug which caused crash in SkRTConfig whith string values in environment...Gravatar halcanary@google.com2013-11-06
* Fix crash when querying a runtime config that is defined in environmentGravatar commit-bot@chromium.org2013-08-14
* Reverted r10654 (Fix crash when querying a runtime config that is defined in ...Gravatar robertphillips@google.com2013-08-11
* Fix crash when querying a runtime config that is defined in environmentGravatar commit-bot@chromium.org2013-08-09
* search registered rtconf variables backwards and break when we find theGravatar humper@google.com2013-07-24
* fix boolean check for unknown rtconf variables in files.Gravatar humper@google.com2013-05-20
* Fixed doParse functionsGravatar sugoi@google.com2013-03-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-15
* move template specializations to inline functions in the header to make windo...Gravatar humper@google.com2013-01-14
* replace getline with fgets for portabilityGravatar humper@google.com2013-01-14
* remove dynamic_cast because rtti is disabled on some platforms (but not all??)Gravatar humper@google.com2013-01-14
* Runtime configuration system for skia. This will allow developers to control...Gravatar humper@google.com2013-01-14