Commit Graph

5251 Commits

Author SHA1 Message Date
Davide Gerhard ea67d2c80b
remove CMP0043 2019-04-19 08:50:43 +02:00
Davide Gerhard a53755589e
perseus: fix build error
descr->firmware_downloaded is private and require perseus-in.h that is
not installed by libperseus-sdr; see]
e390356c86/Makefile.am
line 44

/Users/rainbow/tmp/my/sdrangel/devices/perseus/deviceperseusscan.cpp:45:18: error: member access into incomplete type 'perseus_descr' (aka 'perseus_descr_ds')
if (descr->firmware_downloaded)
2019-04-19 08:46:28 +02:00
Davide Gerhard 121504eeb3
enable fcdpro/fcdproplus on macOS; remove asound dependency
asound is not needed; now it uses qt audio
2019-04-19 08:46:26 +02:00
f4exb 387c5a0e3b Merge branch 'master' into dev 2019-04-18 23:31:42 +02:00
f4exb c6333156fb
Merge pull request #326 from ra1nb0w/cmake
cmake/clang fixes
2019-04-18 23:24:51 +02:00
Davide Gerhard 0182364143
libopus-dev is needed on ubuntu/debian 2019-04-18 16:45:43 +02:00
Davide Gerhard 07c1413c95
install udev-rules only on linux 2019-04-18 09:42:36 +02:00
Davide Gerhard f7612a703d
generalize architecture and cpu flags detection 2019-04-18 09:42:29 +02:00
f4exb 924e54118c FreeDV: REST API fixes (2) 2019-04-18 00:50:49 +02:00
f4exb c76adfc1a8 FreeDV: REST API fixes (1) 2019-04-17 17:34:02 +02:00
f4exb aefb1b7f3f LimeSDR: change antenna labels for Lime Mini 2019-04-16 22:58:38 +02:00
f4exb c856d4035f HackRF output: fixed setting of Fc pos from REST API. Bumped version 2019-04-16 01:00:50 +02:00
Davide Gerhard 9b1c24ee3d
plutosdr device: fix warning
warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat]
2019-04-15 16:17:36 +02:00
Davide Gerhard 770be1ddfb
fix apple compatibility library
should permit to build sdrangel also with macOS <10.12
2019-04-15 16:11:21 +02:00
Davide Gerhard 2f035dd398
codec2: fix pkgconfig name
codec2 install pkgconfig without lib prefix as stated by source code

on debian /usr/lib/x86_64-linux-gnu/pkgconfig/codec2.pc
on macports /opt/local/lib/pkgconfig/codec2.pc
2019-04-15 15:42:02 +02:00
Davide Gerhard 74786f550d
sdrbase: fix type warning
warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long')
2019-04-15 15:42:02 +02:00
Davide Gerhard 140c170ac4
c++ register is deprecated and incompatible with C++17
with modern compiler and not on microcontroller seems useless
2019-04-15 15:42:02 +02:00
Davide Gerhard d1d51a5d34
bladerf2output: fix warning
format specifies type 'unsigned long' but the argument has type 'uint64_t'
2019-04-15 15:42:02 +02:00
Davide Gerhard 036eda0a92
fcdpro/fcdproplus: disable samplesource on macOS 2019-04-15 15:41:49 +02:00
Davide Gerhard 013eaa79ea
fix libusb-1.0 discovery 2019-04-15 15:40:45 +02:00
Davide Gerhard 21add46422
libfreedv: fix some inconsistent use of complex, C99, and C++11
done by @guruofquality
thanks a lot!
2019-04-15 15:40:45 +02:00
Davide Gerhard 190fe374f2
add Boost include to demodbfm channelrx 2019-04-15 15:40:39 +02:00
Davide Gerhard 941aea3b92
cm256cc: fix path and pkgconfig discovery 2019-04-15 15:39:57 +02:00
Davide Gerhard 9d5c6f765e
libdsdcc: fix path and pkgconfig discovery 2019-04-15 15:39:30 +02:00
f4exb bbcae92a0b Windows build adjustments 2019-04-14 18:37:32 +02:00
f4exb bf27409f50 PlutoSDR: updated documentation 2019-04-14 18:08:57 +02:00
f4exb d683ecb6d6 HackRF: updated documentation 2019-04-14 17:52:57 +02:00
f4exb d0bb485ba2 BladeRF: updated documentation 2019-04-13 23:48:16 +02:00
f4exb c37f219696 PlutoSDR output: implemented baseband or device sample rate input option 2019-04-13 23:00:02 +02:00
f4exb 2f3418487d PlutoSDR input: implemented baseband or device sample rate input option 2019-04-13 22:16:08 +02:00
f4exb 41fd3ea765 HackRF output: implemented Fc tooltip center frequency shift 2019-04-13 21:44:15 +02:00
f4exb 1860d20220 HackRF output: implemented baseband or device sample rate input option 2019-04-13 21:33:17 +02:00
f4exb 457c873365 HackRF input: implemented baseband or device sample rate input option 2019-04-13 21:20:22 +02:00
f4exb f5f2349d09 Obtain version string from git 2019-04-13 10:30:16 +02:00
f4exb af098400d5 BladeRF2 output GUI: fixed alternate sample rate display width 2019-04-13 09:24:02 +02:00
f4exb 10be66085b BladeRF2: implemented baseband or device sample rate input option 2019-04-12 14:14:17 +02:00
f4exb bfe38e7965 BladeRF: updated documentation 2019-04-12 13:20:07 +02:00
f4exb 6bc1323c38 BladeRF1: updated plugin version and screenshots 2019-04-12 00:30:57 +02:00
f4exb 66bfff90da BladeRF1 output: implemented baseband or device sample rate input option 2019-04-12 00:18:29 +02:00
f4exb 60cb77fe2d BladeRF output: invert I/Q 2019-04-12 00:18:16 +02:00
f4exb c3a8c14517 Interpolators: added invert I/Q parameter. Default false 2019-04-12 00:17:49 +02:00
f4exb 461b33f099 BladeRF1 input: implemented baseband or device sample rate input option 2019-04-11 23:07:44 +02:00
f4exb 1cdb3a1c0c Fixed incomplete copyright headers (6): sdrbench 2019-04-11 14:47:17 +02:00
f4exb 4264c72fa7 Fixed incomplete copyright headers (5): sdrsrv 2019-04-11 14:44:23 +02:00
f4exb 8488161e6d Fixed incomplete copyright headers (4): sdrgui 2019-04-11 14:43:33 +02:00
f4exb fc49bd2855 ixed incomplete copyright headers (3): sdrbase 2019-04-11 14:32:15 +02:00
f4exb f9ab66474a Merge branch 'master' into dev 2019-04-11 07:08:10 +02:00
f4exb ae3e4fed45
Create LICENSE 2019-04-11 07:06:30 +02:00
f4exb 4bb0f4f51a Fixed incomplete copyright headers (2): plugins/samplesource 2019-04-11 06:57:41 +02:00
f4exb ef15157a50 Fixed incomplete copyright headers (1) 2019-04-11 06:39:30 +02:00