Revisions of gnuradio

buildservice-autocommit accepted request 1171849 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 148)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1171050 from Mikhail Paulyshka's avatar Mikhail Paulyshka (mixaill) (revision 147)
- Update to version 3.10.10.0
- Added python3-QtPy and python3-QDarkStyle runtime dependencies (needed for gnuradio-companion --qt)
Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) accepted request 1160979 from Mikhail Paulyshka's avatar Mikhail Paulyshka (mixaill) (revision 146)
- Added libad9361-iio-devel build dependency (fixes PlutoSDR support) 
buildservice-autocommit accepted request 1152202 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 145)
baserev update by copy to link target
buildservice-autocommit accepted request 1139874 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 143)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1139796 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 142)
- Update to version 3.10.9.2
- Changed
  * Project
    + Fix a few memory errors in various modules.
  * GRC
    + Fix regressions in bus connections.
buildservice-autocommit accepted request 1136137 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 141)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1135984 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 140)
- Update to version 3.10.9.1
- Changed
  * Project
    + Python minimum version is now 3.7.2, vs 3.6.5, to support type
      hints.
    + Add tox.ini, so that editors use the same formatting as
      github CI.
    + Use pointers to pass s32fc arguments to VOLK in gr-blocks,
      gr-digital, and gr-dtv to avoid undefined behavior. The fix
      is conditional on VOLK 3.1.0, which add a new supporting
      function.
  * Runtime
    + Disallow None for pmt_t arguments in Python.
    + Support spdlog installations with internal or external libfmt.
  * GRC
    + Use text labels to specify types for block parameters,
      instead of background colors which were difficult to
      read/remember.
    + Enable setting of documentation URLs, relative or absolute in
      yaml. This allows OOTs to use the documentation link in the
      block parameter dialog.
    + Disallow use of block ids that are Python keywords and 
      "gnuradio".
    + Add type annotations in some places (required bump to
      Python 3.7.2).
    + Use C version of YAML loader (yaml.CSafeLoader) for
      better performance.
    + Connections may have properties for supported connection
      domains. This feature was added for RFNoC connections. Standard
      stream and message connections do not support this feature,
      but they may in future versions.
    + Check grc file version. The above feature required a
      version bump to "2". Where no connection properties are
      used, version "1" is still emitted. Note that previous
      versions of GRC do not check for file version. RFNoC
      flowgraphs with connection properties will fail to load
      in previous versions as a result.
    + Fix bug where an impressive number of backslashes were
      added to some filenames.
  * gr-dtv
    + Read expected data as little-endian
  * gr-fec
    + Add FEC_API to CCSDS Reed-Solomon functions so they can be
      used by OOTs.
  * gr-qtgui
    + QT GUI Msg Push Button: add a callback for Message Value to
      allow it to change at runtime.
  * gr-uhd
    + RFNoC Rx-Streamer: Add start stream options
    + Add back-edge property to RFNoC connections
  * Build system and packaging
    + Use utf-8 encoding when writing files in gr_python_install.
