summaryrefslogtreecommitdiff
path: root/gr-channels
Commit message (Expand)AuthorAgeFilesLines
* pybind: add hash check to binding file creation (#3472)mormj2020-06-049-9/+73
* channels: add pybind11 bindingsJosh Morman2020-06-0420-9/+1132
* pybind: removal of swig componentsJosh Morman2020-06-043-80/+0
* Remove VOLK as a submoduleMartin Braun2020-04-111-1/+0
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-018-8/+8
* Replace BOOST_FOREACH with C++11 range forThomas Habets2020-03-272-6/+6
* Update license header to SPDX formatdevnulling2020-01-2740-520/+40
* examples: fixup cmake files to include all examplesdevnulling2020-01-221-4/+4
* channels: doxygen correctionsValerii Zapodovnikov2020-01-161-4/+3
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-042-4/+4
* channels: models' random facilities use C++11 (minus boost)Marcus Müller2020-01-029-53/+38
* channels: selective_fading_model include cleanupMarcus Müller2020-01-022-10/+0
* channels: flat_fader random facilities use C++11 (minus boost)Marcus Müller2020-01-022-25/+17
* channels: Remove some star imports to replace them with explicit namesAntetokounpo2020-01-022-14/+14
* clang-format: Ordering all the includesMarcus Müller2019-08-0913-36/+36
* sincostable: Include what you use: <vector>Marcus Müller2019-08-091-0/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-0928-1672/+1820
* channel: Convert last GRC example to YAML formatJohannes Demel2019-07-231-762/+418
* Fix for misc. documentation + trivial typosluz.paz2019-07-174-4/+4
* Issue #1974 Reduce the history from ntaps+1 to ntapsJosh Morman2019-05-234-8/+8
* cmake: Update to modern CMake usageAndrej Rode2019-03-043-83/+23
* channels: Convert GRC flowgraphs to YAML formatJohannes Demel2019-01-156-7235/+3121
* includes: use quotes for local includesAndrej Rode2019-01-078-11/+11
* cmake: remove unused *_generated_swigs syntaxAndrej Rode2019-01-071-1/+0
* cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* channels: Fix GRC bindings for channel modelMartin Braun2018-11-231-3/+1
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3171-1162/+1420
|\
| * cmake: remove unused generated_includes targetsAndrej Rode2018-08-261-2/+1
| * blocks/analog: includes for C++ templatesAndrej Rode2018-08-255-16/+16
| * blocks: replace gengen with C++ templatesAndrej Rode2018-08-253-3/+3
| * Cleaned up lots of blocksHåkon Vågsether2018-08-255-12/+33
| * channels: Restrict docs in iqbal yaml to multiline stringAndrej Rode2018-07-301-8/+7
| * Additional YML forward port fixesHåkon Vågsether2018-07-301-3/+2
| * grc: forward port fixes from master XML to block.yaml definitionsAndrej Rode2018-07-301-1/+38
| * Merge branch 'next_python3' into nextMarcus Müller2018-06-2550-1102/+870
| |\
| | * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2450-1102/+870
| | |\
| | | * Added auto-generated YAML blocksHåkon Vågsether2017-10-1037-1080/+831
| | | * Merge branch 'next' into python3Johnathan Corgan2017-08-276-8/+8
| | | |\
| | | * | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2613-22/+39
| * | | | math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-176-32/+37
| |/ / /
| * | | Merge branch 'master' into nextMartin Braun2018-02-035-2/+2
| |\ \ \ | | |_|/ | |/| |
| * | | renamed fractional_{resampler|interpolator} to mmse_Marcus Müller2017-08-186-8/+8
| | |/ | |/|
| * | cmake: nuke cpack from existenceJohnathan Corgan2016-08-037-43/+3
| * | Merge branch 'master' into nextJohnathan Corgan2016-06-201-1/+1
| |\ \
| * | | channels: clean up some of the fader normalization values and storage sizesTim O'Shea2016-06-061-6/+6
| * | | channels: provide CSI via message ports optionallyTim O'Shea2016-06-042-0/+14
| * | | channels: adding selective fading model 2 (PDP slowly changes without bounds ...Tim O'Shea2016-06-049-1/+502
| * | | channels: generate fading taps in blocks for minor speedupTim O'Shea2016-06-044-21/+43
| * | | channels: update LOS model to reflect NLOS changes to long term modelsTim O'Shea2016-06-041-7/+6
| * | | channels: ensure flat fader behaves appropriately on long runsTim O'Shea2016-06-041-27/+17