summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/hier_block2_detail.cc
Commit message (Expand)AuthorAgeFilesLines
* runtime: minor API cleanupMarcus Müller2021-11-191-1/+1
* global: Replace stdio logging with loggerDavid Winter2021-10-211-135/+120
* logging: remove <iostream> from logger.h, add where consequently missingMarcus Müller2021-06-171-1/+4
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-011-12/+12
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* delete unused variablesBastian Bloessl2019-09-051-1/+1
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-221-2/+2
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-598/+577
* Merge branch 'master' into nextJohnathan Corgan2017-10-051-7/+10
|\
| * Merge remote-tracking branch 'github/pr/1476' into maintJohnathan Corgan2017-10-051-7/+10
| |\
| | * runtime: Moved block-by-block setup_rpc() calls to the end of the flatten_aux...Jacob Gilbert2017-10-041-7/+11
| |/
* | Merge branch 'master' into nextJohnathan Corgan2017-01-121-13/+9
|\|
| * cleaned up the way setup_rpc() is called, and now is called for all blocks, n...Jacob Gilbert2016-11-231-13/+9
* | runtime: add interface to get log_level for blocksNathan West2016-08-041-0/+8
* | runtime: expose set_log_level for hier_blocksNathan West2016-08-041-0/+10
|/
* gnuradio-runtime/hier_block2: Allow changing of IO sig in the constructorSylvain Munaut2016-02-031-0/+40
* runtime: fix hierarchical block message port flattening/GRC usageTim O'Shea2015-12-081-34/+56
* Fixed up the int/size_t handling in hb2's new max/min_output... methodsMarcus Müller2015-04-051-2/+3
* gnuradio-runtume: hier_block2 output buffer lengths - clean up of debug outputBill Clark2015-04-011-16/+44
* gnuradio-runtime: modified buffer length types to size_t, moved buffer length...Bill Clark2015-04-011-11/+47
* gnuradio-runtime: non-helpful debug outputs removed from hier_block2 and hier...Bill Clark2015-04-011-1/+0
* gnuradio-runtime: (option 1) The hier block can now take a generic min/max ou...Bill Clark2015-04-011-10/+52
* gnuradio-runtime: added the individual port assignments to the hier_block2 ma...Bill Clark2015-03-311-0/+35
* gnuradio-runtime:: removed the individual port setting on hier_block2, curren...Bill Clark2015-03-311-20/+37
* gnuradio-runtime: updated hier_block2 and hier_block_detail to allow for prop...Bill Clark2015-03-311-4/+18
* gnuradio-runtime: trying to see if this will handle the output buffer size of...Bill Clark2015-03-311-0/+13
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-3/+3
* runtime: fix disconnecting a msg port on a hier_block2Mark Cottrell2013-10-151-4/+31
* Merge branch 'maint'Johnathan Corgan2013-08-251-2/+5
|\
| * runtime: fix hier_block2 disconnect_all()Johnathan Corgan2013-08-251-2/+5
* | runtime: added support for setting thread affinity to all blocks under a hier...Tom Rondeau2013-07-171-0/+25
|/
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+657