Commit Graph

229 Commits

Author SHA1 Message Date
antihax cd6df01166 Winsock.h was included multiple times through windows.h causing compile errors (#772)
* Prevent redefinition of winsock.

* Remove redundant windows.h import
2019-12-11 06:50:06 +01:00
Charles J. Cliffe 59687d7a0b Alpha version bump; update to VS2019 redist files 2019-06-26 00:07:02 -04:00
Charles J. Cliffe 3009da6194 Merge remote-tracking branch 'origin/master' into code_quality 2019-03-14 21:15:07 -04:00
vsonnier 5ab44e3104 Use spin-locks for short-lived, non-recursive locking sequences 2019-03-03 10:36:10 +01:00
Charles J. Cliffe a958912da6 Move Session stuff to SessionMgr 2019-01-30 23:24:33 -05:00
Charles J. Cliffe 298d9bec82 Version bump 2018-08-17 23:28:39 -04:00
Charles J. Cliffe 5731a93354 Version bump, donation updates 2018-04-26 22:15:31 -04:00
Charles J. Cliffe 8609667f33 About Dialog code update, passive vcredist install 2018-01-02 00:13:09 -05:00
Charles J. Cliffe c3257536cf Version bump 2017-12-31 21:14:47 -05:00
Charles J. Cliffe 1c415afa92 Merge branch 'master' into audio_recording 2017-10-12 00:15:00 -04:00
vsonnier 2c1be22c51 Well, looks like WASAPI audio create crashes on Windows, so revert to good old DirectSound for audio 2017-09-27 21:45:08 +02:00
Charles J. Cliffe c202d99a2a initial audio sink file and thread handling rough-in 2017-09-26 23:25:55 -04:00
Charles J. Cliffe a398bc57f1 Initial AudioSink thread base and recoring preference 2017-09-24 23:50:08 -04:00
vsonnier 5460863608 Upgraded RtAudio to v5.0.0, WASAPI is now the default audio backend on Windows 2017-08-31 21:30:32 +02:00
Charles J. Cliffe 21a6d2b5f6 Module bundling fix for OSX BUNDLE_APP 2017-05-12 22:19:19 -04:00
Charles J. Cliffe 994c67dd93 version bump 2017-05-11 21:43:50 -04:00
Dantali0n 0e838327fe Fix portselectordialog sources only in win32 2017-04-22 20:25:35 +02:00
Dantali0n 0cf09d1f5d Fix portselectordialog added with USE_HAMLIB disabled 2017-04-22 14:24:07 +02:00
Charles J. Cliffe 43a9150107 Fix rig control menu, add serial port detection and selection dialog 2017-04-20 19:40:09 -04:00
Charles J. Cliffe ec10f2523e Some additional custom build opts; fix compile order issue on OSX; patch tuning label font glitch. 2017-03-20 20:20:17 -04:00
vsonnier b5a658bb4c Updated Hamlib v3.1 binaries for Windows using the official pre-build binaries:
- Gather all *.dll deps in external/msvc to preserve consistency
- This Hamlib distribution provides a pre-built libusb-1.0.dll, so add it to the common dependencies :
  this libusb-1.0.dll have only MSVCRT.dll as dependency itself, contrary to the one provided
  in CubicSDR binary releases, which turns out is not compatible with this Hamlib distribution.
  The libusb one from the Hamlib on the other hand works for both Hamlib and SoapySDR.
2017-03-03 19:37:32 +01:00
vsonnier 25f7ba386d BLOCKING_QUEUE: remove ThreadBlockingQueue dependency to ThreadQueue, remove ThreadQueue.h from CMakeLists 2017-02-14 18:42:11 +01:00
vsonnier c7467a88bc BLOCKING_QUEUE: prepare by raising up max queue lenghts
BLOCKING_QUEUE: Replaced ThreadQueue usage by ThreadBlockingQueue usage
BLOCKING_QUEUE: instrument all push() with timeouts, showed some call have to be non-blocking...
BLOCKING_QUEUE: tuned push()/try_push()
2017-02-14 18:42:05 +01:00
vsonnier e173eec3ef MISC3: Fed up with warning 4996 spam on MSVC, silence it for good in CMake 2017-02-14 18:36:20 +01:00
Charles J. Cliffe 6ce061280a New 'About' dialog and minor cleanup 2017-02-07 21:48:22 -05:00
Charles J. Cliffe febaf63d22 Merge cmakelists with master changes 2017-02-07 18:52:00 -05:00
Charles J. Cliffe ca4092cc33 Minor cmake rtaudio else-case tweak 2017-02-07 18:29:34 -05:00
Stefan Talpalaru d1686f9699
add USE_SYSTEM_RTAUDIO flag, off by default 2017-02-07 17:07:44 +01:00
Stefan Talpalaru f4a60e6765
Merge branch 'master' into rtaudio 2017-02-06 17:52:15 +01:00
Charles J. Cliffe a05741fa9e Minor re-tweak of main waterfall default lines, version bump 2017-02-05 20:47:47 -05:00
vsonnier 7ab2b08e7d UPGRADE_cleanup: removal of ENABLE_LIQUID_EXPERIMENTAL conditionals because the features are now in mainline liquid v1.30 2017-01-14 18:16:41 +01:00
vsonnier 02cf6fbe4b UPGRADE: Recompiled Windows libraries in v1.30 version, added MinGW makefiles, updated runtime libs
wip
2017-01-14 18:16:32 +01:00
Charles J. Cliffe 591610062a Bundle mod folder update 2017-01-02 01:37:22 -05:00
Charles J. Cliffe 5c89a0783d Flip recent list; bundle mod path update; version bump 2017-01-01 23:51:37 -05:00
Charles J. Cliffe 02a876272f Resolve CMakeLists tab/spaces; add non-blocking action dialog for common user requests. 2016-12-23 18:45:25 -05:00
Charles J. Cliffe 53ce3b2877 Merge pull request #460 from cjcliffe/develop
Develop
2016-11-03 20:37:05 -04:00
Charles J. Cliffe 9aae2b3bd3 cmake var typo 2016-11-02 22:22:51 -04:00
Charles J. Cliffe f0d829b6b3 Better image panel for custom header option 2016-11-01 22:29:58 -04:00
Charles J. Cliffe 979e5b709c Custom build flags, Power level offset, Persistent modem props 2016-10-20 21:44:33 -04:00
Charles J. Cliffe ba7a0d8cd3 Init bookmark manager 2016-09-14 19:46:57 -04:00
Charles J. Cliffe bf7d67751e Initial bookmark form, move demod data node load/save to demod mgr 2016-09-13 22:59:21 -04:00
Stefan Talpalaru 03eb22a5c7
use the system RtAudio on Linux 2016-09-02 17:54:23 +02:00
Charles J. Cliffe 27046a51e4 0.2.0-final version bump 2016-08-31 20:43:18 -04:00
Charles J. Cliffe 4be9fa0538 Support ranged frequency input for center frequency 2016-08-15 23:53:27 -04:00
Charles J. Cliffe a9f35a4c35 Version bump 2016-07-28 23:06:00 -04:00
Charles J. Cliffe 3d5757d8d8 Remove old AppImageKit script; use https://github.com/cjcliffe/CubicSDR-AppImageKit instead 2016-07-20 19:13:35 -04:00
Charles J. Cliffe 117f56dd9e Clean up redundant internal FFTW3 support; liquid-dsp will use FFTW3 if compiled in. 2016-07-20 18:43:54 -04:00
Charles J. Cliffe 8826547f38 version bump 2016-07-12 21:32:34 -04:00
Charles J. Cliffe 6b505dc649 Fix windows installer font path 2016-07-10 21:05:30 -04:00
Charles J. Cliffe 9436f99dd5 version bump 2016-07-10 16:40:23 -04:00