Documentation
¶
Index ¶
- Variables
- func ConvertPath(path string) string
- func FileExist(filename string) bool
- func Generate()
- func GetBinFullPath(name string) string
- func IsAbsPath(path string) bool
- func MakeWrap(args []string)
- func Parse(buildLog []string)
- func TransferPrintScanner(in io.ReadCloser)
- func WriteJSON(filename string, cmdCnt int, data *[]Command)
- type Command
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RegexCompile string = `^.*-?(gcc|clang|cc|g\+\+|c\+\+|clang\+\+)-?.*(\.exe)?` RegexFile string = `^.*\s+-c.*\s(?:"|')?(.*\.(?:c|cpp|cc|cxx|c\+\+|s|m|mm|cu))(?:"|')?(\s|$)` )
View Source
var StatusCode int = 0
Functions ¶
func ConvertPath ¶ added in v1.3.7
func GetBinFullPath ¶
func TransferPrintScanner ¶ added in v1.3.6
func TransferPrintScanner(in io.ReadCloser)
Types ¶
Click to show internal directories.
Click to hide internal directories.