RTC Toolkit 4.0.1
Loading...
Searching...
No Matches
Functions | Variables
wscript Namespace Reference

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
 

Function Documentation

◆ build() [1/2]

def wscript.build (   bld)

◆ build() [2/2]

def wscript.build ( waflib.Build.BuildContext  bld)

Builds a python qt package, and install the package and its dist-info metadata.

◆ check_cuda()

def wscript.check_cuda (   use_list)

◆ check_cuda_cxxflags()

def wscript.check_cuda_cxxflags (   flags)

◆ configure()

def wscript.configure (   conf)

◆ options()

def wscript.options (   opt)

Variable Documentation

◆ boost_libs

wscript.boost_libs

◆ cxx_std

wscript.cxx_std

◆ cxxflags

wscript.cxxflags

◆ defines

wscript.defines

◆ depends

wscript.depends

◆ features

wscript.features

◆ gtlogcap_enable

wscript.gtlogcap_enable

◆ ldflags

wscript.ldflags

◆ mal_opts

wscript.mal_opts

◆ name

wscript.name

◆ provide

wscript.provide

◆ provides

wscript.provides

◆ py_package

wscript.py_package

◆ py_program

wscript.py_program

◆ recurse

wscript.recurse

◆ rtctk_pythonpath_use

wscript.rtctk_pythonpath_use

◆ target

wscript.target

◆ unit_test_uselist

list wscript.unit_test_uselist = uselist + ["gtest", "gmock", "componentFramework.rtcComponent.utSupport"]

◆ use

wscript.use

◆ uselist

list wscript.uselist
Initial value:
1= [
2 "std.if-cxx",
3 "std.introspectionif-cxx",
4 "componentFramework.interfaces.rtctkif-cxx",
5 "componentFramework.services.common",
6 "componentFramework.services.logging",
7 "componentFramework.services.serviceRegistry",
8 "componentFramework.services.runtimeRepo",
9 "componentFramework.services.oldb",
10 "componentFramework.services.events",
11 "componentFramework.services.metrics",
12 "componentFramework.services.alert",
13 "rad.cpp.core",
14 "rad.cpp.sm",
15 "nlohmann_json",
16]

◆ ut_attrs

wscript.ut_attrs

◆ valgrind_suppression

wscript.valgrind_suppression

◆ with_doctest

wscript.with_doctest

◆ with_unit_test

wscript.with_unit_test

◆ with_ut_lib

wscript.with_ut_lib