| Commit message (Expand) | Author | Age | Files | Lines |
* | utils/modtool: switch to `make_block_sptr` in template | Thomas Habets | 2020-07-30 | 1 | -2/+2 |
* | blocks: move the `new` from the block `::make()` to core | Thomas Habets | 2020-07-30 | 2 | -1/+16 |
* | controlport: include <algorithm> when using std::for_each() | Daniel Estévez | 2020-07-30 | 1 | -0/+1 |
* | gr-qtgui: Repair Message Edit Box block for pybind11. | Ron Economos | 2020-07-30 | 3 | -2/+14 |
* | gr-analog: Install new example flow graphs. | Ron Economos | 2020-07-30 | 1 | -0/+2 |
* | qtgui: replace boost::bind with lambda for eye sink | Josh Morman | 2020-07-23 | 2 | -2/+2 |
* | grc: Add dir_select parameter type | Yamakaja | 2020-07-23 | 4 | -3/+44 |
* | gr-qtgui: Repair qtgui examples for pybind11. | Ron Economos | 2020-07-22 | 26 | -68/+118 |
* | analog: cast integer divide to type int for nbfm_tx | duggabe | 2020-07-22 | 1 | -1/+1 |
* | correct left and right outputs; change filter cutoff frequency | duggabe | 2020-07-20 | 2 | -9/+10 |
* | correct fm stereo heir block, add example grc | duggabe | 2020-07-20 | 2 | -156/+718 |
* | modtool: Run all generated C++ code through clang-format | Thomas Habets | 2020-07-14 | 3 | -1/+29 |
* | correct example flowgraph | duggabe | 2020-07-09 | 1 | -30/+31 |
* | filter: fix FFT frequency range calculation | Clayton Smith | 2020-07-06 | 1 | -2/+1 |
* | qtgui: remove optional flag on stream ports | Josh Morman | 2020-07-05 | 8 | -8/+8 |
* | filter: Remove manual memory management | Thomas Habets | 2020-07-05 | 73 | -530/+414 |
* | uhd: remove import from uhd | Josh Morman | 2020-07-02 | 1 | -2/+0 |
* | gr-analog: Remove spurious hide in Signal Source block YAML. | Ron Economos | 2020-06-29 | 1 | -1/+0 |
* | gr-qtgui: Replace PyLong_AsLong with PyLong_AsLongLong for 32-bit systems. | Ron Economos | 2020-06-29 | 17 | -34/+52 |
* | uhd: Fix missing bindings | Johannes Demel | 2020-06-27 | 3 | -28/+14 |
* | uhd: add default values for time_spec_t cotr | Josh Morman | 2020-06-26 | 1 | -3/+6 |
* | grc: Fix hier block io_signature generation | Johannes Demel | 2020-06-25 | 1 | -2/+2 |
* | fec: async_ldpc_encoders example, move alist_file out of variable | Josh Morman | 2020-06-24 | 1 | -14/+149 |
* | network: fix non-compiling example files | Josh Morman | 2020-06-24 | 1 | -5/+5 |
* | fec: fix non-compiling example files | Josh Morman | 2020-06-24 | 2 | -2265/+773 |
* | uhd: Add default value to uhd.time_spec call | Johannes Demel | 2020-06-24 | 1 | -9/+9 |
* | modtool: suggest descriptive test names for Python QA for C++ | Marcus Müller | 2020-06-24 | 1 | -2/+2 |
* | modtool: make C++ blocks compile by default | Marcus Müller | 2020-06-24 | 1 | -12/+36 |
* | modtool templates: remove unused config.h constructs | Marcus Müller | 2020-06-24 | 1 | -12/+0 |
* | newmod: remove Py2-compat from inline Python script | Marcus Müller | 2020-06-24 | 1 | -1/+1 |
* | modtool: remove SWIG from Py QA templ, add Py C++ binding instantiation test | Marcus Müller | 2020-06-24 | 1 | -2/+13 |
* | modtool: Don't produce broken YAML by default | Marcus Müller | 2020-06-24 | 1 | -16/+17 |
* | Fixed two GUI options that had overlapping IDs | Oliver | 2020-06-24 | 1 | -1/+1 |
* | Fixed two GUI options that had overlapping IDs | Oliver | 2020-06-24 | 1 | -1/+1 |
* | blocktool: Monkeypatch time module for pygccxml to work under Python>=3.8 | Marcus Müller | 2020-06-23 | 3 | -0/+21 |
* | analog: signal source block accepts cmd messages | alekhgupta1441 | 2020-06-23 | 6 | -34/+375 |
* | issue 1687: resolution: | gateship1 | 2020-06-22 | 1 | -18/+0 |
* | gr-uhd: Fix pmt_dict/pmt_pair checks | Johannes Demel | 2020-06-22 | 1 | -6/+9 |
* | gr-uhd: Fix assumption that pmt pair passes is_dict | Johannes Demel | 2020-06-22 | 1 | -11/+8 |
* | pybind: include and enable realtime_impl wrapping | Marcus Müller | 2020-06-22 | 2 | -3/+3 |
* | cmake: Add quotation marks around $PATH in GrTest.cmake | Andrej Rode | 2020-06-21 | 1 | -1/+1 |
* | cmake: Remove FindSWIG from modules and don't check for it | Andrej Rode | 2020-06-20 | 2 | -143/+1 |
* | Move from SWIG to Pybind11 | Marcus Müller | 2020-06-19 | 1705 | -9866/+74109 |
|\ |
|
| * | pybind: update doc to include compile time info | Josh Morman | 2020-06-12 | 1 | -1/+5 |
| * | blocktool: remove pygccxml as a dependency | Josh Morman | 2020-06-11 | 1 | -4/+0 |
| * | uhd: remove members not defined in earlier uhd api | Josh Morman | 2020-06-11 | 1 | -9/+12 |
| * | pybind: add exception handling to pybind header parsing | Josh Morman | 2020-06-11 | 1 | -28/+36 |
| * | pybind: remove docstring dependency on entire module | Josh Morman | 2020-06-11 | 3 | -5/+5 |
| * | uhd: fix pybind11 bindings | Josh Morman | 2020-06-10 | 13 | -69/+284 |
| * | fec: add aliases to _make functions | Josh Morman | 2020-06-04 | 1 | -0/+12 |