RTC Toolkit  2.0.0
Functions | Variables
wscript Namespace Reference

Functions

def configure (cnf)
 
def build (bld)
 
def check_cuda (use_list)
 
def check_cuda_cxxflags (flags)
 

Variables

 target
 
 recurse
 
 use
 
 mal_opts
 
 name
 
 features
 
list uselist
 
list unit_test_uselist
 
 ut_attrs
 
 ldflags
 
 cxxflags
 
 valgrind_suppression
 
 py_program
 
 py_package
 
 with_unit_test
 
 with_ut_lib
 
 provide
 
 boost_libs
 
 cxx_std
 
 gtlogcap_enable
 
 defines
 
 rtctk_pythonpath_use
 

Function Documentation

◆ build()

def wscript.build (   bld)

◆ check_cuda()

def wscript.check_cuda (   use_list)

◆ check_cuda_cxxflags()

def wscript.check_cuda_cxxflags (   flags)

◆ configure()

def wscript.configure (   cnf)

Variable Documentation

◆ boost_libs

wscript.boost_libs

◆ cxx_std

wscript.cxx_std

◆ cxxflags

wscript.cxxflags

◆ defines

wscript.defines

◆ features

wscript.features

◆ gtlogcap_enable

wscript.gtlogcap_enable

◆ ldflags

wscript.ldflags

◆ mal_opts

wscript.mal_opts

◆ name

wscript.name

◆ provide

wscript.provide

◆ 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
Initial value:
1 = uselist + [
2  "gtest",
3  "gmock",
4  "componentFramework.services.testSupport",
5 ]

◆ use

wscript.use

◆ uselist

list wscript.uselist
Initial value:
1 = [
2  "componentFramework.services.common",
3  "componentFramework.services.runtimeRepo",
4  "componentFramework.services.oldb",
5  "componentFramework.services.events",
6  "perfc.perfc",
7  "nlohmann_json",
8 ]

◆ ut_attrs

wscript.ut_attrs

◆ valgrind_suppression

wscript.valgrind_suppression

◆ with_unit_test

wscript.with_unit_test

◆ with_ut_lib

wscript.with_ut_lib