detector
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Index¶
- func IncludesFinderWithRegExp(source string) string
- func LibrariesLoader(useCachedLibrariesResolution bool, ...) (*librariesmanager.LibrariesManager, *librariesresolver.Cpp, []byte, error)
- type SketchLibrariesDetector
- func (l *SketchLibrariesDetector) FindIncludes(ctx context.Context, buildPath *paths.Path, buildCorePath *paths.Path, ...) error
- func (l *SketchLibrariesDetector) ImportedLibraries() libraries.List
- func (l *SketchLibrariesDetector) IncludeFolders() paths.PathList
- func (l *SketchLibrariesDetector) IncludeFoldersChanged() bool
- func (l *SketchLibrariesDetector) PrintUsedAndNotUsedLibraries(sketchError bool)
Constants¶
This section is empty.
Variables¶
This section is empty.
Functions¶
funcIncludesFinderWithRegExp¶
IncludesFinderWithRegExp fixdoc
funcLibrariesLoader¶
func LibrariesLoader(useCachedLibrariesResolutionbool,librariesManager *librariesmanager.LibrariesManager,builtInLibrariesDir *paths.Path,customLibraryDirs paths.PathList,librariesDirs paths.PathList,buildPlatform *cores.PlatformRelease,targetPlatform *cores.PlatformRelease,) (*librariesmanager.LibrariesManager, *librariesresolver.Cpp, []byte,error)
LibrariesLoader todo
Types¶
typeSketchLibrariesDetector¶
type SketchLibrariesDetector struct {// contains filtered or unexported fields}SketchLibrariesDetector todo
funcNewSketchLibrariesDetector¶
func NewSketchLibrariesDetector(lm *librariesmanager.LibrariesManager,libsResolver *librariesresolver.Cpp,useCachedLibrariesResolutionbool,onlyUpdateCompilationDatabasebool,logger *logger.BuilderLogger,diagnosticStore *diagnostics.Store,) *SketchLibrariesDetector
NewSketchLibrariesDetector todo
func (*SketchLibrariesDetector)FindIncludes¶
func (l *SketchLibrariesDetector) FindIncludes(ctxcontext.Context,buildPath *paths.Path,buildCorePath *paths.Path,buildVariantPath *paths.Path,sketchBuildPath *paths.Path,sketch *sketch.Sketch,librariesBuildPath *paths.Path,buildProperties *properties.Map,platformArchstring,jobsint,)error
FindIncludes todo
func (*SketchLibrariesDetector)ImportedLibraries¶
func (l *SketchLibrariesDetector) ImportedLibraries()libraries.List
ImportedLibraries todo
func (*SketchLibrariesDetector)IncludeFolders¶
func (l *SketchLibrariesDetector) IncludeFolders() paths.PathList
IncludeFolders returns the list of include folders detected as needed.
func (*SketchLibrariesDetector)IncludeFoldersChanged¶added inv1.3.0
func (l *SketchLibrariesDetector) IncludeFoldersChanged()bool
IncludeFoldersChanged returns true if the include folders list changedfrom the previous compile.
func (*SketchLibrariesDetector)PrintUsedAndNotUsedLibraries¶
func (l *SketchLibrariesDetector) PrintUsedAndNotUsedLibraries(sketchErrorbool)
PrintUsedAndNotUsedLibraries todo