2023-08-12 14:30:10 by Makoto Fujiwara | Files touched by this commit (18) | |
Log message:
(gnuradio-*/Makefile) remove PKGREVISION for another update
|
2023-05-16 23:20:53 by Thomas Klausner | Files touched by this commit (38) |
Log message:
*: PKGREVISION bump for fmtlib shlib major bump
|
2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687) |
Log message:
*: Recursive revbump from audio/libopus 1.4
|
2023-04-23 16:26:33 by Adam Ciarcinski | Files touched by this commit (271) |
Log message:
revbump for boost
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-04-07 14:53:06 by Makoto Fujiwara | Files touched by this commit (17) | |
Log message:
(ham/gnuradio-*) remove PKGREVSION for next update
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2023-01-29 12:19:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
gnuradio: updated to 3.10.5.1
Release v3.10.5.1
Some important blocks turned out to be broken in 3.10.5.0. This unscheduled \
release fixes those regressions and includes a small number of other cleanups \
and fixes. v3.10.5.1 is intended to be ABI compatible with v3.10.5.0. We'd still \
recommend rebuilding dependent packages, if possible.
Changed
Runtime
Restore the ability to set a default block buffer size using the buffer_size \
parameter in the config file. This was lost during refactoring in v3.9.
GRC
Add Python snipped hook point at "init before blocks", right before \
blocks are instantiated.
gr-audio
Remove support for OSX 10.3 and earlier.
gr-digital
Make tags visible to subclasses of OFDM Frame Equalizer.
gr-dtv
Correct constant in DVBS2 Modulator.
gr-fec
Fix errors in Channel Construction AWGN
gr-iio
Fix IIO blocks, which were broken due to a build-time dependency problem.
gr-network
Fix crash in UDP Source when buffer overruns.
gr-qtgui
Remove support for QWT 6.0 and earlier.
gr-uhd
Add async message port to USRP Source and publish overflow notifications.
Add bindings and example for RFNoC AddSub block.
|
2023-01-23 20:26:22 by Adam Ciarcinski | Files touched by this commit (25) | |
Log message:
gnuradio: updated to 3.10.5.0
3.10.5.0
Runtime
Python block have access to the block logger, as in C++
Default log level changed to INFO (from OFF)
Memory-based logger gr.dictionary_logger_backend() added for log debugging
API Note: The Python block gateway is now completely implemented in the PyBind11 \
wrapper, in order to clean up Python dependencies. This is technically an API \
change, but should not have any external effect.
PMT serialization of Complex32 vectors is now REAL | IMAG on all platforms
Python IO signature replication (multiple ports specified by one signature) fixed
GRC
Continue processing block connections after a connection error occurs
Drawing/scaling fixes that improve user experience on HiDPI and Windows machines
Build system and packaging
Many deprecation warnings fixed
Make target link libraries PRIVATE wherever possible, removing unnecessary \
downstream dependencies
Add Fedora 37 and drop Fedora 35 CI targets
Conda re-rendered with more recent packages - thanks to Ryan Volz for making \
Conda an easy-to-use, cross-platform method of installing GNU Radio
Debian and Fedora packaging specs are no longer included in the code base, since \
they were out of date, and are maintained by downstreams
Testing
Code formatting rules for clang format updated to v14
Removed all compiler warning suppression
Enable Python block testing for Conda on macOS
Many other improvements that make maintenance easier - thanks again to Clayton \
Smith. In the process of fixing tests, a number of latent bugs were fixed \
throughout the code.
gr-analog
AGC3 performance and bug fixes
Python has access to control_loop parent class in PLL blocks
CTCSS detection of standard tones improved by fixing floating point comparison
gr-blocks
Probe Signal cross platform reliability improved by better thread synchronization
gr-digital
CRC32 and CRC16 blocks use little-endian order regardless of host order. This is \
a wire format change. The options were to have different endian machines unable \
to communicate, or older and newer versions unable to communicate. Note that \
there is a more general set of blocks (CRC Append and CRC Check) that are \
recommended for use wherever possible.
Packet headers use consistent bit order across machines
Floating point/rounding fix in constellation lookup table
gr-fec
LDPC G matrix n and k can be access from Python
LDPC matrix output size calculation corrected
CCSDS/Viterbi path metrics overflow fix
gr-network
Improve UDP Source/Sink efficiency by removing a layer of buffering and using \
the GR circular buffer instead of the Boost equivalent
gr-qtgui
Fixed Python code generation for Msg CheckBox, Digital Number Control, Toggle \
Button, Toggle Switch
gr-soapy
Sources will generate rx_time, rx_freq and rx_rate tags, as in UHD sources, \
where supported by the underlying Soapy driver
gr-uhd
Re-enable uhd.find_devices(), in addition to uhd.find()
RFNoC: generate correct Python code when using clock/time source
RFNoC: allow specification of adapter IDs for streamers
RFNoC: enable setting of vlen and types for streamers
RFNoC: streamers pay attention to stream args
RFNoC: sync block controller with gr-ettus OOT
RFNoC:set_property() and get_property() added to the C++ and Python APIs
RFNoC: Python binds added for rfnoc_block_generic
gr-zeromq
Sinks will optionally block on full queue, providing backpressure. Previously, \
overflow data was dropped.
|
2023-01-22 17:28:39 by Ryo ONODERA | Files touched by this commit (271) |
Log message:
*: Recursive revbump from Boost 1.81.0
|