Andrew Belt
|
162ae478fe
|
Prefix comments in Makefile targets with @ to disable printing
|
6 years ago |
Andrew Belt
|
dd5b0a6fbb
|
Fix Mac embedded resources
|
6 years ago |
Andrew Belt
|
32acb82842
|
Use xxd for Mac embedded resources
|
6 years ago |
Andrew Belt
|
8422baf5b7
|
Use objcopy instead of ld for resource files
|
6 years ago |
Andrew Belt
|
00b972339d
|
Added BINARY macro and build target, remove dep from dependencies of
individual targets
|
6 years ago |
Andrew Belt
|
e4a7e7ddfe
|
Add ARCH_* to arch.mk
|
6 years ago |
Andrew Belt
|
f9298e25ec
|
Refactor OBJECTS in compile.mk
|
6 years ago |
Andrew Belt
|
1878e96232
|
Reorder SOURCE_OBJECTS
|
6 years ago |
Andrew Belt
|
b738fe22f4
|
Rearrange makefiles
|
6 years ago |
Andrew Belt
|
03c14d5bb6
|
Make `dep` an order-only target of all objects
|
6 years ago |
Andrew Belt
|
51c3a8e407
|
Reorder OBJECTS again
|
6 years ago |
Andrew Belt
|
367086056d
|
Fix Makefile variable name collision
|
6 years ago |
Andrew Belt
|
4dfd0f78c3
|
Revert "Fix order of OBJECTS prerequisites"
This reverts commit 1d11d473f1 .
|
6 years ago |
Andrew Belt
|
1d11d473f1
|
Fix order of OBJECTS prerequisites
|
6 years ago |
Andrew Belt
|
7e6855c584
|
Improve structure of dep building
|
6 years ago |
Andrew Belt
|
3a3960a7f4
|
Require RACK_DIR, VERSION, and SLUG in Makefile, refactor dep build
system
|
6 years ago |
Andrew Belt
|
77cecc9d81
|
Place automatic objects before user-defined objects in compile.mk
|
6 years ago |
Andrew Belt
|
9609cc2295
|
Fix strip in plugin `make dist`, fix RESOURCES in compile.mk
|
6 years ago |
Andrew Belt
|
8c1be8f270
|
Add buffer methods to ring buffer, change int types to size_t in ring buffer, add ScrollWidget::scrollTo()
|
6 years ago |
Andrew Belt
|
7ebf0d709f
|
Define RACK_DIR in Makefile, use windowWidth and windowHeight for Scene dimensions
|
6 years ago |
Andrew Belt
|
f4834d8163
|
Build system fixes
|
6 years ago |
Andrew Belt
|
df69ba0d51
|
Clean up build system
|
7 years ago |
Andrew Belt
|
0c4cf64726
|
Renamed Plugin to Manufacturer, added multiline to TextField, added
Notes to Core, changed plugin build system to support multiple targets
per manufacturer
|
7 years ago |
Andrew Belt
|
e76122bb60
|
Mac fixes, sleep GUI thread if framerate is too high
|
7 years ago |
Andrew Belt
|
33ca4dac2d
|
Add override keyword everywhere
|
7 years ago |
Andrew Belt
|
275204c378
|
Add -Wsuggest-override to build system for Rack and plugins
|
7 years ago |
Andrew Belt
|
e26235e565
|
Don't define VERSION in dev builds
|
7 years ago |
Andrew Belt
|
58b2e6289d
|
Remove macro VERSION_0_4_0. There is no need for version checks, since
you should only ever need to worry about supporting the latest version
of Rack
|
7 years ago |
Andrew Belt
|
a80b05a440
|
Various tweaks and fixes
|
7 years ago |
Andrew Belt
|
8cf8e402b1
|
Define VERSION_*, so running `make VERSION=0.4.0` for example defines
the macro VERSION_0_4_0
|
7 years ago |
Andrew Belt
|
37926df825
|
Decrease minimum requirement for CPU extension support
|
7 years ago |
Andrew Belt
|
47dc707214
|
Fix Windows build
|
7 years ago |
Andrew Belt
|
e0d2194a59
|
Fixed Makefile dependency generation
|
7 years ago |
Andrew Belt
|
00fed6326d
|
Remove -isysroot from Mac build system
|
7 years ago |
Andrew Belt
|
232fccce38
|
Move version check dialog box to RackScene on main thread
|
7 years ago |
Andrew Belt
|
c51faf9089
|
Fix Windows build, add GLFW error handling
|
7 years ago |
Andrew Belt
|
7776697d72
|
Updated build instructions, refactored Makefiles
|
7 years ago |
Andrew Belt
|
8bba88d448
|
Refactor Makefiles
|
7 years ago |
Andrew Belt
|
3eba4b755e
|
Switch from noc to osdialog, add arch-detecting Makefile, added dep Makefile
|
7 years ago |
Andrew Belt
|
630a46e8fa
|
Refactoring method names, build system
|
7 years ago |
Andrew Belt
|
de5c9ca2af
|
Added Scene::createMenu(), renamed arch macros to ARCH_*
|
7 years ago |
Andrew Belt
|
2574574288
|
Revise build system, add Befaco knobs, add screws
|
7 years ago |
Andrew Belt
|
a8e82624fc
|
Add sample rate conversion to AudioInterface input/output, fix bugs in stringf
and DoubleRingBuffer
|
7 years ago |
Andrew Belt
|
aceeade1c8
|
Fixed Audio Interface "wrong number of outputs/inputs" issue, add `make
dist`, change background to solid color
|
7 years ago |
Andrew Belt
|
c6f1ff3dc7
|
Fix macOS build
|
8 years ago |