![]() |
wtools 4.0.0-pre7
ESO waf tools
|
Static Public Member Functions | |
| configure_postload (cnf, requires, **kwargs) | |
| configure_preload (cnf, requires, **kwargs) | |
| options (opt, **kwargs) | |
Static Public Attributes | |
| list | requires = [] |
| list | tools = ["cxx", "compiler_c", "compiler_cxx", "buildcopy", "clangdb"] |
| defaults | |
| c_defaults | |
Provides C/C++ support including
- Clang Tidy (linting)
Options:
cxx=dict(
cxx_std=std # C++ standard in use (default c++17)
clang_tidy_config=path # Path to clang-tidy configuration file
gcovr_no_generated=False # Include generated code in gcovr reports
gcovr_html_medium=XX # Set threshold for medium coverage for gcovr reports
gcovr_html_high=XX # Set threshold for high coverage for gcovr reports
)
c=dict(
c_std=std # C standard in use (default c17)
)
|
static |
|
static |