aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper
AgeCommit message (Expand)Author
2019-08-15Pass the old wrapper path as a linker argumentTobias Bosch
2019-08-15Only evaluate one level of links for the linkerTobias Bosch
2019-08-15Properly escape stdout / stderr of nested commandsTobias Bosch
2019-08-15Minor adjustments to bundle.py and build.pyTobias Bosch
2019-08-13Allow wrapper to build with cros sdk.Tobias Bosch
2019-08-13Add more golden tests for wrapper pathsTobias Bosch
2019-08-13Create a goldenfile for every section.Tobias Bosch
2019-08-13Use static go build and allow to bundle sources.Tobias Bosch
2019-07-22Support gcc host wrapper.Tobias Bosch
2019-07-22Support clang host wrapper.Tobias Bosch
2019-07-22Sync with recent changes to old 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