summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* set patch level to RC2v3.9.0.0-rc2Marcus Müller2021-01-071-1/+1
* uhd: Fix unit testv3.9.0.0-rc1Martin Braun2021-01-071-7/+5
* gr-qtgui: Fix Frequency Sink max hold for half spectrum width option.Ron Economos2021-01-041-2/+2
* pfb.py: fix variable in static functionJeff Long2021-01-041-1/+1
* qtgui: toggle switch was reverseJeff Long2021-01-041-4/+4
* Bump dependency versions for 3.9Marcus Müller2020-12-191-10/+11
* maint-3.9: set version patch level to RC0Marcus Müller2020-12-191-1/+1
* pmt: use to_string for char string_refsmormj2020-12-191-2/+2
* runtime: Add terminate handlingPaul Wicks2020-12-196-4/+210
* RPC fixes to allow using Thrift-0.13A. Maitland Bottoms2020-12-195-14/+46
* digital: ofdm: Fix whitespace in OFDM chanest blockMartin Braun2020-12-193-60/+49
* cmake: Set VERSION_PATH to be only "git", fixing RC_MAINT_VERSION.Ryan Volz2020-12-181-1/+1
* gr-uhd/lib/usrp_block_impl.cc: fix compile error using boost>=1.73Huang Rui2020-12-183-13/+18
* filter: update python binding hashesJosh Morman2020-12-1821-22/+37
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-1878-137/+138
* add import fft to python files that reference fft.windowJosh Morman2020-12-1811-10/+11
* filter: update qa tests with import fftJosh Morman2020-12-188-8/+8
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-1880-142/+142
* global replace of filter.firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-1824-46/+46
* filter: remove deprecated win_type duplicate in firdesJosh Morman2020-12-1812-123/+101
* more qt4 qt5 updatesA. Maitland Bottoms2020-12-1815-31/+31
* gr-filter: Document fractional_bw parameter in rational_resampler.hRon Economos2020-12-182-1/+2
* gr-digital: Document normalization parameter in constellation.hRon Economos2020-12-182-2/+7
* Allow to choose whether to normalize constellation average magnitude, average power or to not normalize at all.Eduardo Sánchez Muñoz2020-12-184-36/+92
* fec: lib: Remove use of FEC_API for function definitions.Ryan Volz2020-12-184-12/+4
* digital: update pybind hashes for mpsk_snr_estJosh Morman2020-12-182-2/+2
* gr-digital: Update docs for MPSK SNR EstimatorThomas Habets2020-12-182-2/+8
* gr-blocks: Fix file source block large file handling for Windows.Ron Economos2020-12-181-2/+2
* grc: indent multiline connections in py flowgraphMike Walters2020-12-181-1/+1
* cmake: Fix variable substitution in pkg-configRyan Govostes2020-12-171-2/+2
* digital: deprecate clock recovery blocks covered by symbol_syncJosh Morman2020-12-1714-9/+17
* fft: update window python enums to fft.window.*Josh Morman2020-12-172-3/+3
* fft: populate window enums under fft.windowJosh Morman2020-12-171-16/+14
* modtool: CMake template should allow building OOT modules without python if desiredJacob Gilbert2020-12-171-2/+8
* grc: restore pre-3.8 block id behaviorJacob Gilbert2020-12-172-3/+3
* gr-filter: Remove unused parameter in polyphase_filterbank.Ron Economos2020-12-173-10/+4
* modtool: Change handled exception to ModuleNotFoundErrormormj2020-12-171-1/+1
* grc: Fix message port show/hide problem due to bus logic updateDavid Pi2020-12-171-2/+5
* Update parameter background colours realtimeVolker Schroer2020-12-171-4/+4
* filter: remove initialization for history which is same as defaultJosh Morman2020-12-171-1/+0
* filter: replace rational_resampler_base with rational_resamplermormj2020-12-1719-495/+385
* gr-audio: revise alsa default nperiodsduggabe2020-12-172-2/+2
* gr-audio: revise nperiods in gr-audio-alsa.confduggabe2020-12-171-1/+1
* gr-audio: revise nperiods in gr-audio-alsa.confduggabe2020-12-171-1/+1
* gr-uhd: clean up import of msgq_runner in uhd_app.pyJosh Morman2020-12-171-2/+1
* gr-uhd/apps: import cleanup of msgq_runnerJosh Morman2020-12-172-6/+4
* digital/examples/gen_whitener: import cleanupMarcus Müller2020-12-171-2/+1
* runtime: abolish the gru python moduleMarcus Müller2020-12-174-46/+0
* move msgq_runner out of runtime into gr-uhd/apps, its single consumerMarcus Müller2020-12-177-8/+9
* Set C_STANDARD to 11 (highest valid value)Josh Morman2020-12-171-1/+1