aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/command.go
AgeCommit message (Expand)Author
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