| Commit message (Expand) | Author | Age | Files | Lines |
* | blocks: remove deprecated network blocks | Josh Morman | 2021-04-21 | 1 | -75/+0 |
* | removed ssize_t, which is not standard C, and we're a C++ project | Marcus Müller | 2021-02-23 | 1 | -2/+4 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -5/+5 |
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 1 | -1/+1 |
* | blocks/udp_source: Switch to smart pointers for socket | Thomas Habets | 2020-03-27 | 1 | -1/+2 |
* | blocks/udp_source: Remove manual memory management for buffers | Thomas Habets | 2020-03-27 | 1 | -5/+5 |
* | blocks: Add const to member variables that don't change | Thomas Habets | 2020-03-26 | 1 | -2/+2 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -1/+1 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -40/+39 |
* | Clean-up: Remove unused private variables (Issue #1621, #1622, #1624) | andriy gelman | 2018-04-28 | 1 | -1/+0 |
* | blocks: Fixed UDP source bug | Martin Braun | 2015-03-13 | 1 | -0/+2 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -2/+2 |
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -4/+4 |
* | blocks: actually adding the udp_source blocks. | Tom Rondeau | 2013-03-13 | 1 | -0/+84 |