8000 Tags · dimasad/libiio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dimasad/libiio

Tags

v0.18

Toggle v0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request analogdevicesinc#253 from analogdevicesinc/qemu_arm

travis-ci: enable raspberry on qemu inside travis-ci

v0.17

Toggle v0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request analogdevicesinc#255 from analogdevicesinc/fix-app…

…veyor

Revert "appveyor.yml: Downgrade curl from 7.61.1-3 to 7.61.1-2."

v0.16

Toggle v0.16's commit message
Bump to version v0.16

Changelog:
20c9079 CI/travis/inside_bionic_docker.sh: re-use the make_linux logic
cd1be7d build,travis: parametrize library name
2b4503d README.md : Update with links to doc
cf87e0a travis-ci: install graphviz
2f3632f doxygen: check if building on a case senstive file system.
a18ff6e doxygen: If dot exists, use it.
cb28721 appveyor: install graphviz and fix doxygen version
550f4b8 README: Update with latest build changes
540c96b deployment : export the LDIST var which is needed in other scripts
de8356b fix snprintf warnings from gcc 8
24c7f00 .travis.yml: Add new Xcode versions to the Travis CI builds.
d65cabb CI/travis/before_install_darwin: Handle brew failures when installing packages.
29c582e .travis.yml: Drop the Travis CI builds for OSX Image xcode 6.4.
6799876 .travis.yml: Drop the Travis CI builds for Ubuntu 12.04 LTS (Precise Pangolin).
f18ed59 .travis.yml: Add support for Ubuntu 18.04 (Bionic) builds.
983657a cmake/LinuxPackaging.cmake: Add libserialport to the list of dependencies that are being handled when creating Linux packages.
25c20d6 channel: Fix analogdevicesinc#219 get_modifier and get_type seems to work incorrectly
ed6709e sorting: ensure sorting happens after global attributes are added
f05434e travis-ci: don't hard code distributions anymore
9b75895 Revert "sort: Move channel attribute sorting to context creation" fix analogdevicesinc#215
cf39834 cmake: set the CPACK_DEBIAN_PACKAGE_ARCHITECTURE for old versions of Cmake
76d4ff7 buffer: Fix bug in mask bit tests (continued)
b7407af IIOD: Fix bug in mask bit tests (continued)
37ecd2e Update README.md with newest centos packages
5dd1ff9 add note about triggered buffers in dox source
98d85f6 local: pass errors up the stack
879abfe usb: Increase ctrl pipe timeout
da13ffc usb: add libusb version to context attributes
876db45 usb: be more verbose when unable to claim an interface
686ced9 travis : Add the LDIST for centos
db47744 Ensure iio_info can find a locally installed libiio.so
c5973cf fix whitespace damage from previous commits
67a994c sort: when sorting iio_channels, if the index is the same, use ID
b9008a7 sort: Move channel attribute sorting to context creation
8405704 sort: change function names to be more descriptive/accurate
afd6d69 Update FIR enable function in ML bindings to not force sample rate ahead of filter write.
53bfb03 local: Sort devices, channels and attributes when adding them.
256a80a appveyor.yml: Downgrade curl from 7.61.1-3 to 7.61.1-2
15ddcd6 Fix FIR load function in ML bindings to actually enable the FIR once loaded.
4c9a050 CI/travis/inside_centos_docker.sh: hack/patch CPackRPM.cmake for CentOS 7
f60f957 cmake/LinuxPackaging.cmake: use non-dev packages to .deb dep list
ed6d860 CI/travis/make_linux: install deb package as final test
cfe093a build,CI/travis: setup CentOS testing
8000

4a39cb6 CI/travis: enable errexit & xtrace behavior in scripts
77a1154 CI/travis/before_deploy: move `grep` expression in `find`
a05d607 .gitignore: add vim swap files
0b23cbe spelling fonction->function
ee936e8 Fix bug in mask bit tests
c80412c cmake: Suppress errors when looking up the git repository path
2a76c2e .travis.yml: add host-key algo ssh-dss for xenial deploy
b853fdb appveyor.yml: change versioning to '{branch}.{build}' format
0950037 CI/travis/deploy: extend cleanup to all debian packages
2b1c4b8 README.md: add Xenial artifact links
ea80423 .travis.yml: add Xenial distro to job run


