wtools
ESOwaftools
 All Classes Namespaces Functions Pages
wtools.config.cxx Class Reference

Static Public Member Functions

def configure_postload
 
def configure_preload
 

Static Public Attributes

list requires = []
 
list tools = ['cxx', 'compiler_c', 'compiler_cxx', 'waf_unit_test', 'buildcopy']
 

Detailed Description

Provides C/C++ support including 
- Google Test (unit testing)
- Clang Tidy (linting)

Options:
    cxx_std=std (=c++11)  Changes the default C++ standard in use.
    cxx_cstd=std (=c11)  Changes the default C standard in use.

The documentation for this class was generated from the following file: