Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | digital: cleaning up conversion to 3.7 for simple_correlator. | Tom Rondeau | 2013-02-20 | 7 | -510/+0 | |
| | | | | | | | | | | | | | | | | | | | | blocks: same for count_bits. | |||||
* | | | | | core: removed vestigial debug line. | Tom Rondeau | 2013-02-19 | 1 | -1/+0 | |
| | | | | | ||||||
* | | | | | core: prefs setup looks for a local .gnuradio/config.conf to use. | Tom Rondeau | 2013-02-19 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Order of precedence: env. vars -> .gnuradio/config.conf -> ${prefix}/etc/gnuradio/conf.d/* | |||||
* | | | | | core: use prefs file to enable/disable ctrlport export of perf. counters. | Tom Rondeau | 2013-02-19 | 1 | -5/+8 | |
| | | | | | ||||||
* | | | | | ctrlport: using prefs files to configure ctrlport. | Tom Rondeau | 2013-02-19 | 1 | -29/+9 | |
| | | | | | | | | | | | | | | | | | | | | Prefs file points to ctrlport config file and uses it to set the properties. | |||||
* | | | | | ctrlport: adding a config param to enable/disable controlport, default=disabled. | Tom Rondeau | 2013-02-18 | 2 | -7/+19 | |
| | | | | | | | | | | | | | | | | | | | | Also updates QA code for ctrlport to turn controlport on via env var. | |||||
* | | | | | core: prefs updated to handle cases of env var delared properly. | Tom Rondeau | 2013-02-18 | 2 | -12/+22 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-17 | 1 | -0/+1 | |
|\| | | | | ||||||
| * | | | | Merge branch 'maint' | Johnathan Corgan | 2013-02-17 | 1 | -0/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | core: added missing include for gruel thread | Josh Blum | 2013-02-17 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | ctrlport: fixing typo in gr_throttle RPC export. | Tom Rondeau | 2013-02-17 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-17 | 5 | -11/+159 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/__init__.py | |||||
| * | | | | | core: if the config files don't exist, just return an empty list; don't fail. | Tom Rondeau | 2013-02-17 | 1 | -2/+3 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'cpp_prefs' | Tom Rondeau | 2013-02-17 | 5 | -11/+158 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | core: prefs of true/on/1 and false/off/0 are translated to bools. | Tom Rondeau | 2013-02-16 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | core: add ability to override config files with environmental variables. | Tom Rondeau | 2013-02-16 | 1 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | | | core: only query preferences database once at start of block_executor. | Tom Rondeau | 2013-02-16 | 2 | -4/+11 | |
| | | | | | | | ||||||
| | * | | | | | core: adding and using a PerfCounters section to the config files. | Tom Rondeau | 2013-02-16 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | gr_block_executor will read the config files to determine if the perf counters are on or off. | |||||
| | * | | | | | core: Making an all C++ version of the preferences/config file readers. | Tom Rondeau | 2013-02-16 | 3 | -9/+132 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the Python config parser stuff; should have same functionality that we need. | |||||
| * | | | | | | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | 2013-02-17 | 2 | -4/+18 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-02-17 | 2 | -4/+19 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-channels/lib/fading_model_impl.cc | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2013-02-17 | 2 | -4/+19 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_message_debug.cc gnuradio-core/src/python/gnuradio/gr/qa_pdu.py | |||||
| | * | | | | | | Merge branch 'maint' | Johnathan Corgan | 2013-02-17 | 2 | -4/+18 | |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| / / / | | | |_|/ / / | | |/| | | | | ||||||
| | | * | | | | core: fix gr_message_debug for printing PDUs | Johnathan Corgan | 2013-02-17 | 2 | -4/+18 | |
| | | | | | | | ||||||
* | | | | | | | ctrlport: adding display type for stripchart as opposed to timeseries. | Tom Rondeau | 2013-02-17 | 6 | -14/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stripcharts add data to the back of what's plotted; time series plots just plot the vector given. All single-value RPC vars have been converted to use stripchart mode. | |||||
* | | | | | | | ctrlport: new DISPLOGTIMESERIES{F,C} to set plot into log mode. | Tom Rondeau | 2013-02-17 | 3 | -3/+9 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-17 | 1 | -1/+8 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | core: adding new var perf. counters to swig interface. | Tom Rondeau | 2013-02-16 | 1 | -1/+8 | |
| | | | | | | ||||||
* | | | | | | core: adding variance perf. counters to ctrlport. | Tom Rondeau | 2013-02-15 | 1 | -5/+35 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-15 | 4 | -18/+260 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block.h gnuradio-core/src/lib/runtime/gr_block_detail.h | |||||
| * | | | | | core: adding variance calcs to perf. counters. | Tom Rondeau | 2013-02-15 | 4 | -18/+260 | |
| |/ / / / | | | | | | | | | | | | | | | | Using running mean/variance algorithm from Knuth's Art of Computer Programming. | |||||
| * | | | | Merge branch 'maint' | Tom Rondeau | 2013-02-13 | 1 | -0/+1 | |
| |\| | | | ||||||
| | * | | | core: adding necessary include to gr_block_registry.h | Tim O'Shea | 2013-02-13 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'maint' | Tom Rondeau | 2013-02-13 | 1 | -1/+1 | |
| |\| | | | ||||||
| | * | | | core: cleaning warnings | Tim O'Shea | 2013-02-13 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-13 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | core: change order of variables to clean up warning. | Tom Rondeau | 2013-02-13 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | core: cleaning warnings | Tim O'Shea | 2013-02-13 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | core: adding necessary include to gr_block_registry.h | Tim O'Shea | 2013-02-13 | 1 | -0/+1 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-02-13 | 8 | -30/+175 | |
|\ \ \ \ \ | ||||||
| * | | | | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-12 | 5 | -12/+139 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | Adjusted pmt usage for naming | |||||
| | * | | | | Merge remote-tracking branch 'reynwar/python_msg' | Johnathan Corgan | 2013-02-12 | 5 | -12/+139 | |
| | |\ \ \ \ | ||||||
| | | * | | | | core: Enabling msg_connect within python blocks. | Roy Thompson | 2013-01-31 | 5 | -12/+139 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-12 | 3 | -18/+36 | |
| |\| | | | | | ||||||
| | * | | | | | Merge remote-tracking branch 'reynwar/min_output' | Johnathan Corgan | 2013-02-12 | 3 | -18/+36 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | core: Add min_noutput_items to gr_block. | Ben Reynwar | 2013-01-22 | 3 | -18/+36 | |
| | | |/ / / / | ||||||
* | | | | | | | core: exposing gr_throttle to CtrlPort | Tim O'Shea | 2013-02-13 | 2 | -0/+20 | |
| | | | | | | | ||||||
* | | | | | | | core: cleaning warnings | Tim O'Shea | 2013-02-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | core: adding necessary include to gr_block_registry.h | Tim O'Shea | 2013-02-13 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | 1. adding some support for int and uint8 vector types | Tim O'Shea | 2013-02-13 | 2 | -10/+93 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | 2. adding rpcbasic_register_variable_rw (be careful with this) |