| Commit message (Expand) | Author | Age | Files | Lines |
* | gr-dtv: Add energy normalization for DVB-S2X constellations. | masw | 2021-12-14 | 1 | -0/+53 |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 1 | -0/+3 |
* | dtv: pep8 formatting | Josh Morman | 2021-11-24 | 3 | -50/+59 |
* | examples: Repair all examples affected by commit 91e9ddf. | Ron Economos | 2021-10-11 | 38 | -76/+76 |
* | classic modules: use common precompiled headers | Marcus Müller | 2021-07-19 | 1 | -0/+4 |
* | dtv: include boost/format where used | Marcus Müller | 2021-06-22 | 3 | -0/+6 |
* | rebase | Volker Schroer | 2021-06-21 | 52 | -52/+52 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 1 | -1/+0 |
* | gr-dtv: Use Soapy instead of UHD sink/source blocks for flow graph testing. | Ron Economos | 2021-06-01 | 39 | -2998/+3157 |
* | gr-dtv: Fix VL-SNR bugs based on verification with DVB-S2X test vectors. | Ron Economos | 2021-05-07 | 2 | -24/+24 |
* | dtv/atsc: remove plinfo tag methods | Josh Morman | 2021-03-16 | 2 | -27/+1 |
* | dtv/atsc: update examples/hier with new conns | Josh Morman | 2021-03-16 | 2 | -5/+21 |
* | dtv/atsc: create separate plinfo stream ports | Josh Morman | 2021-03-16 | 13 | -123/+96 |
* | dtv/atsc: fix indexing error / replace magic num | Josh Morman | 2021-03-08 | 1 | -5/+6 |
* | dtv/atsc: structs to stream tags | Josh Morman | 2021-03-06 | 29 | -287/+464 |
* | dtv: Remove manual memory management | Thomas Habets | 2021-03-03 | 2 | -9/+13 |
* | numpy: Fix fftpack references | Christophe Seguinot | 2021-02-18 | 1 | -2/+1 |
* | Fix typos | luz paz | 2021-02-08 | 1 | -1/+1 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 7 | -7/+7 |
* | replace fft.window.WIN_ with window.win_ and include in grc default import | Josh Morman | 2020-12-18 | 9 | -9/+9 |
* | global replace of firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 9 | -9/+9 |
* | build: Remove clang unused variable warnings. | Ron Economos | 2020-12-07 | 6 | -9/+0 |
* | Move FFT functions and blocks to templates (#3903) | mormj | 2020-11-03 | 8 | -10/+9 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 50 | -77/+77 |
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 52 | -83/+83 |
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -9/+13 |
* | qa: remove xml file parameter causing deprecation warnings | mormj | 2020-10-30 | 1 | -1/+1 |
* | pybind: add implicit conversion from int to enum | mormj | 2020-10-28 | 5 | -0/+34 |
* | dtv: Remove manual memory management | Thomas Habets | 2020-10-23 | 26 | -791/+368 |
* | dtv/atsc: Remove manual memory management | Thomas Habets | 2020-10-23 | 6 | -61/+35 |
* | gr-dtv: Repair UHD example with normalized gain. | Ron Economos | 2020-10-08 | 1 | -33/+34 |
* | add an option to enable/disable examples | Gwenhael Goavec-Merou | 2020-09-02 | 1 | -1/+3 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 4 | -9/+0 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 52 | -146/+139 |
* | Move from SWIG to Pybind11 | Marcus Müller | 2020-06-19 | 127 | -323/+4670 |
|\ |
|
| * | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 59 | -59/+523 |
| * | dtv: add pybind11 bindings | Josh Morman | 2020-06-04 | 121 | -10/+4206 |
| * | pybind: removal of swig components | Josh Morman | 2020-06-04 | 6 | -313/+0 |
* | | gr-dtv: Decrease send_frame_size in all examples with a UHD sink block. | Ron Economos | 2020-06-11 | 37 | -444/+2847 |
* | | gr-dtv: Move costly integer divides out of loops in DVB-T2 interleaver. | Ron Economos | 2020-06-11 | 1 | -5/+9 |
* | | gr-dtv: Take advantage of data cache with memcpy() in BCH encoder. | Ron Economos | 2020-06-11 | 1 | -2/+4 |
* | | gr-dtv: Remove unnecessary memset() in LDPC encoder. | Ron Economos | 2020-06-11 | 1 | -2/+0 |
|/ |
|
* | gr-dtv: Align DVB scrambler lookup table for 64-bit access. | Ron Economos | 2020-04-27 | 1 | -1/+1 |
* | gr-dtv: added GRC C++ generation | Nicholas Corgan | 2020-04-21 | 52 | -0/+766 |
* | gr-dtv: Split dtv_swig.i file for less compiler memory usage. | Ron Economos | 2020-04-20 | 6 | -198/+289 |
* | dtv: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 4 | -29/+28 |
* | Remove VOLK as a submodule | Martin Braun | 2020-04-11 | 2 | -2/+1 |
* | global: remove boost ptr headers not needed | Thomas Habets | 2020-04-09 | 1 | -2/+0 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 52 | -52/+52 |
* | Change assert to static_assert, where possible | Thomas Habets | 2020-03-20 | 1 | -3/+4 |