Revisions of libiio

buildservice-autocommit accepted request 1114948 from Michal Suchanek's avatar Michal Suchanek (michals) (revision 19)
baserev update by copy to link target
Michal Suchanek's avatar Michal Suchanek (michals) accepted request 1103552 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 18)
- 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
buildservice-autocommit accepted request 990415 from Andreas Färber's avatar Andreas Färber (a_faerber) (revision 17)
baserev update by copy to link target
Andreas Färber's avatar Andreas Färber (a_faerber) accepted request 989692 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 16)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 985604 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 15)
initialized devel package after accepting 985604
Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 985603 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 14)
- Python subpackage is python3-pylibiio now, in accordance with PyPi.
Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 955076 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 13)
- Update to version 0.23, for details see
  https://github.com/analogdevicesinc/libiio/releases/tag/0.23
Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) accepted request 899838 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 12)
- Update to version 0.21, for details see
  https://github.com/analogdevicesinc/libiio/releases/tag/0.21
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 774378 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 11)
- 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.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 700588 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 10)
- 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
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 668426 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 9)
- 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
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 639445 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 8)
- Enable support for USB backend, create usb-udev-rules
- Enable autodiscovery for the network backend using avahi/mDNS/DNS-SD
Andreas Färber's avatar Andreas Färber (a_faerber) accepted request 605411 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 7)
- 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.
Andreas Färber's avatar Andreas Färber (a_faerber) accepted request 593732 from Tuukka Pasanen's avatar Tuukka Pasanen (illuusio) (revision 6)
Updated to version 0.14
Andreas Färber's avatar Andreas Färber (a_faerber) accepted request 567912 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 5)
- Force usage of python3
Andreas Färber's avatar Andreas Färber (a_faerber) accepted request 552585 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 4)
- Update to version 0.11:
  * Lots of bug fixes
  * Add 'ip,ip-addr' context attribute to network contexts
  * Better handling of communication timeouts on Windows
  * IIOD can now stream much faster, up to the link's speed
  * Fix USB backend and IIOD not handling huge buffers
  * Channels are now disabled when a iio_buffer is destroyed
  * Libiio/IIOD can now handle channels that share their index
  * Add 'iio_attr' tool to read/write device/channel attributes
- Update to version 0.10:
  * Lots of bug fixes
  * Add 'ip,ip-addr' context attribute to network contexts
  * Better handling of communication timeouts on Windows
  * IIOD can now stream much faster, up to the link's speed
  * Fix USB backend and IIOD not handling huge buffers
  * Channels are now disabled when a iio_buffer is destroyed
  * Libiio/IIOD can now handle channels that share their index
  * Add 'iio_attr' tool to read/write device/channel attributes
- Update to v0.9 - Changelog:
  * Introduced context attributes
  * Add API for querying the list of enabled backends
  * IIOD can now serve over USB (using FunctionFS)
  * Fix occasional buffer drops in IIOD
  * Python bindings are now compatible with Python 3
  * Add support for scanning in Python bindings
  * Fix USB backend on Windows >= 8.1
  * Add auto context creation in iio_readdev/iio_info
  * Lots, lots of bug fixes
- Update to v0.8 - no changelog provided
- drop libiio_systemd.patch, taken from upstream
- Initial (v0.7)
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) accepted request 512335 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 3)
- Update to version 0.10:
  * Lots of bug fixes
  * Add 'ip,ip-addr' context attribute to network contexts
  * Better handling of communication timeouts on Windows
  * IIOD can now stream much faster, up to the link's speed
  * Fix USB backend and IIOD not handling huge buffers
  * Channels are now disabled when a iio_buffer is destroyed
  * Libiio/IIOD can now handle channels that share their index
  * Add 'iio_attr' tool to read/write device/channel attributes
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 437902 from Andreas Färber's avatar Andreas Färber (a_faerber) (revision 1)
Library for industrial I/O (iio drivers)
Displaying all 19 revisions
openSUSE Build Service is sponsored by