summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/random_pdu_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* gr-blocks: remove pdu blocksJacob Gilbert2021-03-181-74/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* msg_handler: Apply clang-formatJohannes Demel2020-06-041-1/+2
* msg_handler: Use lambdas to set msg handlersJohannes Demel2020-06-041-5/+1
* msg_handler: Switch from boost::function to std::functionJohannes Demel2020-06-041-1/+4
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* random_pdu: random facilities use C++11 (minus boost)Marcus Müller2020-01-021-4/+2
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-46/+47
* blocks: random_pdu mask parameter fails under python3Josh Morman2019-07-171-2/+2
* blocks: avoid potential static initialization order fiascoMarcus Müller2018-03-301-2/+2
* blocks: don't pmt::mp("string") for every single PDUMarcus Müller2018-02-231-2/+2
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-2/+2
* blocks: random_pdu (allow specifying the length modulo for random pdu lengths)Tim O'Shea2014-02-161-4/+10
* blocks: random_pdu (speedup, also allow a byte mask), message_strobe_random (...Tim O'Shea2014-02-161-6/+7
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-5/+5
* blocks: added gr::blocks::random_pduJohnathan Corgan2013-02-281-0/+80