|
RTC Toolkit 4.0.0
|
Functions | |
| def | options (opt) |
| def | configure (conf) |
| def | build (waflib.Build.BuildContext bld) |
| Builds a python qt package, and install the package and its dist-info metadata. | |
| def | build (bld) |
| def | check_cuda (use_list) |
| def | check_cuda_cxxflags (flags) |
Variables | |
| target | |
| use | |
| recurse | |
| mal_opts | |
| list | uselist |
| list | unit_test_uselist = uselist + ["gtest", "gmock", "componentFramework.rtcComponent.utSupport"] |
| name | |
| ut_attrs | |
| features | |
| ldflags | |
| cxxflags | |
| valgrind_suppression | |
| py_program | |
| py_package | |
| with_ut_lib | |
| with_unit_test | |
| with_doctest | |
| depends | |
| provide | |
| boost_libs | |
| cxx_std | |
| gtlogcap_enable | |
| defines | |
| provides | |
| rtctk_pythonpath_use | |
| def wscript.build | ( | bld | ) |
| def wscript.build | ( | waflib.Build.BuildContext | bld | ) |
Builds a python qt package, and install the package and its dist-info metadata.
| def wscript.check_cuda | ( | use_list | ) |
| def wscript.check_cuda_cxxflags | ( | flags | ) |
| def wscript.configure | ( | conf | ) |
| def wscript.options | ( | opt | ) |
| wscript.boost_libs |
| wscript.cxx_std |
| wscript.cxxflags |
| wscript.defines |
| wscript.depends |
| wscript.features |
| wscript.gtlogcap_enable |
| wscript.ldflags |
| wscript.mal_opts |
| wscript.name |
| wscript.provide |
| wscript.provides |
| wscript.py_package |
| wscript.py_program |
| wscript.recurse |
| wscript.rtctk_pythonpath_use |
| wscript.target |
| list wscript.unit_test_uselist = uselist + ["gtest", "gmock", "componentFramework.rtcComponent.utSupport"] |
| wscript.use |
| list wscript.uselist |
| wscript.ut_attrs |
| wscript.valgrind_suppression |
| wscript.with_doctest |
| wscript.with_unit_test |
| wscript.with_ut_lib |