| Commit message (Expand) | Author | Age | Files | Lines |
* | blocks: move the `new` from the block `::make()` to core | Thomas Habets | 2020-07-30 | 1 | -1/+1 |
* | Move from SWIG to Pybind11 | Marcus Müller | 2020-06-19 | 415 | -1981/+14522 |
|\ |
|
| * | blocks: remap enums in yml from int to raw for pybind compatibility | Josh Morman | 2020-06-04 | 4 | -4/+4 |
| * | pybind: repack_bits change int to enum in yml | Josh Morman | 2020-06-04 | 1 | -1/+1 |
| * | msg_handler: Apply clang-format | Johannes Demel | 2020-06-04 | 4 | -5/+8 |
| * | msg_handler: Use lambdas to set msg handlers | Johannes Demel | 2020-06-04 | 15 | -57/+27 |
| * | msg_handler: Switch from boost::function to std::function | Johannes Demel | 2020-06-04 | 16 | -38/+60 |
| * | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 165 | -163/+1543 |
| * | pybind: run clang-format | Josh Morman | 2020-06-04 | 1 | -7/+6 |
| * | blocks: add pybind11 bindings | Josh Morman | 2020-06-04 | 370 | -534/+13104 |
| * | blocks: remove bin_statistics_f block due to swig dependence | Josh Morman | 2020-06-04 | 6 | -504/+0 |
| * | blocks: reorder template params for OR block | Josh Morman | 2020-06-04 | 2 | -8/+8 |
| * | pybind: removal of swig components | Josh Morman | 2020-06-04 | 14 | -899/+0 |
* | | blocks: qa_moving_average used tuple eq. for lists in pybind11 | Marcus Müller | 2020-06-19 | 1 | -1/+1 |
* | | blocks/moving_average: use vector functions | Thomas Habets | 2020-06-15 | 3 | -25/+128 |
* | | blocks: Fix XMLRPC Client block templates | Clayton Smith | 2020-06-11 | 1 | -4/+4 |
|/ |
|
* | blocks: default value for file_meta_sink in yml | Josh Morman | 2020-05-21 | 1 | -1/+1 |
* | gr-blocks/peak_detector: Remove UB on infinities | Thomas Habets | 2020-05-21 | 1 | -2/+25 |
* | gr-blocks: Updated tuntap_pdu_impl.cc to fix strncpy warning | Alekh Gupta | 2020-05-05 | 1 | -3/+2 |
* | gr-blocks: Fixed strncpy warning in tuntap_pdu_impl | alekhgupta1441 | 2020-05-05 | 1 | -0/+1 |
* | blocks: wav: add missing changes | japm48 | 2020-04-19 | 2 | -3/+12 |
* | blocks: wavfile_sink: allow appending to files | japm48 | 2020-04-14 | 4 | -16/+180 |
* | blocks: refactor and reorganize WAV internals | japm48 | 2020-04-14 | 6 | -149/+164 |
* | blocks: fix wavfile test | japm48 | 2020-04-14 | 4 | -11/+41 |
* | blocks: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 12 | -34/+64 |
* | file_sink: Flush file on stop() | rear1019 | 2020-04-13 | 2 | -0/+9 |
* | Remove VOLK as a submodule | Martin Braun | 2020-04-11 | 2 | -4/+3 |
* | interleaved_char/short_to_complex: remove unused private fields | Marcus Müller | 2020-04-11 | 4 | -5/+1 |
* | gr-blocks: Remove warnings. | Ron Economos | 2020-04-08 | 1 | -3/+3 |
* | replace boost endian check with cmake | japm48 | 2020-04-06 | 1 | -3/+2 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 162 | -167/+167 |
* | gr-blocks: Add Phase Shift Block with Msg Capabilities | ghostop14 | 2020-03-30 | 8 | -0/+232 |
* | blocks: Re-convert GRC examples | Nick Østergaard | 2020-03-29 | 1 | -5/+26 |
* | gr-network: Add grnet networking blocks to GNU Radio | ghostop14 | 2020-03-29 | 4 | -6/+16 |
* | gr-blocks: Add Msg Port to Delay Block | ghostop14 | 2020-03-29 | 3 | -3/+28 |
* | blocks/rotator: Remove manual memory management from QA | Thomas Habets | 2020-03-27 | 1 | -6/+3 |
* | blocks/udp_sink: Remove manual memory management | Thomas Habets | 2020-03-27 | 2 | -3/+5 |
* | blocks/udp_source: Switch to smart pointers for socket | Thomas Habets | 2020-03-27 | 2 | -3/+5 |
* | blocks/udp_source: Remove manual memory management for buffers | Thomas Habets | 2020-03-27 | 2 | -16/+13 |
* | blocks: clean up pattern_max using std algorithm | Thomas Habets | 2020-03-27 | 1 | -5/+4 |
* | Replace BOOST_FOREACH with C++11 range for | Thomas Habets | 2020-03-27 | 3 | -5/+4 |
* | blocks: Add const to member variables that don't change | Thomas Habets | 2020-03-26 | 59 | -100/+99 |
* | ctrlport: fix examples | japm48 | 2020-03-06 | 3 | -6/+3 |
* | blocks: file_meta_sink header size error handling logic error | Behnam Sabaghi | 2020-02-21 | 1 | -1/+1 |
* | gr-blocks: Add scaling option to Complex to/from ishort and ichar | ghostop14 | 2020-02-20 | 19 | -96/+157 |
* | blocks: support saving of all tags on tag debug | Igor Freire | 2020-02-18 | 3 | -9/+40 |
* | grc: Fix C++ code generation | Terry May | 2020-02-18 | 3 | -4/+7 |
* | Blocks: Add DC Spike Removal and IQ Swap Native Blocks | ghostop14 | 2020-02-15 | 20 | -0/+1101 |
* | gr-blocks Add Msg to Var and Var to Msg Conversion Blocks | ghostop14 | 2020-02-15 | 12 | -0/+542 |
* | runtime/math: unclutter GR_M_ math constant defines | Marcus Müller | 2020-02-14 | 1 | -4/+4 |