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