Documentation
¶
Index ¶
- func ArchiveCompiledFiles(buildPath string, archiveFile string, objectFiles []string, ...) (string, error)
- func CompileFiles(objectFiles []string, sourcePath string, recurse bool, buildPath string, ...) ([]string, error)
- func CompileFilesRecursive(objectFiles []string, sourcePath string, buildPath string, ...) ([]string, error)
- func CopyFile(src, dst string) (err error)
- func CoreOrReferencedCoreHasChanged(corePath, targetCorePath, targetFile string) bool
- func ExecRecipe(properties properties.Map, recipe string, removeUnsetProperties bool, ...) ([]byte, error)
- func ExecRecipeCollectStdErr(buildProperties properties.Map, recipe string, removeUnsetProperties bool, ...) (string, error)
- func GetCachedCoreArchiveFileName(fqbn, coreFolder string) string
- func ObjFileIsUpToDate(sourceFile, objectFile, dependencyFile string) (bool, error)
- func PrepareCommandForRecipe(buildProperties properties.Map, recipe string, removeUnsetProperties bool, ...) (*exec.Cmd, error)
- func RemoveHyphenMDDFlagFromGCCCommandLine(buildProperties properties.Map)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArchiveCompiledFiles ¶
func CompileFiles ¶
func CompileFilesRecursive ¶
func CopyFile ¶
CopyFile copies the contents of the file named src to the file named by dst. The file will be created if it does not already exist. If the destination file exists, all it's contents will be replaced by the contents of the source file. The file mode will be copied from the source and the copied data is synced/flushed to stable storage.
func ExecRecipe ¶
func ExecRecipeCollectStdErr ¶
func GetCachedCoreArchiveFileName ¶
GetCachedCoreArchiveFileName returns the filename to be used to store the global cached core.a.
func ObjFileIsUpToDate ¶
func PrepareCommandForRecipe ¶
func RemoveHyphenMDDFlagFromGCCCommandLine ¶
func RemoveHyphenMDDFlagFromGCCCommandLine(buildProperties properties.Map)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.