aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/compiler_wrapper.go
AgeCommit message (Expand)Author
2020-06-24wrapper: add support for Tricium clang-tidyGeorge Burgess IV
2020-06-19wrapper: print android-llvm@ when using the Android wrapper.George Burgess IV
2020-06-11[android wrapper] Write warning report to stdout on AndroidPirama Arumuga Nainar
2020-03-13compiler_wrapper: Stop setting CCACHE_BASEDIRManoj Gupta
2020-03-05wrapper: correctly Join() paths for AndroidGeorge Burgess IV
2020-03-01compiler_wrapper: pre-buffer stdin properly.George Burgess IV
2020-02-28Change behavior of doubleBuildWithWNoError for AndroidPirama Arumuga Nainar
2019-11-01toolchain_utils: Remove comparison to old wrapper from compiler_wrapper.Tobias Bosch
2019-10-29toolchain_utils: Add post-user flags to compiler_wrapper.Caroline Tice
2019-10-17compiler_wrapper: remove WITH_TIDY support for android.Tobias Bosch
2019-10-02Android wrapper: Support compile with fallback.Tobias Bosch
2019-09-30Android wrapper: Support @param files for bisection.Tobias Bosch
2019-09-30Android wrapper: Add support for --gomacc-path.Tobias Bosch
2019-09-30Initial support for the android wrapper.Tobias Bosch
2019-08-26Only resolve cmd path against $PATH if path does not contain a folder.Tobias Bosch
2019-08-21Only tee stdin if a "-" was passed the compiler.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-16Resolve wrapper path against path envTobias 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-18Fix minor bugsTobias 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