summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/bin_statistics_f_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* blocks: remove bin_statistics_f block due to swig dependenceJosh Morman2020-06-041-152/+0
| | | | | | | | The bin_statistics_f block relies on the SWIG director functionality and therefore will need to be rewritten in the transition to pybind11. Additionally it does not appear documented in any way and there are no example flowgraphs, so it is questionable whether anyone is using it at this point
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-118/+106
|
* bin_statistics_f_impl.cc: Address Coverity 1375158.Philip Balister2018-11-051-2/+0
| | | | | | | The code tests if an unsigned value is greater than zero. This is always true. Remove code that has no effect. Signed-off-by: Philip Balister <philip@balister.org>
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-9/+9
|
* blocks: moving bin_statistics_f into gr-blocks.Tom Rondeau2013-03-071-0/+178
QA worked, but keeping disabled for now in reference to issue #199.