aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
AgeCommit message (Expand)Author
2023-02-13Compile in whatever C++ version is default.Peter Kasting
2022-05-02Remove legacy build definesNicolas Capens
2022-04-14Stop building legacy SwiftShader GL in ChromiumAlexis Hetu
2021-12-09[pac] Add a specific flag for enabling PAC onlyAndré Kempe
2021-11-24Add a GN build option for the startup dialogNicolas Capens
2021-10-01Remove the legacy GLSL ES vertex shader fuzzerNicolas Capens
2021-10-01Fix macOS build requiring Objective-C++17 compilationNicolas Capens
2021-09-23Only use -Wno-shadow on clang builds.Geoff Lang
2021-09-21Force -Wno-shadow to avoid variable shadowing warnings.Peter Kasting
2021-08-20Add PA and BTI to SwiftShaderAndré Kempe
2021-07-13Define NO_SANITIZE_FUNCTION on win/clang tooNico Weber
2021-07-09Stop building with -fno-operator-namesNico Weber
2021-07-09Stop defining _WINDLLNico Weber
2021-07-09Remove workaround for 32-bit gold ICF bugNico Weber
2021-07-09Remove now-unused gni importsNico Weber
2021-07-09Remove x86/x64-specific arch flagsNico Weber
2021-07-08Try to unbreak build after https://swiftshader-review.googlesource.com/c/Swif...Nico Weber
2021-07-08Remove mips-specific arch flagsNico Weber
2021-07-08Share ANGLE_DISABLE_TRACE-setting code between win and non-winNico Weber
2021-07-08Stop passing -fomit-frame-pointers in swiftshader build fileNico Weber
2021-07-08Remove sysroot and mmacosx-version-min flag for mac/arm buildsNico Weber
2021-07-08Remove explicit -msse2 flags (and some other minor things)Nico Weber
2021-07-08Remove unnecessary flags from BUILD.gnNico Weber
2021-01-22Target macOS 10.14 on ARM64 to enable C++17Nicolas Capens
2021-01-21Target macOS 10.12 when building LLVMNicolas Capens
2021-01-21Enable and require C++17 compilationNicolas Capens
2020-11-19Add GN builds for Reactor unit testsNicolas Capens
2020-09-16Expand is_linux to is_linux || is_chromeos.Hidehiko Abe
2020-02-21Replace target_cpu with current_cpu in Build.gn filesAntonio Maiorano
2020-02-11Fix MIPS build cflagsJiaxun Yang
2020-01-15Disable MSVC warning 4065Jonah Ryan-Davis
2020-01-08Build: Move from using C++11 to C++14.Ben Clayton
2019-11-12Revert "Suppress 32-bit MSVC warning."Nicolas Capens
2019-09-12[memfd] Create support class for Linux memfd-backed region.David 'Digit' Turner
2019-09-05Suppress 32-bit MSVC warning.Jamie Madill
2019-09-05Fix GN/Chromium build.Jamie Madill
2019-08-30Support Windows builds and ANGLE integration.Jamie Madill
2019-06-04Revert Chromium vulkan unit test build for nowAlexis Hetu
2019-06-03Add vulkan unit tests to ChromiumAlexis Hetu
2018-12-24[MIPS] Add support for mips32r1 arch variantMilko Leporis
2018-11-05[MIPS] Add support for 64b MIPS architectureGordana Cmiljanovic
2018-10-22Add support for 32b MIPS architectureGordana Cmiljanovic
2018-10-18Move GLES unit testsAlexis Hetu
2018-09-11Update BUILD.gn configs to support ARM[64] builds.Stephen Lanham
2018-01-25Don't define _HAS_EXCEPTIONS to 0 with libc++.Peter Collingbourne
2018-01-03Don't generate (S)SSE3 instructions in static code.Nicolas Capens
2017-11-29Disable C++ exceptions in the Windows gn buildReid Kleckner
2017-10-27Fix MSVC compilation of the VertexRoutineFuzzerCorentin Wallez
2017-10-24Add a stub "vertex routine" fuzzerCorentin Wallez
2017-08-17Allow Chromium to create an OpenGL ES3 contextAlexis Hetu