aboutsummaryrefslogtreecommitdiffstats
path: root/gr-digital (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete unused variablesBastian Bloessl2019-09-051-1/+0
* Fix memset clearing non-trivial type gr_complex warnings in gcc-8Anders Kalør2019-08-221-2/+3
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-228-14/+14
* Use emplace_back(params) instead of push_back(type(params))Marcus Müller2019-08-221-5/+3
* clang-format: Ordering all the includesMarcus Müller2019-08-09103-154/+154
* Tree: clang-format without the include sortingMarcus Müller2019-08-09230-23010/+22103
* digital: constellation object yml errorJosh Morman2019-08-021-1/+2
* YAML: Convert Qt/digital GRC examples to YAMLJohannes Demel2019-07-231-2/+122
* digital: Fix GRC examples for YAML formatJohannes Demel2019-07-238-16249/+5369
* Fix for misc. documentation + trivial typosluz.paz2019-07-1710-10/+10
* Corrected framebits in dec_hdr block.Eric Johnson2019-07-172-2/+2
* grc: introduce flag 'show_id' to show block idBastian Bloessl2019-06-294-4/+4
* digital: Move enum tm_type from digital.core_est_cc to digitalVolker Schroer2019-06-186-10/+10
* QtGui: fix 'Show Msg Port' sliderPaul Boven2019-06-181-5/+3
* digital: default header format object template issuesJosh Morman2019-05-281-4/+4
* Add C++ generation support to gr-digitalArpit Gupta2019-03-3170-1/+732
* gitignore: ignore autogen files in example foldersJohannes Demel2019-03-241-0/+5
* digital: Convert GRC examples to YAML formatJohannes Demel2019-03-1717-39358/+11452
* digital: Convert GRC examples to YAML formatJohannes Demel2019-03-178-6018/+1878
* cmake: Update to modern CMake usageAndrej Rode2019-03-043-105/+26
* gr-digital: Prevent the clock tracking loop from generating negative estimatesAndy Walls2019-02-174-6/+16
* digital: Convert GRC examples to YAML formatJohannes Demel2019-01-276-13903/+4057
* digital: Fix Python 3 divide for tagged streams.Ron Economos2019-01-151-3/+3
* cmake: remove unused *_generated_swigs syntaxAndrej Rode2019-01-071-1/+0
* qa: Use random.seed(0) everywhere import random is usedMartin Braun2018-12-1913-1/+14
* cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* digital: HPD QA uses fixed random.seed(0)Martin Braun2018-12-161-0/+1
* digital: Fix some Pylint warnings in qa_header_payload_demux.pyMartin Braun2018-12-161-77/+86
* digital: Fix ofdm_sync_sc_cfb QA flakinessMartin Braun2018-12-161-40/+49
* digital: ofdm: grc: Fix cyclic prefixer GRC bindingsRon Economos2018-12-111-2/+1
* nomalizing of constellation points is made configurableChristoph Mayer2018-12-032-17/+26
* Fix compiler warnings about unsigned / signed comparisonsVolker Schroer2018-11-242-3/+3
* Replaced srand (non-threadsafe) and constant seed instead of time(null)Marcus Müller2018-11-221-24/+24
* grc: Fixed the "Show Msg Ports" optionHåkon Vågsether2018-11-221-1/+1
* digital: fix OFDM CA 'output_is_shifted' parameter use in GRC and documentationMichael Dickens2018-11-172-3/+10
* digital: fix coverity issue regarding passing reference to arrayAndrej Rode2018-11-121-3/+4
* CMake: remove duplicately installed filesMarcus Müller2018-11-121-1/+0
* runtime: gr_threading clutch obsolete; remove it and its usageMarcus Müller2018-11-122-6/+6
* replace scipy by numpy in GRC examplesMarcus Müller2018-11-021-3/+3
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-026-71/+57
* Cosmetic change to additive_scrambler_bb_impl.ccDaniel Grambihler2018-11-021-1/+1
* Fix invalid escape sequences.Clayton Smith2018-11-011-1/+1
* Update links to https://www.gnuradio.orgClayton Smith2018-10-281-1/+1
* Convert tabs to spaces and fix syntax errors.Clayton Smith2018-10-043-26/+26
* Un-break Constellation Object and Constellation Rect ObjectHåkon Vågsether2018-10-042-4/+4
* blocks: use this-> to access member variable in templateAndrej Rode2018-09-011-2/+2
* digital: cleanup pkt.py removalAndrej Rode2018-09-011-1/+0
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-31328-24307/+6028
|\
| * Killing gengen: Merge branch 'cxx_templates_next' into nextMarcus Müller2018-08-2913-223/+248
| |\
| | * filter: replace gengen with C++ templatesAndrej Rode2018-08-253-10/+8