| Commit message (Expand) | Author | Age | Files | Lines |
* | blocks: document the supported operations in transcendental | Marcus Müller | 2022-01-03 | 2 | -1/+20 |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 1 | -0/+3 |
* | qa: update tests to work with OpenEmbedded | Philip Balister | 2021-12-03 | 4 | -12/+10 |
* | blocks: pep8 formatting | Josh Morman | 2021-11-24 | 22 | -121/+198 |
* | logging core: replace log4cpp by spdlog | Marcus Müller | 2021-11-19 | 2 | -27/+28 |
* | runtime: Custom Buffer/Accelerator Device Support - Milestone 1 | David Sorber | 2021-10-25 | 2 | -1/+3 |
* | blocks: Add XMLRPC examples | muaddib1984 | 2021-10-25 | 4 | -7/+452 |
* | blocks: message strobe - add unit test | lenhart | 2021-10-22 | 2 | -0/+121 |
* | global: Replace stdio logging with logger | David Winter | 2021-10-21 | 2 | -54/+63 |
* | examples: Repair all examples affected by commit 91e9ddf. | Ron Economos | 2021-10-11 | 8 | -60/+60 |
* | runtime: fix pybind of get_tags_in_window | mormj | 2021-09-29 | 1 | -1/+4 |
* | gr-blocks: Fix cpp support for unpacked to packed | Solomon Tan | 2021-09-24 | 1 | -1/+3 |
* | IWYU: iomanip, iostream, sstream | Marcus Müller | 2021-09-07 | 2 | -1/+4 |
* | modules: include boost/format where used | Marcus Müller | 2021-09-07 | 18 | -0/+18 |
* | gr-blocks: use correct namespace for nco and vco in benchmarks | Jeff Long | 2021-08-23 | 2 | -10/+12 |
* | c++ generation: escape "." in translations | Jeff Long | 2021-07-27 | 4 | -4/+4 |
* | blocks: use common precompiled headers | Marcus Müller | 2021-07-19 | 1 | -1/+10 |
* | digital: pack_k_bits propagate tags correctly | Jason Uher | 2021-07-19 | 4 | -2/+94 |
* | digital/throttle: Make GRC output port optional | Marcus Müller | 2021-07-19 | 1 | -0/+1 |
* | blocks: Throttle consume-only mode | Marcus Müller | 2021-07-19 | 3 | -4/+16 |
* | blocks: tagged_file_sink: don't sort; get_tags_in_range is already sorted | Marcus Müller | 2021-07-19 | 1 | -3/+0 |
* | blocks: add matrix interleaver block | JaredD | 2021-07-19 | 8 | -0/+533 |
* | blocks: zero-output, zero-copy Head mode | Marcus Müller | 2021-06-28 | 4 | -5/+19 |
* | global: automatically remove unused boost includes | Marcus Müller | 2021-06-22 | 2 | -2/+1 |
* | testing: rm dependencies from disabled components in blocks/runtime tests | Marcus Müller | 2021-06-19 | 1 | -1/+5 |
* | blocks: annotator_alltoall: include <sstream>, not cstring; reduce PMT overhead | Marcus Müller | 2021-06-17 | 1 | -2/+2 |
* | global: remove unused <iomanip>, fix other includes in affected files when ob... | Marcus Müller | 2021-06-17 | 5 | -7/+1 |
* | logging: remove <iostream> from logger.h, add where consequently missing | Marcus Müller | 2021-06-17 | 1 | -0/+2 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 10 | -10/+0 |
* | blocks: improvements to var/msg blocks | Jacob Gilbert | 2021-06-07 | 2 | -16/+31 |
* | gr-blocks: Add missing pybind11 binding for Phase Shift block. | Ron Economos | 2021-06-04 | 1 | -0/+1 |
* | gr-blocks: Standardize Vector parameter name | Solomon Tan | 2021-05-19 | 71 | -74/+74 |
* | blocks: use VOLK popcnt implementations for count_bits | Nicholas Corgan | 2021-05-13 | 3 | -15/+15 |
* | blocks: remove tcp/udp qa | Josh Morman | 2021-04-21 | 2 | -232/+0 |
* | blocks: remove deprecated network blocks | Josh Morman | 2021-04-21 | 23 | -1332/+0 |
* | Store tag key on a static variable | Igor Freire | 2021-04-17 | 1 | -1/+2 |
* | Remove #if 0 | Igor Freire | 2021-04-17 | 1 | -7/+0 |
* | blocks: Add msg port to set rotator's phase inc | Igor Freire | 2021-04-17 | 6 | -12/+470 |
* | runtime, blocks, network: Clean up use of Win headers, fix stream_pdu. | Ryan Volz | 2021-04-17 | 2 | -25/+2 |
* | blocks: message_debug: mutex getting the stored message count | Marcus Müller | 2021-03-23 | 1 | -1/+5 |
* | blocks: message_debug: avoid refcount modification in 'hot' PMT handling | Marcus Müller | 2021-03-23 | 2 | -11/+13 |
* | blocks: message_debug: vector indices are size_t, not signed int | Marcus Müller | 2021-03-23 | 4 | -8/+8 |
* | blocks: replace ::bind with lambda | Marcus Müller | 2021-03-20 | 2 | -2/+2 |
* | gr-blocks: remove pdu blocks | Jacob Gilbert | 2021-03-18 | 67 | -3340/+72 |
* | gr-blocks: Fix Remove DC Spike AutoSync block. | Ron Economos | 2021-03-16 | 1 | -4/+6 |
* | gr-blocks: deprecate print_pdu port of message_debug block | Jacob Gilbert | 2021-02-25 | 4 | -36/+40 |
* | MSVC: get rid of unused workaround headers | Marcus Müller | 2021-02-23 | 2 | -8/+11 |
* | removed ssize_t, which is not standard C, and we're a C++ project | Marcus Müller | 2021-02-23 | 4 | -14/+18 |
* | gr-blocks: remove indexing in file source cpp template | karel | 2021-02-23 | 1 | -1/+1 |
* | digital: packed<->unpacked: check chunk sizes, incl. NDBEBUG builds | Marcus Müller | 2021-02-18 | 2 | -14/+19 |