| Commit message (Expand) | Author | Age | Files | Lines |
* | blocks: document the supported operations in transcendental | Marcus Müller | 2022-01-03 | 1 | -0/+19 |
* | blocks: Throttle consume-only mode | Marcus Müller | 2021-07-19 | 1 | -0/+8 |
* | blocks: zero-output, zero-copy Head mode | Marcus Müller | 2021-06-28 | 1 | -2/+9 |
* | global: automatically remove unused boost includes | Marcus Müller | 2021-06-22 | 1 | -1/+0 |
* | blocks: use VOLK popcnt implementations for count_bits | Nicholas Corgan | 2021-05-13 | 1 | -1/+3 |
* | blocks: remove deprecated network blocks | Josh Morman | 2021-04-21 | 4 | -200/+0 |
* | blocks: Add msg port to set rotator's phase inc | Igor Freire | 2021-04-17 | 1 | -2/+22 |
* | blocks: message_debug: vector indices are size_t, not signed int | Marcus Müller | 2021-03-23 | 1 | -2/+2 |
* | gr-blocks: remove pdu blocks | Jacob Gilbert | 2021-03-18 | 10 | -393/+0 |
* | gr-blocks: deprecate print_pdu port of message_debug block | Jacob Gilbert | 2021-02-25 | 1 | -6/+6 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 4 | -4/+4 |
* | rotator: add getter rotator::phase() | Jeff Long | 2020-11-25 | 1 | -0/+1 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -2/+2 |
* | Fix typos throughout the code | luzpaz | 2020-10-29 | 3 | -3/+3 |
* | blocks: improvements to the message_debug block | Jacob Gilbert | 2020-10-24 | 1 | -1/+6 |
* | blocks: comment fix, typo in complex_to_real.h, complex_to_imag.h | Paul Boven | 2020-10-12 | 2 | -2/+2 |
* | blocks: New block 'Stream Demux' | David Pi | 2020-09-25 | 2 | -0/+71 |
* | gr-blocks: More graceful error handling of missing sndfile dependency. | Ron Economos | 2020-09-20 | 1 | -3/+9 |
* | blocks/correctiq: Remove manual memory management & add const | Thomas Habets | 2020-09-09 | 2 | -4/+4 |
* | gr-blocks: Transition the WAV sink and source blocks to libsndfile. | Ron Economos | 2020-09-01 | 2 | -66/+32 |
* | blocks: remove log2_const | Marcus Müller | 2020-08-14 | 2 | -91/+0 |
* | blocks: remove bin_statistics_f block due to swig dependence | Josh Morman | 2020-06-04 | 2 | -65/+0 |
* | blocks: reorder template params for OR block | Josh Morman | 2020-06-04 | 1 | -4/+5 |
* | blocks: wavfile_sink: allow appending to files | japm48 | 2020-04-14 | 1 | -1/+9 |
* | blocks: refactor and reorganize WAV internals | japm48 | 2020-04-14 | 1 | -19/+35 |
* | blocks: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 1 | -0/+2 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 152 | -152/+152 |
* | gr-blocks: Add Phase Shift Block with Msg Capabilities | ghostop14 | 2020-03-30 | 2 | -0/+47 |
* | gr-blocks: Add scaling option to Complex to/from ishort and ichar | ghostop14 | 2020-02-20 | 4 | -4/+13 |
* | blocks: support saving of all tags on tag debug | Igor Freire | 2020-02-18 | 1 | -0/+6 |
* | Blocks: Add DC Spike Removal and IQ Swap Native Blocks | ghostop14 | 2020-02-15 | 5 | -0/+201 |
* | runtime/math: unclutter GR_M_ math constant defines | Marcus Müller | 2020-02-14 | 1 | -4/+4 |
* | gr-digital: Improve Performance of Costas Loop | ghostop14 | 2020-02-14 | 1 | -3/+21 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 160 | -2080/+160 |
* | gr-blocks/packed&unpacked: More constexpr | Thomas Habets | 2020-01-06 | 1 | -12/+12 |
* | gr-blocks: VOLKize add_const_ff implementation | Grant Cox | 2020-01-04 | 2 | -0/+2 |
* | Replace many `const` variables with `constexpr` | Thomas Habets | 2020-01-04 | 1 | -2/+2 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 28 | -29/+29 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 158 | -4765/+4770 |
* | Fix for misc. documentation + trivial typos | luz.paz | 2019-07-17 | 2 | -3/+3 |
* | blocks: random_pdu mask parameter fails under python3 | Josh Morman | 2019-07-17 | 1 | -1/+1 |
* | blocks: replace blks2_selector with new implementation | Josh Morman | 2019-06-15 | 2 | -0/+66 |
* | blocks: Modify File Source block to work with named pipes and devices. | Ron Economos | 2019-03-31 | 1 | -2/+2 |
* | blocks: Fix file_source offset/length to properly access large files. | Ron Economos | 2019-02-14 | 1 | -3/+3 |
* | Change vector length variables to unsigned type | Sebastian Müller | 2018-11-01 | 5 | -5/+6 |
* | gengen replacement: fix for not installed header files | Lukas Kuzmiak | 2018-10-04 | 1 | -0/+2 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 45 | -997/+481 |
|\ |
|
| * | blocks: replace gengen with C++ templates | Andrej Rode | 2018-08-25 | 39 | -813/+448 |
| * | Changed file_meta_sink's signature to take unserialized pmt | Marcus Müller | 2018-07-14 | 1 | -8/+11 |
| * | Unbreak boost 1.67. Constrain the delay in message_strobe to integer millisec... | Peter Horvath | 2018-07-08 | 1 | -3/+3 |