summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* utils/modtool: switch to `make_block_sptr` in templateThomas Habets2020-07-301-2/+2
* blocks: move the `new` from the block `::make()` to coreThomas Habets2020-07-302-1/+16
* controlport: include <algorithm> when using std::for_each()Daniel Estévez2020-07-301-0/+1
* gr-qtgui: Repair Message Edit Box block for pybind11.Ron Economos2020-07-303-2/+14
* gr-analog: Install new example flow graphs.Ron Economos2020-07-301-0/+2
* qtgui: replace boost::bind with lambda for eye sinkJosh Morman2020-07-232-2/+2
* grc: Add dir_select parameter typeYamakaja2020-07-234-3/+44
* gr-qtgui: Repair qtgui examples for pybind11.Ron Economos2020-07-2226-68/+118
* analog: cast integer divide to type int for nbfm_txduggabe2020-07-221-1/+1
* correct left and right outputs; change filter cutoff frequencyduggabe2020-07-202-9/+10
* correct fm stereo heir block, add example grcduggabe2020-07-202-156/+718
* modtool: Run all generated C++ code through clang-formatThomas Habets2020-07-143-1/+29
* correct example flowgraphduggabe2020-07-091-30/+31
* filter: fix FFT frequency range calculationClayton Smith2020-07-061-2/+1
* qtgui: remove optional flag on stream portsJosh Morman2020-07-058-8/+8
* filter: Remove manual memory managementThomas Habets2020-07-0573-530/+414
* uhd: remove import from uhdJosh Morman2020-07-021-2/+0
* gr-analog: Remove spurious hide in Signal Source block YAML.Ron Economos2020-06-291-1/+0
* gr-qtgui: Replace PyLong_AsLong with PyLong_AsLongLong for 32-bit systems.Ron Economos2020-06-2917-34/+52
* uhd: Fix missing bindingsJohannes Demel2020-06-273-28/+14
* uhd: add default values for time_spec_t cotrJosh Morman2020-06-261-3/+6
* grc: Fix hier block io_signature generationJohannes Demel2020-06-251-2/+2
* fec: async_ldpc_encoders example, move alist_file out of variableJosh Morman2020-06-241-14/+149
* network: fix non-compiling example filesJosh Morman2020-06-241-5/+5
* fec: fix non-compiling example filesJosh Morman2020-06-242-2265/+773
* uhd: Add default value to uhd.time_spec callJohannes Demel2020-06-241-9/+9
* modtool: suggest descriptive test names for Python QA for C++Marcus Müller2020-06-241-2/+2
* modtool: make C++ blocks compile by defaultMarcus Müller2020-06-241-12/+36
* modtool templates: remove unused config.h constructsMarcus Müller2020-06-241-12/+0
* newmod: remove Py2-compat from inline Python scriptMarcus Müller2020-06-241-1/+1
* modtool: remove SWIG from Py QA templ, add Py C++ binding instantiation testMarcus Müller2020-06-241-2/+13
* modtool: Don't produce broken YAML by defaultMarcus Müller2020-06-241-16/+17
* Fixed two GUI options that had overlapping IDsOliver2020-06-241-1/+1
* Fixed two GUI options that had overlapping IDsOliver2020-06-241-1/+1
* blocktool: Monkeypatch time module for pygccxml to work under Python>=3.8Marcus Müller2020-06-233-0/+21
* analog: signal source block accepts cmd messagesalekhgupta14412020-06-236-34/+375
* issue 1687: resolution:gateship12020-06-221-18/+0
* gr-uhd: Fix pmt_dict/pmt_pair checksJohannes Demel2020-06-221-6/+9
* gr-uhd: Fix assumption that pmt pair passes is_dictJohannes Demel2020-06-221-11/+8
* pybind: include and enable realtime_impl wrappingMarcus Müller2020-06-222-3/+3
* cmake: Add quotation marks around $PATH in GrTest.cmakeAndrej Rode2020-06-211-1/+1
* cmake: Remove FindSWIG from modules and don't check for itAndrej Rode2020-06-202-143/+1
* Move from SWIG to Pybind11Marcus Müller2020-06-191705-9866/+74109
|\
| * pybind: update doc to include compile time infoJosh Morman2020-06-121-1/+5
| * blocktool: remove pygccxml as a dependencyJosh Morman2020-06-111-4/+0
| * uhd: remove members not defined in earlier uhd apiJosh Morman2020-06-111-9/+12
| * pybind: add exception handling to pybind header parsingJosh Morman2020-06-111-28/+36
| * pybind: remove docstring dependency on entire moduleJosh Morman2020-06-113-5/+5
| * uhd: fix pybind11 bindingsJosh Morman2020-06-1013-69/+284
| * fec: add aliases to _make functionsJosh Morman2020-06-041-0/+12