Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr-blocks: Stream Mux C++ improvements | David Pi | 2020-10-20 | 1 | -12/+11 |
| | | | | | | | - replace C-style cast with reinterpret_cast<> - make some variables const - prefer in-class initializers for static data - avoid copies in for loop by using a reference | ||||
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | First batch of changes: ``` find […] -print0 | xargs -0 sed -i -r '/get_initial_sptr/{:nxt N;/;/!b nxt;s/get_initial_sptr\(\s*new ([^(]+)(.*)\)\)/make_block_sptr<\1>\2)/}' ``` Then: * Back out `sptr_magic.h` edits * Change some `friend` clauses * clang-format the whole thing * Update checksums in the pybind11 bindings files | ||||
* | Replace BOOST_FOREACH with C++11 range for | Thomas Habets | 2020-03-27 | 1 | -2/+1 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -65/+64 |
| | |||||
* | gr-blocks: fix tag propagation policy for stream mux block | Andrej Rode | 2016-04-27 | 1 | -0/+8 |
| | |||||
* | blocks: refactored stream_mux to be more flexible with buffer sizes | Martin Braun | 2014-03-25 | 1 | -63/+52 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -4/+4 |
| | |||||
* | blocks: added gr::blocks::stream_mux | Johnathan Corgan | 2012-08-30 | 1 | -0/+126 |