Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libiio-devel-0.25-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libiio-devel Distribution: openSUSE:Factory:zSystems
Version: 0.25 Vendor: openSUSE
Release: 1.1 Build date: Wed Oct 11 14:44:51 2023
Group: Development/Libraries/C and C++ Build host: s390zl26
Size: 80367 Source RPM: libiio-0.25-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://wiki.analog.com/resources/tools-software/linux-software/libiio
Summary: Industrial I/O library -- development files
Library for industrial I/O.

This sub-package contains the development files.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Fri Aug 11 2023 Wojciech Kazubski <wk@ire.pw.edu.pl>
  - Update to version 0.25
    * tests: Standardize programs error codes when scanning
    * Make sure we print out LOG_LEVEL during Cmake
    * debug.h: Update log macros
    * iiod: fix the printing of IP addresses inside iiod
    * iiod: remove test code that slipped in
    * dnssd: windows: Greatly enhance code
    * dns-sd: Remove duplicates before probing URIs
    * CI: add next_stable branch to CI triggers
    * serial: Pass port name/description as context attributes [ #926 ]
    * CMake: Bump minimal required version to 3.10
* Sun Jul 17 2022 Wojciech Kazubski <wk@ire.pw.edu.pl>
  - Update to version 0.24
    * CMake: Bump version to v0.24
    * CI:add new YAML VM Images
    * Remove package install for ARM as they are already in containers
    * Update ARM builds to use --platform flag
    * iiod-client: Use iiod_client_write_all() when sending commands
    * mdns: Fix/Update Windows mdns code
    * CMakeLists.txt: Do not use /usr as the default install location on MacOS.
    * CMakeLists.txt: Add the option OSX_FRAMEWORK to control OSX builds.
    * CI:fix ARM builds
    * CI:add set -e for Azure build to fail on errors
* Tue Jun 28 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Python subpackage is python3-pylibiio now, in accordance with PyPi.
* Tue Feb 15 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Update to version 0.23, for details see
    https://github.com/analogdevicesinc/libiio/releases/tag/0.23
* Sun Jun 13 2021 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Update to version 0.21, for details see
    https://github.com/analogdevicesinc/libiio/releases/tag/0.21
* Fri Feb 14 2020 Martin Hauke <mardnh@gmx.de>
  - Update to versoin 0.19
    * network: Fix typo in error message related to iiod client open
    * Increase error reporting on iiod and network backend
    * iio_attr : Add a feature which auto-generates C code
    * iio_info: warn when iio_channel_get_type = IIO_CHAN_TYPE_UNKNOWN
    * Handle channel IDs without index or modifier correctly
    * local: Fix the checking of the buffer size returned by kernel
    * man: add some default man pages
    * Improved matching on global attributes for differential channels
    * cmake : on the CI, turn on WITH_DOC, so gh-pages is updated
    * cmake: Make the WITH_DOC (Doxygen) optional, defaulting off
    * iio.h: improve consistancy of doxygen generated content
    * iio.h: Fix whitespace differences/inconsistances
    * First attempt to match global attributes for differential
      channels.
    * Improve URI documentation for iio_create_context_from_uri
    * Bindings : NB Add Cmake flags to turn on bindings (Default=off)
    * ./tests/iio_attr : move from allocating space on stack to malloc
    * by accepting avahi null names, and install avahi service file
    * Python3: fixed string type checking in iio.NetworkContext to
      be compatible with Python 2 and Python 3.
    * Fixed loading of libiio on non-Windows systems where
      find_library shall find it in the path if the specified name
      is 'iio'.
    * Use "include(FindPythinInterp)" when compiling with CMake
      older than 3.12.
    * ad9361-iiostream.c example takes Command line arguments to
      select local context vs uri context.
    * Python: More robust loading of IIO library that works on
      different platforms.
    * CMake python bindings: "use find_package (Python COMPONENTS
      Interpreter)" instead of deprecated "include(FindPythonInterp)"
    * network: only resolve interface name on ipv6 ll
    * Add example for ADRV9009
    * local.c: make sure dst is null-terminated if fread fails
    * fix install of binaries with a static only library
    * iiod: usbd: Fix wrong null pointer check
