summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/stream_mux_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* gr-blocks: Stream Mux C++ improvementsDavid Pi2020-10-201-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 Habets2020-07-301-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 forThomas Habets2020-03-271-2/+1
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-65/+64
|
* gr-blocks: fix tag propagation policy for stream mux blockAndrej Rode2016-04-271-0/+8
|
* blocks: refactored stream_mux to be more flexible with buffer sizesMartin Braun2014-03-251-63/+52
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-4/+4
|
* blocks: added gr::blocks::stream_muxJohnathan Corgan2012-08-301-0/+126