Package: soapyuhd / 0.4.1-6

Metadata

Package Version Patches format
soapyuhd 0.4.1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 SoapyUHDDevice implemented getNativeDeviceHandle.patch | (download)

SoapyUHDDevice.cpp | 11 10 + 1 - 0 !
1 file changed, 10 insertions(+), 1 deletion(-)

 [patch 01/12] soapyuhddevice: implemented getnativedevicehandle()


0002 UHDSoapyDevice Add cctype header needed for std isdi.patch | (download)

UHDSoapyDevice.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch 02/12] uhdsoapydevice: add <cctype> header needed for
 std::isdigit.


0003 Fix for getBandwidthRange for SOAPY_SDR_RX.patch | (download)

Changelog.txt | 5 5 + 0 - 0 !
SoapyUHDDevice.cpp | 2 1 + 1 - 0 !
2 files changed, 6 insertions(+), 1 deletion(-)

 [patch 03/12] fix for getbandwidthrange() for soapy_sdr_rx


0004 Fix get_tree for X300 on UHD 4.0.patch | (download)

Changelog.txt | 1 1 + 0 - 0 !
SoapyUHDDevice.cpp | 33 22 + 11 - 0 !
2 files changed, 23 insertions(+), 11 deletions(-)

 [patch 04/12] fix get_tree() for x300 on uhd 4.0


0005 Add uninstall target.patch | (download)

CMakeLists.txt | 11 11 + 0 - 0 !
cmake/cmake_uninstall.cmake.in | 21 21 + 0 - 0 !
2 files changed, 32 insertions(+)

 [patch 05/12] add uninstall target

Signed-off-by: Jeff Long <willcode4@gmail.com>

0006 travis update ci dist.patch | (download)

.travis.yml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch 06/12] travis - update ci dist


0007 cmake update minimum supported version to 0.6 due to.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 07/12] cmake: update minimum supported version to 0.6 due to
 KwargsToString


0008 Added missing streaming and frequency arg info.patch | (download)

SoapyUHDDevice.cpp | 49 48 + 1 - 0 !
1 file changed, 48 insertions(+), 1 deletion(-)

 [patch 08/12] added missing streaming and frequency arg info


0009 Set C 14 which is required in UHD headers.patch | (download)

CMakeLists.txt | 5 2 + 3 - 0 !
Changelog.txt | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 [patch 09/12] set c++14 which is required in uhd headers


0010 Define post_input_action post_output_action for UHD .patch | (download)

UHDSoapyDevice.cpp | 16 16 + 0 - 0 !
1 file changed, 16 insertions(+)

 [patch 10/12] define post_input_action/post_output_action for uhd
 4.8+


0011 Update for compat with newer CMake closes 64.patch | (download)

CMakeLists.txt | 26 4 + 22 - 0 !
1 file changed, 4 insertions(+), 22 deletions(-)

 [patch 11/12] update for compat with newer cmake (closes #64)


0012 Add GitHub build check action.patch | (download)

.github/workflows/build.yml | 59 59 + 0 - 0 !
.travis.yml | 60 0 + 60 - 0 !
README.md | 4 0 + 4 - 0 !
3 files changed, 59 insertions(+), 64 deletions(-)

 [patch 12/12] add github build check action