Edouard Griffiths
7d1beb9eff
Merge pull request #2254 from srcejon/freq_scanner
...
Allow plugins to be compiled as static libs, part 2.
2024-09-20 15:31:24 +02:00
srcejon
24d80f8ab0
ADS-B: Allow plugin to be compiled as static lib. Allow building without texttospeech, location or process.
...
VOR localizer: Allow plugin to be compiled as static lib.
SID feature: Allow plugin to be compiled as static lib.
Satellite Tracker: Allow building without texttospeech or timezone.
Map: Allow plugin to be compiled as static lib. Allow building without SSL.
APT: Allow plugin to be compiled as static lib.
Radio Astronomy: Allow plugin to be compiled as static lib. Allow building without process.
ChannelWebAPIUtils: Fix memory leaks.
DeviceSampleSource: Add signals that indicate when the position or direction of a device (or it's antenna) has changed. This is to support per device position, which is useful for remote devices not at My Position.
2024-09-17 09:47:45 +01:00
Edouard Griffiths
f522d88fc5
Merge pull request #2252 from srcejon/freq_scanner
...
Update CMakeLists.txt to allow static libraries to be built
2024-09-13 21:07:04 +02:00
Edouard Griffiths
c03f8dcbac
Merge pull request #2250 from GlassOnTin/CUDAToolkit
...
Use new find_package(CUDA Toolkit)
2024-09-13 17:22:38 +02:00
f4exb
41608cf804
Bump Cmake minimal version to 3.17
2024-09-13 08:50:50 +02:00
Edouard Griffiths
d6773eafb3
Merge pull request #2245 from DreamNik/fix_warnings_and_android_issues
...
Fix warnings and android issues
2024-09-12 14:33:32 +02:00
srcejon
626a939d3c
Fix missing endif
2024-09-12 08:44:38 +01:00
srcejon
1df07b21ae
Update CMakeLists.txt to allow static libraries to be built, as well as shared.
...
Add BUILD_BENCH, BUILD_SHARED_LIBS, ENABLE_AARONIARTSA and ENABLE_METIS options.
2024-09-11 20:16:40 +01:00
GlassOnTin
64e13f92e6
Use new find_package(CUDA Toolkit)
2024-09-10 20:11:10 +01:00
DreamNik
d2e89b7337
Fix PR comments
2024-09-09 19:17:30 +03:00
f4exb
37e06de0ed
DeviceGUI: removed destroy method. Part of #2159
2024-09-07 21:50:42 +02:00
DreamNik
60e1d1cd9e
Fix compilation for Android with Qt6
2024-09-05 13:37:51 +03:00
DreamNik
5103b27091
Fix compilation with newer ffmpeg libavutil
2024-09-05 13:37:51 +03:00
DreamNik
202fc96de6
Append prefix to plugin name when running on Android.
...
Android libraries can't be placed inside subdirectory, so to
distinguish plugins from regular libraries the new prefix is used.
2024-09-05 13:37:51 +03:00
DreamNik
f694ba04b8
Fix compilation warnings and errors
2024-09-05 13:37:46 +03:00
DreamNik
027d6af6bb
Fix SopaySDR library search when system cmake package present
2024-09-03 23:44:46 +03:00
f4exb
5d0fa7fa67
Removed destroy method leftovers and Sonar lint
2024-08-27 09:54:09 +02:00
f4exb
704eb403d1
Removed the destroy method from ChannelGUI interface
2024-08-27 09:54:09 +02:00
f4exb
b85419c56a
Sonar fixes
2024-08-27 09:54:09 +02:00
f4exb
585d806ef8
All device plugins: make sure start and stop are effective once only. PArt of #2159
2024-08-27 09:54:09 +02:00
f4exb
1b37a4f504
BladeRF2Output: removed applySettings from stop method
2024-08-27 09:54:09 +02:00
f4exb
7b4e751ba1
DeviceSet and DeviceUISet: use delete channel API instead of destroy method so that the virtual destructor of the channel is called appropriately
2024-08-27 09:54:09 +02:00
f4exb
aca4a53513
Fixed threading model for DSPDeviceSinkEngine plus other fixes. Part of #2159
2024-08-27 09:54:09 +02:00
f4exb
75d40c8b68
SSBMod: revised thread processing
2024-08-27 09:54:09 +02:00
f4exb
d553834adf
Removed SyncMessenger from DSPDeviceSinkEngine. Part of #2159
2024-08-27 09:54:09 +02:00
f4exb
2b26f15463
AMMod: revised thread processing
2024-08-27 09:54:09 +02:00
f4exb
2219fcd809
NFMMod: revised thread processing
2024-08-27 09:54:09 +02:00
f4exb
290023183c
Fixed threading model for DSPDeviceMIMOEngine plus other fixes. Part of #2159
2024-08-27 09:54:09 +02:00
f4exb
beaf2932ba
RTLSDR: make sure start and stop are effective once only. PArt of #2159
2024-08-27 09:54:09 +02:00
f4exb
f6b3b22e4f
Removed SyncMessenger from DSPDeviceMIMOEngine. Part of #2159
2024-08-27 09:54:09 +02:00
f4exb
d2066495a9
Fixed threading model for DSPDeviceSourceEngine. Part of #2159
2024-08-27 09:54:09 +02:00
f4exb
9fa1974ba3
Removed SyncMessenger from DSPDeviceSourceEngine. Part of #2159
2024-08-27 09:54:09 +02:00
Daniele Forsi
6b2573d955
[wdsprx] Fix path to help file
2024-08-21 09:30:35 +02:00
Daniele Forsi
72683aea57
Fix typo
2024-08-21 09:30:35 +02:00
f4exb
66ac6174b7
Updated version
2024-08-13 22:35:18 +02:00
f4exb
aec3c5ca47
Updated plugin versions
2024-08-13 22:35:18 +02:00
f4exb
0cc853f177
Updated changelogs
2024-08-13 22:35:18 +02:00
Edouard Griffiths
96478f1021
Merge pull request #2222 from f4exb/feature-wdsp
...
Feature wdsp
2024-08-13 15:36:54 +02:00
f4exb
3253e0088c
WDSP Rx plugin: added documentation
2024-08-13 13:10:25 +02:00
f4exb
11f91b577b
Added new color maps. Part of #2191
2024-08-12 10:33:53 +02:00
f4exb
eaa5445702
WDSP: more Sonar fixes
2024-08-10 23:46:47 +02:00
f4exb
ef0255f2bb
WDSP: impulse responses refactoring (5)
2024-08-10 12:21:04 +02:00
f4exb
12f4d0a0fd
WDSP: FIROPT rework
2024-08-10 09:59:42 +02:00
f4exb
e48dc22793
WDSP: impulse responses refactoring (4)
2024-08-10 06:40:35 +02:00
f4exb
ad3e7dfe19
WDSP: fixed missing decalc in USLEW
2024-08-10 02:09:07 +02:00
f4exb
28cfad98ff
WDSP: impulse responses refactoring (3)
2024-08-10 02:06:19 +02:00
f4exb
7319e4cb88
WDSP: impulse responses refactoring (2)
2024-08-09 06:33:00 +02:00
f4exb
62f05b3706
WDSP: impulse responses refactoring (1)
2024-08-08 09:09:40 +02:00
f4exb
130d40c218
WDSP: more rework
2024-08-07 21:14:09 +02:00
f4exb
fe08cd4a78
WDSP: FIRCORE rework
2024-08-06 06:26:53 +02:00