aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/oldwrapper_test.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-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-07-22Support gcc 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-18Remove unused codeTobias Bosch
2019-07-12Add support for calling bisect driverTobias Bosch
2019-07-11Support resource usage loggingTobias 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