aboutsummaryrefslogtreecommitdiffstats
path: root/gr-channels (follow)
Commit message (Expand)AuthorAgeFilesLines
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
* gr-channels: fix "hide" expressions in yml filesJeff Long2021-07-165-5/+5
* gr-channels & gr-wavelet: Free from boost! 🥳Marcus Müller2021-06-222-3/+0
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-174-4/+0
* channels: Clean up the hardware impairments blockMartin Braun2021-05-173-33/+44
* filter: remove deprecated mmse_interpolatorJosh Morman2021-04-211-1/+0
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+1
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-184-6/+6
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-184-6/+6
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-038-76/+76
* Add `override` for common virtual function overridesThomas Habets2020-11-035-6/+6
* qa: run autopep8 formatting on qa python filesmormj2020-10-302-3/+7
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-302-2/+2
* add an option to enable/disable examplesGwenhael Goavec-Merou2020-09-021-1/+3
* channels: Remove manual memory managementThomas Habets2020-08-146-57/+53
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-0310-15/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-308-27/+27
* 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