lsst.sconsUtils  16.0-14-g280d363+1
Classes | Namespaces | Functions
builders.py File Reference

Classes

class  lsst.sconsUtils.builders.DoxygenBuilder
 A callable to be used as an SCons Action to run Doxygen. More...
 

Namespaces

 lsst.sconsUtils.builders
 

Functions

def lsst.sconsUtils.builders.SharedLibraryIncomplete (self, target, source, keywords)
 
def lsst.sconsUtils.builders.Pybind11LoadableModule (self, target, source, keywords)
 
def lsst.sconsUtils.builders.SourcesForSharedLibrary (self, files)
 Prepare the list of files to be passed to a SharedLibrary constructor. More...
 
def lsst.sconsUtils.builders.filesToTag (root=None, fileRegex=None, ignoreDirs=None)
 
def lsst.sconsUtils.builders.BuildETags (env, root=None, fileRegex=None, ignoreDirs=None)
 Build Emacs tags (see man etags for more information). More...
 
def lsst.sconsUtils.builders.CleanTree (self, filePatterns, dirPatterns="", directory=".", verbose=False)
 Remove files matching the argument list starting at directory when scons is invoked with -c/–clean and no explicit targets are listed. More...
 
def lsst.sconsUtils.builders.ProductDir (env, product)
 
def lsst.sconsUtils.builders.Doxygen (self, config, kw)
 Generate a Doxygen config file and run Doxygen on it. More...
 
def lsst.sconsUtils.builders.VersionModule (self, filename, versionString=None)