hlcc 2.0.0-beta2+pre1
|
Functions | |
def | build (bld) |
def | configure (cnf) |
def | _check_span (cnf) |
A pkg-config file is provided on some platforms (CentOS DevEnv), but not on others (Fedora, Nix: only CMake file provided). | |
Variables | |
target | |
py_program | |
with_doctest | |
use | |
cxxflags | |
recurse | |
provides | |
features | |
ldflags | |
mal_opts | |
py_package | |
depends | |
with_unit_test | |
with_ut_lib | |
name | |
version | |
cxx | |
requires | |
boost | |
python | |
|
protected |
A pkg-config file is provided on some platforms (CentOS DevEnv), but not on others (Fedora, Nix: only CMake file provided).
Therefore, we check whether we can find the gsl::span even without the pkg-config file.
This becomes obsolete when C++20 is available and std::span can be used instead.
def wscript.build | ( | bld | ) |
def wscript.configure | ( | cnf | ) |
wscript.boost |
wscript.cxx |
wscript.cxxflags |
wscript.depends |
wscript.features |
wscript.ldflags |
wscript.mal_opts |
wscript.name |
wscript.provides |
wscript.py_package |
wscript.py_program |
wscript.python |
wscript.recurse |
wscript.requires |
wscript.target |
wscript.use |
wscript.version |
wscript.with_doctest |
wscript.with_unit_test |
wscript.with_ut_lib |