Wykres commitów

33 Commity (master)

Autor SHA1 Wiadomość Data
Jon Beniston cc1e4b1fa2 Scan all plugins for qml 2024-03-11 13:45:56 +00:00
Jon Beniston a563e8f220 Don't generate .zip file on windows 2023-09-24 20:26:22 +01:00
Jon Beniston 9a6ade37d9 Cache version numbers, so they can be used in other scripts 2023-09-24 14:55:56 +01:00
Jon Beniston 61e0d2b886 Add strings describing why Microphone, Camera and Location are required on MacOS. For #1819 2023-09-11 11:21:33 +01:00
Jon Beniston d5268ecad4 Add trailing / so files are installed in correct directory 2023-08-14 14:37:46 +01:00
Jon Beniston 3e2addac05 Install CUDA runtime 2023-08-14 12:55:14 +01:00
Jon Beniston 3a79e63a92 Enable SigMF plugins on windows 2023-05-26 08:28:12 +01:00
srcejon 0d055fe036 Fix target name 2023-02-01 14:21:21 +00:00
srcejon 101bec310f Copy fftw3f and libusb dlls to bin directory. 2023-02-01 14:18:59 +00:00
Jon Beniston fc7c9c1fc8 Update CMakeLists.txt to support both Qt5 and Qt6. Add option ENABLE_QT6 2022-11-17 14:34:54 +00:00
Jiří Pinkava 79f0e40dc3 fix cmake syntax warning, separate token by whitespace 2022-09-15 19:50:37 +02:00
Jon Beniston d1305ae7b3 Add hidapi.dll to Windows installer 2022-05-30 16:04:21 +01:00
srcejon d4e2e3eee9 Fix syntax error 2022-05-16 14:47:41 +01:00
Jon Beniston b760c44101 Add support for building additional 3rd party libraries.
Update MacOS bundling to use macdeployqt rather than fixup_bundle, so all Qt dependencies are included.
Update building of some libraries on MacOS, so that library paths in dylibs are build paths, rather than install paths, so macdeployqt can find them.
2022-05-16 13:48:29 +01:00
Jon Beniston 854709f4fa Add Qt WebEngine dependency 2022-02-04 20:56:47 +00:00
f4exb 0141639b7a Added fftw3f-wisdom exe to CPack Windows bundle 2021-11-04 05:25:14 +01:00
Jon Beniston 7aebff1082 Add SDRplay V3 API sample source. 2021-04-11 21:21:36 +01:00
Jon Beniston 1a9b6d1763 Add ADS-B Demodulator plugin.
Add GS232 Rotator Controller feature plugin.
Add altitude and station name to My Positon.
Use QtDeploy to ensure all required Qt libraries are included (Should
fix OpenGL issues)
2020-10-27 16:22:10 +00:00
f4exb de3299098f Windows build: attempt to add missing codec2 and uhd dlls in the binary bundle 2020-10-06 18:17:43 +02:00
Jon Beniston d4aa5d75b5 Add USRP device support. 2020-10-02 22:45:28 +01:00
Jon Beniston 3e2e1b703d Install SoapySDR support modules 2020-09-01 16:02:33 +01:00
Jon Beniston fbb848d940 Add codec2 library for Windows. Export AudioResampler class. 2020-08-29 18:12:56 +01:00
AsciiWolf 2cc1fa380f Use svg icon
+ Install the icon in a standard path
2019-10-11 12:32:16 +02:00
f4exb 4b954aadec More end label fix on cpack cmake file 2019-07-26 08:35:50 +02:00
f4exb 1e655bae82 Corrected endif in cpack/CMakeLists.txt. Fixes #377 2019-07-25 08:22:50 +02:00
f4exb f0f63ce59c Build: Windows: fixed bundling 2019-06-26 17:50:45 +02:00
f4exb 2876a17844 Build: fixed Windows build 2019-06-25 19:08:02 +02:00
f4exb 4e1bee09e3 Build: MSVC build introduction 2019-06-24 18:25:53 +02:00
Davide Gerhard 6e80780d17
cmake: windows fixes for MSVC
- disable sdrangelbench on windows with MSVC
- fix cpu flags test code for MSVC
- add ico file
2019-05-28 15:19:12 +02:00
Davide Gerhard 301c580b56
move to debhelper tool to create debian package 2019-05-23 11:49:52 +02:00
Davide Gerhard a4c8a9978a
cmake: fix *_DIR usage on FindLib and re-import SoapySDR module 2019-05-22 17:20:11 +02:00
Davide Gerhard 1763fa495b
cpack: use as package creator
We use CPACK (cmake helper) to package the software

- macOS: we build the .APP and .dmg with all dependencies, like qt,
  soapysdr and all others sdr drivers. ENABLE_MIRSDRAPI control if we
  remove the mirsdrapi dylib because it is not public distribuitable;
  so should be used only on "private" environment.
  TODO:
    - code/dmg signature

- Debian: make deb with dependencies for Debian 10/9 and Ubuntu
  18.04/16.04.
  TODO:
    - probably to send the package to upstream we need to use
      debhelper and debian/

- Fedora/rpm: just basic declaration
  TODO:
    - write correctly dependencies
2019-05-21 20:19:29 +02:00
Davide Gerhard 5ceffe14cc
rework to prepare for use cpack; new sdrangel icon 2019-05-21 20:19:29 +02:00