- 1fb04e2 add a way to get code coverage by mtklein@google.com · 11 years ago
- 47ae4b0 Add skia_clang_build gyp define, add -Wstring-conversion flag by borenet@google.com · 11 years ago
- d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
- cb9445d Add libraries to fix Ubuntu13 Clang build by borenet@google.com · 11 years ago
- 2822c9a Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. by mtklein@google.com · 11 years ago
- ebbda76 enable SK_FONTHOST_USES_FONTMGR for mac and win. linux fontmgr not ready by reed@google.com · 11 years ago
- f7542ba update gyp for ARM builds to be more well defined. by djsollen@google.com · 11 years ago
- 8d725b2 all in the gyp by mtklein@google.com · 11 years ago
- 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
- 2679ff8 refactor gyp to isolate freetype usage by djsollen@google.com · 11 years ago
- d658568 make OpenCL optional for skpdiff by zachr@google.com · 11 years ago
- e2b9037 Disable soft floating point on ChromeOS by borenet@google.com · 11 years ago
- 183f7f5 ARM Skia NEON patches - 10 - ARM build by commit-bot@chromium.org · 11 years ago
- 0d19309 Enable ASAN build by borenet@google.com · 11 years ago
- 06b3864 Add gyp define for optimization level by commit-bot@chromium.org · 11 years ago
- 28c27c8 enable shared lib support in linux for lua by zachr@google.com · 11 years ago
- 5ec1305 Use "Simple Chrome for Chrome OS Workflow" to build Skia for ChromeOS by borenet@google.com · 11 years ago
- 5a6c2d8 Add skia_exceptinos gyp define by commit-bot@chromium.org · 11 years ago
- 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
- bbba784 Fix ninja/angle build with new gyp rev. by bsalomon@google.com · 11 years ago
- f51e125 Update gyp from 1563 to 1643 (take two). by bungeman@google.com · 11 years ago
- 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
- e52d291 add direct_dependencies for picture_utils, and add cflags_cc for android's gypi by reed@google.com · 11 years ago
- 5d7ca95 Fix gyp files to allow ninja to build 64 bit on Mac. by commit-bot@chromium.org · 12 years ago
- d971869 Revert accidentally changed msvs settings in r8764. by bsalomon@google.com · 12 years ago
- 72993ab silence && || parens clang warning. by bsalomon@google.com · 12 years ago
- bde506c Revert Skia to use -02. by djsollen@google.com · 12 years ago
- 534cb63 Revert Skia to use -02. by djsollen@google.com · 12 years ago
- af3b510 Revert Skia to use -02. by commit-bot@chromium.org · 12 years ago
- a72aef8 Refactor skia_warnings_as_errors by borenet@google.com · 12 years ago
- b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 12 years ago
- c8e011c Update Android Release build to use -O3. by commit-bot@chromium.org · 12 years ago
- 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 · 12 years ago
- dfc867b Turning on warning as error on Linux by sugoi@google.com · 12 years ago
- 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
- 522dbd2 match chromium's approach for locating the most appropriate macos SDK to use by humper@google.com · 12 years ago
- efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
- 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
- 4dcc624 Update Android toolchain to NDK r8d with GCC 4.7 by djsollen@google.com · 12 years ago
- 57585fa Turn off WarnAsError when building ANGLE projects on windows. by bsalomon@google.com · 12 years ago
- 1d03ba9 Turn off warnings-as-error on 64bit windows build due to many size_t-related warnings. by bsalomon@google.com · 12 years ago
- 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
- fe0d680 disable werror on 64 bit by humper@google.com · 12 years ago
- 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
- 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
- 5afbbc4 Enable profiling options to be selectively enabled for a given build by djsollen@google.com · 12 years ago
- 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
- 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
- f94dd18 Remove an obsolete comment. by scroggo@google.com · 12 years ago
- efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
- 43b4ed5 xcode_settings OTHER_CPLUSPLUSFLAGS is a list. by bungeman@google.com · 12 years ago
- 89dec58 Disable thumb on IOS. This removes one of XCodes complaints about the generated projects. by bsalomon@google.com · 12 years ago
- 4588ce8 move the xcode setup for SYMROOT to the outermost level by caryclark@google.com · 12 years ago
- 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
- bc5cbfe Pull SDKROOT into a gyp variable, so it can be locally overridden. This by senorblanco@chromium.org · 12 years ago
- 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
- 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
- bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
- 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
- c2dd3d4 Fix noisy Android build Review URL: https://codereview.appspot.com/6488107 by borenet@google.com · 12 years ago
- b796119 Enable 64-bit builds on Windows by borenet@google.com · 12 years ago
- bbad34d Effects Bug Fix by chudy@google.com · 12 years ago
- a37a517 Enable 32/64-bit gyp switch on Linux by borenet@google.com · 12 years ago
- cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
- 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
- de9ac14 Fix Android build for new toolchain by borenet@google.com · 12 years ago
- 5f47a39 The correct fix for the lighting filters on Windows: set the GL calling by senorblanco@chromium.org · 12 years ago
- e341cb3 Separate target architecture type and width into separate variables. by djsollen@google.com · 12 years ago
- b462a42 Turn more warnings on, including by caryclark@google.com · 12 years ago
- 9aabfc7 Use a single GrDrawState in GrContext for direct and buffered drawing by bsalomon@google.com · 12 years ago
- e5720e3 suppress warning on Mac http://codereview.appspot.com/6245070/ by caryclark@google.com · 12 years ago
- eec9dbc arm: First step towards dynamic NEON support. by digit@google.com · 12 years ago
- ff793db move Release build to -O3 (from -O2) by reed@google.com · 12 years ago
- 4f8975e roll out http://code.google.com/p/skia/source/detail?r=3687 because Mac 10.6 bot is failing by epoger@google.com · 13 years ago
- cff7f5b Make Mac build generate both 32-bit and 64-bit code. by epoger@google.com · 13 years ago
- 0229765 Fix xcode 4.1 build issue by robertphillips@google.com · 13 years ago
- 1ac8350 implement gamma correction for freetype text. by reed@google.com · 13 years ago
- 3a2b35f Fix typo in the gyp file. by djsollen@google.com · 13 years ago
- cf74030 Enable hardware float for all armv7 and add NDK required linker flags by djsollen@google.com · 13 years ago
- 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
- 7288c49 Fix a warning in libtess in Release builds; define NDEBUG in Release on all by senorblanco@chromium.org · 13 years ago
- 70ccffe Android: disable static global initializers by digit@google.com · 13 years ago
- fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
- cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
- e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
- 44360bc Changes to the android gyp system to build without RTTI and exceptions. by djsollen@google.com · 13 years ago
- 31648eb Fix warnings by bsalomon@google.com · 13 years ago
- 0069aa5 add commented line to try to add additional warnings by reed@google.com · 13 years ago
- 318cf92 Cleanup for the Android build. by djsollen@google.com · 13 years ago
- 3839ca1 Update the Skia gyp files to use the external android sources. by djsollen@google.com · 13 years ago
- 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
- 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
- e05cc8e explicitly set opt level for mac-release delete obsolete FPS bench by reed@google.com · 13 years ago
- 7deaa3b Update common_conditions to make sure there is a slash in VS2008. by bungeman@google.com · 13 years ago
- 983297e Roll gyp and add librarian settings (now supported). by bungeman@google.com · 13 years ago
- 8b5abec Set window build flags (warn level 4, release optimization options, pdbs in release builds) by bsalomon@google.com · 13 years ago
- 8f78fec Change AdditionalOptions to a list from a string. This fixes compilation errors by seanpaul@google.com · 13 years ago
- 1134f98 Refactor the bench and common gyp/gypi files to allow for building bench within by seanpaul@google.com · 13 years ago