1. 9765973 Fix cases of variable shadowing in /tests/. by John Stiles · 2 years, 11 months ago
  2. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 10 months ago
  3. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years ago
  4. cd01979 Refactor GrMemoryPool into reusable GrBlockAllocator by Michael Ludwig · 4 years, 4 months ago
  5. 6986c65 Make Gr[Op]MemoryPool allocate itself into its initial block. by Brian Salomon · 4 years, 7 months ago
  6. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  7. 50ea3c0 Add support for MSVC run-time checks (and control flow guard) by Brian Osman · 5 years ago
  8. 9519d4f Remove unused GrObjectMemoryPool by Robert Phillips · 6 years ago
  9. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  10. e4cd006 Make GrMemoryPool play nice with bucketing allocators. by dskiba · 8 years ago
  11. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  12. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  13. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  14. ebc1c10 Fix warnings on VS2015 x86_64 build by bsalomon · 9 years ago
  15. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  16. 6f07665 Simplify SkInstCnt by mtklein · 9 years ago
  17. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 10 years ago
  18. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 10 years ago
  19. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  20. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  21. ddf94cf Remove unnamed namespace usage from tests. by commit-bot@chromium.org · 11 years ago
  22. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  23. 9d1cff1 use SkAutoTDelete instead of SkTScopedPtr by reed@google.com · 11 years ago
  24. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  25. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 11 years ago
  26. a9590fc Fixed compilation issue when instance counting is disabled by robertphillips@google.com · 12 years ago
  27. a68937c Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined in SkUserConfig.h rather than by the build system. by bsalomon@google.com · 12 years ago
  28. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  29. b74af87 Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) by robertphillips@google.com · 12 years ago
  30. 4da34e3 Add GrMemoryPool as a helper to override operators new/delete by bsalomon@google.com · 12 years ago