Wykres commitów

12 Commity (d4aa5d75b55fc0e8a99c7a88fb330557fb6e1ae2)

Autor SHA1 Wiadomość Data
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
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