| Commit message (Expand) | Author | Age | Files | Lines |
* | analog: remap enums in yml from int to raw for pybind compatibility | Josh Morman | 2020-06-04 | 3 | -3/+3 |
* | msg_handler: Use lambdas in most components | Johannes Demel | 2020-06-04 | 1 | -1/+1 |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 34 | -34/+298 |
* | analog: change waveform grc type to enum | Josh Morman | 2020-06-04 | 1 | -1/+1 |
* | analog: add pybind11 bindings | Josh Morman | 2020-06-04 | 79 | -30/+3954 |
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 3 | -168/+0 |
* | analog/dpll: remove unused printf debugging, include | Marcus Müller | 2020-04-13 | 1 | -8/+0 |
* | Remove VOLK as a submodule | Martin Braun | 2020-04-11 | 1 | -1/+0 |
* | analog/ctcss_squelsh_ff: Add const where applicable | Thomas Habets | 2020-04-10 | 2 | -8/+6 |
* | analog: Remove manual memory management | Thomas Habets | 2020-04-10 | 5 | -21/+16 |
* | runtime: Use nanosecond resolution for default random seed | Thomas Habets | 2020-04-10 | 1 | -2/+4 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 27 | -27/+27 |
* | gr-digital: Improve PLL Loops and Clock Recovery | ghostop14 | 2020-02-15 | 6 | -68/+58 |
* | runtime/math: unclutter GR_M_ math constant defines | Marcus Müller | 2020-02-14 | 5 | -12/+12 |
* | gr-analog: clean up examples | Clayton Smith | 2020-02-03 | 3 | -1954/+1518 |
* | gr-analog: fix default gain in quadrature demod | Clayton Smith | 2020-02-03 | 1 | -1/+1 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 139 | -1807/+139 |
* | examples: move fm examples to analog, rm dupe dial_tone | devnulling | 2020-01-21 | 4 | -0/+2022 |
* | analog: Add some documentation to squelch blocks | Alba Mendez | 2020-01-02 | 4 | -3/+20 |
* | analog: Fix C++ generation | Terry May | 2020-01-02 | 6 | -5/+13 |
* | analog: fix test for byte signal source | Nicolas Cuervo | 2020-01-02 | 1 | -2/+4 |
* | Fix clipping in WFM receiver | Clayton Smith | 2019-10-19 | 1 | -2/+1 |
* | Fix for more misc typos | luz.paz | 2019-08-10 | 2 | -2/+2 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 14 | -14/+14 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 94 | -4103/+3941 |
* | Add basic tests for FM preemphasis and deemphasis | Clayton Smith | 2019-07-29 | 1 | -0/+65 |
* | Fix division by zero in fm_preemph | Clayton Smith | 2019-07-27 | 1 | -1/+1 |
* | analog: Make phase parameter of analog sig source available in GRC | Volker Schroer | 2019-06-15 | 1 | -2/+8 |
* | analog: am_demod: Introduce passband parameter checks in GRC bindings | Volker Schroer | 2019-05-28 | 1 | -0/+4 |
* | analog: correct errors of automatic conversion script in fm_preemph | Andrej Rode | 2019-05-22 | 1 | -1/+2 |
* | gr-analog: sig source byte support mode, added qa tests #1994 | Eral Tuerkyilmaz | 2019-04-19 | 6 | -7/+37 |
* | gitignore: ignore autogen files in example folders | Johannes Demel | 2019-03-24 | 1 | -0/+1 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 3 | -81/+21 |
* | gr-analog: Fix typo in documentation | Johannes Schmitz | 2019-03-04 | 1 | -1/+1 |
* | gr-analog: Fix typo in documentation | Johannes Schmitz | 2019-03-04 | 1 | -1/+1 |
* | analog: Convert flowgraphs to YAML format | Johannes Demel | 2019-01-12 | 1 | -1675/+481 |
* | cmake: remove unused *_generated_swigs syntax | Andrej Rode | 2019-01-07 | 1 | -1/+1 |
* | Merge the polished results from the 2017 GSoC "C++ Code Generation with GRC" | Andrej Rode | 2018-12-29 | 34 | -2/+223 |
|\ |
|
| * | Updated C++ header file names for gr-analog blocks | Håkon Vågsether | 2018-12-18 | 3 | -3/+3 |
| * | grc: add flags as a list | Andrej Rode | 2018-12-18 | 34 | -36/+36 |
| * | Added C++ support to gr-analog, gr-blocks and grc | Håkon Vågsether | 2018-12-18 | 34 | -2/+223 |
* | | cmake: Only go into grc/ subdirs when ENABLE_GRC=ON | Martin Braun | 2018-12-17 | 1 | -1/+3 |
* | | analog: Fix Doxygen warnings | Martin Braun | 2018-12-12 | 2 | -2/+3 |
|/ |
|
* | analog: sig_source: Add phase parameter | Adrian Suciu | 2018-11-15 | 3 | -6/+49 |
* | Use raw strings for regexp and docstrings that have desired backslashes | Brennan Ashton | 2018-11-12 | 1 | -2/+2 |
* | CMake: remove duplicately installed files | Marcus Müller | 2018-11-12 | 1 | -1/+0 |
* | gr-analog: fixed analog_random_source bug | Marc L | 2018-11-09 | 1 | -1/+5 |
* | Replace scipy/pylab where numpy/pyplot is sufficient | Marcus Müller | 2018-11-02 | 1 | -20/+14 |
* | Wrap map with list for analog_random_source block. Fixes #2036 | Brennan Ashton | 2018-11-01 | 1 | -2/+2 |
* | docs: fixed docstring for nbfm tx and rx | Marc Lichtman | 2018-10-29 | 2 | -35/+33 |