summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | digital: cleaning up conversion to 3.7 for simple_correlator.Tom Rondeau2013-02-207-510/+0
| | | | | | | | | | | | | | | | | | | | blocks: same for count_bits.
* | | | | core: removed vestigial debug line.Tom Rondeau2013-02-191-1/+0
| | | | |
* | | | | core: prefs setup looks for a local .gnuradio/config.conf to use.Tom Rondeau2013-02-191-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 Rondeau2013-02-191-5/+8
| | | | |
* | | | | ctrlport: using prefs files to configure ctrlport.Tom Rondeau2013-02-191-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 Rondeau2013-02-182-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 Rondeau2013-02-182-12/+22
| | | | |
* | | | | Merge branch 'master' into nextJohnathan Corgan2013-02-171-0/+1
|\| | | |
| * | | | Merge branch 'maint'Johnathan Corgan2013-02-171-0/+1
| |\ \ \ \
| | * | | | core: added missing include for gruel threadJosh Blum2013-02-171-0/+1
| | | | | |
* | | | | | ctrlport: fixing typo in gr_throttle RPC export.Tom Rondeau2013-02-171-1/+1
| | | | | |
* | | | | | Merge branch 'master' into nextTom Rondeau2013-02-175-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 Rondeau2013-02-171-2/+3
| | | | | |
| * | | | | Merge branch 'cpp_prefs'Tom Rondeau2013-02-175-11/+158
| |\ \ \ \ \
| | * | | | | core: prefs of true/on/1 and false/off/0 are translated to bools.Tom Rondeau2013-02-161-2/+2
| | | | | | |
| | * | | | | core: add ability to override config files with environmental variables.Tom Rondeau2013-02-161-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 Rondeau2013-02-162-4/+11
| | | | | | |
| | * | | | | core: adding and using a PerfCounters section to the config files.Tom Rondeau2013-02-161-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 Rondeau2013-02-163-9/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the Python config parser stuff; should have same functionality that we need.
| * | | | | | Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2013-02-172-4/+18
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-172-4/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-channels/lib/fading_model_impl.cc
| * \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2013-02-172-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 Corgan2013-02-172-4/+18
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| / / / | | | |_|/ / / | | |/| | | |
| | | * | | | core: fix gr_message_debug for printing PDUsJohnathan Corgan2013-02-172-4/+18
| | | | | | |
* | | | | | | ctrlport: adding display type for stripchart as opposed to timeseries.Tom Rondeau2013-02-176-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 Rondeau2013-02-173-3/+9
|/ / / / / /
* | | | | | Merge branch 'master' into nextTom Rondeau2013-02-171-1/+8
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | core: adding new var perf. counters to swig interface.Tom Rondeau2013-02-161-1/+8
| | | | | |
* | | | | | core: adding variance perf. counters to ctrlport.Tom Rondeau2013-02-151-5/+35
| | | | | |
* | | | | | Merge branch 'master' into nextTom Rondeau2013-02-154-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 Rondeau2013-02-154-18/+260
| |/ / / / | | | | | | | | | | | | | | | Using running mean/variance algorithm from Knuth's Art of Computer Programming.
| * | | | Merge branch 'maint'Tom Rondeau2013-02-131-0/+1
| |\| | |
| | * | | core: adding necessary include to gr_block_registry.hTim O'Shea2013-02-131-0/+1
| | | | |
| * | | | Merge branch 'maint'Tom Rondeau2013-02-131-1/+1
| |\| | |
| | * | | core: cleaning warningsTim O'Shea2013-02-131-1/+1
| | | | |
* | | | | Merge branch 'master' into nextTom Rondeau2013-02-131-1/+1
|\ \ \ \ \
| * | | | | core: change order of variables to clean up warning.Tom Rondeau2013-02-131-1/+1
| | | | | |
| * | | | | core: cleaning warningsTim O'Shea2013-02-131-1/+1
| | | | | |
| * | | | | core: adding necessary include to gr_block_registry.hTim O'Shea2013-02-131-0/+1
| |/ / / /
* | | | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-138-30/+175
|\ \ \ \ \
| * | | | | Merge branch 'master' into nextJohnathan Corgan2013-02-125-12/+139
| |\| | | | | | | | | | | | | | | | | | | | | | Adjusted pmt usage for naming
| | * | | | Merge remote-tracking branch 'reynwar/python_msg'Johnathan Corgan2013-02-125-12/+139
| | |\ \ \ \
| | | * | | | core: Enabling msg_connect within python blocks.Roy Thompson2013-01-315-12/+139
| | | | | | |
| * | | | | | Merge branch 'master' into nextJohnathan Corgan2013-02-123-18/+36
| |\| | | | |
| | * | | | | Merge remote-tracking branch 'reynwar/min_output'Johnathan Corgan2013-02-123-18/+36
| | |\ \ \ \ \
| | | * | | | | core: Add min_noutput_items to gr_block.Ben Reynwar2013-01-223-18/+36
| | | |/ / / /
* | | | | | | core: exposing gr_throttle to CtrlPortTim O'Shea2013-02-132-0/+20
| | | | | | |
* | | | | | | core: cleaning warningsTim O'Shea2013-02-131-1/+1
| | | | | | |
* | | | | | | core: adding necessary include to gr_block_registry.hTim O'Shea2013-02-131-0/+1
| | | | | | |
* | | | | | | 1. adding some support for int and uint8 vector typesTim O'Shea2013-02-132-10/+93
|/ / / / / / | | | | | | | | | | | | | | | | | | 2. adding rpcbasic_register_variable_rw (be careful with this)