Andrew Belt
|
52e30971a3
|
Refactor dist Makefile target.
|
5 years ago |
Andrew Belt
|
d51e5bc40e
|
Add changelog entry for 1.1.3. Remove verbose curl.
|
5 years ago |
Andrew Belt
|
ae953b1d83
|
Bump version.
|
5 years ago |
Andrew Belt
|
62179a1673
|
Allow included Fundamental plugin to be unsigned, which solves #1494.
|
5 years ago |
Andrew Belt
|
b6e5ad5515
|
Use OpenSSL on Windows. Include cacert.pem in dist.
|
5 years ago |
Andrew Belt
|
9c298c2d50
|
Make dev version.
|
5 years ago |
Andrew Belt
|
4800b327e8
|
Bump version.
|
5 years ago |
Andrew Belt
|
07025fc492
|
Remove OpenSSL from deps on Win.
|
5 years ago |
Andrew Belt
|
020ab7788a
|
Revert "Remove OpenSSL from dependencies."
This reverts commit d6c9a449d9 .
|
5 years ago |
Andrew Belt
|
d6c9a449d9
|
Remove OpenSSL from dependencies.
|
5 years ago |
Andrew Belt
|
7e8d1ec7ac
|
Clean up changelog and Makefile
|
5 years ago |
Andrew Belt
|
ef6e46731e
|
Add working notarization target and Entitlements file for Mac.
|
5 years ago |
Andrew Belt
|
4f40f819c7
|
Add changelog entry.
|
5 years ago |
Andrew Belt
|
a4b5f008fe
|
Bump version to 1.1.1.
|
5 years ago |
Andrew Belt
|
923537402e
|
Add updater.hpp/cpp and more advanced app updating functionality.
|
5 years ago |
Andrew Belt
|
2682b21b8e
|
Clean up unused Mac build targets. Separate dep/Makefile targets into a download step and a build step.
|
5 years ago |
Andrew Belt
|
67342b7d8c
|
Bump version
|
5 years ago |
Andrew Belt
|
8341623cf2
|
Add `make staple` target, although for now this is useless. Prompt user to access microphone on launch.
|
5 years ago |
Andrew Belt
|
b4fe16e090
|
Add `make notarize` target to Makefile
|
5 years ago |
Andrew Belt
|
139f9a0da3
|
Disable -p flag on Mac for now since App Translocation interferes with it during normal launch.
|
5 years ago |
Andrew Belt
|
9247ac4045
|
Bump version
|
5 years ago |
Andrew Belt
|
f813bff72b
|
Fix `make debug` on Mac.
|
5 years ago |
Andrew Belt
|
d5280bd5f7
|
Add Core.json to dist
|
5 years ago |
Andrew Belt
|
3fea359c22
|
Include helper.py in SDK
|
5 years ago |
Andrew Belt
|
997b67f5aa
|
Add reference to new signed certificate for Mac dist.
|
5 years ago |
Andrew Belt
|
babcc49a2a
|
Attempt to link to glibc 2.23 for plugins.
|
5 years ago |
Andrew Belt
|
fe713d5a7a
|
Add codesigning on Mac. Silently fail if settings.json is not found when loaded.
|
5 years ago |
Andrew Belt
|
d3548160c9
|
Merge all `make *plugins` targets into `make plugins`
|
5 years ago |
Andrew Belt
|
269f9aca9b
|
Only use Engine::yieldWorkers() when we know it's needed in Core Audio. Use _mm_pause() in spinlocks.
|
5 years ago |
Andrew Belt
|
e4db0bf892
|
Clean up AudioWidget/MidiWidget default state. Re-enable JACK in RtAudio dep.
|
5 years ago |
Andrew Belt
|
dd55681546
|
Add fatal error if res is not found.
|
5 years ago |
Andrew Belt
|
5f021407b3
|
Add version to Windows installer
|
5 years ago |
Andrew Belt
|
5b0da3942e
|
Reenable NSIS installer
|
5 years ago |
Andrew Belt
|
3e860ca948
|
Remove error message from crash handler. Remove static linking of libgcc
and libstdc++ from Linux.
|
5 years ago |
Andrew Belt
|
81b51aaee1
|
Statically link libgcc and libstdc++ on Linux.
|
5 years ago |
Andrew Belt
|
a4a3fcad90
|
Make ZIP file instead of DMG image on Mac dist
|
5 years ago |
Andrew Belt
|
11544f25b3
|
Update rack0.hpp header
|
5 years ago |
Andrew Belt
|
0cfd3bc20d
|
Make Windows build link to libstdc++ etc.
|
5 years ago |
Andrew Belt
|
ca57b21f0a
|
Reorganize make dist. Copy Fundamental.zip in dev mode. Fix bug in
string::extension.
|
5 years ago |
Andrew Belt
|
62d357ca5c
|
Add valgrind target and suppression file
|
5 years ago |
Andrew Belt
|
83355ad39e
|
Fix windows fatal signal handler
|
5 years ago |
Andrew Belt
|
b4be621ddc
|
Update MIDI-CV panel. Prepare MIDI-CV for polyphony. Add "v" to version strings.
|
5 years ago |
Andrew Belt
|
540e82dfdd
|
Use git hash in VERSION.
|
5 years ago |
derikon
|
9b183577e9
|
FIX macOS linker error
osdialog_mac.m was accidentally deleted from sources and caused a linker error
|
5 years ago |
Andrew Belt
|
10308b60c6
|
Remove libomp from Mac linker
|
5 years ago |
Andrew Belt
|
2b98dfc6f9
|
Write custom threading model in Engine. Remove OpenMP dep. Fix bugs in string::basename/extension.
|
5 years ago |
Andrew Belt
|
8a5a806425
|
Add app::, ui::, and widget:: namespaces.
|
5 years ago |
Andrew Belt
|
57f0172b5e
|
Add libraries for linking WASAPI on Windows
|
5 years ago |
Andrew Belt
|
3c04fda563
|
Add libomp to dep on MacOS. Use -Xpreprocessor flag for compiling OpenMP code
|
5 years ago |
Andrew Belt
|
278c9dd387
|
Disable OpenMP on Mac
|
5 years ago |