Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
711ef4831363fb8cbdf061dc2c36c65b13c0ccf2
/
include
/
utils
/
SkRTConf.h
35fbd01
Migrate SkRTConfRegistry test to DEF_TEST().
by tfarina
· 10 years ago
bf6a6d4
fix leaks in SkConf
by commit-bot@chromium.org
· 11 years ago
2d1adf2
Reduce verbosity of SkGraphics::Init in default case.
by halcanary@google.com
· 11 years ago
1f0121a
New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration
by halcanary@google.com
· 11 years ago
fbc58a3
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
bdecb68
handle configuration variables longer than 30 characters long
by humper@google.com
· 11 years ago
ffe95f5
Fix size_t to int conversion warning on Win64 in SkRTConf.h.
by bungeman@google.com
· 11 years ago
c1bf2de
Fix crash when querying a runtime config that is defined in environment
by commit-bot@chromium.org
· 11 years ago
1c0ade7
Reverted r10654 (Fix crash when querying a runtime config that is defined in environment) due to compilation failure on Chromium win_layout bot
by robertphillips@google.com
· 11 years ago
a1007de
Fix crash when querying a runtime config that is defined in environment
by commit-bot@chromium.org
· 11 years ago
8078638
avoid introducing duplicate const in release builds
by humper@google.com
· 11 years ago
fb83098
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
9b64cac
fix warning on linux
by humper@google.com
· 12 years ago
7fc0e0a
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
810ae48
move template specializations to inline functions in the header to make windows happy again
by humper@google.com
· 12 years ago
6d29eda
remove dynamic_cast because rtti is disabled on some platforms (but not all??)
by humper@google.com
· 12 years ago
7af56be
Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use.
by humper@google.com
· 12 years ago