1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-05-16 06:12:29 -04:00

607 Commits

Author SHA1 Message Date
Jon Beniston
338a28b1a5 StarTracker: Add support for Jupiter decameter radiation (DAM) observations. Add targets from Horizons and SPICE. 2026-04-03 20:33:00 +01:00
f4exb
0e13bbab85 Release 7.24.0 2026-03-28 19:22:50 +01:00
f4exb
738bdfa744 Meshtastic: moved meshtasticcommon to a modemmeshtastic module 2026-03-27 00:25:07 +01:00
Jonathan Anderson
a9e3502c3b Add /usr/local to search paths for non-Linux Unix.
Unix OSes that aren't Linux (e.g., BSDs) sometimes use /usr/local as
the prefix for non-system libraries. This is change is necessary to
build on at least FreeBSD, as libunwind is in /usr/local/lib, not
/usr/lib.
2026-03-18 15:36:09 -02:30
Edouard Griffiths
f7f1195097
Merge pull request #2668 from coloboxp/lora-meshtastic
Meshtastic: dedicated RX/TX plugins, multi-preset LoRa pipelines, and supporting integration updates
2026-03-13 12:39:12 +01:00
Alejandro Aleman
40ea5d096f meshtastic: consolidate LoRa/Meshtastic demod, auto-profile, decode tree, and dechirp replay improvements 2026-03-12 13:04:04 +01:00
FlUxIuS
75acdf1b8b
replace the x86_64-only arch lib lookup with a multi-arch one 2026-03-04 11:43:43 +01:00
f4exb
5ae74e9e19 Release 7.23.2 2026-02-14 10:58:43 +01:00
f4exb
3ac0dabaa2 Print stack trace on program crash 2026-02-13 21:48:27 +01:00
f4exb
c8389506e4 Release v7.23.1 2026-02-02 21:38:25 +01:00
f4exb
1236b11900 Publish version v7.23.0 2026-01-13 19:07:23 +01:00
Jon Beniston
ee35715bd4 Merge master 2026-01-12 18:36:49 +00:00
Jon Beniston
ef624b2b0a Fix package name 2026-01-06 12:13:36 +00:00
Jon Beniston
feeb757f21 Add Inmarsat C demodulator. 2026-01-06 12:07:52 +00:00
f4exb
455f8a8034 Denoiser feature base commit 2026-01-06 07:54:29 +01:00
f4exb
502e751ae7 Publish v7.22.10 2025-12-22 09:32:35 +01:00
Jon Beniston
fd6a8d51f8 Fix build with Qt 6.10.1.
Temporarily disable 2D Map move to front, as it causes a crash with Qt 6.10.
2025-11-24 13:57:30 +00:00
AsciiWolf
0ab3095d4a Add AppStream metadata 2025-11-14 14:16:15 +01:00
f4exb
b935db0228 Publish version 7.22.9 2025-09-28 21:27:43 +02:00
Jon Beniston
f204c168f6 Add crash handler on Windows.
Add memory buffer to Logger, so last 500 log messages can be included in crash report.
Generate and include stripped pdb files so stack trace can include function names.
2025-07-31 16:35:44 +01:00
f4exb
115922c385 Updated version and changelogs 2025-07-02 19:02:52 +02:00
f4exb
89d7fe736f Updated versions and changelogs 2025-05-04 20:01:51 +02:00
f4exb
e6b3e50fd2 Updated version and changelog 2025-02-02 19:09:22 +01:00
f4exb
c4e57a1696 Updated versions and changelogs 2024-12-05 02:10:24 +01:00
f4exb
ba6a3cc665 Updated versions and changelogs 2024-11-11 09:46:29 +01:00
f4exb
ae5dc866c7 Updated versions and changelogs 2024-11-09 18:46:38 +01:00
f4exb
35aa393f11 Upgrade C++ standard to c++17 2024-10-23 21:32:13 +02:00
Jon Beniston
dbbf1918ab Fix Android build 2024-10-21 17:15:27 +01:00
f4exb
ed410d039a Updated versions and changelogs 2024-10-20 10:53:00 +02:00
srcejon
78d0160514 MainWindow: Add FSMs to avoid blocking on the GUI thread.
DSPDevice*Engine: Add signals to indicate when commands have been processed.
DSPDeviceSourceEngine: Fix small memory leak.
DSPEngine::removeDeviceEngineAt: Remove wait to avoid blocking thread. Return QThread to get finished signal.
DSPEngine::addDevice*Engine: Don't call deleteLater for device*Engine, as these objects are deleted manually in MainWindow, which will crash if deleteLater called first.
2024-10-10 13:57:11 +01:00
f4exb
93a35ff1ab Updated version adn changelogs 2024-10-06 10:49:47 +02:00
Jon Beniston
5a38bdf0b5 Use opencv4 with VS2022 2024-09-23 11:55:54 +01: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
f4exb
41608cf804 Bump Cmake minimal version to 3.17 2024-09-13 08:50:50 +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
DreamNik
60e1d1cd9e Fix compilation for Android with Qt6 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
f4exb
66ac6174b7 Updated version 2024-08-13 22:35:18 +02:00
f4exb
a4f08dc210 WDSP receiver: fixed FM demod amd implement equalizer 2024-07-11 21:25:53 +02:00
f4exb
8ce840dd17 WDSP Receiver as a copy of the SSB demodulator 2024-07-11 21:25:51 +02:00
f4exb
3e909d2016 Updated versions and changelogs 2024-06-25 22:19:14 +02:00
f4exb
4770e2d281 Updated versions and changelogs 2024-06-18 00:52:36 +02:00
f4exb
b1ef05667e Build WDSP for Linux only 2024-06-17 02:21:14 +02:00
f4exb
c81ff5060c Do not build WDSP for Apple 2024-06-17 01:16:23 +02:00
f4exb
cd4ad2cc95 Refactored WDSP initial commit 2024-06-16 19:14:31 +02:00
f4exb
4f822b4daf Fixed MSVC version detection 2024-06-10 04:07:58 +02:00
f4exb
1b2a549463 Updated versions and changelogs 2024-06-06 22:10:04 +02:00
f4exb
4538d46c5d Updated version and changelogs 2024-05-24 12:30:22 +02:00