aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* global: strip down to minimal filesetdev-4.0-minimalJosh Morman2022-11-10335-30387/+45
* filter: pfb_arb_resampler updated to new block api and use optfirJosh Morman2022-11-094-27/+476
* kernel/filter: add optfir methodsJosh Morman2022-11-097-8/+321
* filter: fir_filter use updated block APIJosh Morman2022-11-094-27/+221
* gr: express block buffer claculation as min_required_...Josh Morman2022-11-092-29/+6
* gr: protected methods in block: noconsume, enforce_constraintsJosh Morman2022-11-092-17/+73
* meson: enable building OOT modulesVolker Schroer2022-11-082-5/+21
* meson: add libs to pkgconfigVolker Schroer2022-11-0416-30/+21
* fixed typo in meson.build for prefix == '/usr'rstein2022-11-031-1/+1
* utils/blockbuilder: Fix vector setters/getters in non-templated blocksFrank Osterfeld2022-10-311-2/+2
* dev-4.0: grc fails to use alsa_sink blockVolker Schroer2022-10-101-0/+3
* gr: install custom_lock headerJosh Morman2022-10-101-1/+2
* soapy: fix bindingsJosh Morman2022-10-073-5/+13
* modtool: put default qa test in the block dirJosh Morman2022-10-072-0/+34
* utils/blockbuilder: correct vector type for typekeys and rawJosh Morman2022-10-063-5/+14
* 4.0: Fix Single Mapped Buffer logic mormj2022-10-0515-27/+811
* meson: move pkgconfig/cmake to lib dir for all modulesJosh Morman2022-10-0512-24/+144
* 4.0: Make gnuradio installation path consistentVolker Schroer2022-10-0334-48/+85
* dev-4.0: In some grc blocks the flags parameter is missingVolker Schroer2022-10-035-0/+6
* dev-4.0: suppress 'outputs:' statements in yml code if no output ports existVolker Schroer2022-10-031-5/+5
* gr: allow buffer read catch up to writeJosh Morman2022-10-031-2/+7
* modtool: pass gr_enable_python to gen_meson scriptJosh Morman2022-09-201-0/+5
* kernel: reorganize the kernel librariesJosh Morman2022-09-20114-199/+320
* kernel/filter: add pm_remezJosh Morman2022-09-208-1/+1147
* kernel/filter: add optfir python routinesJosh Morman2022-09-202-0/+385
* gr: update high_res_timer and install itJosh Morman2022-09-192-3/+38
* kernel: export headersJosh Morman2022-09-193-1/+9
* ci: Update clang-format-lint to 0.14Josh Morman2022-09-151-2/+3
* soapy: add sink with hackrf wrapperJosh Morman2022-09-157-14/+295
* meson: allow for enable_python=falseJosh Morman2022-09-1533-119/+78
* meson: check python dependency versionsJosh Morman2022-09-152-0/+37
* meson: remove py3_inst duplicate varJosh Morman2022-09-1520-39/+37
* meson: cleanup meson scriptsJosh Morman2022-09-1515-27/+47
* global: regroup python dir under gnuradioJosh Morman2022-09-14114-37/+54
* dev-4.0 Set grc permissions correctlyVolker Schroer2022-09-122-3/+3
* soapy: move category into grc section of yamlJosh Morman2022-09-091-4/+4
* blockbuilder: update parameter_info for yml type namesJosh Morman2022-09-095-33/+50
* gr: registry parameter valuesJosh Morman2022-09-099-9/+212
* gr: registry and reflection capabilityJosh Morman2022-09-0913-6/+421
* ci: add OpenSUSE Tumbleweed to targetsJosh Morman2022-09-081-0/+3
* modtool: use numpy_incdir in modtool templateJosh Morman2022-09-071-0/+5
* modtool: use size dtype in modtool templateJosh Morman2022-09-071-1/+1
* meson: add numpy include path to python bindingsAlexander Krimm2022-09-0710-21/+28
* gr: remove built-in rpcJosh Morman2022-09-0713-180/+2
* soapy: initial soapy module with source and a few grcJosh Morman2022-09-0626-0/+4199
* modtool: alias py3 to py3_instJosh Morman2022-09-021-0/+1
* sched/nbt: options use defaults from prefsJosh Morman2022-09-023-27/+25
* utils/blockbuilder: dummy param for py_methodJosh Morman2022-09-023-5/+6
* utils/blockbuilder: selectively include py_methodJosh Morman2022-09-026-10/+42
* utils/blockbuilder: add py_method to pyshellJosh Morman2022-09-026-0/+46