Alexandra Trifan (1):
      appveyor.yml: Downgrade curl from 7.61.1-3 to 7.61.1-2 .

Alexandra.Trifan (6):
      cmake/LinuxPackaging.cmake: Add libserialport to the list of dependencies that are being handled when creating Linux packages.
      .travis.yml: Add support for Ubuntu 18.04 (Bionic) builds.
      .travis.yml: Drop the Travis CI builds for Ubuntu 12.04 LTS (Precise Pangolin).
      .travis.yml: Drop the Travis CI builds for OSX Image xcode 6.4.
      CI/travis/before_install_darwin: Handle brew failures when installing packages.
      .travis.yml: Add new Xcode versions to the Travis CI builds.

Alexandru Ardelean (14):
      .travis.yml: add Xenial distro to job run
      README.md: add Xenial artifact links
      CI/travis/deploy: extend cleanup to all debian packages
      appveyor.yml: change versioning to '{branch}.{build}' format
      .travis.yml: add host-key algo ssh-dss for xenial deploy
      .gitignore: add vim swap files
      CI/travis/before_deploy: move `grep` expression in `find`
      CI/travis: enable errexit & xtrace behavior in scripts
      build,CI/travis: setup CentOS testing
      CI/travis/make_linux: install deb package as final test
      cmake/LinuxPackaging.cmake: use non-dev packages to .deb dep list
      CI/travis/inside_centos_docker.sh: hack/patch CPackRPM.cmake for CentOS 7
      build,travis: parametrize library name
      CI/travis/inside_bionic_docker.sh: re-use the make_linux logic

David Frey (2):
      Fix bug in mask bit tests
      spelling fonction->function

Lars-Peter Clausen (2):
      cmake: Suppress errors when looking up the git repository path
      usb: Increase ctrl pipe timeout

Michael Hennerich (15):
      Merge pull request analogdevicesinc#175 from analogdevicesinc/sort
      Merge pull request analogdevicesinc#203 from analogdevicesinc/sort1
      Merge pull request analogdevicesinc#206 from analogdevicesinc/rgetz-patch-1
      Merge pull request analogdevicesinc#201 from analogdevicesinc/fix-ml-bindings
      Merge pull request analogdevicesinc#207 from analogdevicesinc/rgetz-patch-2
      IIOD: Fix bug in mask bit tests (continued)
      buffer: Fix bug in mask bit tests (continued)
      Merge pull request analogdevicesinc#198 from mangOH/mask_fix_bug
      Merge pull request analogdevicesinc#211 from analogdevicesinc/iiod-mask-fix-bug
      Merge pull request analogdevicesinc#212 from analogdevicesinc/rgetz-patch-2
      Merge pull request analogdevicesinc#213 from analogdevicesinc/rgetz-patch-3
      Merge pull request analogdevicesinc#214 from analogdevicesinc/rgetz-patch-4
      Revert "sort: Move channel attribute sorting to context creation" fix analogdevicesinc#215
      channel: Fix analogdevicesinc#219 get_modifier and get_type seems to work incorrectly
      Merge pull request analogdevicesinc#224 from analogdevicesinc/rft-issue-219

Robin Getz (23):
      local: Sort devices, channels and attributes when adding them.
      sort: change function names to be more descriptive/accurate
      sort: Move channel attribute sorting to context creation
      sort: when sorting iio_channels, if the index is the same, use ID
      fix whitespace damage from previous commits
      Ensure iio_info can find a locally installed libiio.so
      travis : Add the LDIST for centos
      usb: be more verbose when unable to claim an interface
      usb: add libusb version to context attributes
      local: pass errors up the stack
      add note about triggered buffers in dox source
      Update README.md with newest centos packages
      cmake: set the CPACK_DEBIAN_PACKAGE_ARCHITECTURE for old versions of Cmake
      travis-ci: don't hard code distributions anymore
      sorting: ensure sorting happens after global attributes are added
      fix snprintf warnings from gcc 8
      deployment : export the LDIST var which is needed in other scripts
      README: Update with latest build changes
      appveyor: install graphviz and fix doxygen version
      doxygen: If dot exists, use it.
      doxygen: check if building on a case senstive file system.
      travis-ci: install graphviz
      README.md : Update with links to doc

