summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks
Commit message (Expand)AuthorAgeFilesLines
* blocks: document the supported operations in transcendentalMarcus Müller2022-01-031-1/+1
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* qa: update tests to work with OpenEmbeddedPhilip Balister2021-12-034-12/+10
* blocks: pep8 formattingJosh Morman2021-11-2418-110/+181
* logging core: replace log4cpp by spdlogMarcus Müller2021-11-191-22/+22
* blocks: message strobe - add unit testlenhart2021-10-222-0/+121
* runtime: fix pybind of get_tags_in_window mormj2021-09-291-1/+4
* digital: pack_k_bits propagate tags correctlyJason Uher2021-07-192-2/+76
* blocks: Throttle consume-only modeMarcus Müller2021-07-191-1/+1
* blocks: add matrix interleaver blockJaredD2021-07-194-0/+127
* blocks: zero-output, zero-copy Head modeMarcus Müller2021-06-281-1/+1
* global: automatically remove unused boost includesMarcus Müller2021-06-221-1/+1
* testing: rm dependencies from disabled components in blocks/runtime testsMarcus Müller2021-06-191-1/+5
* blocks: improvements to var/msg blocksJacob Gilbert2021-06-072-16/+31
* gr-blocks: Add missing pybind11 binding for Phase Shift block.Ron Economos2021-06-041-0/+1
* blocks: use VOLK popcnt implementations for count_bitsNicholas Corgan2021-05-131-2/+2
* blocks: remove tcp/udp qaJosh Morman2021-04-212-232/+0
* blocks: remove deprecated network blocksJosh Morman2021-04-218-290/+0
* blocks: Add msg port to set rotator's phase incIgor Freire2021-04-172-2/+327
* blocks: message_debug: vector indices are size_t, not signed intMarcus Müller2021-03-231-1/+1
* gr-blocks: remove pdu blocksJacob Gilbert2021-03-1825-1023/+64
* gr-blocks: deprecate print_pdu port of message_debug blockJacob Gilbert2021-02-251-2/+2
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-194-4/+4
* gr-blocks qa for peak_detector2: fix result type in test5Jeff Long2021-01-121-2/+2
* peak_detector2: Make the recently added test case failrear10192021-01-111-3/+3
* peak_detector2: bug fix and add a test caseCallyan2021-01-111-0/+26
* rotator: add getter rotator::phase()Jeff Long2020-11-251-1/+4
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-1/+1
* qa: run autopep8 formatting on qa python filesmormj2020-10-3077-1326/+1824
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-3074-76/+73
* Fix typos throughout the codeluzpaz2020-10-294-7/+7
* pybind: add implicit conversion from int to enummormj2020-10-284-0/+8
* blocks: improvements to the message_debug blockJacob Gilbert2020-10-242-2/+13
* blocks: prevent losing rx_time precision in gr_read_file_metadataDaniel Estévez2020-10-201-3/+12
* blocks: comment fix, typo in complex_to_real.h, complex_to_imag.hPaul Boven2020-10-122-4/+4
* gr-blocks: Add missing methods to Add Const block pybind11 binding.Ron Economos2020-10-081-1/+3
* gr-blocks: Add missing methods to Multiply Const block pybind11 binding.Ron Economos2020-10-071-1/+3
* blocks: New block 'Stream Demux'David Pi2020-09-255-2/+367
* gr-blocks: More graceful error handling of missing sndfile dependency.Ron Economos2020-09-203-3/+17
* blocks/correctiq: Clean up member initializationThomas Habets2020-09-092-2/+2
* gr-blocks: Transition the WAV sink and source blocks to libsndfile.Ron Economos2020-09-017-55/+52
* blocks: remove log2_constMarcus Müller2020-08-144-94/+0
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-0312-16/+0
* Move from SWIG to Pybind11Marcus Müller2020-06-19373-751/+14483
|\
| * pybind: add hash check to binding file creation (#3472)mormj2020-06-04165-163/+1543
| * pybind: run clang-formatJosh Morman2020-06-041-7/+6
| * blocks: add pybind11 bindingsJosh Morman2020-06-04370-534/+13104
| * blocks: remove bin_statistics_f block due to swig dependenceJosh Morman2020-06-041-217/+0
* | blocks: qa_moving_average used tuple eq. for lists in pybind11Marcus Müller2020-06-191-1/+1
* | blocks/moving_average: use vector functionsThomas Habets2020-06-151-3/+32
|/