aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/oldwrapper.go
AgeCommit message (Expand)Author
2019-08-22Capture spaces in arguments to the old shell wrapper.Tobias Bosch
2019-08-21Support \ while capturing stdout / stderr.Tobias Bosch
2019-08-21Support symlinks as value of os.Getwd()Tobias Bosch
2019-08-21Use a fixed tempdir for executing the old wrapper.Tobias Bosch
2019-08-20Forward os.Stdin to child processes.Tobias Bosch
2019-08-19Support calling old wrapper with utf8 in stdout/stderr.Tobias Bosch
2019-08-16Allow arguments with spaces when comparing to the old wrapper.Tobias Bosch
2019-08-15Properly escape stdout / stderr of nested commandsTobias Bosch
2019-08-13Allow wrapper to build with cros sdk.Tobias Bosch
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