aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/build.py
AgeCommit message (Expand)Author
2023-02-02compiler_wrapper: add size checking to build.pyGeorge Burgess IV
2022-09-13Update license boilerplate text in source code filesMike Frysinger
2022-09-07remove `from __future__ import ...` directivesGeorge Burgess IV
2022-09-07Autoformat all Python codeGeorge Burgess IV
2022-06-10compiler_wrapper: add a --version_suffix flag to build.pyGeorge Burgess IV
2022-04-21toolchain_utils: s/Cr OS/CrOS/gGeorge Burgess IV
2020-06-15wrapper: allow Android to specify their own llvm-flagsGeorge Burgess IV
2020-06-02compiler_wrapper: add a `static` optionGeorge Burgess IV
2020-02-13compiler_wrapper: Use syscall.exec on platforms other than Chrome OSTiancong Wang
2020-02-13toolchain-utils: migrate all in-use projects to python 3Zhizhou Yang
2019-10-08Android wrapper: Support build.py without bundle.pyTobias Bosch
2019-09-30Initial support for the android wrapper.Tobias Bosch
2019-09-26Support extra args for llvm next.Tobias Bosch
2019-09-06Use libc execve instead of syscall.ExecveTobias Bosch
2019-08-19Store change id as version in the config.Tobias Bosch
2019-08-15Pass the old wrapper path as a linker argumentTobias Bosch
2019-08-15Minor adjustments to bundle.py and build.pyTobias Bosch
2019-08-13Use static go build and allow to bundle sources.Tobias Bosch