aboutsummaryrefslogtreecommitdiffstats
path: root/gr-blocks/lib/tagged_stream_multiply_length_impl.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* msg_handler: Use lambdas to set msg handlersJohannes Demel2020-06-041-3/+1
* msg_handler: Switch from boost::function to std::functionJohannes Demel2020-06-041-3/+4
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-48/+52
* Convert set_relative_rate(double) to the new integer or receiprocal callAndy Walls2018-08-231-1/+1
* blocks/tagged_stream_multiply_length: Fix tag duplication issuesSylvain Munaut2014-12-291-1/+1
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-2/+2
* blocks: adding tagged_stream_multiply_length for scaling item lengths (useful in conjunction with stream blocks that interpolate or decimate at fixed rates)Tim O'Shea2013-11-261-0/+89