Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
gr_block_executor will read the config files to determine if the perf counters are on or off.
|
|
This replaces the Python config parser stuff; should have same functionality that we need.
|
|
|
|
Using running mean/variance algorithm from Knuth's Art of Computer Programming.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use -DENABLE_BAD_BOOST=True to use one of these Boost versions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
times.
|
|
|
|
|
|
m_alsa_busy_fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exectution of flowgraph.
Conflicts:
CMakeLists.txt
gnuradio-core/src/lib/runtime/gr_block.cc
gnuradio-core/src/lib/runtime/gr_block_detail.cc
gnuradio-core/src/lib/runtime/gr_block_detail.h
|
|
Prevents getting pmt module from the installed library.
|
|
|
|
The affinity call will work if at least 1 of the specified cores is present. This fixes a problem if running on a single-core machine.
|
|
|
|
|
|
|
|
|
|
gr_file_source
gr::blocks::file_source
|
|
boost::mutex::scoped_lock is going away someday
boost::unique_lock<boost::mutex> is a drop-in replacement
|
|
|
|
|
|
|
|
|
|
top_block starts correctly.
|