summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/nop_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded boost includes and avoid boost depreciated warningsVolker Schroer2021-02-071-1/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-1/+1
* msg_handler: Use lambdas to set msg handlersJohannes Demel2020-06-041-3/+2
* msg_handler: Switch from boost::function to std::functionJohannes Demel2020-06-041-2/+3
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Use emplace_back(params) instead of push_back(type(params))Marcus Müller2019-08-221-12/+11
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-56/+55
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-4/+4
* blocks: converting references to vector source/sink, null source/sink, nop, c...Tom Rondeau2013-03-171-0/+22
* blocks: moved nop, null source/sink, copy, vector_map to gr-blocks.Tom Rondeau2013-03-161-0/+78