1. 1435f9f Add skia_tsan_build to match skia_asan_build and fix one example race. by bungeman@google.com · 11 years ago
  2. 1fb04e2 add a way to get code coverage by mtklein@google.com · 11 years ago
  3. 47ae4b0 Add skia_clang_build gyp define, add -Wstring-conversion flag by borenet@google.com · 11 years ago
  4. d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
  5. cb9445d Add libraries to fix Ubuntu13 Clang build by borenet@google.com · 11 years ago
  6. 2822c9a Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. by mtklein@google.com · 11 years ago
  7. ebbda76 enable SK_FONTHOST_USES_FONTMGR for mac and win. linux fontmgr not ready by reed@google.com · 11 years ago
  8. f7542ba update gyp for ARM builds to be more well defined. by djsollen@google.com · 11 years ago
  9. 8d725b2 all in the gyp by mtklein@google.com · 11 years ago
  10. faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 11 years ago
  11. 2679ff8 refactor gyp to isolate freetype usage by djsollen@google.com · 11 years ago
  12. d658568 make OpenCL optional for skpdiff by zachr@google.com · 11 years ago
  13. e2b9037 Disable soft floating point on ChromeOS by borenet@google.com · 11 years ago
  14. 183f7f5 ARM Skia NEON patches - 10 - ARM build by commit-bot@chromium.org · 11 years ago
  15. 0d19309 Enable ASAN build by borenet@google.com · 11 years ago
  16. 06b3864 Add gyp define for optimization level by commit-bot@chromium.org · 11 years ago
  17. 28c27c8 enable shared lib support in linux for lua by zachr@google.com · 11 years ago
  18. 5ec1305 Use "Simple Chrome for Chrome OS Workflow" to build Skia for ChromeOS by borenet@google.com · 11 years ago
  19. 5a6c2d8 Add skia_exceptinos gyp define by commit-bot@chromium.org · 11 years ago
  20. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  21. bbba784 Fix ninja/angle build with new gyp rev. by bsalomon@google.com · 11 years ago
  22. f51e125 Update gyp from 1563 to 1643 (take two). by bungeman@google.com · 11 years ago
  23. 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  24. a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  25. cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  26. e52d291 add direct_dependencies for picture_utils, and add cflags_cc for android's gypi by reed@google.com · 11 years ago
  27. 5d7ca95 Fix gyp files to allow ninja to build 64 bit on Mac. by commit-bot@chromium.org · 11 years ago
  28. d971869 Revert accidentally changed msvs settings in r8764. by bsalomon@google.com · 11 years ago
  29. 72993ab silence && || parens clang warning. by bsalomon@google.com · 11 years ago
  30. bde506c Revert Skia to use -02. by djsollen@google.com · 11 years ago
  31. 534cb63 Revert Skia to use -02. by djsollen@google.com · 11 years ago
  32. af3b510 Revert Skia to use -02. by commit-bot@chromium.org · 11 years ago
  33. a72aef8 Refactor skia_warnings_as_errors by borenet@google.com · 11 years ago
  34. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 11 years ago
  35. c8e011c Update Android Release build to use -O3. by commit-bot@chromium.org · 11 years ago
  36. 059a4c7 refactor android defines to implicitly assume NDK compliance unless it is explicitly marked as being specific to the android framework. by commit-bot@chromium.org · 11 years ago
  37. dfc867b Turning on warning as error on Linux by sugoi@google.com · 11 years ago
  38. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  39. 522dbd2 match chromium's approach for locating the most appropriate macos SDK to use by humper@google.com · 11 years ago
  40. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 11 years ago
  41. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  42. 4dcc624 Update Android toolchain to NDK r8d with GCC 4.7 by djsollen@google.com · 12 years ago
  43. 57585fa Turn off WarnAsError when building ANGLE projects on windows. by bsalomon@google.com · 12 years ago
  44. 1d03ba9 Turn off warnings-as-error on 64bit windows build due to many size_t-related warnings. by bsalomon@google.com · 12 years ago
  45. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  46. fe0d680 disable werror on 64 bit by humper@google.com · 12 years ago
  47. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  48. 7cdea64 The goal is to make the ClangCompile buildstep in the Housekeeping bot turn red if there is a warning. by rmistry@google.com · 12 years ago
  49. 5afbbc4 Enable profiling options to be selectively enabled for a given build by djsollen@google.com · 12 years ago
  50. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  51. c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 12 years ago
  52. f94dd18 Remove an obsolete comment. by scroggo@google.com · 12 years ago
  53. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  54. 43b4ed5 xcode_settings OTHER_CPLUSPLUSFLAGS is a list. by bungeman@google.com · 12 years ago
  55. 89dec58 Disable thumb on IOS. This removes one of XCodes complaints about the generated projects. by bsalomon@google.com · 12 years ago
  56. 4588ce8 move the xcode setup for SYMROOT to the outermost level by caryclark@google.com · 12 years ago
  57. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  58. bc5cbfe Pull SDKROOT into a gyp variable, so it can be locally overridden. This by senorblanco@chromium.org · 12 years ago
  59. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  60. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  61. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  62. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  63. c2dd3d4 Fix noisy Android build Review URL: https://codereview.appspot.com/6488107 by borenet@google.com · 12 years ago
  64. b796119 Enable 64-bit builds on Windows by borenet@google.com · 12 years ago
  65. bbad34d Effects Bug Fix by chudy@google.com · 12 years ago
  66. a37a517 Enable 32/64-bit gyp switch on Linux by borenet@google.com · 12 years ago
  67. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  68. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  69. de9ac14 Fix Android build for new toolchain by borenet@google.com · 12 years ago
  70. 5f47a39 The correct fix for the lighting filters on Windows: set the GL calling by senorblanco@chromium.org · 12 years ago
  71. e341cb3 Separate target architecture type and width into separate variables. by djsollen@google.com · 12 years ago
  72. b462a42 Turn more warnings on, including by caryclark@google.com · 12 years ago
  73. 9aabfc7 Use a single GrDrawState in GrContext for direct and buffered drawing by bsalomon@google.com · 12 years ago
  74. e5720e3 suppress warning on Mac http://codereview.appspot.com/6245070/ by caryclark@google.com · 12 years ago
  75. eec9dbc arm: First step towards dynamic NEON support. by digit@google.com · 12 years ago
  76. ff793db move Release build to -O3 (from -O2) by reed@google.com · 12 years ago
  77. 4f8975e roll out http://code.google.com/p/skia/source/detail?r=3687 because Mac 10.6 bot is failing by epoger@google.com · 12 years ago
  78. cff7f5b Make Mac build generate both 32-bit and 64-bit code. by epoger@google.com · 12 years ago
  79. 0229765 Fix xcode 4.1 build issue by robertphillips@google.com · 12 years ago
  80. 1ac8350 implement gamma correction for freetype text. by reed@google.com · 12 years ago
  81. 3a2b35f Fix typo in the gyp file. by djsollen@google.com · 12 years ago
  82. cf74030 Enable hardware float for all armv7 and add NDK required linker flags by djsollen@google.com · 12 years ago
  83. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 12 years ago
  84. 7288c49 Fix a warning in libtess in Release builds; define NDEBUG in Release on all by senorblanco@chromium.org · 13 years ago
  85. 70ccffe Android: disable static global initializers by digit@google.com · 13 years ago
  86. fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
  87. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  88. e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
  89. 44360bc Changes to the android gyp system to build without RTTI and exceptions. by djsollen@google.com · 13 years ago
  90. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  91. 0069aa5 add commented line to try to add additional warnings by reed@google.com · 13 years ago
  92. 318cf92 Cleanup for the Android build. by djsollen@google.com · 13 years ago
  93. 3839ca1 Update the Skia gyp files to use the external android sources. by djsollen@google.com · 13 years ago
  94. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  95. 4d5cb45 Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile against 10.5 if needed by bsalomon@google.com · 13 years ago
  96. e05cc8e explicitly set opt level for mac-release delete obsolete FPS bench by reed@google.com · 13 years ago
  97. 7deaa3b Update common_conditions to make sure there is a slash in VS2008. by bungeman@google.com · 13 years ago
  98. 983297e Roll gyp and add librarian settings (now supported). by bungeman@google.com · 13 years ago
  99. 8b5abec Set window build flags (warn level 4, release optimization options, pdbs in release builds) by bsalomon@google.com · 13 years ago
  100. 8f78fec Change AdditionalOptions to a list from a string. This fixes compilation errors by seanpaul@google.com · 13 years ago