Use the correct referencing.
[platform/upstream/libSkiaSharp.git] / gn /
2016-10-25 Matthew LeibowitzMerge pull request #30 from mono/xamarin-mobile-bindings
2016-10-11 Matthew LeibowitzMerge from google/chrome/m55
2016-10-05 Ben WagnerAdd action_foreach, copy, and proper target naming.
2016-10-04 Mike KleinFold extra_*_flags into GN as a config.
2016-09-30 Ben WagnerImplement 'action' in gn_to_cmake.py.
2016-09-28 bungemanImprove GN to CMake translation for building.
2016-09-27 Mike KleinTurn on -Wgnu-anonymous-struct and -Wnested-anonymous...
2016-09-27 csmartdaltonGN: match shell behavior for cc and cxx in is_clang.py
2016-09-27 Mike KleinTurn on -Wnewline-eof.
2016-09-27 Mike KleinWe really shouldn't pass SkFontStyle to printf as %d.
2016-09-27 Mike KleinRemove stray semicolons.
2016-09-27 Mike KleinFocus -Wno-over-aligned to just 32-bit x86 Android...
2016-09-27 Mike ReedRevert "Focus -Wno-over-aligned to just 32-bit x86...
2016-09-27 Mike KleinFocus -Wno-over-aligned to just 32-bit x86 Android.
2016-09-26 Mike KleinMove undefined-func-template to wont-fix warnings.
2016-09-26 Mike KleinTurn on -Wundefined-reinterpret-cast.
2016-09-26 Mike Klein-Wcomma may be good to go now.
2016-09-26 mtkleinGN: detect is_clang, use it to switch Clang to warning...
2016-09-26 Mike KleinRevert "GN: detect is_clang, use it to switch Clang...
2016-09-26 Mike KleinGN: detect is_clang, use it to switch Clang to warning...
2016-09-23 bungemanJson ide script for gn to output cmake.
2016-09-21 mtkleinGN: is_skia_standalone
2016-09-20 mtkleinGN: compiler_prefix -> cc_wrapper
2016-09-16 mtkleinformat GN files, and invert if->config to config->if
2016-09-16 herbCompile the skia library for windows using gn.
2016-09-16 mtkleinGN: add a flag to implement Android_FrameworkDefs bot.
2016-09-15 mtkleinGN: support 32-bit x86 builds
2016-09-15 mtkleinRevert of GN: support 32-bit x86 builds (patchset ...
2016-09-15 mtkleinGN: support 32-bit x86 builds
2016-09-15 mtkleinGN: link executables with -rdynamic on Linux.
2016-09-14 mtkleinGN: add is_official_build
2016-09-14 mtkleinGN: Android Vulkan support
2016-09-08 mtkleinGN: add a helper script for running Android builds
2016-09-08 mtkleinGN: add sanitize arg
2016-09-08 mtkleinGN: default to -O1
2016-09-06 brettwMove uils and sksl to a common sources GYP file.
2016-09-06 caryclarkRevert of Move uils and sksl to a common sources GYP...
2016-09-02 brettwMove uils and sksl to a common sources GYP file.
2016-09-02 mtkleinInclude $extra_ldflags in link descriptions.
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-09-01 brettwMove Skia GN sources to a separate .gni file.
2016-09-01 mtkleinGN: add extra_ldflags
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
2016-08-29 mtkleinGN: release -> -O3, to match GYP
2016-08-29 mtkleinRoll GN
2016-08-26 mtkleinGN: support compiler_prefix, use it for ccache on bots.
2016-08-26 mtkleinGN: mac host and armv7 target
2016-08-25 mtkleinGN: Android
2016-08-25 mtkleinGN: misc
2016-08-19 mtkleininclude extra_cflags* in the step description
2016-08-18 anmittalAdd executable bit and shebang to python files
2016-08-17 mtkleinGN: make current_cpu work
2016-08-16 mtkleinGN: add extra_cflags et al.
2016-08-10 mtkleinRoll GN: gn format is --in-place by default
2016-08-04 mtkleinspin off easy stuff from Herb's windows GN CL
2016-08-03 halcanaryGN: build sfntly, icu, harfbuzz
2016-08-02 mtkleinGN: get echo-headers sources via exec_script
2016-08-01 mtkleinGN: only include headers in echo_headers.py
2016-07-29 mtkleinGN: components as static library instead of source set
2016-07-28 mtkleinGN: add abbreviated versions of the command line as...
2016-07-27 mtkleinTurn on flags to enforce SK_API.
2016-07-27 mtkleinGN: fixes for Mac
2016-07-26 mtkleinStart on fiddle.
2016-07-21 mtkleinBasic standalone GN configs.