Age | Commit message (Collapse) | Author |
|
|
|
|
|
Use merge strategy -s ours to skip release commits.
|
|
|
|
|
|
|
|
set and work function access to variables.
This is used in gr-analog's noise_source and gr-filter's fir_filter_XXX since these two cause particular problems (in next's channel model). This shows the use of the mutex for general protection when needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|