1. 76a834a move SkTDict and SkTSearch into private by reed · 9 years ago
  2. 35fbd01 Migrate SkRTConfRegistry test to DEF_TEST(). by tfarina · 10 years ago
  3. bf6a6d4 fix leaks in SkConf by commit-bot@chromium.org · 11 years ago
  4. 2d1adf2 Reduce verbosity of SkGraphics::Init in default case. by halcanary@google.com · 11 years ago
  5. 1f0121a New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration by halcanary@google.com · 11 years ago
  6. fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  7. bdecb68 handle configuration variables longer than 30 characters long by humper@google.com · 11 years ago
  8. ffe95f5 Fix size_t to int conversion warning on Win64 in SkRTConf.h. by bungeman@google.com · 11 years ago
  9. c1bf2de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  10. 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
  11. a1007de Fix crash when querying a runtime config that is defined in environment by commit-bot@chromium.org · 11 years ago
  12. 8078638 avoid introducing duplicate const in release builds by humper@google.com · 11 years ago
  13. fb83098 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  14. 9b64cac fix warning on linux by humper@google.com · 12 years ago
  15. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  16. 810ae48 move template specializations to inline functions in the header to make windows happy again by humper@google.com · 12 years ago
  17. 6d29eda remove dynamic_cast because rtti is disabled on some platforms (but not all??) by humper@google.com · 12 years ago
  18. 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