1. 35fbd01 Migrate SkRTConfRegistry test to DEF_TEST(). by tfarina · 10 years ago
  2. bf6a6d4 fix leaks in SkConf by commit-bot@chromium.org · 11 years ago
  3. 2d1adf2 Reduce verbosity of SkGraphics::Init in default case. by halcanary@google.com · 11 years ago
  4. 1f0121a New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration by halcanary@google.com · 11 years ago
  5. 7a2269e Fix a bug which caused crash in SkRTConfig whith string values in environment variables by halcanary@google.com · 11 years ago
  6. c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  7. 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
  8. a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  9. 91673aa search registered rtconf variables backwards and break when we find the by humper@google.com · 11 years ago
  10. 2b71c43 fix boolean check for unknown rtconf variables in files. by humper@google.com · 11 years ago
  11. 8563d30 Fixed doParse functions by sugoi@google.com · 12 years ago
  12. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  13. 810ae48 move template specializations to inline functions in the header to make windows happy again by humper@google.com · 12 years ago
  14. 18a48c3 replace getline with fgets for portability by humper@google.com · 12 years ago
  15. 6d29eda remove dynamic_cast because rtti is disabled on some platforms (but not all??) by humper@google.com · 12 years ago
  16. 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