summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/keep_m_in_n_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-1/+1
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-83/+76
* Allow the full range of offsets.Clayton Smith2018-11-021-5/+16
* Convert set_relative_rate(double) to the new integer or receiprocal callAndy Walls2018-08-231-3/+3
* blocks: Keep M in N: tabs to spaces, clarify docs.Felix Wunsch2018-03-021-14/+14
* blocks: fixed relative rate in keep_m_in_n. It's m-in-n, not n-in-m.Tom Rondeau2014-10-011-3/+3
* blocks: fixed up keem_m_in_n to handle relative rate and correct number of it...Tom Rondeau2014-09-251-3/+25
* blocks: convert asserts to throwing runtime errors in keep_m_in_n ctor.Tom Rondeau2014-09-251-8/+23
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-4/+4
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-4/+4
* blocks: fix initializer order warningJohnathan Corgan2012-11-261-2/+2
* blocks: added gr::blocks::keep_m_in_nJohnathan Corgan2012-07-191-0/+87