aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/env.go
AgeCommit message (Expand)Author
2022-09-13Update license boilerplate text in source code filesMike Frysinger
2022-04-21toolchain_utils: s/Cr OS/CrOS/gGeorge Burgess IV
2021-09-15compiler_wrapper: Handle TIDY_TIMEOUT for Android clang-tidyChih-Hung Hsieh
2021-06-18compiler_wrapper: fix flaky testsGeorge Burgess IV
2020-03-10wrapper: resolve /proc/self/cwd only when seen.George Burgess IV
2020-02-13compiler_wrapper: Use syscall.exec on platforms other than Chrome OSTiancong Wang
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-06Use libc execve instead of syscall.ExecveTobias 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 symlinks as value of os.Getwd()Tobias Bosch
2019-08-21Only tee stdin if a "-" was passed the compiler.Tobias Bosch
2019-08-20Forward os.Stdin to child processes.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-13Add -print-cmdline and -print-configTobias Bosch
2019-07-10Support second execution of the compiler with -Wno-errorTobias Bosch
2019-06-28Introduce infrastructure for calling and testing nestedTobias Bosch
2019-06-20Initial version of a go version of the compiler wrapper.Tobias Bosch