aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2019-03-29Allow module ldflags to override app-wide flags.Dan Albert
2019-03-25Fix bad Windows package name.Dan Albert
2019-03-22Replace stringly typed hosts with an enum.Dan Albert
2019-02-26Update to clang-r349610b.Dan Albert
2019-02-21Shaderc: Ship new exes; tests use effcee and re2David Neto
2019-02-19Allow users to set their own CMAKE_FIND_ROOT_PATH.Dan Albert
2019-02-12Fix ARM version for non-integrated assembler.Dan Albert
2019-02-08Disable multithreaded linking for Windows LLD.Dan Albert
2019-02-08Fix CMake's find_path.Dan Albert
2019-01-25Merge "Set CMAKE_FIND_ROOT_PATH to avoid host libraries."Treehugger Robot
2019-01-22Set CMAKE_FIND_ROOT_PATH to avoid host libraries.Dan Albert
2019-01-18Update Clang to r346389c.Dan Albert
2019-01-09Fix the toolchain path in help message.Dan Albert
2019-01-08Default to -fno-addrsig.Dan Albert
2018-12-18Update build systems/docs for the new Clang.Dan Albert
2018-12-18Update to Clang r346389b.Dan Albert
2018-11-27Merge "Fix the make_standalone_toolchain stdlib fix."Treehugger Robot
2018-11-27Fix the make_standalone_toolchain stdlib fix.Dan Albert
2018-11-27Allow the compiler to pick the default C++ std.Dan Albert
2018-11-27Fix CMake "computed" default C++ standard version.Dan Albert
2018-11-27Merge "Only use -stdlib=libc++ with clang++."Treehugger Robot
2018-11-27Fix Clang's version variable in CMake.Dan Albert
2018-11-27Only use -stdlib=libc++ with clang++.Dan Albert
2018-11-13Update clang to r344140b.Dan Albert
2018-11-08Fix make_standalone_toolchain.py for Cygwin.Dan Albert
2018-10-25Put the new toolchain back in to toolchains/llvm.Dan Albert
2018-10-23Clean up one of the ignored pylint checks.Dan Albert
2018-10-23Fix broken test.Dan Albert
2018-10-18Ensure that stale object files are not used.Dan Albert
2018-10-18Merge "Move system_libs into meta."Dan Albert
2018-10-17Remove options for disabling required features.Dan Albert
2018-10-17Move system_libs into meta.Dan Albert
2018-10-17Use -fdata-sections in CMake to match ndk-build.Dan Albert
2018-10-15Drop `-Wl,--fix-cortex-a8`.Dan Albert
2018-10-12Merge "Install yasm to the new toolchain."Treehugger Robot
2018-10-12Don't remove artifacts for ABIs not in APP_ABI.Dan Albert
2018-10-12Install yasm to the new toolchain.Dan Albert
2018-10-12Get the ASAN library directory programmatically.Dan Albert
2018-10-12Merge changes Id46c03ed,If4730136Treehugger Robot
2018-10-11Remove redundant build flags.Dan Albert
2018-10-11Stop using `-Wl,-z,nocopyreloc`.Dan Albert
2018-10-11Update to clang r339409b.Dan Albert
2018-10-10Use -fstack-protector-strong in ndk-build.Dan Albert
2018-10-04Fixup GCC wrappers in make_standalone_toolchain.py.Dan Albert
2018-10-03Only use list files for the JSON db when requested.Dan Albert
2018-10-03Improve generate-list-file performance.Dan Albert
2018-09-27Update ndk-build to use the new toolchain layout.Dan Albert
2018-09-26Remove dev-cleanup.sh.Dan Albert
2018-09-25Install target specific Clang wrappers.Dan Albert
2018-09-25Update make_standalone_toolchain.py for the new toolchain layout.Dan Albert