aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
Commit message (Expand)AuthorAge
* remove legacy xfermode build flagGravatar Mike Reed2016-10-31
* Draw Alpha8 + color filter correctly in softwareGravatar Matt Sarett2016-10-31
* SkFixed15Gravatar Mike Klein2016-10-31
* remove xfermode from public apiGravatar Mike Reed2016-10-28
* Add support for lib_dirs to gn_to_cmake.py.Gravatar Ben Wagner2016-10-28
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Create .gni files for samples, tests, gms, and benches.Gravatar Mike Klein2016-10-27
* opts.gypi -> opts.gniGravatar Mike Klein2016-10-26
* gpu.gypi -> gpu.gniGravatar Mike Klein2016-10-26
* gypi -> gni: core, effects, android framework definesGravatar Mike Klein2016-10-26
* Split SkSL and utils apart again into .gni files.Gravatar Mike Klein2016-10-26
* Start inverting GN reading .gypis to GYP reading .gnis.Gravatar Mike Klein2016-10-26
* GN: spin off :no_exceptions as its own config.Gravatar Mike Klein2016-10-26
* Turn on -Wrange-loop-analysis.Gravatar Mike Klein2016-10-26
* Build for Android from Windows, work in progress.Gravatar Mike Klein2016-10-26
* Turn off buffer security checking in Release builds.Gravatar Mike Klein2016-10-20
* Turn on /OPT:REF and /OPT:ICF too.Gravatar Mike Klein2016-10-20
* Compile for Windows with /Zc:inline.Gravatar Mike Klein2016-10-20
* Compile Release builds with -momit-leaf-frame-pointer.Gravatar Mike Klein2016-10-20
* Viewer on Mac.Gravatar Mike Klein2016-10-20
* Switch Windows ANGLE bots to GN.Gravatar Mike Klein2016-10-17
* GN: get Angle compiling on Windows.Gravatar Mike Klein2016-10-17
* Make GCC ninja log lines consistent with MSVC.Gravatar Mike Klein2016-10-17
* GN/Win: quieter buildsGravatar Mike Klein2016-10-13
* GN/Win: pass /DEBUG to linker to get debug symbols.Gravatar Mike Klein2016-10-13
* GN/Win: warnings and warn-as-errorGravatar Mike Klein2016-10-13
* GN: naive attempt for 32-bit Windows supportGravatar Mike Klein2016-10-13
* GN: windows flags tweaks.Gravatar Mike Klein2016-10-12
* GN/Win: flesh out compiler flags.Gravatar Mike Klein2016-10-12
* GN/Win: support win_toolchain asset?Gravatar Mike Klein2016-10-12
* More steps toward GN/Windows.Gravatar Mike Klein2016-10-11
* GN: windows compiles locally.Gravatar Mike Klein2016-10-11
* Make `gn gen` work on Windows again.Gravatar Mike Klein2016-10-11
* Update to Android NDK r13.Gravatar Mike Klein2016-10-11
* Auto re-gen for gn cmake generator.Gravatar Ben Wagner2016-10-06
* Add action_foreach, copy, and proper target naming.Gravatar Ben Wagner2016-10-05
* Fold extra_*_flags into GN as a config.Gravatar Mike Klein2016-10-04
* Implement 'action' in gn_to_cmake.py.Gravatar Ben Wagner2016-09-30
* Improve GN to CMake translation for building.Gravatar bungeman2016-09-28
* Turn on -Wgnu-anonymous-struct and -Wnested-anonymous-types.Gravatar Mike Klein2016-09-27
* GN: match shell behavior for cc and cxx in is_clang.pyGravatar csmartdalton2016-09-27
* Turn on -Wnewline-eof.Gravatar Mike Klein2016-09-27
* We really shouldn't pass SkFontStyle to printf as %d.Gravatar Mike Klein2016-09-27
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Focus -Wno-over-aligned to just 32-bit x86 Android. (2)Gravatar Mike Klein2016-09-27
* Revert "Focus -Wno-over-aligned to just 32-bit x86 Android."Gravatar Mike Reed2016-09-27
* Focus -Wno-over-aligned to just 32-bit x86 Android.Gravatar Mike Klein2016-09-27
* Move undefined-func-template to wont-fix warnings.Gravatar Mike Klein2016-09-26
* Turn on -Wundefined-reinterpret-cast.Gravatar Mike Klein2016-09-26
* -Wcomma may be good to go now.Gravatar Mike Klein2016-09-26