aboutsummaryrefslogtreecommitdiffstats
path: root/gr-blocks (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: remove unused compile/header checksMarcus Müller2021-02-181-42/+0
* gr-blocks: Update message debug error handling on Print PDU portJacob Gilbert2021-02-131-1/+2
* gr-blocks: Fix control loop set_frequency() bounds check.David Pi2021-02-121-2/+2
* gr-blocks: tuntap_pdu: change char array size to fix warning on strncpyJeff Long2021-02-111-4/+6
* Remove unneeded boost includes and avoid boost depreciated warningsVolker Schroer2021-02-071-1/+0
* Removing unused <cerrno> (and includes found on the way)Marcus Müller2021-01-283-18/+0
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-1945-56/+50
* File Source: handle EOF for non-seekable filesJeff Long2021-01-151-6/+15
* blocks: Use templates more efficiently in add_blkJohannes Demel2021-01-141-22/+35
* gr-blocks qa for peak_detector2: fix result type in test5Jeff Long2021-01-121-2/+2
* peak_detector2: (Hopefully) correct fix for #3345rear10192021-01-112-10/+22
* peak_detector2: Make the recently added test case failrear10192021-01-111-3/+3
* peak_detector2: bug fix and add a test caseCallyan2021-01-112-1/+28
* peak_detector2: Return correct number of consumed itemsrear10192021-01-111-1/+1
* gr-blocks: fix default length with list in Stream Mux and Demux ymlAdrien Michel2021-01-112-2/+2
* gr-blocks: Check fseek() for failureZackery Spytz2021-01-111-3/+9
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-043-8/+8
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-181-1/+1
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-181-1/+1
* gr-blocks: Fix file source block large file handling for Windows.Ron Economos2020-12-181-2/+2
* build: Remove clang override warnings.Ron Economos2020-12-076-22/+22
* build: Remove clang unused variable warnings.Ron Economos2020-12-071-4/+0
* rotator: add getter rotator::phase()Jeff Long2020-11-252-1/+5
* gr-blocks: Add example flowgraphs for Stream Mux/Demux blocks.David Pi2020-11-043-124/+769
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-03110-319/+325
* Add `override` for common virtual function overridesThomas Habets2020-11-03143-169/+165
* 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-297-10/+10
* pybind: add implicit conversion from int to enummormj2020-10-284-0/+8
* blocks: use posix_fadvise to tell OS about sequential access and prefetchMarcus Müller2020-10-281-1/+28
* blocks: improvements to the message_debug blockJacob Gilbert2020-10-246-40/+92
* blocks: prevent losing rx_time precision in gr_read_file_metadataDaniel Estévez2020-10-201-3/+12
* gr-blocks: Stream Mux C++ improvementsDavid Pi2020-10-202-15/+14
* blocks: comment fix, typo in complex_to_real.h, complex_to_imag.hPaul Boven2020-10-124-6/+6
* 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-2512-2/+661
* gr-blocks: Fix wavfile sink and source block performance issues.Ron Economos2020-09-254-27/+46
* gr-blocks: More graceful error handling of missing sndfile dependency.Ron Economos2020-09-207-13/+66
* blocks: selector: update to only forecast active inputmormj2020-09-141-1/+2
* blocks: align output tags in selector blockmormj2020-09-091-0/+14
* blocks/correctiq: Clean up member initializationThomas Habets2020-09-095-17/+22
* blocks/correctiq: Remove manual memory management & add constThomas Habets2020-09-096-85/+41
* add an option to enable/disable examplesGwenhael Goavec-Merou2020-09-021-1/+3
* gr-blocks: Transition the WAV sink and source blocks to libsndfile.Ron Economos2020-09-0117-657/+404
* blocks: fix typo, artifact of log2_l_type renamingmormj2020-08-241-1/+1
* blocks: remove log2_constMarcus Müller2020-08-148-190/+18
* blocks/tcp_connection: Move vector size to initializerThomas Habets2020-08-141-2/+1
* blocks/tcp_connection: Remove manual memory managementThomas Habets2020-08-142-14/+6