def __init__(self): ModTask.__init__(self, test_name + '--' + variant_name + '--impl', ModTask.Kinds.LIB, static_impl and static_cfg or cfg, # some random version information, just for more fun version_interface=4, version_interface_min=2, version_impl=10, version_string='4:2:10') def do_set_deps(self, sched_ctx):
def __init__(self): ModTask.__init__(self, test_name + '--' + variant_name + '--wrapper', ModTask.Kinds.LIB, static_wrapper and static_cfg or cfg, # some random version information, just for more fun version_interface=2, version_interface_min=1, version_impl=5, version_string='2:1:5') def do_set_deps(self, sched_ctx):
def __init__(self): name = 'diversalis' ModTask.__init__(self, name, ModTask.Kinds.HEADERS, cfg, cxx_phase=self.__class__.InstallHeaders( project, name + '-headers'))
def __init__(self): name = 'psycle-plugin-interface' ModTask.__init__(self, name, ModTask.Kinds.HEADERS, cfg, cxx_phase=self.__class__.InstallHeaders( cfg.project, name + '-headers'))
def __init__(self, name, path, deps=None, kind=ModTask.Kinds.LOADABLE): ModTask.__init__(self, name, kind, cfg) self.path = path if deps is not None: self.public_deps += deps if kind in (ModTask.Kinds.PROG, ModTask.Kinds.LOADABLE): default_tasks.append(self.mod_phase)
def __init__(self, name, path, deps=None, kind=ModTask.Kinds.LOADABLE): ModTask.__init__(self, name, kind, cfg) self.path = path if deps is not None: self.public_deps += deps if kind in (ModTask.Kinds.PROG, ModTask.Kinds.LOADABLE): default_tasks.append(self.mod_phase) self.cxx_phase = self.__class__.InstallHeaders( self ) # note: set in __ini__ because called directly in AudioDriversMod.__call__
def __init__(self): ModTask.__init__(self, 'psycle-audiodrivers', ModTask.Kinds.LIB, cfg)
def __init__(self): ModTask.__init__(self, 'main', ModTask.Kinds.PROG, build_cfg)
def __init__(self, name, path, deps=None, kind=ModTask.Kinds.LOADABLE): ModTask.__init__(self, name, kind, cfg) self.path = path if deps is not None: self.public_deps += deps if kind in (ModTask.Kinds.PROG, ModTask.Kinds.LOADABLE): default_tasks.append(self.mod_phase) self.cxx_phase = self.__class__.InstallHeaders(self) # note: set in __ini__ because called directly in AudioDriversMod.__call__
def __init__(self): ModTask.__init__(self, 'psycle-helpers', ModTask.Kinds.LIB, cfg) def do_set_deps(self, sched_ctx):
def __init__(self): ModTask.__init__(self, 'psycle-player', ModTask.Kinds.PROG, cfg)
def __init__(self): ModTask.__init__(self, test_name + '--' + variant_name + '--main', ModTask.Kinds.PROG, static_prog and static_cfg or cfg) def do_set_deps(self, sched_ctx):
def __init__(self): ModTask.__init__(self, 'psycle-core', ModTask.Kinds.LIB, cfg) def do_set_deps(self, sched_ctx):
def __init__(self): ModTask.__init__(self, 'psycle-core', ModTask.Kinds.LIB, cfg)
def __init__(self): ModTask.__init__(self, test_name + '--impl', ModTask.Kinds.LIB, cfg) def do_set_deps(self, sched_ctx):
def __init__(self): ModTask.__init__(self, test_name + '--main', ModTask.Kinds.PROG, cfg) def do_set_deps(self, sched_ctx):
def __init__(self): ModTask.__init__(self, 'psycle-helpers-unit-tests', ModTask.Kinds.PROG, cfg) def do_set_deps(self, sched_ctx):
def __init__(self): ModTask.__init__(self, 'universalis-unit-tests', ModTask.Kinds.PROG, cfg) def do_set_deps(self, sched_ctx):
def __init__(self): name = 'psycle-plugin-interface' ModTask.__init__(self, name, ModTask.Kinds.HEADERS, cfg, cxx_phase=self.__class__.InstallHeaders(cfg.project, name + '-headers'))
def __init__(self): ModTask.__init__(self, 'universalis', ModTask.Kinds.LIB, cfg) def do_set_deps(self, sched_ctx):
def __init__(self): ModTask.__init__(self, 'psycle-audiodrivers', ModTask.Kinds.LIB, cfg) def do_set_deps(self, sched_ctx):
def __init__(self): ModTask.__init__(self, "psycle-player", ModTask.Kinds.PROG, cfg)
def __init__(self): name = 'diversalis' ModTask.__init__(self, name, ModTask.Kinds.HEADERS, cfg, cxx_phase=self.__class__.InstallHeaders(project, name + '-headers'))
def __init__(self, i): ModTask.__init__(self, 'wrapper' + str(i), ModTask.Kinds.LIB, build_cfg) self.i = i