index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils
/
SkRTConf.cpp
Commit message (
Expand
)
Author
Age
*
SkRTConf: eliminate
halcanary
2016-08-04
*
Revert of SkRTConf: reduce functionality to what we use, increase simplicity ...
mtklein
2016-08-03
*
SkRTConf: reduce functionality to what we use, increase simplicity
halcanary
2016-08-03
*
Eliminate SkFILE: it always is the same as FILE.
halcanary
2015-11-20
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Remove include of stdlib.h from SkTypes.h.
bungeman
2015-08-26
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Migrate SkRTConfRegistry test to DEF_TEST().
tfarina
2014-08-12
*
fix leaks in SkConf
commit-bot@chromium.org
2014-01-31
*
Reduce verbosity of SkGraphics::Init in default case.
halcanary@google.com
2014-01-10
*
New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration
halcanary@google.com
2013-11-06
*
Fix a bug which caused crash in SkRTConfig whith string values in environment...
halcanary@google.com
2013-11-06
*
Fix crash when querying a runtime config that is defined in environment
commit-bot@chromium.org
2013-08-14
*
Reverted r10654 (Fix crash when querying a runtime config that is defined in ...
robertphillips@google.com
2013-08-11
*
Fix crash when querying a runtime config that is defined in environment
commit-bot@chromium.org
2013-08-09
*
search registered rtconf variables backwards and break when we find the
humper@google.com
2013-07-24
*
fix boolean check for unknown rtconf variables in files.
humper@google.com
2013-05-20
*
Fixed doParse functions
sugoi@google.com
2013-03-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-15
*
move template specializations to inline functions in the header to make windo...
humper@google.com
2013-01-14
*
replace getline with fgets for portability
humper@google.com
2013-01-14
*
remove dynamic_cast because rtti is disabled on some platforms (but not all??)
humper@google.com
2013-01-14
*
Runtime configuration system for skia. This will allow developers to control...
humper@google.com
2013-01-14