Silvio Kunaschk
|
d8233f58fb
|
run Linux build jobs with docker container
fix container reference
fixed GCC container job
fixed script PATH environment
removed sudo from container build step
check user in container
install missing sudo in container
fix script
add missing pip package installation
fix install package cmd
try to debug env in container
try fix pip errors
removed duplicated cmd
upgrade packages before install
run pip --upgrade now
don't upgrade pip
use official ubuntu container
fix pip install packages
fix apt package
add missing git
add build=missing
use ubuntu disco container
fix PATH in build step
add container clang build
build with clang 8.0
fixed clang profile
removed old clang job
added autotools
added libtool package
try fix clang build
set clang as CC and CXX
|
6 years ago |
Silvio Kunaschk
|
0af0d8e99e
|
switch from official glfw to VCVRack fork of glfw
|
6 years ago |
Silvio Kunaschk
|
629cc779b0
|
switched MinGW GCC back to version 8.1
|
6 years ago |
Silvio Kunaschk
|
280c2ccd0f
|
moved conan profiles into .ci folder
|
6 years ago |
Silvio Kunaschk
|
dd4ea8de09
|
added Linux Clang build job to CI
|
6 years ago |
Silvio Kunaschk
|
51b66fa51a
|
switched to GCC 8.2 compiler
|
6 years ago |
Silvio Kunaschk
|
341fd82496
|
added MinGW build definition
|
6 years ago |
Silvio Kunaschk
|
e24132bcb0
|
update jansson dependency to 2.12
|
6 years ago |
Silvio Kunaschk
|
6fdf4ca439
|
use MinGW profile from path
|
6 years ago |
Silvio Kunaschk
|
0184b28609
|
create missing profiles folder for MinGW job
|
6 years ago |
Silvio Kunaschk
|
5a23175c7e
|
use dedicated mingw profile for MinGW build job
|
6 years ago |
Silvio Kunaschk
|
1da0c7d48e
|
add conan profile definition for MinGW
|
6 years ago |
Silvio Kunaschk
|
f9998f37e1
|
create conan profile for MinGW
|
6 years ago |
Silvio Kunaschk
|
2975fa2886
|
added MinGW CI build job
|
6 years ago |
Silvio Kunaschk
|
7a45fd1b70
|
try fix CMake
|
6 years ago |
Silvio Kunaschk
|
69f43a6213
|
try for now to stick on OSX 10.9 as minimum
|
6 years ago |
Silvio Kunaschk
|
36fce1f103
|
try fix MacOS CI error with XCode version 10.0
|
6 years ago |
Silvio Kunaschk
|
6534e2a521
|
fixed MacOS build
|
6 years ago |
Silvio Kunaschk
|
f96c80095e
|
build CI jobs with VERBOSE make
|
6 years ago |
Silvio Kunaschk
|
c50f64abed
|
added FLAGS MAC_OS_VERSION_MIN and -undefined dynamic_lookup for MacOS
|
6 years ago |
Silvio Kunaschk
|
5afb88a41b
|
set MacOS LINK_FLAG to export_dynamic
|
6 years ago |
Silvio Kunaschk
|
7eaa1a5bb6
|
build CI jobs in Release mode
|
6 years ago |
Silvio Kunaschk
|
701ef4ef63
|
extended comment about glfwGetOpenedFilename removal
|
6 years ago |
Silvio Kunaschk
|
313d514c33
|
removed glfwGetOpenedFilename
|
6 years ago |
Silvio Kunaschk
|
b5143b3f1e
|
fixed CMake target_compile_definitions for Mac build
|
6 years ago |
Silvio Kunaschk
|
cffcb00c5a
|
added build=missing to MacOS CI job
|
6 years ago |
Silvio Kunaschk
|
2eee6e83b4
|
added comment on pipeline definition
|
6 years ago |
Silvio Kunaschk
|
7c25ad1f9b
|
removed Ninja generator from MacOS CI job
|
6 years ago |
Silvio Kunaschk
|
33f7487840
|
renamed Mac CI job to MacOS1014
|
6 years ago |
Silvio Kunaschk
|
d75cfd0835
|
fixed errors
|
6 years ago |
Silvio Kunaschk
|
77a5e04662
|
added initial azure-pipelines definition
|
6 years ago |
Silvio Kunaschk
|
2b62f71edc
|
added initial CMakeLists.txt
|
6 years ago |
Silvio Kunaschk
|
3cdb6f464d
|
added initial conanfile.txt
|
6 years ago |
Silvio Kunaschk
|
6ca20b5393
|
Merge remote-tracking branch 'upstream/v1-gpl' into v1-gpl
|
6 years ago |
Andrew Belt
|
afd6d4bb8e
|
Clean up various headers.
|
6 years ago |
Andrew Belt
|
8d63d198ea
|
Make random state thread-local.
|
6 years ago |
Andrew Belt
|
10fa872dc6
|
Clean up DSP headers.
|
6 years ago |
Andrew Belt
|
4fe3e79181
|
Ignore untracked files in submodules.
|
6 years ago |
Andrew Belt
|
fe713d5a7a
|
Add codesigning on Mac. Silently fail if settings.json is not found when loaded.
|
6 years ago |
Andrew Belt
|
e693d9beef
|
Fix submodule broken by previous commit.
|
6 years ago |
Andrew Belt
|
e2c4dc8249
|
Remove old patch before moving new temporary patch to its location.
|
6 years ago |
Andrew Belt
|
d3548160c9
|
Merge all `make *plugins` targets into `make plugins`
|
6 years ago |
Andrew Belt
|
df0388c9fb
|
Re-add METHOD_ prefix to network::Method enums
|
6 years ago |
Andrew Belt
|
269f9aca9b
|
Only use Engine::yieldWorkers() when we know it's needed in Core Audio. Use _mm_pause() in spinlocks.
|
6 years ago |
Andrew Belt
|
30c5b24ec5
|
Add Engine::yieldWorker() which turns worker spinlocks into mutex locks. Fix race condition in EngineWorker::run() when changing number of threads.
|
6 years ago |
Andrew Belt
|
e92b9d0339
|
Save temporary patch file and rename it over desired patch.
|
6 years ago |
Andrew Belt
|
e4db0bf892
|
Clean up AudioWidget/MidiWidget default state. Re-enable JACK in RtAudio dep.
|
6 years ago |
Andrew Belt
|
3b5380d28c
|
Added Core AUDIO-16
|
6 years ago |
Andrew Belt
|
c4780b4aea
|
Overhaul helper.py script. Change command arguments.
|
6 years ago |
Andrew Belt
|
d9078e3f69
|
Allocate screenshot pixel array on heap.
|
6 years ago |