1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-08 22:26:33 -04:00
Commit Graph

452 Commits

Author SHA1 Message Date
f4exb
a57c856a26 Updated versions and changelogs 2021-06-27 19:17:28 +02:00
f4exb
de838e8c30 Follow Appveyor MSVC upgrade 2021-06-14 22:32:53 +02:00
f4exb
82f1004f28 ChirpChat demod: updated readme. Updated versions and changelogs 2021-06-12 19:48:24 +02:00
f4exb
1e5c4343d1 Updated versions and changelogs 2021-05-28 12:26:20 +02:00
f4exb
2e61dc1fbd Updated versions and changelogs 2021-05-11 21:55:31 +02:00
f4exb
93aefd6de3 Updated versions and changelogs 2021-05-11 10:50:46 +02:00
f4exb
5384f3b21e Updated versions and changelogs 2021-05-05 21:51:16 +02:00
f4exb
873ec7809c Updated versions and changelogs 2021-05-01 11:13:21 +02:00
f4exb
37a5bf3395 Updated versions and chagnelogs 2021-04-25 21:33:06 +02:00
f4exb
6f4e596cca Updated versions and changelogs 2021-04-19 23:53:54 +02:00
Jon Beniston
6e69bea710 Don't try to find zlib and faad packages on windows, as we have version in external/windows 2021-04-19 19:11:29 +01:00
f4exb
a5796c7116 Updated versions and changelogs 2021-04-18 22:57:54 +02:00
f4exb
2562d42385 Allow local compile of DAB demodulator 2021-04-17 22:59:40 +02:00
Jon Beniston
8a5685cdfd Add DAB demodulator 2021-04-16 22:56:15 +01:00
f4exb
6ad057e935 Updated versions and changelogs 2021-04-13 10:25:17 +02:00
Jon Beniston
7aebff1082 Add SDRplay V3 API sample source. 2021-04-11 21:21:36 +01:00
f4exb
fcbb383978 Updated versions and changelogs 2021-04-08 19:32:54 +02:00
f4exb
0a713e4d30 Updated versions and changelogs 2021-03-29 21:21:32 +02:00
f4exb
766de007b9 Updated versions and changelogs 2021-03-07 12:05:33 +01:00
f4exb
6fb451145b DATV demod: use ldpctool in Linux only 2021-03-07 07:41:19 +01:00
f4exb
2389f0d55c Updated versions and changelogs 2021-03-03 13:52:40 +01:00
f4exb
19b809affb Updated versions and changelogs 2021-02-28 20:36:17 +01:00
f4exb
a2b1e5207f Added missing dependency to libqt5texttospeech5-dev. Fix libapt and libsgp4s external library install for Ubuntu build 2021-02-28 05:40:15 +01:00
Jon Beniston
ef4544b640 Add atpdec and sgp4 cmake scripts 2021-02-27 12:54:25 +00:00
Jon Beniston
5461facb3b Add Satellite Tracker feature 2021-02-26 20:25:48 +00:00
f4exb
42815a0664 Updated versions and changelogs 2021-02-20 18:30:51 +01:00
f4exb
166089a8bd Updated versions and changelogs 2021-02-13 12:26:19 +01:00
f4exb
19f3c284ba Updated versions and changelogs 2021-02-07 11:09:43 +01:00
Kacper Michajłow
3388e385b6 CMake: Require all needed Qt modules to fail early when not found. 2021-02-06 22:39:57 +01:00
f4exb
3a43fd33fa Updated version and changelogs 2021-01-30 18:59:35 +01:00
f4exb
52b51feded Updated versions and changelogs 2021-01-23 11:39:03 +01:00
Jon Beniston
446749cbbb Map updates.
Add support for different map types (street/satellite) and different map
providers.
Support finding real world addresses on the map.
Add Maidenhead locator converter.
Add Beacons.
Allow data sources to be selected by a user.
Add context menu to allow setting an object as a target, setting center
frequency and adjusting display order.
2021-01-22 14:54:22 +00:00
f4exb
ddcc72cb24 Updated versions and changelogs 2021-01-14 23:36:55 +01:00
Jon Beniston
5a52052d2c Add APRS Feature 2021-01-13 20:37:09 +00:00
f4exb
99018bd1d8 Updated versions and changelogs 2020-12-21 10:36:31 +01:00
f4exb
8c307eb0e6 Updated versions and changelogs 2020-12-13 20:10:12 +01:00
f4exb
b64f539f8c Updated version and changelogs 2020-12-12 21:36:24 +01:00
f4exb
38a06c4f69 Added MessagePipes garbage collector. Updated versions and changelogs 2020-12-12 16:31:38 +01:00
f4exb
214686beca Updated versions and changelogs. Restored Appveyor Docker build 2020-12-08 08:32:23 +01:00
f4exb
445b7c57e2 Updated versions and changelogs 2020-11-26 07:12:01 +01:00
f4exb
ea59f8b35e Updated version and changelogs 2020-11-22 20:10:39 +01:00
Kacper Michajłow
ce4f48b9bf Add _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES for Windows 2020-11-22 04:07:39 +01:00
f4exb
b396a190de Implement SigMF support only when compiled with GCC (libsigmf dependency). Implements #712 2020-11-21 20:00:32 +01:00
Kacper Michajłow
33ab785085 CMake: Split arch detection and compiler flags into separate files 2020-11-20 14:28:13 +01:00
Kacper Michajłow
f8dcbaab66 Fix and enable sdrbench build on Windows 2020-11-20 11:04:51 +01:00
Kacper Michajłow
305c97fc0e CMake: Make compiler flags selection and detection more flexible.
- Fix for RelWithDebInfo and MinSizeRel build types
- Use -march=native instead of handcrafted detection when possible
- Refactor whole thing to reduce code duplication
2020-11-20 11:04:51 +01:00
f4exb
fbe77a1922 Updated version and changelogs 2020-11-15 22:02:42 +01:00
f4exb
82f98ab6c1 cmake: re-integrated -Woverloaded-virtual and fixed corresponding warnings 2020-11-15 08:31:49 +01:00
f4exb
164b83a3ce Fixed the rest of the warnings and main cmake file. Implements #663 2020-11-15 02:19:06 +01:00
f4exb
6519bfc05f Updated version and changelogs 2020-11-13 23:20:57 +01:00
f4exb
c4a25fee38 Updated versions and changelogs 2020-11-12 22:45:20 +01:00
f4exb
99c079b549 SigMF file input 2020-11-10 02:09:21 +01:00
f4exb
ffd0971020 Updated versions and changelogs 2020-11-09 14:10:17 +01:00
Kacper Michajłow
7250240a9f CMake: Add an option to hide console on Windows
Fixes #693
2020-11-08 08:24:15 +01:00
Kacper Michajłow
d315026f37 CMake: Add support for ASAN on MSVC 2020-11-08 08:24:15 +01:00
Kacper Michajłow
35a01df5d1 CMake: Produce compile commands on supported generators 2020-11-07 07:00:27 +01:00
f4exb
556ddaaff6 Updated versions and changelogs 2020-11-06 07:07:23 +01:00
f4exb
f2bd3e4b84 Downgrade cmake version requirements 2020-11-05 20:41:33 +01:00
Kacper Michajłow
1e5ae8ea0f Define _USE_MATH_DEFINES and clean M_PI redefinitions 2020-11-04 23:05:41 +01:00
Kacper Michajłow
70434765d7 Add support for VS2019 and Ninja
- Specify byproducts in external projects
- Use external Boost
- Remove hacky Qt detection
- Fix CRT mismatch in external projects (fixes SoapySDR on Windows)
- Minor fixes
2020-11-04 10:40:17 +01:00
f4exb
c5a36c48a0 Updated versions and changelogs 2020-11-03 13:15:25 +01:00
f4exb
abd2d1276c Updated versions and changelogs. Fixed missing yaml references in base resources for swagger-ui 2020-10-28 08:58:16 +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
950b9a5934 updated versions and changelogs 2020-10-11 22:44:00 +02:00
f4exb
170a2661e1 Updated version and changelogs 2020-10-06 07:41:32 +02:00
Jon Beniston
d4aa5d75b5 Add USRP device support. 2020-10-02 22:45:28 +01:00
f4exb
645cf2413c Updated versions and changelogs. Fixed build server off for Appveyor Windows build 2020-09-29 08:42:11 +02:00
f4exb
4fb5633e62 Updated version and changelogs 2020-09-26 09:13:34 +02:00
f4exb
f22c9fca2c Updated version and changelogs 2020-09-16 13:08:37 +02:00
f4exb
8026686b1f Updated version and changelogs 2020-09-14 00:17:14 +02:00
f4exb
9936a5e2c4 Updated version and changelogs 2020-09-11 13:35:09 +02:00
Jon Beniston
3e2e1b703d Install SoapySDR support modules 2020-09-01 16:02:33 +01:00
Edouard Griffiths
efdef2df12
Merge pull request #620 from srcejon/windows-freedv
Add codec2 library for Windows to enable FreeDV support
2020-08-30 21:54:14 +02:00
f4exb
07a901942b Updated versions and changelogs 2020-08-29 22:32:11 +02:00
Jon Beniston
fbb848d940 Add codec2 library for Windows. Export AudioResampler class. 2020-08-29 18:12:56 +01:00
f4exb
a88b2074c4 Updated versions and changelogs 2020-08-27 09:58:11 +02:00
f4exb
fdafc95b0c Updated version and changelogs 2020-08-25 21:05:54 +02:00
f4exb
8a565a0de2 Upgrade libiio and libairspyhf versions. Updated version and changelogs 2020-08-20 14:02:06 +02:00
f4exb
e704689be1 Updated version and changelogs 2020-08-09 06:49:49 +02:00
f4exb
f3fdd68fed Updated version and changelogs 2020-08-03 13:22:38 +02:00
f4exb
1de1bf4d08 Updated versions and changelogs 2020-08-01 05:13:55 +02:00
f4exb
625463a428 Updated version and changelogs 2020-07-21 08:41:39 +02:00
Vort
c0eabc0f69 Set correct output directories for RelWithDebInfo build 2020-07-20 07:11:27 +03:00
f4exb
e60e4da02c Updated version and changelogs 2020-07-14 00:15:26 +02:00
f4exb
57cd14c8e1 Updated version and changelogs 2020-07-12 21:01:51 +02:00
f4exb
59a0cad7e9 Updated version and changelogs 2020-07-06 19:34:21 +02:00
f4exb
a4a16265a3 Updated version and changelogs 2020-07-01 20:22:41 +02:00
f4exb
587a8b4e1e Updated version and changelogs 2020-06-28 10:33:44 +02:00
f4exb
b7284b6b5c Updated version and changelogs 2020-06-27 10:52:43 +02:00
f4exb
18cee9d101 Updated version and changelogs 2020-06-24 05:25:56 +02:00
f4exb
9508e8b88a Updated version and changelogs 2020-06-20 10:02:23 +02:00
f4exb
bbfece704b Updated version and changelogs 2020-06-15 23:22:17 +02:00
f4exb
3a45b059d2 Updated version and changelogs 2020-05-24 03:11:32 +02:00
f4exb
86bc8be8d0 Updated version and changelogs 2020-05-20 14:14:49 +02:00
f4exb
da06bc30cc Updated version and changelogs 2020-05-16 10:42:35 +02:00
Sergei I. Korolev
d9ea8d4abc Added more flexible build options 2020-05-02 17:57:00 +03:00
f4exb
634821296d Updated version and changelogs 2020-04-28 05:47:49 +02:00
f4exb
9cff60f143 Updated version and changelogs 2020-04-20 08:50:14 +02:00
f4exb
3034dcddce Make OpenCV optional in main cmake file 2020-04-19 12:58:43 +02:00
f4exb
81da7b35b1 Updated version and changelogs 2020-04-02 05:03:48 +02:00