summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* grc/core/FlowGraph: remove unused importsMarcus Müller2023-11-291-2/+1
* grc/core/FlowGraph: refactor internal namespace refresh codeMarcus Müller2023-11-291-17/+34
* grc: remove Py3 backportsMarcus Müller2023-11-296-161/+4
* grc: no Python type 'long'Marcus Müller2023-11-291-36/+21
* grc: backlist gnuradio as valid idVolker Schroer2023-11-291-1/+1
* grc: use yaml.CSafeLoader for performance if availableJeff Long2023-11-292-5/+7
* GRC: generated python code use gr.logger.warn instead of ….warningMarcus Müller2023-11-291-1/+1
* grc: Consistently format filenames in messagesClayton Smith2023-11-291-2/+2
* uhd: rfnoc: Add back-edge property to RFNoC connectionsMartin Braun2023-11-292-11/+37
* grc: Add edge (connection) propertiesMartin Braun2023-11-299-25/+195
* grc: Check flow graph format versionMartin Braun2023-11-292-0/+14
* grc: Remove superfluous importMartin Braun2023-11-291-1/+0
* fec: fix incorrect runtime error messageJeff Long2023-11-251-1/+1
* gr-fec: cc_decoder: untangle C-style, strange argument checkMarcus Müller2023-11-252-131/+102
* project: add tox.ini, so that editors use the same formatting as github CIMarcus Müller2023-11-252-0/+11
* Python: minimum version 3.7.2, was 3.6.5Jeff Long2023-11-251-1/+1
* qtgui: remove stray d_wf_lines in rfnoc_f15_displayJeff Long2023-11-092-2/+0
* qtgui: Rename instances of fosphor to rfnoc_f15Martin Braun2023-11-0927-236/+212
* Revert "qtgui: Add fosphor formatter block"Jeff Long2023-11-0918-987/+1
* fosphor display widget: Fix std::bad_allocVolker Schroer2023-11-092-3/+8
* qtgui: conditionally install fosphor yaml filesGrant Meyerhoff2023-11-091-0/+8
* qtgui/QFosphorColorMapper: std::sstream+string replacing sscanf("%m")+char*Marcus Müller2023-11-091-17/+21
* uhd: Add RFNoC Fosphor exampleGrant Meyerhoff2023-11-092-2/+408
* qtgui: Add fosphor formatter blockMartin Braun2023-11-0917-1/+985
* qtgui: Add fosphor display widgetMartin Braun2023-11-0926-5/+2013
* grc: Fix way-over-backslashing in file pathsClayton Smith2023-11-061-5/+3
* gr-digital every timeA. Maitland Bottoms2023-11-066-6/+6
* grc: Remove param field colorings by type and replace with labelsBailey Campbell2023-11-062-22/+31
* v3.10.8.0v3.10.8.0Jeff Long2023-10-202-2/+2
* v3.10.8.0-rc2v3.10.8.0-rc2Jeff Long2023-10-132-1/+3
* zmq: check that zmq.hpp has context_t.shutdown()Jeff Long2023-10-122-0/+13
* iio: remove remnants of unmaintained fmcomms5 codeMarcus Müller2023-10-0918-2300/+0
* CHANGELOG: remove mention of reverted IIO feature.Jeff Long2023-10-071-3/+0
* Revert "iio: make gr::io_signature for device_source dynamic"v3.10.8.0-rc1Jeff Long2023-10-075-65/+4
* v3.10.8.0-rc1Jeff Long2023-10-072-2/+83
* iio: Remove extra element from fmcomms2 YMLDerek Kozel2023-10-072-2/+2
* blocks: Include a trailing newline in SigMF metadataClayton Smith2023-10-031-0/+1
* cmake-format: install to data directory, use in new modulesMarcus Müller2023-09-303-7/+15
* newmod: Format template CMakeLists.txt according to our cmake-formatMarcus Müller2023-09-3010-103/+77
* modtool: fix passing of filename instead of filenames iterableMarcus Müller2023-09-301-2/+2
* cmake-format: include necessary tooling in config PyMarcus Müller2023-09-302-31/+26
* qtgui: Expose "eng_slider" and "eng" range widgets in GRCRyan Volz2023-09-301-2/+2
* qtgui: Give option for update trigger signal for Entry widgetRyan Volz2023-09-301-2/+9
* qtgui: Partially revert #6645 change of returnPressed->editingFinishedRyan Volz2023-09-301-1/+2
* qtgui: Replace QLineEdit::returnPressed() with editingFinished()Ryan Volz2023-09-305-7/+7
* .clang-tidy: remove ... that snuck/sneaked into the fileMarcus Müller2023-09-301-2/+0
* zmq: Improve the teardown of ZMQ Sources/SinksBill Clark2023-09-307-8/+46
* Msg Pair To Var: fix attribute error during callback error handlingPhilipp Niedermayer2023-09-301-1/+1
* uhd: rfnoc: Add example for radio loopbackMartin Braun2023-09-301-0/+541
* uhd: rfnoc: rx radio: Add 'stream_cmd' message handlerMartin Braun2023-09-305-0/+93