- Update to version 3.8.4.0
* Changed
GRC
+ Fix drag and drop issue with Quartz
+ Fix desync when dragging block
+ Update disabled blocks if they depend on others
+ Allow short and byte as valid types in an enum
+ Fix evaluation of interdependent variables
modtool
+ Set VERSION_PATH to 0 in new modules, instead of using GIT rev
+ For Python3, return correct exeption ModuleNotFoundError
instead of ImportError
gr-blocks
+ trix Interleaver block
gr-channels
+ Fix "hide" expressions in yml files
gr-digital
+ Remove unused msg output port from Chunks To Symbols block yml
gr-fft
+ Add "shift" parameter to Log Power FFT
gr-qtgui
+ Fix: tags on the last sample were not shown
gr-video-sdl
+ Fix: U and V channels were reversed on sink blocks
OBS-URL: https://build.opensuse.org/request/show/923434
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=99
- Update to version 3.8.3.1
* This is a PATCH level revision. The API is compatible with C++
code written for previous v3.8 releases. ABI (shared library
signature) is intended to be compatible, so code linked
against v3.8.3.0 should not require recompilation.
* Build system
+ Improved messages related to dependencies MPIR and GMP. Only
one of these packages is required, and the previous error
messages were confusing.
* GRC
+ Parameter expressions and/or values can be displayed in blocks
on the flowgraph. Previously, only values were displayed.
+ Vector length is now correctly applied to all input ports.
+ Validation has been improved. Raw types are validated. Port
connections are checked by type rather than by item size.
+ Variable names that cause conflicts in Python code (e.g.,
package names) are rejected.
+ Bus logic fixes.
+ Blocks can no longer be dragged off the screen and lost
forever.
* gr-dtv
+ VL-SNR bugs fixed (incorrect constants).
* gr-qtgui
+ Improve autoscaling for vector sinks.
* gr_filter_design
+ "File/Save" is disabled until the taps have been computed,
and the GUI is reset after a save, to make it clearer which
data is being saved.
+ Entries are hidden for parameters that do not apply to the
selected filter type.
OBS-URL: https://build.opensuse.org/request/show/899582
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=96
- Update to version 3.8.3.0:
* Changed on project Scope
+ Preference file path may be set using the GR_PREFS_PATH
environment variable
+ Lower message latency, previously slow when block aliases
were used
+ PMT: is_dict() no longer returns True for PMT pairs, only
for PMT dicts
+ Util gnuradio-config-info gets --print-all for those that
want it all
+ Allow Thrift versions up thorugh 0.13
+ (internal) Build system improvements and fixes
+ (internal) Reduce Boost usage by replacing bind() with lambdas
supported in C++11
* OOT Support
+ Allow override of gr python dir by setting -DGR_PYTHON_DIR
+ Modtool will not try to add duplicate block names in a module
+ Modtool can non-interactively add blocks with no parameters
(--argument-list="")
+ Modtool will use current installation prefix instead of
/usr/local as source of templates
* GRC
+ Better handling of gui hints, avoid hiding widgets in cases
where some have GUI hints and some do not
+ Dark theme detection fix
+ Add window size option for bokeh gui
* gr-audio
+ ALSA nperiods default increased to 32 frames to reduce drops
(can be set in conf file under the audio_alsa section)
* gr-blocks
+ File Source handles EOF properly in non-seekable files
(e.g., pipes)
+ File Source handles large files on Windows
+ Several bounds checking and boundary condition improvements
* gr-digital
+ MSK timing error detector improvement
+ Improvements to correlation estimator example
+ Correlate Access Code will not trigger until it receives
enough bits to compare to the access code
* gr-dtv
+ Performance improvements
* gr-filter
+ Filter designer works with Qt5 and Python3
+ Taps blocks (e.g., Low Pass Filter Taps) now propagate
parameter changes
* gr-qtgui
+ Chooser label defaults now correct
+ Frequency Sink max hold plot for half spectrum width option
shows correctly
+ Number Sink honors setting of 'avg' more consistently
* gr-uhd
+ Add start time parameter to GRC blocks
+ Add message handler for GPIO control messages
+ Additional master clock rates in GRC blocks
+ UHD source sends tags on center frequency change
* gr-video-sdl
+ Correct YUV format options
* gr-zeromq
+ Connections no longer hang when flowgraph stops and other
end is still connected (ZMQ_LINGER now set)
+ Receipt of bad PMTs logged (instead of exception)
- Patch 0002-boost_qualify_placeholders_with_their_full_namespace.patch
removed (applied upstream).
OBS-URL: https://build.opensuse.org/request/show/880754
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=91
- Update to version 3.8.2.0:
* Changed on project Scope:
+ Call SWIG without -modern flag if new enough to make that inherent, thus
removing warnings
* GRC
+ Mako templating now strict_undefined
+ Show block comments by default
+ dynamically updated block namespaces (execute imports from templates)
+ Name-lookup detection of dark color themes, adjusted input box color
scheme
* gr-dtv
+ dvb_bbscrambler: LUT 8B alignment (private, but relevant for future
usable optimization)
* Fixed
* GRC
+ incorrect "clear console" and "save console" labels
+ generator: flow_graph.py.mako now contains import for print_function for
compatibility in Py2 generation
+ variable_config.block.yml now properly handles configparser /
ConfigParser import
+ Change port types of all selected block on key-press cycling, not just
first one
+ Always check for Python version in flow graph generation, not only in
specific block types
+ Don't run stale flow graphs
+ Prevent search keystrokes from modifying flowgraph
* gr-blocks
+ file_sink flushes contents to file on stop()
+ file_meta_sink block YAML: emit proper default PMT dict
+ XMLRPC client/server block templates: use Py3 XMLRPC when possible
OBS-URL: https://build.opensuse.org/request/show/829793
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=83
- Update to version 3.8.1.0:
* Changed on Project Scope
+ clang-tidy improvements
- throw exceptions by value, catch by reference
- emplace_back where applicable
- empty() instead of vector::size() == 0
+ use CMake to check for endianness instead of BOOST_BIG_ENDIAN
* gr-fec
+ scipy becomes optional dependency (for polar channel code construction)
* gr_modtool
+ use Boost.UTF instead of cppunit
* Fixed on Project Scope
+ FindQwt paths
+ floatAlmostEqual unittest assert function wrongly passing on
sequence types
+ Only require boost unittest when testing is enabled
+ FindLOG4CPP typo
+ numpy.fft(pack) imports
+ several scipy imports that can be done with numpy alone
* gnuradio-runtime
+ block gateway shadowed system port
+ Flaky message passing unit test contained timeout (not the test's job)
+ ctrlport/rpcaggregator & Co: removed storage of references to
scope-lifetime objects
+ Sine table generation python was wrong
+ get_tags_in_range for delay < (end-start)
+ premature tag pruning
+ release flattened flowgraph after stopping; fixes restartability/shutdown
issues
* gr-analog
+ clipping in FM receiver: remove superfluous gain
+ C++ generation for multiple blocks
* gr-audio
+ portaudio source: lock acquisition
* gr-blocks
+ rotator VOLK workaround
* gr-digital
+ map_bb buffer overflow
+ map_bb thread safety
+ additive_scrambler count based reset
* gr-fec
+ heap corruption in async_decoder
+ cc_encoder was broken for constraint lengths > 8
* gr-fft
+ restore Boost 1.53 compat
* gr-qtgui
+ no longer requiring unnecessary key in edit_box_msg
* gr-uhd
+ fixed examples under Py3
+ multichannel objects not populating channels
* gr_modtool
+ wrong use of input -> raw_input
+ allow empty argument list
+ testing
+ check for and deny TSB under Python
+ QA addition bugs
+ correct path for C++ QA tests
* GRC
+ several issues with YAML files
+ nested objects now properly populate namespaces
+ comments now included in block bounds calculation
+ Wiki documentation link removed from OOT blocks' docs tab
+ Dragging connections to auto-hide ports works now
+ generated and re-generated several example flowgraphs
+ bokeh_layout module name
+ Revert toggle buttons to text entry for bool block props, allowing GRC
+ variables to be used
* Added on Project Scope
+ Codec2 development branch / future compat
+ Boost 1.71 compat
+ CI now checks for formatting
+ gnuradio-runtime
+ dot graphs now contain message edges
+ Python wrapping for blocks' set_affinity and {g,s}et_alias
* gr-uhd
+ UHD Filter API
* GRC
+ block affinity, buffer sizes available as advanced options for blocks
+ testing
+ Python snippets (please snippet responsibly!)
+ show_id flag added to embedded python blocks, Probes
+ global option to toggle showing of IDs
+ Help "Keyboard Shortcut" entry
OBS-URL: https://build.opensuse.org/request/show/799206
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=78
- Update to version 3.7.13.4
* Fix Boost 1.67 linking issue
* Logging - fixed issues where messages weren't properly written
to stdout/stderr due to incorrect strings
* gr-analog - `fmdet_cf`'s derivative coefficients were wrong.
* gr-blocks - `skiphead` used to incorrectly handle tags,
now properly shifts
* gr-digital - `qa_packet_format`: Unit test used to potentially
lock up due to incorrect conditionals
- `clock_recovery_cc`, `crc32_bb`: Accessing the `[0]` element
of an empty vector is UB, even if you don't use the result
afterwards.
* gr-fec - `polar_encoder`/`_common`: Fixed multiple out-of-bound
accesses due to insufficient vector length checks
* gr-filter - `fft_filter`, `filter_delay`: Accessing the `[0]`
element of an empty vector is UB, even if you don't use the
result afterwards.
- Patch missing_libraries.patch modified
OBS-URL: https://build.opensuse.org/request/show/623468
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=20
- Update to version 3.7.13.3
* For non-C++11 compilers, the new cstdint include doesn't work
out; conditionalized it.
- Remove patch:
* boost_161.patch (not longer needed)
- Update to version 3.7.13.2
Fixed:
* boost::posix_time::[milli]second takes integer numbers, and we
now at least cast the floats to integers, as Boost 1.67 forced
us to realize we're (incorrectly) using floating point her
GRC:
* Fixed GRC bug which broke WX and Qt (by altering the template
code), in multiple (less than awesome) steps
gr-blocks:
* float_array_to_int: int32 limits were wrongly hardcoded.
* Fixed the undefined behaviour happening in float_to_complex when
accessing the second input_items element in the single-input case
OBS-URL: https://build.opensuse.org/request/show/617094
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=18