| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 1 | -0/+3 |
* | channels: pep8 formatting | Josh Morman | 2021-11-24 | 9 | -119/+141 |
* | examples: Repair all examples affected by commit 91e9ddf. | Ron Economos | 2021-10-11 | 6 | -48/+48 |
* | channels: Fix bad initialization of RNG seeds | Matt Ettus | 2021-09-27 | 1 | -5/+9 |
* | classic modules: use common precompiled headers | Marcus Müller | 2021-07-19 | 1 | -0/+4 |
* | gr-channels: fix "hide" expressions in yml files | Jeff Long | 2021-07-16 | 5 | -5/+5 |
* | gr-channels & gr-wavelet: Free from boost! 🥳 | Marcus Müller | 2021-06-22 | 2 | -3/+0 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 4 | -4/+0 |
* | channels: Clean up the hardware impairments block | Martin Braun | 2021-05-17 | 3 | -33/+44 |
* | filter: remove deprecated mmse_interpolator | Josh Morman | 2021-04-21 | 1 | -1/+0 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -1/+1 |
* | replace fft.window.WIN_ with window.win_ and include in grc default import | Josh Morman | 2020-12-18 | 4 | -6/+6 |
* | global replace of firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 4 | -6/+6 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 8 | -76/+76 |
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 5 | -6/+6 |
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 2 | -3/+7 |
* | qa: remove xml file parameter causing deprecation warnings | mormj | 2020-10-30 | 2 | -2/+2 |
* | add an option to enable/disable examples | Gwenhael Goavec-Merou | 2020-09-02 | 1 | -1/+3 |
* | channels: Remove manual memory management | Thomas Habets | 2020-08-14 | 6 | -57/+53 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 10 | -15/+0 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 8 | -27/+27 |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 9 | -9/+73 |
* | channels: add pybind11 bindings | Josh Morman | 2020-06-04 | 20 | -9/+1132 |
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 3 | -80/+0 |
* | Remove VOLK as a submodule | Martin Braun | 2020-04-11 | 1 | -1/+0 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 8 | -8/+8 |
* | Replace BOOST_FOREACH with C++11 range for | Thomas Habets | 2020-03-27 | 2 | -6/+6 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 40 | -520/+40 |
* | examples: fixup cmake files to include all examples | devnulling | 2020-01-22 | 1 | -4/+4 |
* | channels: doxygen corrections | Valerii Zapodovnikov | 2020-01-16 | 1 | -4/+3 |
* | Replace many `const` variables with `constexpr` | Thomas Habets | 2020-01-04 | 2 | -4/+4 |
* | channels: models' random facilities use C++11 (minus boost) | Marcus Müller | 2020-01-02 | 9 | -53/+38 |
* | channels: selective_fading_model include cleanup | Marcus Müller | 2020-01-02 | 2 | -10/+0 |
* | channels: flat_fader random facilities use C++11 (minus boost) | Marcus Müller | 2020-01-02 | 2 | -25/+17 |
* | channels: Remove some star imports to replace them with explicit names | Antetokounpo | 2020-01-02 | 2 | -14/+14 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 13 | -36/+36 |
* | sincostable: Include what you use: <vector> | Marcus Müller | 2019-08-09 | 1 | -0/+1 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 28 | -1672/+1820 |
* | channel: Convert last GRC example to YAML format | Johannes Demel | 2019-07-23 | 1 | -762/+418 |
* | Fix for misc. documentation + trivial typos | luz.paz | 2019-07-17 | 4 | -4/+4 |
* | Issue #1974 Reduce the history from ntaps+1 to ntaps | Josh Morman | 2019-05-23 | 4 | -8/+8 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 3 | -83/+23 |
* | channels: Convert GRC flowgraphs to YAML format | Johannes Demel | 2019-01-15 | 6 | -7235/+3121 |
* | includes: use quotes for local includes | Andrej Rode | 2019-01-07 | 8 | -11/+11 |
* | cmake: remove unused *_generated_swigs syntax | Andrej Rode | 2019-01-07 | 1 | -1/+0 |
* | cmake: Only go into grc/ subdirs when ENABLE_GRC=ON | Martin Braun | 2018-12-17 | 1 | -1/+3 |
* | channels: Fix GRC bindings for channel model | Martin Braun | 2018-11-23 | 1 | -3/+1 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 71 | -1162/+1420 |
|\ |
|
| * | cmake: remove unused generated_includes targets | Andrej Rode | 2018-08-26 | 1 | -2/+1 |
| * | blocks/analog: includes for C++ templates | Andrej Rode | 2018-08-25 | 5 | -16/+16 |