* Sat May 04 2019 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.18
    * This fixes a channel sorting bug which has caused compatibility
      issues, in case the local and remote libiio differed in version.
      This will revert the channel sorting changes and thus restore
      backward compatibility to v0.15 and before.
      Version 0.16 and 0.17 should not be used.
  - Add missing compat suse rclink
* Thu Jan 24 2019 mardnh@gmx.de
  - Update to version 0.17
    * Revert "sort: when sorting iio_channels, if the index is the
      same, use ID"
  - Update to version 0.16
    * fix snprintf warnings from gcc 8
    * channel: Fix #219 get_modifier and get_type seems to work incorrectly
    * sorting: ensure sorting happens after global attributes are added
    * Revert "sort: Move channel attribute sorting to context creation" fix #215
    * cmake: set the CPACK_DEBIAN_PACKAGE_ARCHITECTURE for old versions of Cmake
    * buffer: Fix bug in mask bit tests (continued)
    * IIOD: Fix bug in mask bit tests (continued)
    * add note about triggered buffers in dox source
    * local: pass errors up the stack
    * usb: Increase ctrl pipe timeout
    * usb: add libusb version to context attributes
    * usb: be more verbose when unable to claim an interface
    * Ensure iio_info can find a locally installed libiio.so
    * fix whitespace damage from previous commits
    * sort: when sorting iio_channels, if the index is the same, use ID
    * sort: Move channel attribute sorting to context creation
    * sort: change function names to be more descriptive/accurate
    * Update FIR enable function in ML bindings to not force sample rate ahead of filter write.
    * local: Sort devices, channels and attributes when adding them.
    * Fix FIR load function in ML bindings to actually enable the FIR once loaded.
    * spelling fonction->function
    * Fix bug in mask bit tests
    * cmake: Suppress errors when looking up the git repository path
* Mon Oct 01 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Enable support for USB backend, create usb-udev-rules
  - Enable autodiscovery for the network backend using avahi/mDNS/DNS-SD
* Tue May 08 2018 mardnh@gmx.de
  - Update to version 0.15
    * network: Add workaround for Microsoft Windows Subsystem for Linux
    * examples/dummy-iiostream: Fix instructions
    * local: Fix low-speed mode
    * appveyor.yml: Add workaround for 32-bit build
    * appveyor.yml: Fix libzip dll name pattern
    * Fix buffer/device mixup in docs
    * Prevent out-of-bounds access in read_each_attr()/iio_channel_attr_read_all()
    * tests/iio_writedev: Add iio_writedev analogous to iio_readdev
    * iio_adi_xflow_check: Avoid accessing device after context destruction
    * Install iiod upstart conf file
    * Install iiod SysVinit script
    * Install iiod.service file
    * Fix typo in CMakeLists.txt
    * iio_readdev: Fix getopt() handling
    * iio_info: Fix getopt() handling
    * iio_genxml: Fix getopt() handling
    * iio_attr: Fix getopt() handling
    * iio_adi_xflow_check: Fix getopt() handling
    * appveyor.yml: Drop the initial core update which updates the package list and
      upgrades all the outdated packages. The conflicts are not handled properly when
      using the --noconfirm option(default values).
    * CMakeLists.txt: Fill in the Windows file information (version, name, copyright, year).
    * appveyor.yml: Install windres for reading Windows resource files (.rc)
    * Added a new variable to iio.Buffer stored in self._ctx, this is reference to a
      Context variable. This reference ensures that the Context outlives the buffer,
      if this is not the case a segmentation violation will occur when destroying the
      buffer.

Files

/usr/include/iio.h
/usr/lib64/libiio.so
/usr/lib64/pkgconfig/libiio.pc


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024