Jeff Long

Results 24 issues of Jeff Long

Requires rapidjson.lwr Signed-off-by: Jeff Long

git master 1da130cb5ac9e9f722737e9aee141ecccebef00d gcc version 11.1.1 20210428 (Red Hat 11.1.1-1) (GCC) gives: ``` /usr/bin/ld: CMakeFiles/libbladerf_shared.dir/src/board/bladerf2/common.c.o:(.data.rel.local+0x0): multiple definition of `bladerf2_state_to_string'; CMakeFiles/libbladerf_shared.dir/src/board/bladerf2/bladerf2.c.o:(.bss+0x0): first defined here /usr/bin/ld: CMakeFiles/libbladerf_shared.dir/src/board/bladerf2/rfic_fpga.c.o:(.bss+0x0): multiple definition of `bladerf2_state_to_string'; CMakeFiles/libbladerf_shared.dir/src/board/bladerf2/bladerf2.c.o:(.bss+0x0):...

git master 1da130cb5ac9e9f722737e9aee141ecccebef00d gcc version 11.1.1 20210428 (Red Hat 11.1.1-1) (GCC) gives: ``` bladeRF/host/libraries/libbladeRF/src/board/bladerf1/bladerf1.c:841:38: error: implicit conversion from ‘enum ’ to ‘enum ’ [-Werror=enum-conversion] ``` Setting cmake to ignore warnings...

Where a `range_t` (`SoapySDR::Range`) has a step defined, need to check to see if value is on a step (or approximately?). For example, some soapy drivers have discrete sample rates,...

Bug
soapy

### What happened? Returning -1 from work() in a Python Embedded Block does not terminate the flowgraph. Possibly something wrong with the PyBind11 inheritance tree? The enums here https://github.com/gnuradio/gnuradio/blob/04d4f0d4a41bf8b4df86ef5feed3bc8ab0dd6118/gnuradio-runtime/python/gnuradio/gr/bindings/block_python.cc#L493 (based...

Bug
QTGUI
Runtime
medium

- Use QFileSystemWatcher instead of polling - Sort by time instead of name - Rec time is not dependent on dir contents - Gray out more widgets while recording This...

cleanup

When the waterfall is updated with a new fft line, the fft output for that line is copied to a ZMQ ipc socket /tmp/gqrx_zmq_fft.sock. Each message has 2 parts. The...

feature

In `number_sink_impl.cc`, types are detected by size, so `int` is treated as `float`: ``` float number_sink_impl::get_item(const void* input_items, int n) { char* inc; short* ins; float* inf; switch (d_itemsize) {...

Bug
QTGUI
help wanted
good first issue
enhancement

### What happened? Peak Detector `peak_detector_impl.cc` takes `look_ahead` as a param, has setter and getter, but never uses the value for anything. Peak Detector 2 does use the value. Reported...

Bug
Low
blocks

### What happened? CI Python format checker recently started flagging 150 instances of E721, e.g., ``` ./gr-qtgui/python/qtgui/azelplot.py:93:20: E721 do not compare types, for exact checks use `is` / `is not`,...

Bug
Low
CI
Python