summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/block.cc
Commit message (Expand)AuthorAgeFilesLines
* Use emplace_back(params) instead of push_back(type(params))Marcus Müller2019-08-221-144/+138
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-695/+650
* runtime: circumvent long long, uint64_t problems on 32-bit archsAndrej Rode2018-11-131-1/+4
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-2/+20
|\
| * runtime: replace compile-time debugging option by GR_LOG_DEBUG()Andrej Rode2018-08-261-1/+5
| * runtime: add interface to get log_level for blocksNathan West2016-08-041-0/+8
| * runtime: expose set_log_level for blocksNathan West2016-08-041-0/+6
| * runtime: use bool for system port messageBastian Bloessl2016-06-291-2/+2
| * runtime: allow blocks w/ only msg inputs to exitBastian Bloessl2016-06-291-1/+1
| * runtime: remove unnecessary wakeup of neighborsBastian Bloessl2016-06-291-1/+0
* | runtime: Use multiprecision rational arithmetic to propagate tagsAndy Walls2018-08-231-2/+29
* | runtime: demoted static const pmt_t members of block:: to constMarcus Müller2018-03-301-4/+3
* | runtime: PMT recreation for system bus messages suppressedMarcus Müller2018-02-231-10/+7
|/
* ctrlport: pc_throughput_avg registeredJohannes Demel2015-11-181-0/+7
* controlport: cleanup and switching over to new Python common interface.Tom Rondeau2015-04-021-6/+6
* runtime: possible bug fix for limited-run flowgraphs with message-only blocks.Tom Rondeau2015-02-041-1/+4
* logger: adds a function to the logger facilities that allows us to update the...Tom Rondeau2014-12-041-1/+1
* runtime: add throughput counterNathan West2014-10-311-0/+10
* logger: adding new configure_default_logger function to make it easier to get...Tom Rondeau2014-08-131-45/+1
* build: better support for static libs.Tom Rondeau2014-07-181-1/+0
* Merge branch 'maint'Johnathan Corgan2014-07-081-1/+1
|\
| * Windows compatibility fixesNicholas Corgan2014-07-071-1/+1
* | Merge branch 'maint'Tom Rondeau2014-06-291-6/+6
|\|
| * runtime: fix a memory leak in the logger when restarting a flowgraph due to a...Tom Rondeau2014-06-291-6/+6
* | Merge branch 'fecapi'Tom Rondeau2014-05-201-1/+1
|\ \ | |/ |/|
| * grc: adding advanced tab feature to set a block's alias.Tom Rondeau2014-05-171-1/+1
| * controlport: allows reset_perf_counters to be called over controlport; gr-per...Tom Rondeau2014-05-171-0/+5
| * cmake and build: fixes for cross-compiling to enable ControlPort with ICE.Tom Rondeau2014-05-171-0/+1
* | runtime: fix propagation of DONE state to message blocksTim O'Shea2014-04-231-0/+57
* | Merge branch 'ctrlport_trigger'Tom Rondeau2014-04-211-0/+5
|\ \
| * | controlport: allows reset_perf_counters to be called over controlport; gr-per...Tom Rondeau2014-04-151-0/+5
| |/
* / cmake and build: fixes for cross-compiling to enable ControlPort with ICE.Tom Rondeau2014-04-201-0/+1
|/
* build: moving the location of the config.h file in the build tree so we can a...Tom Rondeau2014-02-261-2/+3
* tags: adds get_tags_in_window helper function for handling tags. Also updates...Tom Rondeau2014-02-231-14/+37
* runtime: changed name from set_group_delay to declare_sample_delay.Tom Rondeau2013-11-011-9/+9
* runtime: add concept up an automatic update_rate to gr::block.Tom Rondeau2013-10-291-1/+15
* runtime: for blocks with a group delay, tag location should be moved accordin...Tom Rondeau2013-10-291-0/+41
* runtime: Added a Performance Counter that stores the accumulated work_time co...Tom Rondeau2013-09-061-0/+18
* runtime: Move logic from block.h to block.cc.Ben Reynwar2013-06-071-0/+60
* runtime: fix gr::block initializer orderTim O'Shea2013-06-051-2/+2
* runtime: adding thread priority methods to gr::blockTim O'Shea2013-06-051-1/+27
* Merge branch 'next' into runtime_pimplJohnathan Corgan2013-05-121-3/+3
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+689