aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper
AgeCommit message (Expand)Author
2019-09-30Android wrapper: Add support for --gomacc-path.Tobias Bosch
2019-09-30Initial support for the android wrapper.Tobias Bosch
2019-09-26Support extra args for llvm next.Tobias Bosch
2019-09-17Allow to pass in argv0 from ld.so via an env variable.Tobias Bosch
2019-09-16clang wrappers: Use LLD as the default linker.Manoj Gupta
2019-09-13Use execve with properly merged env variables.Tobias Bosch
2019-09-13Allow to remove env variables.Tobias Bosch
2019-09-09Modify hostenv and use execv instead of execve.Tobias Bosch
2019-09-09wrapper: add chmods/umasks to double-build bitsGeorge Burgess IV
2019-09-06Use libc execve instead of syscall.ExecveTobias Bosch
2019-08-26Only resolve cmd path against $PATH if path does not contain a folder.Tobias Bosch
2019-08-23Add docs how to update the ChromeOS wrappers.Tobias Bosch
2019-08-22Capture spaces in arguments to the old shell wrapper.Tobias Bosch
2019-08-22Always use /proc/self/cwd to get current directory.Tobias Bosch
2019-08-22Only resolve symlinks for wd for /proc/self/cwdTobias 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-21Only tee stdin if a "-" was passed the compiler.Tobias Bosch
2019-08-21Support "gcc", "clang" as compiler namesTobias Bosch
2019-08-20Fix old wrapper path for goden tests of gcc host config.Tobias Bosch
2019-08-20Match old wrapper for ordering of -mthumb and -fno-stack-protectorTobias Bosch
2019-08-20Forward os.Stdin to child processes.Tobias Bosch
2019-08-20Correctly parse eabi compiler names.Tobias Bosch
2019-08-19Support calling old wrapper with utf8 in stdout/stderr.Tobias Bosch
2019-08-19Store change id as version in the config.Tobias Bosch
2019-08-16Allow arguments with spaces when comparing to the old wrapper.Tobias Bosch
2019-08-16Fix build: Update goldensTobias Bosch
2019-08-16Resolve wrapper path against path envTobias Bosch
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