aboutsummaryrefslogtreecommitdiff
path: root/checkbuild.py
AgeCommit message (Expand)Author
2015-09-14Fix some pylint errors in checkbuild.py.Dan Albert
2015-09-02Move gnustl build files to a better home.Dan Albert
2015-09-02Split stlport into a module.Dan Albert
2015-09-02Split libc++ into a module.Dan Albert
2015-09-01Split gnustl into a module.Dan Albert
2015-09-01Split gdbserver into a module.Dan Albert
2015-09-01Split platforms into a module.Dan Albert
2015-09-01Add --module for building only one NDK module.Dan Albert
2015-08-31Don't pass arch to gdb build.py.Josh Gao
2015-08-31Move LLVM out of build-host-prebuilts.sh.Dan Albert
2015-08-31Move toolbox build script to its source directory.Dan Albert
2015-08-31Move ndk-stack and ndk-depends build scripts.Dan Albert
2015-08-31Move make build script to the source directory.Dan Albert
2015-08-31Move awk build script to source directory.Dan Albert
2015-08-28Factor out most build.py logic into build_support.Dan Albert
2015-08-28Build Python from it's source directory.Dan Albert
2015-08-28Build yasm from it's source directory.Dan Albert
2015-08-27Move build-host-gdb.sh to toolchain/gdb.Josh Gao
2015-08-27Add --skip-gcc flag to checkbuild.py.Dan Albert
2015-08-25Don't build Linux toolchains before Windows.Dan Albert
2015-08-25Build GCC from its new location in toolchain/gcc.Dan Albert
2015-07-31Make it possible to build a full Windows package.Dan Albert
2015-07-10Support win64 in checkbuild.py.Dan Albert
2015-07-10Add packaging support to checkbuild.py.Dan Albert
2015-07-10Use argparse since this wrapper is growing.Dan Albert
2015-07-09Allow linux instead of linux-x86 in --systems.Dan Albert
2015-07-09Make checkbuild build 32-bit Windows binaries.Dan Albert
2015-07-09Move checkbuild to Python.Dan Albert