1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-06-13 03:52:30 -04:00

198 Commits

Author SHA1 Message Date
f4exb
356e5e42be Use -DCMAKE_POLICY_VERSION_MINIMUM=3.5 for external packages Windows build 2025-04-05 21:59:21 +02:00
f4exb
c7e2a78903 Use SerialDV 1.1.5 2025-04-05 09:39:09 +02:00
Jon Beniston
596544ade7 Update HackRF to v2024.02.1. For #2002 2025-03-08 09:33:18 +00:00
Jon Beniston
825c1d0759 Update LimeSuite to latest version, to fix #2415 2025-03-07 16:37:31 +00:00
Jon Beniston
082a07d39b Fix -DBUILD_SHARED_LIBS=ON for FLAC 2025-02-16 18:11:37 +00:00
Jon Beniston
c9c9febe41 Use version 4.1 of x265 as master is broken on Mac. 2025-01-22 21:38:00 +00:00
Edouard Griffiths
fd168e881a
Merge pull request #2305 from srcejon/linux_github_release
github action to build ubuntu 22.04 and 24.04 release .debs
2024-11-02 15:31:07 +01:00
Jon Beniston
8c7e650f8f Update limesuite to v23.11.0 to see if it builds on ubuntu-24.04 2024-11-01 18:57:37 +00:00
Jon Beniston
1094874321 Remove test code. 2024-11-01 12:46:53 +00:00
Jon Beniston
ff56523865 Try Python3_FIND_FRAMEWORK=NEVER 2024-11-01 11:43:28 +00:00
Jon Beniston
7a9b5ee068 Try Python3_ROOT_DIR 2024-11-01 10:48:36 +00:00
Jon Beniston
8e81d3825a Update boost to latest release. 1.78 fails to build using c++17
Update UHD to 4.7 and set -DENABLE_PYTHON_API=OFF to try to remove runtime python requirement.
2024-11-01 10:10:31 +00:00
Jon Beniston
e707d75624 Update OpenCV as fails to compile with c++17 2024-10-31 18:57:08 +00:00
srcejon
b0a476735d Fix flac on Mac 2024-10-08 22:00:19 +01:00
srcejon
56c162fd7d Fix FLAC library name on Mac. 2024-10-08 20:30:37 +01:00
srcejon
851a811f0f
Merge branch 'f4exb:master' into freq_scanner 2024-09-24 09:21:10 +01:00
Jon Beniston
48a69892ef Update external/windows to latest version 2024-09-23 11:04:03 +01:00
srcejon
8bf1a2f803 Remote TCP updates:
Add support for public list of SDRangel servers that can be displayed on Map.
Add FLAC and zlib IQ compression.
Add IQ squelch for compression.
Add remote device/antenna position and direction reporting.
Add text messaging.
2024-09-22 10:44:30 +01:00
srcejon
b4e2943298 Update sdrangel-windows-libraries link to include latest VC redistributable 2024-06-26 09:30:30 +01:00
srcejon
f5dc0e3d3d Update sdrangel-windows-libraries to latest revision 2024-06-17 14:06:13 +01:00
Jon Beniston
625027c35e Update external/windows to latest sdrangel-windows-libraries 2024-06-16 10:02:28 +01:00
Mykola Dvornik
4252592045 Fix and refactor FindSoapySDR.cmake 2024-06-01 19:25:42 +02:00
f4exb
03bb11b869 Morse Decoder: returm to the original GGMorse library 2024-06-01 10:00:10 +02:00
Jon Beniston
2d3dc836dd Fix ggmorse paths on mac 2024-05-24 16:37:27 +01:00
f4exb
3fc3a976b3 Fix external cmake (2) 2024-05-21 20:56:28 +02:00
f4exb
c978b79cf2 Fix external cmake 2024-05-21 18:30:24 +02:00
f4exb
a382ebc23a Corrections to CI/CD for GGMorse 2024-05-21 17:05:20 +02:00
f4exb
d308127893 Build GGMorse in CI 2024-05-21 10:53:15 +02:00
f4exb
64cb4cf890 Upgraded RTL-SDR library to v2.0.1 2024-02-22 02:04:18 +01:00
Jon Beniston
b4c50d71a7 Update UHD to v4.6.0 2024-02-19 15:21:53 +00:00
f4exb
ea891c0ad7 Update external/windows submodule 2024-02-19 01:11:19 +01:00
Tom Matthews
a079587859
Disable build of LAME frontend
We dont need it, and LAME 3.100 frontend binaries fail to build on MacOS currently with
```parse.c:417:34: error: call to undeclared function 'id3tag_set_comment_ucs2'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]```
2023-12-20 08:18:43 +00:00
srcejon
c9db48c754 Use sourceforge for Boost as faster to download.
Use Boost 1.78.0 on Intel Mac, as 1.83 causes UHD to fail to load at runtime.
Fix Lame link on Mac arm64
2023-12-01 12:03:37 +00:00
f4exb
b93f9459c9 DSD demod: Upgrade dsdcc to 1.9.5. Fixes #1878 2023-11-29 21:30:39 +01:00
Jon Beniston
a519a01f8c Update UHD to 4.5 2023-10-30 10:22:53 +00:00
Jon Beniston
175ccd13f4 Enable Mac Arm64 build 2023-10-30 10:12:07 +00:00
Jon Beniston
7873595ad9 Fix syntax error 2023-09-23 15:54:53 +01:00
Jon Beniston
e40b98b381 Don't build UHD it ENABLE_EXTERNAL_LIBRARIES=AUTO 2023-09-23 15:09:15 +01:00
Jon Beniston
df4c6ca825 Fix ffpmeg/opencv dependencies. Enable C lang on Mac, for external projects 2023-09-13 21:58:51 +01:00
Jon Beniston
1442f8bb14 Update RTLSDR driver to include RTLSDRBlog V4 support 2023-08-26 14:25:33 +01:00
Jon Beniston
05914cc0ba Fix RTLSDR E4000 gain and bandwidth settings. Add tuner type to GUI. 2023-08-25 15:04:57 +01:00
Jon Beniston
d8108e93e1 Use current version of zlib, as old tar balls get removed 2023-08-22 16:53:34 +01:00
Jon Beniston
3ce2f28502 Fix Vulkan compilation on Linux 2023-08-14 10:37:27 +01:00
Jon Beniston
5e71da4530 Add VkFFT support and profiler 2023-08-13 23:52:57 +01:00
Jon Beniston
f56597ac36 Ninja needs BUILD_BYPRODUCTS set, make doesn't 2023-07-31 11:05:31 +01:00
Jon Beniston
e16ff521d6 Fix copy and paste error 2023-07-30 23:07:46 +01:00
Jon Beniston
37db1910c5 Add LIBSIGMF_DEPENDS 2023-07-30 21:50:25 +01:00
Jon Beniston
bf913b12a1 Update lib name 2023-07-30 21:10:47 +01:00
Jon Beniston
51f8ece65b Use installed lib 2023-07-30 20:37:42 +01:00
Jon Beniston
d764c3635e Set INSTALL_PREFIX 2023-07-30 19:28:44 +01:00