summaryrefslogtreecommitdiff
path: root/gr-blocks
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'python3_fix' into nextAndrej Rode2018-06-24354-8392/+5916
|\
| * python: Py3k compatAndrej Rode2018-06-231-2/+2
| * Added auto-generated YAML blocksHåkon Vågsether2017-10-10273-7782/+5202
| * Merge branch 'next' into python3Johnathan Corgan2017-10-056-72/+135
| |\
| * \ Merge branch 'next' into python3Johnathan Corgan2017-09-221-1/+1
| |\ \
| * \ \ Merge branch 'next' into python3Johnathan Corgan2017-08-271-5/+5
| |\ \ \
| * \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-08-274-9/+46
| |\ \ \ \
| * \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-08-273-4/+21
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-08-031-0/+25
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-07-201-0/+10
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-07-136-3/+110
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-06-276-49/+15
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-06-225-5/+146
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-06-224-25/+130
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-06-072-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-05-151-41/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-04-172-9/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-04-039-0/+373
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-03-279-0/+338
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-03-223-9/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-03-1613-308/+492
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2682-595/+704
* | | | | | | | | | | | | | | | | | | | Revert codespelling fixes for xml filesAndrej Rode2018-06-232-2/+2
* | | | | | | | | | | | | | | | | | | | cleanup: add missing includes + reorder qtgui includes correctlyAndrej Rode2018-03-041-0/+1
* | | | | | | | | | | | | | | | | | | | file_source: add optional offset (in items) and len (in items)Jeff Long2018-02-088-256/+453
* | | | | | | | | | | | | | | | | | | | qa_file_source_sink.py: create file_source after file has been populatedJeff Long2018-02-081-9/+8
* | | | | | | | | | | | | | | | | | | | blocks: hier_block2 now throws RuntimeError instead of ValueError on misuseAndrej Rode2018-02-061-14/+14
* | | | | | | | | | | | | | | | | | | | Merge branch 'master' into nextMartin Braun2018-02-0315-14/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'maint'Martin Braun2018-02-031-3/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Use type-generic or float versions of cmath functions where appropriate.Marcus Müller2018-02-031-3/+4
| * | | | | | | | | | | | | | | | | | | | socket_pdu_impl: garbage collect closed tcp_connectionsJeff Long2018-02-032-0/+13
| * | | | | | | | | | | | | | | | | | | | Comment typo fixing.luz.paz2018-02-038-10/+10
| * | | | | | | | | | | | | | | | | | | | Rename subdir doc to docs where appropriateBogdan Radulescu2018-02-034-1/+1
* | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-10-056-72/+135
|\| | | | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | blocks: fix signedness issues in moving_averageJohnathan Corgan2017-10-051-2/+2
| * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'github/pr/1462'Johnathan Corgan2017-10-055-45/+91
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'blocks_moving_average_vector_operation' of https://github.com/m...Marcus Müller2017-09-261-5/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | removed zeroing in favour of just setting the first element in the sumMarcus Müller2017-09-121-5/+7
| | * | | | | | | | | | | | | | | | | | | | improved order of includes (standards last)Marcus Müller2017-09-261-1/+1
| | * | | | | | | | | | | | | | | | | | | | removed print debugging in QA testMarcus Müller2017-09-261-5/+0
| | |/ / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | Added a vector operation mode to the moving averageMarcus Müller2017-09-085-23/+102
| * | | | | | | | | | | | | | | | | | | | Merge branch 'maint'Johnathan Corgan2017-10-052-49/+66
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'github/pr/1476' into maintJohnathan Corgan2017-10-051-49/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | runtime: Moved block-by-block setup_rpc() calls to the end of the flatten_aux...Jacob Gilbert2017-10-041-49/+1
| | * | | | | | | | | | | | | | | | | | | | [gr-blocks] improve moving_average unit testSebastian Müller2017-09-301-0/+65
| | |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | / Merge branch 'master' into nextJohnathan Corgan2017-09-221-1/+1
|\| | | | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'maint'Johnathan Corgan2017-09-221-1/+1
| |\| | | | | | | | | | | | | | | | | | | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | tuntap_pdu: use MTU+14 byte receive buffer for TAP to be able to receive MTU ...Miklos Maroti2017-09-221-1/+1
* | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'github/pr/1432' into nextJohnathan Corgan2017-08-271-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | renamed fractional_{resampler|interpolator} to mmse_Marcus Müller2017-08-181-5/+5
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |