aboutsummaryrefslogtreecommitdiffstats
path: root/gr-blocks (follow)
Commit message (Expand)AuthorAgeFilesLines
* blocks: document the supported operations in transcendentalMarcus Müller2022-01-032-1/+20
* 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-2422-121/+198
* logging core: replace log4cpp by spdlogMarcus Müller2021-11-192-27/+28
* runtime: Custom Buffer/Accelerator Device Support - Milestone 1David Sorber2021-10-252-1/+3
* blocks: Add XMLRPC examplesmuaddib19842021-10-254-7/+452
* blocks: message strobe - add unit testlenhart2021-10-222-0/+121
* global: Replace stdio logging with loggerDavid Winter2021-10-212-54/+63
* examples: Repair all examples affected by commit 91e9ddf.Ron Economos2021-10-118-60/+60
* runtime: fix pybind of get_tags_in_window mormj2021-09-291-1/+4
* gr-blocks: Fix cpp support for unpacked to packedSolomon Tan2021-09-241-1/+3
* IWYU: iomanip, iostream, sstreamMarcus Müller2021-09-072-1/+4
* modules: include boost/format where usedMarcus Müller2021-09-0718-0/+18
* gr-blocks: use correct namespace for nco and vco in benchmarksJeff Long2021-08-232-10/+12
* c++ generation: escape "." in translationsJeff Long2021-07-274-4/+4
* blocks: use common precompiled headersMarcus Müller2021-07-191-1/+10
* digital: pack_k_bits propagate tags correctlyJason Uher2021-07-194-2/+94
* digital/throttle: Make GRC output port optionalMarcus Müller2021-07-191-0/+1
* blocks: Throttle consume-only modeMarcus Müller2021-07-193-4/+16
* blocks: tagged_file_sink: don't sort; get_tags_in_range is already sortedMarcus Müller2021-07-191-3/+0
* blocks: add matrix interleaver blockJaredD2021-07-198-0/+533
* blocks: zero-output, zero-copy Head modeMarcus Müller2021-06-284-5/+19
* global: automatically remove unused boost includesMarcus Müller2021-06-222-2/+1
* testing: rm dependencies from disabled components in blocks/runtime testsMarcus Müller2021-06-191-1/+5
* blocks: annotator_alltoall: include <sstream>, not cstring; reduce PMT overheadMarcus Müller2021-06-171-2/+2
* global: remove unused <iomanip>, fix other includes in affected files when obviousMarcus Müller2021-06-175-7/+1
* logging: remove <iostream> from logger.h, add where consequently missingMarcus Müller2021-06-171-0/+2
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-1710-10/+0
* 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
* gr-blocks: Standardize Vector parameter nameSolomon Tan2021-05-1971-74/+74
* blocks: use VOLK popcnt implementations for count_bitsNicholas Corgan2021-05-133-15/+15
* blocks: remove tcp/udp qaJosh Morman2021-04-212-232/+0
* blocks: remove deprecated network blocksJosh Morman2021-04-2123-1332/+0
* Store tag key on a static variableIgor Freire2021-04-171-1/+2
* Remove #if 0Igor Freire2021-04-171-7/+0
* blocks: Add msg port to set rotator's phase incIgor Freire2021-04-176-12/+470
* runtime, blocks, network: Clean up use of Win headers, fix stream_pdu.Ryan Volz2021-04-172-25/+2
* blocks: message_debug: mutex getting the stored message countMarcus Müller2021-03-231-1/+5
* blocks: message_debug: avoid refcount modification in 'hot' PMT handlingMarcus Müller2021-03-232-11/+13
* blocks: message_debug: vector indices are size_t, not signed intMarcus Müller2021-03-234-8/+8
* blocks: replace ::bind with lambdaMarcus Müller2021-03-202-2/+2
* gr-blocks: remove pdu blocksJacob Gilbert2021-03-1867-3340/+72
* gr-blocks: Fix Remove DC Spike AutoSync block.Ron Economos2021-03-161-4/+6
* gr-blocks: deprecate print_pdu port of message_debug blockJacob Gilbert2021-02-254-36/+40
* MSVC: get rid of unused workaround headersMarcus Müller2021-02-232-8/+11
* removed ssize_t, which is not standard C, and we're a C++ projectMarcus Müller2021-02-234-14/+18
* gr-blocks: remove indexing in file source cpp templatekarel2021-02-231-1/+1
* digital: packed<->unpacked: check chunk sizes, incl. NDBEBUG buildsMarcus Müller2021-02-182-14/+19