aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GRC: update cloned port's dtypeGlenn Richardson2019-09-201-0/+1
* grc: enable advanced parametersBastian Bloessl2019-09-191-12/+12
* grc: option toggle the show id on all blocksJosh Morman2019-09-175-2/+21
* fft_shift: use unit test macros that exist in Boost 1.53Ryan Schutt2019-09-051-3/+21
* fec: do not use deprecated register specifierBastian Bloessl2019-09-051-1/+1
* fec: delete unnecessary forward declartionBastian Bloessl2019-09-051-1/+0
* qtgui: do not override parent functionBastian Bloessl2019-09-054-48/+0
* qtgui: use std::move for return valuesBastian Bloessl2019-09-052-4/+4
* delete unused variablesBastian Bloessl2019-09-0514-20/+6
* runtime: indicate that destructor of local_sighandler might throwBastian Bloessl2019-09-052-2/+2
* ctrlport: do not store references to stack variablesBastian Bloessl2019-09-051-9/+9
* runtime: delete bogus parent class form msg_accepter_msgqBastian Bloessl2019-09-051-1/+1
* zeromq: fix inconsistent use of overrideBastian Bloessl2019-09-0510-14/+14
* fft: fix spelling of blakcman to blackman in docsNathan West2019-09-051-1/+1
* Improve GRC YAML templateAnders Kalør2019-08-291-15/+17
* Make Id visible in Tab_widgetVolker Schroer2019-08-291-1/+1
* runtime: fixup errors from clang-tidy changesBastian Bloessl2019-08-282-2/+2
* ctrlport: python callbacks use python3 unicode stringsBastian Bloessl2019-08-281-0/+4
* ctrlport: qa use new apiBastian Bloessl2019-08-283-14/+7
* Fix typo that creates build issues with GR dependenciesEmmanuel Blot2019-08-261-1/+1
* Added qwt name in FindQwt.cmake necessary in some Linux DistrosJan Kraemer2019-08-231-1/+1
* Fix memset clearing non-trivial type gr_complex warnings in gcc-8Anders Kalør2019-08-229-34/+41
* 3.9. OOT needs to rely on 3.9Marcus Müller2019-08-221-1/+1
* Removed double import of numpy in gr_filter_designJan Kraemer2019-08-221-40/+39
* Fixed gr_filter fftpack usage with numpy >= 1.17Jan Kraemer2019-08-221-2/+13
* runtime: add msg ports to dot graph and use unique namesBastian Bloessl2019-08-221-1/+7
* runtime: update flaky qa test to 3.8 schedulerBastian Bloessl2019-08-221-7/+1
* runtime: block gateway shadowed system portBastian Bloessl2019-08-221-1/+5
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-2261-104/+110
* Use emplace_back(params) instead of push_back(type(params))Marcus Müller2019-08-2214-215/+206
* clang-tidy: Edit config to include checks that have been executedMarcus Müller2019-08-221-2/+3
* clang-tidy fileMarcus Müller2019-08-221-0/+9
* Fix a typo in the YAML for Polyphase ChannelizerClayton Smith2019-08-191-1/+2
* clang-tidy: misc-throw-by-value-catch-by-referenceAnders Kalør2019-08-153-4/+3
* Fix another source typoluz.paz2019-08-101-5/+5
* Fix for source typosluz.paz2019-08-107-15/+15
* Fix for more misc typosluz.paz2019-08-1010-17/+17
* master: updating version to be 3.9.0.0-gitMarcus Müller2019-08-101-2/+2
* Prepared Changelog for master development aiming for 3.9Marcus Müller2019-08-101-0/+2
* Release 3.8.0.0v3.8.0.0Marcus Müller2019-08-091-1/+1
* synoptic ChangelogMarcus Müller2019-08-091-19/+102
* clang-format: Ordering all the includesMarcus Müller2019-08-09793-1290/+1288
* sincostable: Include what you use: <vector>Marcus Müller2019-08-091-0/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091836-158700/+161345
* clang-format: required clang-format version 7.0.1, no includes sortingMarcus Müller2019-08-091-3/+3
* VOLK: update submodule pointer to 2.0.0Marcus Müller2019-08-091-0/+0
* modtool: Check for dependencies in gr-utils' CMakeListsHåkon Vågsether2019-08-091-0/+26
* modtool: Remove checking for click in CMakeListsHåkon Vågsether2019-08-091-23/+0
* grc: prevent scrolling to top of canvasJosh Morman2019-08-071-1/+6
* modtool: restore rm functionalityJosh Morman2019-08-051-1/+3