Commit graph

107 commits

Author SHA1 Message Date
falkTX
047424fe3a
Add wasm-noopt CI build
Signed-off-by: falkTX <falktx@falktx.com>
2023-02-20 12:28:56 +01:00
falkTX
3e9da0b402
Make surge use included simde
Signed-off-by: falkTX <falktx@falktx.com>
2023-02-19 15:33:14 +01:00
falkTX
eb2953a17e
Make surgext deps simde build flags match main build
Signed-off-by: falkTX <falktx@falktx.com>
2023-02-16 17:51:55 +01:00
falkTX
0ac2736dfa Switch to custom juce from carla, update surge 2023-02-10 22:16:22 +00:00
falkTX
93e0c1d7bf
Revert back a few things..
Signed-off-by: falkTX <falktx@falktx.com>
2023-01-01 02:05:23 +00:00
falkTX
f45825bd99
Add custom vcvtnq_s32_f32 implementation for armv7
Signed-off-by: falkTX <falktx@falktx.com>
2023-01-01 01:23:35 +00:00
falkTX
cebb66f290
SIMD must always be enabled, even in debug builds
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-29 10:53:26 +00:00
falkTX
4429060454
Fix debug build
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-29 01:35:10 +00:00
falkTX
22b129403e
A few build fixes
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-28 20:51:50 +00:00
falkTX
108c462115
Rename flag to NOSIMD=true, NOOPT already in use by DPF
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-28 14:53:28 +00:00
falkTX
bf4be75cb7
Fix MOD builds
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-18 22:13:28 +00:00
falkTX
d2b51b442f
Fix windows build
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-18 20:56:49 +00:00
falkTX
c90850602d
Alternative build fix
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-18 16:52:48 +00:00
falkTX
6f0a879c17
Renable LTO in preparation for release
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-17 15:07:12 +00:00
falkTX
1ba43b195f
Add surgext
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-04 20:38:19 +00:00
falkTX
a27cc93d8f
Cleanup makefiles, ensure deps see our custom includes
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-04 20:22:30 +00:00
falkTX
ebb4091a60
Use unzipfx approach for Windows zip executables
Signed-off-by: falkTX <falktx@falktx.com>
2022-12-02 09:22:40 +00:00
falkTX
e4840dfbf0
Update submodules, bump version to 22.10
Signed-off-by: falkTX <falktx@falktx.com>
2022-10-07 15:54:56 +01:00
falkTX
0c3aa859c4 A few more tweaks for updated builds
Signed-off-by: falkTX <falktx@falktx.com>
2022-09-26 18:44:30 +01:00
falkTX
ed25450306
Rebuild/update cache, update carla, dpf and pawpaw to latest
Signed-off-by: falkTX <falktx@falktx.com>
2022-09-26 16:05:52 +01:00
falkTX
a5d28c2707
Enable linux-riscv64 builds
Signed-off-by: falkTX <falktx@falktx.com>
2022-09-14 02:41:51 +01:00
falkTX
25b70b9931 Consistent macos build flags, allow debug jucewrapper 2022-08-18 22:57:28 +01:00
falkTX
69072da3c9 Simplify makefile a bit 2022-08-09 23:39:16 +01:00
falkTX
b90ec842be Do not use real clipboard on wasm builds for now 2022-08-07 20:07:55 +01:00
falkTX
9616377f1e more aggressive wasm linker flags 2022-08-04 01:04:09 +01:00
falkTX
0f6948fe8a Detect when wasm stuff is unsupported 2022-08-03 20:04:41 +01:00
falkTX
f9a7099548
more wasm improvements, tweak welcome dialog
Signed-off-by: falkTX <falktx@falktx.com>
2022-08-03 17:48:19 +01:00
falkTX
be279ddabd
Fix wrong/swapped template for main and mini wasm versions
Signed-off-by: falkTX <falktx@falktx.com>
2022-08-03 15:39:13 +01:00
falkTX
4f3fdd239e
fix emar and emranlib usage for wasm builds
Signed-off-by: falkTX <falktx@falktx.com>
2022-08-03 15:08:46 +01:00
falkTX
dc1cc5d044 Only enable LTO in specific builds 2022-08-02 18:36:49 +01:00
falkTX
46acfbf2d1 Update submodules; Add link to patchstorage platform in menu 2022-07-22 15:12:14 +01:00
falkTX
12427f5ed7 Deal with homebrew cmake injecting OSX SYSROOT 2022-07-22 15:04:38 +01:00
falkTX
187b1c72dd Introduce dark/light mode switch, EXPERIMENTAL 2022-07-19 16:22:17 +01:00
falkTX
dd185edf96
Revert a few things to get zstd working in wasm, deal with it later
Signed-off-by: falkTX <falktx@falktx.com>
2022-07-16 00:30:44 +01:00
falkTX
e840ca05da Tweak wasm things a bit more, download some pregen files for now 2022-07-15 19:04:40 +01:00
falkTX
3c5d7a4e0e
Start of wasm CI target
Signed-off-by: falkTX <falktx@falktx.com>
2022-07-14 01:04:54 +01:00
falkTX
f0f142f404 Fix macOS build 2022-07-13 21:16:11 +01:00
falkTX
c24a3c226a Pass custom flags into deps 2022-07-13 14:41:09 +01:00
falkTX
5ed8eb4731
More wasm things, high-dpi browser tests
Signed-off-by: falkTX <falktx@falktx.com>
2022-07-06 15:17:27 +01:00
falkTX
5370e2ad6e
More wasm details, basics mostly work now
Signed-off-by: falkTX <falktx@falktx.com>
2022-07-06 02:02:22 +01:00
falkTX
c14eee850b
Build zstd ourselves
Signed-off-by: falkTX <falktx@falktx.com>
2022-07-05 16:18:12 +01:00
falkTX
e79038812b
Set custom DISTRHO and DGL namespace
Closes #271

Signed-off-by: falkTX <falktx@falktx.com>
2022-06-30 20:03:38 +01:00
falkTX
9cd3529011
Update Carla and PawPaw for build fixes
Signed-off-by: falkTX <falktx@falktx.com>
2022-06-20 11:12:28 +01:00
falkTX
8492fc70fa
Move glfw convert code into its own file
Signed-off-by: falkTX <falktx@falktx.com>
2022-06-19 10:18:17 +01:00
falkTX
ec7e6b231e Fail build if wrong macOS target used, fix macOS AU (missing fftw) 2022-05-15 01:16:23 +01:00
falkTX
e91ad350b4
Fix PathSet Nudge colors; Import AudibleInstruments fixes
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-14 20:29:25 +01:00
falkTX
4a2cc44f65
Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-14 19:41:23 +01:00
falkTX
e6c91bfa26
Build fixes
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-14 17:37:09 +01:00
falkTX
0d4094d49f
Needed tweaks for updated modules
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-14 16:19:19 +01:00
falkTX
02a482c7c1
Rebuild CI cache, to catch -Wobjc-method-access as errors
Signed-off-by: falkTX <falktx@falktx.com>
2022-05-04 15:45:23 +01:00