buildservice-autocommit accepted request 1121031 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 139)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1119328 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 138)
- Update to version 3.10.8.0
  * Runtime
    + Add MAP_FIXED to circular buffer implementations using
      shm_open() and mmap backed by tmp files.
    + PMTs can be formatted for logging (format wrapper added).
    + New io_signature::make() variant replaces makev(), and
      optionally specifies buffer types. 
    + Fix logging params to be compatible with C++20
  * GRC
    + Add "Choose Editor" button to Python block properties. Use
      the GTK app chooser.
    + Save choice to the config file.
    + Correct Python Qt imports in Hier blocks and flowgraph
      templates.
  * gr-blocks
    + Enable building the benchmark testing executable, which runs
      tests on various math functions.
    + Repeat block implemented as a basic block (vs sync
      interpolator) and output buffer allocation fixed.
    + Add a GRC example for Throttle usage.
  * gr-digital
    + Add set_sps() to Symbol Sync.
    + Header Format: Fix CRC and OFDM formats, add option to
      header_buffer to read bits lsb first, and refactor
      extract_bits functions as templates.
    + Constellation Sink uses different colors for each input by
      default.
    + Rework Constellation Soft Decoder, Constellation Object and
      LDPC Decoder Definition.
    + Previously, the LDPC Decoder did not work at all. The sigma
      parameter was removed from the decoder and an optional noise
      power npwr parameter was added to the constellation.
  * gr-network
    + Better support for vectorized output from UDP source. The
      payload size must still be a multiple of item size * vector
      size for this to work.
  * gr-qtgui
    + Range widget eng_slider and eng modes can now be selected
      in GRC.
    + Range widget and a couple of UHD apps now accept values on
      editingFinished, rather than on returnPressed. Since UIs
      generated by GRC do not have OK/Apply for such values,
      there is no "correct" behavior. The behavior is now 
      selectable on the Entry widget.
    + Frequency Sink startup time improved where sample rate is low
  * gr-soapy
    + RTLSDR buffer size may be specified
  * gr-uhd
    + RFNoC NullSrcSink block added. The block may be both source
      and sink.
    + Add support and examples for RFNoC loopback.
    + RFNoC Rx Radio adds issue_stream_cmd() and block message
      handler.
  * gr-zeromq
    + Explicitly shutdown and close source/sinks to prevent hangs
      in some cases.
    + Require zmq.hpp (cppzmq) version with context_t.shutdown()
      defined.
    + If shutdown is not defined, the gr-zeromq is disabled.
  * Modtool
    + Add cmake-format support for generated modules
  * Build system and packaging
    + Update Read-the-docs config to include build.tools
buildservice-autocommit accepted request 1099189 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 137)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1099051 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 136)
- Update to version 3.10.7.0
  * Runtime
    + Setting the minimum buffer size should have the desired
      effect now, and not be overwritten. NOTE: the value returned
      by min_buffer_size() is not intended to indicate the actual
      buffer size. Header Payload Demod was the only block
      attempting to use this value, and was corrected.
    + Use a set to store thread group (more efficient)
    + Message Debug can now output via the logging system
    + The field prefs.singleton is no longer externally exposed
      (was unintentional)
    + PMT dict can be generated more easily using pmt::dict_from_mapping()
  * GRC
    + Save changes under all exit conditions (a couple were
      previously missed)
    + Prevent silent Generate/Run failures for unsaved flowgraphs
  * gr-analog
    + C++ code generation for Quadrature Demod
    + Add max_gain parameter for AGC
  * gr-blocks
    + Probe Rate adds a name parameter, for clearer logging
    + Selector has a new "sync" more that consumes the same number
      of items from all inputs. Default is now to consume as many
      items as possible from the active input, and no more than
      that many items from other inputs. The previous behavior was,
      well, broken.
    + Throttle reset item count on restart, to avoid long delays
  * gr-digital
    + Constellation Encoder and Decoder: constellation can be
      changed at runtime
  * gr-filter
    + Filter design tool: multiple improvements in bounds checking
      and exception handling
    + Filter design tool: update QMessageBox to work in Qt5
  * gr-network
    + Multiple memory management errors fixed in UDP Source/Sink
      and TCP Sink
  * gr-soapy
    + Better AGC and gain behavior in RTL, AirspyHF and SDRPlay
      blocks
    + Support bias controls in RTL and SDRPlay blocks
  * gr-uhd
    + Remove possibility of infinite recursion for network
      overruns
    + Support fmtlib v10
    + RFNoC: bindings and block yml for Vector IIR, Replay and
      Log Power blocks
    + RFNoC: add S16 format to RX Streamer
  * gr-vocoder
    + Support additional codec2 modes
  * Modtool
    + Don't override user-defined CMAKE_INSTALL_PREFIX
buildservice-autocommit accepted request 1083720 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 135)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 134)
- Enable LTP for arm
buildservice-autocommit accepted request 1082777 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 133)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1082762 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 132)
- Add gobject-introspection BuildRequires: inspect the python code
  to add relevant typelib() dependencies (boo#1182927).
buildservice-autocommit accepted request 1077977 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 131)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1077927 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 130)
- Remove unused build dependency on libmpir-devel (gmp-devel was
  already used anyway).
buildservice-autocommit accepted request 1077426 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 129)
baserev update by copy to link target
Displaying revisions 1 - 20 of 148
openSUSE Build Service is sponsored by