ifw
0.0.1-dev
|
Classes | |
class | wtools.project.TestContext |
class | wtools.project.DocsContext |
class | wtools.project.LintContext |
Namespaces | |
wtools.project | |
Functions | |
def | wtools.project.create_project_lmod |
def | wtools.project.create_project_gdbinit |
def | wtools.project.default_configure |
Returns the default implementation of the configure command. More... | |
def | wtools.project.wtools_showversion |
def | wtools.project.default_options |
Default implementation of options in the top level waf script. More... | |
def | wtools.project.default_init |
Default implementation of init. More... | |
def | wtools.project.default_build |
Default implementation of build command. More... | |
def | wtools.project.check_env |
Check presence of environment variable env. More... | |
def | wtools.project.declare_project |
Declares a top level waf project. More... | |
Variables | |
list | wtools.project.__all__ = ['init', 'build', 'test',] |
string | wtools.project.name = '' |
string | wtools.project.version = '' |
wtools.project.LMOD_TEMPLATE = \ | |
wtools.project.GDBINIT_TEMPLATE = \ | |