1. ccf1de0 skstd -> std for unique_ptr by mtklein · 9 years ago
  2. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  3. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  4. 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  5. dadfc24 skstd -> std for unique_ptr by mtklein · 9 years ago
  6. e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  7. 70e8dfc skstd -> std for unique_ptr by mtklein · 9 years ago
  8. dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  9. 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
  10. 566b23c Revert of skstd -> std for unique_ptr (patchset #9 id:160001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  11. 755c553 skstd -> std for unique_ptr by mtklein · 9 years ago
  12. a3434d8 Add skstd::unique_ptr and use it. by bungeman · 9 years ago
  13. 761cf61 Clean up SkTLogic. by bungeman · 9 years ago
  14. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  15. afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
  16. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago[Renamed from include/core/SkTemplates.h]
  17. a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
  18. 2bd0285 Add skstd::move and skstd::forward. by bungeman · 9 years ago
  19. 6404542 refactor bitmapshader to use a controller by reed · 9 years ago
  20. 4f7ec55 Make SkAutoTDelete's operator T*() const, like all the others. by mtklein · 10 years ago
  21. f1f8895 add realloc method to SkAutoSTMalloc by joshualitt · 10 years ago
  22. 979e0ea Spin off SkTHashTable, SkTHashMap, SkTHashSet by mtklein · 10 years ago
  23. c3c6943 Fix append_fallback_font_families_for_locale. by bungeman · 10 years ago
  24. 23d4320 Adding check on input count by sugoi · 10 years ago
  25. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
  26. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  27. 1790e25 SkAutoTDelete::operator T*() by halcanary · 10 years ago
  28. a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago
  29. 93fabf4 Don't set SK_MALLOC_TEMP in SkAutoTMalloc. by Mike Klein · 10 years ago
  30. d48ad8e Fold SkTSetBit into SkOTSet*Bit. by commit-bot@chromium.org · 11 years ago
  31. 562b2e6 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 11 years ago
  32. e60ae2e Revert 13757. by bungeman@google.com · 11 years ago
  33. 3258a53 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 11 years ago
  34. cc787fa fix auto-delete bug that crept in with new fast blur path; is causing by commit-bot@chromium.org · 11 years ago
  35. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  36. ae326bb Revert r1784: SK_API on a non-concrete template is strange. by bungeman@google.com · 11 years ago
  37. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  38. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  39. caacc8f Remove a stray double assign that g++ 4.8 thinks has ill-defined sequencing. by mtklein@google.com · 11 years ago
  40. 4d37673 Fix leak in SkAutoSTArray by robertphillips@google.com · 11 years ago
  41. f5cc5b1 R=mtklein@google.com by bungeman@google.com · 11 years ago
  42. 929c98d speculative fix for signed-unsinged compare warning by reed@google.com · 11 years ago
  43. d510414 Enhancements and a fix to templated containers. by bsalomon@google.com · 11 years ago
  44. 4e05fd2 add conic support to hairlines by reed@google.com · 11 years ago
  45. 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 11 years ago
  46. 1198e74 Use macros for new and delete in SkTemplates.h by scroggo@google.com · 11 years ago
  47. b5e34e2 XPS ttc handling. by commit-bot@chromium.org · 11 years ago
  48. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 12 years ago
  49. d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 12 years ago
  50. 9d1cff1 use SkAutoTDelete instead of SkTScopedPtr by reed@google.com · 12 years ago
  51. 7de18e5 Add sk_ignore_unused_variable to avoid warnings. by bungeman@google.com · 12 years ago
  52. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. 7103f18 GDI fonthost to serialize using correct font name. by bungeman@google.com · 12 years ago
  54. 52657c7 remove unused parameter (that also slowed us down) to SkAutoTDelete by reed@google.com · 12 years ago
  55. 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
  56. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  57. 6d552ee Reduce allocations in RandomPathBench by bsalomon@google.com · 12 years ago
  58. 9120892 Const correct BlockRef in SkAutoTUnref. https://codereview.appspot.com/6448066/ by bungeman@google.com · 12 years ago
  59. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  60. 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 13 years ago
  61. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  62. 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 13 years ago
  63. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  64. 57f4969 merge from android tree: by djsollen@google.com · 14 years ago
  65. 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 14 years ago
  66. 8a1c16f grab from latest android by reed@android.com · 16 years ago