summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | Merge branch 'maint'Johnathan Corgan2013-02-173-5/+19
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| / / / | | | |_|/ / / | | |/| | | |
| | | * | | | core: fix gr_message_debug for printing PDUsJohnathan Corgan2013-02-173-5/+19
| | | | | | |
* | | | | | | ctrlport: adding display type for stripchart as opposed to timeseries.Tom Rondeau2013-02-178-63/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-175-5/+23
|/ / / / / /
* | | | | | 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
| | | | |
* | | | | qtgui: fixing time raster axis and picker labels.Tom Rondeau2013-02-141-71/+112
| | | | |
* | | | | ctrlport: added time raster plot option to gr-ctrlport-monitor.Tom Rondeau2013-02-142-5/+154
| | | | |
* | | | | ctrlport: turn on autoscaling of figures by default; don't scale to max/min.Tom Rondeau2013-02-131-16/+5
| | | | |
* | | | | core: Python msg passing QA update for new PMT naming scheme.Tom Rondeau2013-02-131-9/+9
| | | | |
* | | | | core: gr-ctrlport-monitor, allow setting polling rateTim O'Shea2013-02-131-3/+43
| | | | |
* | | | | 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-1310-30/+326
|\ \ \ \ \
| * | | | | Merge branch 'master' into nextJohnathan Corgan2013-02-127-12/+290
| |\| | | | | | | | | | | | | | | | | | | | | | Adjusted pmt usage for naming
| | * | | | Merge remote-tracking branch 'reynwar/python_msg'Johnathan Corgan2013-02-127-12/+290
| | |\ \ \ \
| | | * | | | core: Enabling msg_connect within python blocks.Roy Thompson2013-01-317-12/+290
| | | | | | |
| * | | | | | 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)
* | | | | | core: fixed some typos in the PDU tag/stream and example.Tom Rondeau2013-02-121-1/+1
| | | | | |
* | | | | | Merge branch 'master' into nextTom Rondeau2013-02-122-2/+3
|\| | | | |
| * | | | | core: typedef vector<unsigned int> so SWIG can handle including it multiple ↵Tom Rondeau2013-02-122-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | times.
| * | | | | core: QA still had issues from next branch. This fixes it.Tom Rondeau2013-02-071-4/+8
| | | | | |
* | | | | | core: make same import statement as in master; keep next's pmt naming scheme.Tom Rondeau2013-02-071-1/+5
| | | | | |
* | | | | | sched: added ControlPort interface to setup and access perf counters.Tom Rondeau2013-02-077-2/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/runtime/gr_block.h
* | | | | | Merge branch 'master' into nextTom Rondeau2013-02-076-1/+240
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt
| * | | | | sched: swiging perf counters into Python.Tom Rondeau2013-02-071-0/+9
| | | | | |
| * | | | | sched: adding in perf counters to measure performance of blocks during ↵Tom Rondeau2013-02-075-1/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge branch 'master' into nextTom Rondeau2013-02-071-3/+1
|\| | | | |
| * | | | | core: QA code import fix.Tom Rondeau2013-02-071-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | Prevents getting pmt module from the installed library.
* | | | | | Merge branch 'master' into nextTom Rondeau2013-02-0710-0/+189
|\| | | | |
| * | | | | Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2013-02-072-5/+7
| |\ \ \ \ \
| | * | | | | docs: fixed missed parameter documentation in fastnoise_source block.Tom Rondeau2013-02-071-0/+2
| | | | | | |
| * | | | | | core: thread affinity example core set changed.Tom Rondeau2013-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | gruel: renamed mask to dword_maskNicholas Corgan2013-02-061-0/+1
| | | | | | |
| * | | | | | QA: adding a test to make sure the set_processor_affinity calls work and ↵Tom Rondeau2013-02-062-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | top_block starts correctly.