ifw
0.0.1-dev
|
Namespaces | |
wtools.module | |
Functions | |
def | wtools.module.declare_custom |
Declare custom module. More... | |
def | wtools.module.declare_cshlib |
Declare a C/C++ shared library. More... | |
def | wtools.module.declare_cobjects |
Declare C/C++ objects (collection of source and/or header files). More... | |
def | wtools.module.declare_cstlib |
Declare a C/C++ static library. More... | |
def | wtools.module.declare_cprogram |
Declare a C/C++ program main artefact. More... | |
def | wtools.module.declare_cprotobuf |
Declare C/C++ protobuffer files generation (.proto file to pb.h/.pb.cc) More... | |
def | wtools.module.declare_crtidds |
Declare a C/C++ RTI DDS IDL compilation. More... | |
def | wtools.module.declare_qt5cshlib |
Declare a C++ shared library using Qt5 libraries. More... | |
def | wtools.module.declare_qt5cprogram |
Declare a C++ program using Qt5 libraries. More... | |
def | wtools.module.declare_pypackage |
Declare a Python package. More... | |
def | wtools.module.declare_pyqt5package |
Declare a Python package with Qt5 bindings. More... | |
def | wtools.module.declare_pyprogram |
Declare a Python program, optional package and unit tests. More... | |
def | wtools.module.declare_pyqt5program |
Declare a Python program using Qt5 bindings, optional package and unit tests. More... | |
def | wtools.module.declare_jar |
Declares Java archive module. More... | |
def | wtools.module.declare_config |
Declare a configuration module. More... | |
Variables | |
dictionary | wtools.module.STANDARD_COMMANDS |