Commit Graph

1745 Commits

Author SHA1 Message Date
Charles J. Cliffe 033330367c
Merge pull request #1026 from cjcliffe/cjcliffe-readme-update-1
Update README.md
2024-03-05 20:50:29 -05:00
Charles J. Cliffe 2a2d626af9
Update README.md 2024-03-05 20:37:46 -05:00
Charles J. Cliffe b959ff3f06
Merge pull request #1014 from cjcliffe/cjcliffe-macos-bundlemod-soapy-root-to-cmake-install-prefiox
Update CMakeLists.txt
2023-10-27 01:06:03 -04:00
Charles J. Cliffe b3d25f62c7
Update CMakeLists.txt
Replace flaky SOAPY_SDR_ROOT with CMAKE_INSTALL_PREFIX; SOAPY_SDR_ROOT is now coming up blank randomly
2023-10-27 01:02:14 -04:00
Charles J. Cliffe e5149c28ad
Update CMakeLists.txt
Set default vendor to avoid CPack 'Humanity' default from prefixing itself to component
2023-10-17 21:53:26 -04:00
Charles J. Cliffe f96c1ec6bf
Merge pull request #1012 from cjcliffe/macos-code-signing-missed-files-1
Update code_sign.sh.in
2023-10-16 23:48:52 -04:00
Charles J. Cliffe 77627b6013
Update code_sign.sh.in
Update script to sign dylib in all app subfolders
2023-10-16 23:36:37 -04:00
Charles J. Cliffe 2c6716907e Actual fix was in build repo; revert ABI version reference 2023-08-17 00:51:36 -04:00
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