Classes | |
| class | BuildExt |
| class | get_pybind_include |
Functions | |
| def | cpp_flag (compiler) |
| def | has_flag (compiler, flagname) |
Variables | |
| string | __version__ = '0.0.1' |
| list | ext_modules |
| def python.logInspector.setup.cpp_flag | ( | compiler | ) |
Return the -std=c++[11/14] compiler flag. The c++14 is prefered over c++11 (when it is available).
Definition at line 97 of file logInspector/setup.py.
| def python.logInspector.setup.has_flag | ( | compiler, | |
| flagname | |||
| ) |
Return a boolean indicating whether a flag name is supported on the specified compiler.
Definition at line 83 of file logInspector/setup.py.
|
private |
Definition at line 6 of file logInspector/setup.py.
| list python.logInspector.setup.ext_modules |
Definition at line 24 of file logInspector/setup.py.