Charles J. Cliffe
fcb646f385
Use prefix lib path if provided so we can override system libs for bundles
2023-08-17 00:15:32 -04:00
Charles J. Cliffe
74b52f7b97
Fix app bundle soapy module path mismatch (folder doesn't have suffix)
2023-08-16 21:47:02 -04:00
Charles J. Cliffe
1d1532e1f5
Update CubicSDR.desktop.in
2023-04-26 20:13:59 -04:00
Charles J. Cliffe
87f5d8835a
Merge pull request #999 from cjcliffe/fix-janky-bandwidth-ui
...
Fix modem bandwidth interaction lag; favor visual responsiveness
2023-04-17 23:38:53 -04:00
Charles J. Cliffe
5edd7ba845
Fix modem bandwidth interaction lag; favor visual responsiveness
...
- Trying to always show the active bandwidth state when liquid-dsp is being slow to generate resamplers makes interaction janky. Let the audio state lag behind the visuals for a better experience.
- Minor out-of-order fixes for variable set/notify.
- Side thought; why is liquid-dsp slow at generating resamplers now?
2023-04-17 23:25:02 -04:00
Charles J. Cliffe
3426a0188e
Donation/contribution list updates
2023-04-13 23:05:53 -04:00
Charles J. Cliffe
6afebe585b
Merge pull request #997 from cjcliffe/winbuild-updates
...
Winbuild updates
2023-04-13 21:26:15 -04:00
Charles J. Cliffe
674bfa1246
Merge branch 'master' into winbuild-updates
2023-04-13 21:22:08 -04:00
Charles J. Cliffe
a93b698284
CMake v3.0 minimum breaks windows builds; go with 2.8.12
2023-04-11 21:28:09 -04:00
Charles J. Cliffe
40046b1655
Restore deleted pthread lib needed for user builds
...
Remove old vc redist used by installer
2023-04-11 20:41:52 -04:00
Charles J. Cliffe
f9766ceaf0
Merge pull request #950 from classabbyamp/fix-build
...
fix build errors caused by commented parameters in function declarations
2023-03-29 01:57:08 -04:00
Charles J. Cliffe
b12084d2e5
Merge branch 'master' into fix-build
2023-03-29 01:50:22 -04:00
Charles J. Cliffe
6c1cfcad65
Merge pull request #564 from f4grx/fix-liquid-libs
...
Avoid build failure when liquid-dsp is not in a default libdir
2023-03-29 01:45:11 -04:00
Charles J. Cliffe
9fe4841cde
Merge branch 'master' into winbuild-updates
2023-03-29 00:54:21 -04:00
Charles J. Cliffe
6d65a1ca7c
Update README.md
2023-03-29 00:43:12 -04:00
Charles J. Cliffe
69a7b0b97a
Merge pull request #995 from cjcliffe/circleci-project-setup
...
Upgrade from Travis -> CircleCI
2023-03-29 00:34:43 -04:00
Charles J. Cliffe
e1e30ed890
Delete .travis.yml
2023-03-29 00:29:59 -04:00
Charles J. Cliffe
165ace2c37
Don't use nproc on CI; it returns host threads
2023-03-29 00:10:20 -04:00
Charles J. Cliffe
b3428c3ba8
Update config.yml
...
boost resource_class once more
2023-03-28 23:55:46 -04:00
Charles J. Cliffe
b4fee0dff7
Update config.yml
...
needs a bit more memory to build I think; boost resource_class
2023-03-28 23:52:33 -04:00
Charles J. Cliffe
c0e71c70d6
Update config.yml
...
wx cached; try remaining build steps
2023-03-28 23:40:45 -04:00
Charles J. Cliffe
1fd2f431cb
Update config.yml
...
Try newer base image
2023-03-28 23:23:36 -04:00
Charles J. Cliffe
61797c2ac6
Build wx verbose (output timeout)
...
Disable other build steps for the moment; see if we can get a working wxwidgets cache first
2023-03-28 23:04:03 -04:00
Charles J. Cliffe
8ad45faec5
Just check build env using uname
2023-03-28 22:30:57 -04:00
Charles J. Cliffe
437a66b3bd
job name not configurable?
2023-03-28 22:27:45 -04:00
Charles J. Cliffe
0b899dbdb3
Move scripts to circle-ci
...
Minor updates to build scripts
2023-03-28 22:24:29 -04:00
Charles J. Cliffe
2dff8948e3
Update config.yml
2023-03-28 21:46:34 -04:00
Charles J. Cliffe
f4aacd11e2
Update config.yml
2023-03-28 21:43:56 -04:00
Charles J. Cliffe
be641f1946
Update config.yml
2023-03-28 21:42:00 -04:00
Charles J. Cliffe
eba9a18182
Update config.yml
2023-03-28 21:39:55 -04:00
Charles J. Cliffe
f59e25a4bf
Update config.yml
2023-03-28 21:38:22 -04:00
Charles J. Cliffe
41d27ad357
Trying GPT-4 auto conversion from travis-ci yml
2023-03-28 21:31:34 -04:00
Charles J. Cliffe
50370cc74b
Add .circleci/config.yml
2023-03-28 12:41:11 -04:00
vsonnier
071204f392
Updated Travis and Wiki to reference wxWidgets v3.2.1 at last a stable version
2023-01-14 11:11:01 +01:00
vsonnier
e09e7e8381
Set maximum compatibility OpenGL profile for wxWidgets
2023-01-11 21:27:40 +01:00
vsonnier
0e3a785bd2
Fix for liquid-dsp v1.50 where msresamp_crcf_create() with mad As parameter somewhat creates crashes
2023-01-11 21:27:40 +01:00
vsonnier
8c23e370da
Updates Windows liquid-dsp binaries to v1.5.0:
...
- Win32/64 bins liquid-dsp ref: c3e0de7e89cdcc0ec5da9ccaeb5738496263d4c0 (tag: v1.5.0)
- Win32/64 bins using GCC 12.2 (MSYS2)
- Arch : SSE4.1 for maximum compatibility
2023-01-11 21:27:40 +01:00
vsonnier
03ba4ff2ee
Continue with version 0.28a (alpha)
2023-01-11 21:27:40 +01:00
Charles J. Cliffe
4fb3088936
Remove installer binaries; moving externals to winbuild project
2022-06-14 23:00:37 -04:00
classabbyamp
521f62900a
fix build errors caused by commented parameters in function declarations
2022-05-08 16:15:28 -04:00
vsonnier
ba7a35c336
Tag version '0.2.7'
...
- Do not use 'a' suffix to be consistent with other releases
2022-02-05 11:36:59 +01:00
vsonnier
83617cbdc9
Merge branch 'v027' of https://github.com/SDRplay/CubicSDR into SDRplay-v027
2022-02-05 11:34:37 +01:00
vsonnier
1518364684
Updates Windows Hamlib binaries to v4.4
2022-02-03 19:36:56 +01:00
vsonnier
bbc2e974de
Updates Windows liquid-dsp binaries to v1.4.0:
...
- Win32/64 bins liquid-dsp ref: 3b8a6f07ba6780b7a3d4be148461257515d183ad (tag: v1.4.0)
- Win32/64 bins using GCC 11.2 (MSYS2)
2022-02-03 19:20:59 +01:00
SDRplay
9961e67441
Uprev to 0.2.7a
2022-01-02 20:40:25 +00:00
dforsi
f461fcb94c
Fix typing errors ( #935 )
...
Found with:
codespell --skip=external --ignore-words-list=axix,bord,parm,soley,ue --write-changes --interactive 2
Co-authored-by: Daniele Forsi <iu5hkx@gmail.com>
2021-12-29 19:54:03 +01:00
vsonnier
b826d58cd0
Updates Windows liquid-dsp binaries to master
...
- Win32/64 bins liquid-dsp ref: e77c20bbc26af260d61133ee42ff101c48e4f389
- Win32/64 bins using GCC 11.2 (MSYS2)
2021-12-11 16:43:50 +01:00
Vincent Sonnier
cab1227acd
Update RtAudio to v5.20 ( #927 )
2021-11-21 11:39:27 +01:00
vsonnier
0831aa262c
Fix #926 : liquid-dsp master 'modem' changed to 'modemcf' for Digital modems, updates Windows liquid-dsp binaries to master
...
- Updated Windows bins dependencies to latest MSYS2
- Win32/64 bins liquid-dsp ref: 471f46660ddfab7e6713341324f473b7785da101
- Win32/64 bins using GCC 11.2 (MSYS2)
2021-11-12 11:07:17 +01:00
vsonnier
0248e5aeac
Updated Windows bins dependencies to latest MSYS2
2021-08-14 10:13:59 +02:00