Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This also addresses a holdover bug from the last commit
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
volk/apps/volk_profile.cc
|
|
Removed a bunch of GRAS_LIBRARIES,
we do this in a common place to avoid extra changes.
Added virtual destructors for many classes.
|
|
Basically there were some issues on OSX linking,
because gras wasnt explicitly specified,
and was technically exposed by the gr wrappers.
As part of this commit, some symbols were moved into the wrappers,
and some of the interfaces which were in gras for backwards compat purposes,
The compile is still going, but this already addresses a few issues.
Now, I don't want to go copying every symbol over,
the real solution is to link in gras into whatever library.
Probably another commit to come...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
delay, rms, unpacked_to_packed, packed_to_unpacked
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Order of precedence:
env. vars -> .gnuradio/config.conf -> ${prefix}/etc/gnuradio/conf.d/*
|
|
|
|
|
|
|
|
modules.
|
|
documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Env variables are named GR_CONF_<SECTION>_<OPTION> where the section is the [<section>] name from the config file and the option is the actual option name, all in upercase.
|