aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/command.go
AgeCommit message (Expand)Author
2022-10-03command: fix flaky testGeorge Burgess IV
2022-09-13Update license boilerplate text in source code filesMike Frysinger
2022-05-12compiler_wrapper: handle split "-Wl,-z,defs"Adrian Ratiu
2022-04-21toolchain_utils: s/Cr OS/CrOS/gGeorge Burgess IV
2021-09-15compiler_wrapper: Handle TIDY_TIMEOUT for Android clang-tidyChih-Hung Hsieh
2021-07-24compiler_wrapper: Update for gcc -> llvm ebuild migrationManoj Gupta
2021-06-18compiler_wrapper: add --rewrapper-path supportGeorge Burgess IV
2021-05-06compiler_wrapper: remove LD_ARGV0 flagRyan Beltran
2019-10-17compiler_wrapper: remove WITH_TIDY support for android.Tobias Bosch
2019-10-11Android wrapper: Support wrapping clang-tidyTobias Bosch
2019-09-17Allow to pass in argv0 from ld.so via an env variable.Tobias Bosch
2019-09-13Allow to remove env variables.Tobias Bosch
2019-08-21Support "gcc", "clang" as compiler namesTobias Bosch
2019-08-20Correctly parse eabi compiler names.Tobias Bosch
2019-08-16Resolve wrapper path against path envTobias Bosch
2019-07-22Support clang host wrapper.Tobias Bosch
2019-07-22Add license headers to all go files.Tobias Bosch
2019-07-18Add json mapping for command and commandResult.Tobias Bosch
2019-07-13Add -print-cmdline and -print-configTobias Bosch
2019-07-09Support -clang-syntax flag in the compiler wrapper.Tobias Bosch
2019-06-28Introduce infrastructure for calling and testing nestedTobias Bosch
2019-06-25Allow to pass in the use_ccache via go build.Tobias Bosch
2019-06-20Initial version of a go version of the compiler wrapper.Tobias Bosch