Releases: analogdevicesinc/libad9361-iio
v0.3: Version 0.3
This release was build on the following libiio commit:
f1fd3cef150471f223f64c7469534c9abcb7d4af
What's Changed
- build,.travis.yml: drop xcode 8 build by @commodo in #41
- CI/travis/after_deploy: trigger
gr-iio
build when done by @commodo in #42 - Fix rate checks by @tfcollins in #43
- build,centos,bionic: add ssh-dss algo to EXTRA_SSH env-var by @commodo in #45
- .travis.yml: force xenial for docker builds by @commodo in #46
- build,.travis.yml: update the build configuration by @commodo in #49
- ci,os-x: reduce build times by not upgrading by @commodo in #50
- ci,build: various updates by @commodo in #54
- ci,travis: add CentOS 8 & Ubuntu 20.04 builds by @commodo in #59
- Update HW test to use environmental variables by @tfcollins in #58
- ci,azure-pipelines: add initial yaml file by @commodo in #61
- ci,azure-pipelines: use matrix strategy, and user artifacts from libiio's pipeline by @commodo in #62
- cmake: change build define LIBIIO_EXPORTS to LIBAD9361_EXPORTS by @adisuciu in #64
- Minor fix to for loop for testing rates by @SrikanthPagadarai in #63
- Fix Centos builds which have bad version of cmake by @tfcollins in #69
- cmake: add "uninstall" target by @willcode in #68
- Add python bindings by @tfcollins in #70
- Make library check for python optional by @tfcollins in #71
- Fix flags for FMComms5 python tests by @tfcollins in #74
- CI: update azure-pipelines.yml file by @ccraluca in #77
- CI: remove libiio scripts dependencies and update CI folder by @ccraluca in #79
- CI:change os versions to match os version used on libiio by @ccraluca in #80
- Staging/fix arm builds by @ccraluca in #81
- Add readme for python bindings by @tfcollins in #83
- CI: add python deployment by @ccraluca in #84
- CI:update ci by @ccraluca in #85
- CI update: remove builds with deprecated OS version by @ccraluca in #86
- Minor fixes before release by @tfcollins in #88
- Doc updates by @tfcollins in #90
- CI:add tags on CI triggers by @ccraluca in #92
- CI: fix fetch error by @ccraluca in #93
New Contributors
- @adisuciu made their first contribution in #64
- @SrikanthPagadarai made their first contribution in #63
- @willcode made their first contribution in #68
- @ccraluca made their first contribution in #77
Full Changelog: v0.2...v0.3
v0.2: Version 0.2
Changelog:
8ac95f3 CMakeLists.txt: Bump to version 0.2
780b21a Add fmcomms5 phase sync feature including doc and test
8343e53 Enabled filter designer functions to update RF bandwidth of analog filters
424d09a CI/travis/lib.sh: ensure wget & sudo exist
6c9f83b .travis.yml: update docker builds
63be2e0 .travis.yml: remove short-hand vars (no longer needed)
406b660 CI/travis/after_deploy: trigger iio-oscilloscope when done
9783a94 CI/travis: use libiio's docker wrappers
37e19ce CI/travis/before_deploy: include lib.sh
b8a30c7 CI/travis/deploy: use libiio's upload_file_to_swdownloads() function
e5ae3d1 .travis.yml: pass parameters to make_linux script
77e947e .travis.yml: sync build matrix with libiio's
8a953ee .travis.yml: add release provider for OS X pkgs & tgz files
674d317 .travis.yml: update xcode version to 8
288448d CI/travis/before_install_darwin: use util from libiio's lib.sh
e62b1fe travis,build: handle LDIST with libiio's lib.sh
52b4bda .travis.yml: remove discontinued libiio builds
0d18df6 CI/travis: add -xe specifier to shell scripts
683dd79 CI/travis/lib.sh: add script that handles LDIST & other common stuff
7621abf Add MATLAB bindings header to Windows builds and installer
d2b7dad Make ML testing example more complex
35f139f Add MATLAB bindings support for loadlibrary
dac04fa Doxygen support (#32)
48f8218 Fixes #29
7aa95ca Add hardware tests for ad9361_set_bb_rate
b2e88ca ad9361_baseband_auto_rate: Fix low rate filter enable
98b0a99 Enable tests
fe3c070 Remove possible overflow condition on rate check. This was causing tests to fail on Windows builds.
51cfe11 appveyor.yml: Add the InnoSetup file and create an installer for libad9361.
1d80008 Fix usage of CMake LIBAD9361_VERSION variable
2bb7275 Suppress errors when looking up the git repository path
7206bb2 Fix building outside git repository
5bf95d7 build,.travis.yml: add support Xenial builds
b978f1d CI/travis/before_install_linux: use dpkg
for local install
c10ea9b appveyor.yml: change versioning to '{branch}.{build}' format
4bc72d3 ad9361_multichip_sync: Switch to nanosleep() to replace deprecated usleep()
8052086 test/CMakeLists.txt: specifically link libiio to tests
cdf1ecc CI/travis/before_install_darwin: pull actual latest libiio package
612066e CI/travis/before_install_linux: pull actual latest libiio
5496dc4 Disable hardware tests for windows
193fbcc Remove linux specific header
673cc9d Added custom filter wizard which has identical numerical performance as ad936x-filter-wizard implemented in MATLAB
Alexandra Trifan (1):
appveyor.yml: Add the InnoSetup file and create an installer for libad9361.
Alexandru Ardelean (22):
CI/travis/before_install_linux: pull actual latest libiio
CI/travis/before_install_darwin: pull actual latest libiio package
test/CMakeLists.txt: specifically link libiio to tests
appveyor.yml: change versioning to '{branch}.{build}' format
CI/travis/before_install_linux: use `dpkg` for local install
build,.travis.yml: add support Xenial builds
CI/travis/lib.sh: add script that handles LDIST & other common stuff
CI/travis: add -xe specifier to shell scripts
.travis.yml: remove discontinued libiio builds
travis,build: handle LDIST with libiio's lib.sh
CI/travis/before_install_darwin: use util from libiio's lib.sh
.travis.yml: update xcode version to 8
.travis.yml: add release provider for OS X pkgs & tgz files
.travis.yml: sync build matrix with libiio's
.travis.yml: pass parameters to make_linux script
CI/travis/deploy: use libiio's upload_file_to_swdownloads() function
CI/travis/before_deploy: include lib.sh
CI/travis: use libiio's docker wrappers
CI/travis/after_deploy: trigger iio-oscilloscope when done
.travis.yml: remove short-hand vars (no longer needed)
.travis.yml: update docker builds
CI/travis/lib.sh: ensure wget & sudo exist
Lars-Peter Clausen (4):
Fix building outside git repository
Suppress errors when looking up the git repository path
Fix usage of CMake LIBAD9361_VERSION variable
Merge pull request #24 from analogdevicesinc/cmake_fixes
Michael Hennerich (5):
ad9361_multichip_sync: Switch to nanosleep() to replace deprecated usleep()
Merge pull request #25 from analogdevicesinc/add-installer
ad9361_baseband_auto_rate: Fix low rate filter enable
Merge pull request #28 from analogdevicesinc/fix-low-rate-enable
CMakeLists.txt: Bump to version 0.2
Travis Collins (16):
Added custom filter wizard which has identical numerical performance as ad936x-filter-wizard implemented in MATLAB
Remove linux specific header
Disable hardware tests for windows
Merge pull request #13 from analogdevicesinc/custom-filters-feature
Remove possible overflow condition on rate check. This was causing tests to fail on Windows builds.
Enable tests
Merge pull request #26 from analogdevicesinc/enable-tests
Add hardware tests for ad9361_set_bb_rate
Fixes #29
Merge pull request #30 from analogdevicesinc/auto-rate-tests
Doxygen support (#32)
Add MATLAB bindings support for loadlibrary
Make ML testing example more complex
Add MATLAB bindings header to Windows builds and installer
Enabled filter designer functions to update RF bandwidth of analog filters
Add fmcomms5 phase sync feature including doc and test