Travis Collins (2):
      Fix FIR load function in ML bindings to actually enable the FIR once loaded.
      Update FIR enable function in ML bindings to not force sample rate ahead of filter write.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>

v0.15

Toggle v0.15's commit message
Bump to version v0.15

Changelog:
dce7644 network: Add workaround for Microsoft Windows Subsystem for Linux
70d1c2a examples/dummy-iiostream: Fix instructions
0892972 local: Fix low-speed mode
fa6ec67 appveyor.yml: Add workaround for 32-bit build
956bbc5 appveyor.yml: Fix libzip dll name pattern
c9909f2 Fix buffer/device mixup in docs
7dddeec Prevent out-of-bounds access in read_each_attr()/iio_channel_attr_read_all()
8ac1893 tests/iio_writedev: Add iio_writedev analogous to iio_readdev
ac8debc iio_adi_xflow_check: Avoid accessing device after context destruction
fa82974 Install iiod upstart conf file
61322cb Install iiod SysVinit script
e688c76 Install iiod.service file
185128c Fix typo in CMakeLists.txt
c8d5306 iio_readdev: Fix getopt() handling
52a5f07 iio_info: Fix getopt() handling
19d642c iio_genxml: Fix getopt() handling
faa6341 iio_attr: Fix getopt() handling
989db5e iio_adi_xflow_check: Fix getopt() handling
f5d8ddc 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).
227e067 CMakeLists.txt: Fill in the Windows file information (version, name, copyright, year).
854471e appveyor.yml: Install windres for reading Windows resource files (.rc)
7d29b98 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.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>

v0.14

Toggle v0.14's commit message
Bump to version v0.14

Changelog:
c8ac1c5 network: Fix buffer reuse

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>

v0.13

Toggle v0.13's commit message
appveyor.yml: Downgrade llvm and clang packages for the moment

The latest llvm and clang packages somehow break the doxygen binary. To fix
this use an older known to work version for now.

Signed-off-by: Alexandra Trifan <Alexandra.Trifan@analog.com>
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>

v0.12

Toggle v0.12's commit message
Bump to version v0.12

Changelog:
 * iio_attr: Add support for buffer attribtues
 * iio_info: Add support for buffer attributes
 * iiod: Add support for buffer attributes
 * device: Add support for buffer attributes
 * local: Track buffer attributes
 * iiod: usbd: initialize the SuperSpeed Endpoint Companion descriptors
 * travis-ci: fix typo in matrix
 * CMake: quote arguments for STREQUAL
 * examples/ad9371-iiostream.c: Add AD9371/5 IIO Streaming example
 * local: Track requested and allocated number of blocks independently
 * local: Return error when no blocks could be allocated
 * Cmake: If the version of libserialport isn't 0.1.1; don't fail, just    warn, and continue building without it. This makes it easier    for those (Ubuntu 16 LTS), who are using distributions that     don't keep up to date.
 * Update channel type and modifier lists
 * iiod: fix crash setting buffers on invalid device
 * appveyor.yml: Move all the MSVC and MinGW builds into a single ZIP artifact.
 * travis-ci: Allow before_deploy to be run twice, which is what happens   on a release/tag, without erroring
 * travis-ci: Deploy OS-X files on releases
 * appveyor.yml: Create MinGW builds for Windows 32 bit and 64 bit.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>

v0.11

Toggle v0.11's commit message
Bump to version v0.11

v0.10

Toggle v0.10's commit message
Version 0.10

Changelog:
- 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

v0.9

Toggle v0.9's commit message
Version 0.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
0