1. bde506c Revert Skia to use -02. by djsollen@google.com · 11 years ago
  2. 534cb63 Revert Skia to use -02. by djsollen@google.com · 11 years ago
  3. af3b510 Revert Skia to use -02. by commit-bot@chromium.org · 11 years ago
  4. a72aef8 Refactor skia_warnings_as_errors by borenet@google.com · 11 years ago
  5. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 11 years ago
  6. c8e011c Update Android Release build to use -O3. by commit-bot@chromium.org · 11 years ago
  7. 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
  8. dfc867b Turning on warning as error on Linux by sugoi@google.com · 11 years ago
  9. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  10. 522dbd2 match chromium's approach for locating the most appropriate macos SDK to use by humper@google.com · 11 years ago
  11. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 11 years ago
  12. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  13. 4dcc624 Update Android toolchain to NDK r8d with GCC 4.7 by djsollen@google.com · 12 years ago
  14. 57585fa Turn off WarnAsError when building ANGLE projects on windows. by bsalomon@google.com · 12 years ago
  15. 1d03ba9 Turn off warnings-as-error on 64bit windows build due to many size_t-related warnings. by bsalomon@google.com · 12 years ago
  16. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  17. fe0d680 disable werror on 64 bit by humper@google.com · 12 years ago
  18. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  19. 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
  20. 5afbbc4 Enable profiling options to be selectively enabled for a given build by djsollen@google.com · 12 years ago
  21. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  22. 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
  23. f94dd18 Remove an obsolete comment. by scroggo@google.com · 12 years ago
  24. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  25. 43b4ed5 xcode_settings OTHER_CPLUSPLUSFLAGS is a list. by bungeman@google.com · 12 years ago
  26. 89dec58 Disable thumb on IOS. This removes one of XCodes complaints about the generated projects. by bsalomon@google.com · 12 years ago
  27. 4588ce8 move the xcode setup for SYMROOT to the outermost level by caryclark@google.com · 12 years ago
  28. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  29. bc5cbfe Pull SDKROOT into a gyp variable, so it can be locally overridden. This by senorblanco@chromium.org · 12 years ago
  30. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  31. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  32. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  33. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  34. c2dd3d4 Fix noisy Android build Review URL: https://codereview.appspot.com/6488107 by borenet@google.com · 12 years ago
  35. b796119 Enable 64-bit builds on Windows by borenet@google.com · 12 years ago
  36. bbad34d Effects Bug Fix by chudy@google.com · 12 years ago
  37. a37a517 Enable 32/64-bit gyp switch on Linux by borenet@google.com · 12 years ago
  38. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  39. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  40. de9ac14 Fix Android build for new toolchain by borenet@google.com · 12 years ago
  41. 5f47a39 The correct fix for the lighting filters on Windows: set the GL calling by senorblanco@chromium.org · 12 years ago
  42. e341cb3 Separate target architecture type and width into separate variables. by djsollen@google.com · 12 years ago
  43. b462a42 Turn more warnings on, including by caryclark@google.com · 12 years ago
  44. 9aabfc7 Use a single GrDrawState in GrContext for direct and buffered drawing by bsalomon@google.com · 12 years ago
  45. e5720e3 suppress warning on Mac http://codereview.appspot.com/6245070/ by caryclark@google.com · 12 years ago
  46. eec9dbc arm: First step towards dynamic NEON support. by digit@google.com · 12 years ago
  47. ff793db move Release build to -O3 (from -O2) by reed@google.com · 12 years ago
  48. 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
  49. cff7f5b Make Mac build generate both 32-bit and 64-bit code. by epoger@google.com · 12 years ago
  50. 0229765 Fix xcode 4.1 build issue by robertphillips@google.com · 12 years ago
  51. 1ac8350 implement gamma correction for freetype text. by reed@google.com · 12 years ago
  52. 3a2b35f Fix typo in the gyp file. by djsollen@google.com · 12 years ago
  53. cf74030 Enable hardware float for all armv7 and add NDK required linker flags by djsollen@google.com · 12 years ago
  54. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  55. 7288c49 Fix a warning in libtess in Release builds; define NDEBUG in Release on all by senorblanco@chromium.org · 13 years ago
  56. 70ccffe Android: disable static global initializers by digit@google.com · 13 years ago
  57. fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
  58. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  59. e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
  60. 44360bc Changes to the android gyp system to build without RTTI and exceptions. by djsollen@google.com · 13 years ago
  61. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  62. 0069aa5 add commented line to try to add additional warnings by reed@google.com · 13 years ago
  63. 318cf92 Cleanup for the Android build. by djsollen@google.com · 13 years ago
  64. 3839ca1 Update the Skia gyp files to use the external android sources. by djsollen@google.com · 13 years ago
  65. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  66. 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
  67. e05cc8e explicitly set opt level for mac-release delete obsolete FPS bench by reed@google.com · 13 years ago
  68. 7deaa3b Update common_conditions to make sure there is a slash in VS2008. by bungeman@google.com · 13 years ago
  69. 983297e Roll gyp and add librarian settings (now supported). by bungeman@google.com · 13 years ago
  70. 8b5abec Set window build flags (warn level 4, release optimization options, pdbs in release builds) by bsalomon@google.com · 13 years ago
  71. 8f78fec Change AdditionalOptions to a list from a string. This fixes compilation errors by seanpaul@google.com · 13 years ago
  72. 1134f98 Refactor the bench and common gyp/gypi files to allow for building bench within by seanpaul@google.com · 13 years ago