Jeff Long

Results 24 issues of Jeff Long

Signed-off-by: Ryan Volz (cherry picked from commit d6b730f4b3a494ec6a845a04e30de04de56d86d1) Signed-off-by: Jeff Long Backport https://github.com/gnuradio/gnuradio/pull/5952

The gr-wavelet module has gnuradio-blocks in its target_link_libraries even though it doesn't use this module. Removing it will prevent extraneous libraries from being linked. Signed-off-by: Clayton Smith (cherry picked from...

The gr-pdu module has gnuradio-blocks and gnuradio-filter in its target_link_libraries even though it doesn't use these modules. Removing them will prevent extraneous libraries from being linked. Signed-off-by: Clayton Smith (cherry...

In 30643f01609e915296023adc37123e27e2c86d3f all the calls to get_initial_sptr were replaced by make_block_sptr. However, there are a few places where get_initial_sptr still remains. This replaces the reminaing get_initial_sptr calls. Signed-off-by: Daniel Estévez...

This pr adds a cpp template to the time_sink Signed-off-by: Volker Schroer (cherry picked from commit d25a59cbb61992237b8d46db85be9c40ed5adf9e) Signed-off-by: Jeff Long Backport https://github.com/gnuradio/gnuradio/pull/5885

### What happened? `set_min_noutput_items()` sets `d_min_noutput_items`, and there is a getter too. However, `d_min_noutput_items` is never used anywhere. ### System Information Any ### GNU Radio Version 3.10 (maint-3.10) ### Specific...

Bug
Documentation
Runtime

Future feature: add a ZMQ (SUB?) source to make it easy to export a stream from GNU Radio and display it in GQRX. This might have to be implemented in...

feature

When the hardware can not tune exactly, that fact is silently ignored. Possibly solution: read back the actual hardware freq (this is a FIXME to this effect in the code)....

bug

An "uninstall" target is useful both for development and for source-based package management (PyBOMBS in our case). While cmake does not have a convenient uninstall, it is typically implemented using...

enhancement

RapidJSON is required by gr-sigmf. Only added a rpm source ... other sources needed. Signed-off-by: Jeff Long