Commit Graph

74 Commits (ef8e5b7bd9aa706c3e85e08024eb784b1deee3ba)

Author SHA1 Message Date
Mooneer Salem ef8e5b7bd9 We can now generate an installer for aarch64 Windows. 2022-12-02 16:30:43 -08:00
Mooneer Salem 54d390bf76 We can now build Windows executables with LLVM, but no installers yet. 2022-11-30 22:21:57 -08:00
Mooneer Salem 9ef899fdd5 Additional cleanup and support for LLVM MinGW. 2022-11-26 08:30:45 -08:00
Mooneer Salem a69f51bd74 Merge branch 'master' into ms-simple-build 2022-11-22 10:01:27 -08:00
Mooneer Salem caaa11fbb2 Merge branch 'master' into ms-static-portaudio 2022-11-22 09:30:44 -08:00
Mooneer Salem ccd51b6438 Get Hamlib and Codec2/LPCNet build working properly through CMake. 2022-11-22 09:26:23 -08:00
Mooneer Salem 46fa5632f1 Simplify PortAudio static build script. 2022-11-19 23:55:56 -08:00
Mooneer Salem 76a03c6454 oops, use lowercase 2022-11-18 13:02:01 -08:00
Mooneer Salem a09c1a2bb4 Do not copy wxWidgets content into generated packages. 2022-11-18 12:52:10 -08:00
Mooneer Salem 14a203738a Disable use of libiconv. 2022-11-18 03:07:11 -08:00
Mooneer Salem 2a0a922f87 Merge branch 'master' into ms-wxwidgets-321 2022-11-18 00:54:04 -08:00
Mooneer Salem 8d9733a6bf Fix compiler errors in serialport code. 2022-11-17 19:50:04 -08:00
Mooneer Salem 2c73f07614 Try version 3.1.7 instead. 2022-11-17 19:08:37 -08:00
Mooneer Salem e58103da37 Add additional debugging. 2022-11-17 18:56:32 -08:00
Mooneer Salem 031ba3eb2e Another attempt at fixing Windows. 2022-11-17 17:06:40 -08:00
Mooneer Salem abbf349a6c Possibly fix Windows build failure. 2022-11-17 02:49:17 -08:00
Mooneer Salem 7adcbb622f When bootstrapping wxWidgets, eliminate need to run cmake again after it finishes building. 2022-11-17 01:08:25 -08:00
Mooneer Salem bdde3ebe4a Upgrade static wxWidgets to 3.2.1. 2022-11-16 18:13:54 -08:00
Mooneer Salem ee23b4c78c Build PortAudio statically and use internal curl/zlib for wxWidgets. 2022-11-14 19:16:51 -08:00
Mooneer Salem e54a829bb5 Release v1.8.3. 2022-08-15 22:25:19 -07:00
Mooneer Salem 0e3315ef62 Re-add tag support for the version string. 2022-08-14 16:49:53 -07:00
A. Maitland Bottoms 98611a63f0 Some minor refactoring of Codec2 build to better use CMake
features to improve readability ans maintainability.
2022-08-14 10:30:55 -04:00
Mooneer Salem b59e26dd8b Forgot to remove URL from Apple PortAudio build. 2021-08-24 12:27:49 -07:00
Mooneer Salem 63b9ce74ca Use PortAudio Git repo when building static PortAudio. 2021-08-24 12:22:59 -07:00
Mooneer Salem 9dd277819b Use correct PortAudio download URL for bootstrapping. 2021-07-30 17:06:04 -07:00
Mooneer Salem 7a7ebc0f3b Use built-in expat due to macOS linker errors. 2021-07-13 08:34:40 -07:00
Mooneer Salem 9c6653f80e Upgrade wxWidgets to 3.1.5. 2021-07-13 02:34:33 -07:00
Mooneer Salem ffded4ff8a Force PortAudio libdir into include path. 2021-05-31 14:16:15 -07:00
Mooneer Salem 220791e49f Also include LDFLAGS. 2021-05-31 13:18:55 -07:00
Mooneer Salem 141b78ac97 Add PORTAUDIO2_LIBRARY_DIRS. 2021-05-31 12:31:53 -07:00
Mooneer Salem 9178f0afc4 Test update -- use same behavior on macOS as on Linux. 2021-05-31 11:54:05 -07:00
Mooneer Salem ba89f09df9 Forgot to rename files. 2021-05-31 04:10:53 -07:00
Mooneer Salem c73efc2340 Rename PortAudio find script. 2021-05-26 01:26:51 -07:00
Mooneer Salem 55a96365c3 Refer to correct version of the PortAudio make file. 2021-05-26 01:15:05 -07:00
Mooneer Salem 8c6ae659b6 Add correct libraries for building static PortAudio on Linux. 2021-03-27 02:53:58 -07:00
Mooneer Salem e06087027f Resolve PortAudio device opening issue on Big Sur by using latest PA snapshot. 2020-11-15 22:42:45 -08:00
Mooneer Salem 126c3879da Add missed BUILD_OSX_UNIVERSAL checks. 2020-11-15 21:35:20 -08:00
Mooneer Salem 5233bc2dbf Additional updates to allow FreeDV to compile on latest SDK. 2020-11-15 21:22:54 -08:00
Mooneer Salem aa575bf575 Merge latest master to macos-arm branch + resolve conflicts. 2020-11-15 14:26:39 -08:00
Richard Shaw 0d8150edfb Tweaks to get wxWindows bootstrapping working again. 2020-08-13 19:05:43 -05:00
Mooneer Salem 6261204098 Replace arm64e->arm64. 2020-08-09 17:48:31 -07:00
Mooneer Salem 27a6b22d45 Bring wxWidgets 3.1 changes in from master. 2020-08-08 23:22:25 -07:00
Mooneer Salem 8eacfeca36 Upgrade wxWidgets to v3.1.4. 2020-08-05 04:58:07 -07:00
Mooneer Salem 1d862f8944 Build ARM binary for macOS. 2020-08-02 23:01:07 -07:00
Mooneer Salem 8c76e0733c Work around wxWidgets linking issue for OSX builds on some machines. 2020-04-09 03:34:46 -07:00
Mooneer Salem a60ffe6c8b Have OSX build staticly link everything but Codec2 and LPCNet. This is needed to guarantee minimum OSX version of 10.9 and usage of libc++ by wxWidgets. 2019-08-11 03:42:14 -07:00
Mooneer Salem b06cbc5129 Set minimum OSX version to 10.9 and add MacPorts build script. 2019-08-10 23:47:38 -07:00
Richard Shaw eab9b4f892 Add BuildLPCNet.cmake file. 2019-05-04 06:57:33 -05:00
Richard Shaw d194027c12 Make dependency gathering for NSIS installer recursive to pick up additional dependencies. 2019-05-02 15:40:57 -05:00
Richard Shaw 1036fb5530 Clean up and comment build system and update internal wxWidgets build to latest stable, 3.0.4. 2019-05-01 13:39:15 -05:00