aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
Commit message (Expand)AuthorAge
* 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
* GN: detect is_clang, use it to switch Clang to warning blacklist.Gravatar mtklein2016-09-26
* Revert "GN: detect is_clang, use it to switch Clang to warning blacklist."Gravatar Mike Klein2016-09-26
* GN: detect is_clang, use it to switch Clang to warning blacklist.Gravatar Mike Klein2016-09-26
* Json ide script for gn to output cmake.Gravatar bungeman2016-09-23
* GN: is_skia_standaloneGravatar mtklein2016-09-21
* GN: compiler_prefix -> cc_wrapperGravatar mtklein2016-09-20
* format GN files, and invert if->config to config->ifGravatar mtklein2016-09-16
* Compile the skia library for windows using gn.Gravatar herb2016-09-16
* GN: add a flag to implement Android_FrameworkDefs bot.Gravatar mtklein2016-09-16
* GN: support 32-bit x86 buildsGravatar mtklein2016-09-15
* Revert of GN: support 32-bit x86 builds (patchset #6 id:100001 of https://cod...Gravatar mtklein2016-09-15
* GN: support 32-bit x86 buildsGravatar mtklein2016-09-15
* GN: link executables with -rdynamic on Linux.Gravatar mtklein2016-09-15
* GN: add is_official_buildGravatar mtklein2016-09-14