Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr-blocks: remove pdu blocks | Jacob Gilbert | 2021-03-18 | 1 | -82/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | The following have been moved to the new gr::pdu module or to gr::network and are no longer needed in gr::blocks: - pdu (noblock) - pdu_filter block - pdu_remove block - pdu_set block - pdu_to_tagged_stream block - random_pdu block - socket_pdu block - stream_pdu_base (noblock) - tagged_stream_to_pdu block - tcp_connection (noblock) - tuntap_pdu block The digital and FEC modules had a large number of references to the PDU blocks that were moved from gr-blocks to gr-pdu, this updates these changes in example flowgraphs and a few python files. The usage-manual update will be propagated to the wiki so that future exports will remain up to date. Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com> | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -62/+58 |
| | |||||
* | blocks: avoid potential static initialization order fiasco | Marcus Müller | 2018-03-30 | 1 | -0/+6 |
| | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into next | Johnathan Corgan | 2013-02-28 | 1 | -9/+9 |
| | | | | | Conflicts: gr-blocks/lib/stream_pdu_base.cc | ||||
* | blocks: added gr::blocks::pdu namespace for PDU functions | Johnathan Corgan | 2013-02-28 | 1 | -0/+92 |