Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C++14: Use std::make_unique instead of boost::make_unique | Marcus Müller | 2021-01-04 | 1 | -5/+5 |
| | | | | | | Also, clean up includes Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | digital/probe_mpsk_snr_est: Remove manual memory management | Thomas Habets | 2020-08-14 | 1 | -31/+24 |
| | |||||
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | First batch of changes: ``` find […] -print0 | xargs -0 sed -i -r '/get_initial_sptr/{:nxt N;/;/!b nxt;s/get_initial_sptr\(\s*new ([^(]+)(.*)\)\)/make_block_sptr<\1>\2)/}' ``` Then: * Back out `sptr_magic.h` edits * Change some `friend` clauses * clang-format the whole thing * Update checksums in the pybind11 bindings files | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Fix all formatting issues | Martin Braun | 2020-01-10 | 1 | -10/+5 |
| | | | | | This fixes every leftover file in the GNU Radio source tree to match our clang-format definition. | ||||
* | Remove newlines from exception messages | Thomas Habets | 2020-01-01 | 1 | -6/+6 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -158/+141 |
| | |||||
* | digital: adding output message ports for MPSK SNR probe block. Can be used ↵ | Tom Rondeau | 2014-08-29 | 1 | -7/+43 |
| | | | | to feed back SNR information to other blocks. | ||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -4/+4 |
| | |||||
* | gruel: updating all GR blocks that use PMTs to use new naming. | Tom Rondeau | 2012-12-21 | 1 | -1/+1 |
| | |||||
* | digital: converted mpsk snr and probes to new style. | Tom Rondeau | 2012-08-14 | 1 | -0/+157 |