aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/oldwrapper.go
AgeCommit message (Expand)Author
2019-07-22Support gcc host wrapper.Tobias Bosch
2019-07-22Support clang host wrapper.Tobias Bosch
2019-07-22Add license headers to all go files.Tobias Bosch
2019-07-18Create golden tests for sysroot wrapper.Tobias Bosch
2019-07-18Fix minor bugsTobias Bosch
2019-07-18Add json mapping for command and commandResult.Tobias Bosch
2019-07-18Remove unused codeTobias Bosch
2019-07-13Add -print-cmdline and -print-configTobias Bosch
2019-07-12Add support for calling bisect driverTobias Bosch
2019-07-11Support resource usage loggingTobias Bosch
2019-07-11Unify command error handlingTobias Bosch
2019-07-10Support second execution of the compiler with -Wno-errorTobias Bosch
2019-07-09Support calling clang-tidy in the compiler wrapper.Tobias 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