Documentation
¶
Index ¶
- func CompileHeaderFile(headerFile string, compiler string, includeDirs []string, ...) error
- func CompileHeaderFileWithProgress(headerFile string, compiler string, includeDirs []string, ...) error
- func CompileHeadersWithWaitGroup(headers []string, compiler string, includeDirs []string, ...) []config.CompileResult
- func CompileHeadersWithWaitGroupAndProgressBars(headers []string, compiler string, includeDirs []string, ...) []config.CompileResult
- func CompileHeadersWithWorkerPool(headers []string, compiler string, includeDirs []string, ...) []config.CompileResult
- func CompileHeadersWithWorkerPoolAndProgressBars(headers []string, compiler string, includeDirs []string, ...) []config.CompileResult
- func GetHeaderFilesInDir(directoryName string) []string
- func ParseJSONFile(filename string, cfg *config.Config) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompileHeaderFile ¶
func CompileHeaderFileWithProgress ¶ added in v1.1.0
func CompileHeaderFileWithProgress(headerFile string, compiler string, includeDirs []string, importedIncludeDirs []string, compilerArgs []string, bar *progressbar.ProgressBar) error
func CompileHeadersWithWaitGroupAndProgressBars ¶ added in v1.1.0
func CompileHeadersWithWorkerPoolAndProgressBars ¶ added in v1.1.0
func GetHeaderFilesInDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.