Andrew Belt
|
0f9e520974
|
Prefix comments in Makefile targets with @ to disable printing
|
7 years ago |
Andrew Belt
|
80af59d025
|
Fix Mac embedded resources
|
7 years ago |
Andrew Belt
|
215b34b63d
|
Use xxd for Mac embedded resources
|
7 years ago |
Andrew Belt
|
96129c732b
|
Use objcopy instead of ld for resource files
|
7 years ago |
Andrew Belt
|
1eeea36866
|
Added BINARY macro and build target, remove dep from dependencies of
individual targets
|
7 years ago |
Andrew Belt
|
ae07ef264d
|
Add ARCH_* to arch.mk
|
7 years ago |
Andrew Belt
|
f077fa1f6c
|
Refactor OBJECTS in compile.mk
|
7 years ago |
Andrew Belt
|
8d5d37c131
|
Reorder SOURCE_OBJECTS
|
7 years ago |
Andrew Belt
|
d8b4a9e181
|
Rearrange makefiles
|
7 years ago |
Andrew Belt
|
7dfc470d26
|
Make `dep` an order-only target of all objects
|
7 years ago |
Andrew Belt
|
08148e8107
|
Reorder OBJECTS again
|
7 years ago |
Andrew Belt
|
45bce61ca9
|
Fix Makefile variable name collision
|
7 years ago |
Andrew Belt
|
40f3d6684d
|
Revert "Fix order of OBJECTS prerequisites"
This reverts commit 1d11d473f1 .
|
7 years ago |
Andrew Belt
|
2472fa1ddb
|
Fix order of OBJECTS prerequisites
|
7 years ago |
Andrew Belt
|
fb37274c3f
|
Improve structure of dep building
|
7 years ago |
Andrew Belt
|
c9f05bc96a
|
Require RACK_DIR, VERSION, and SLUG in Makefile, refactor dep build
system
|
7 years ago |
Andrew Belt
|
411cfa68f8
|
Place automatic objects before user-defined objects in compile.mk
|
7 years ago |
Andrew Belt
|
b99c5e3ed6
|
Fix strip in plugin `make dist`, fix RESOURCES in compile.mk
|
7 years ago |
Andrew Belt
|
d25ee1cfa1
|
Add buffer methods to ring buffer, change int types to size_t in ring buffer, add ScrollWidget::scrollTo()
|
7 years ago |
Andrew Belt
|
2105687e51
|
Define RACK_DIR in Makefile, use windowWidth and windowHeight for Scene dimensions
|
7 years ago |
Andrew Belt
|
0604c5cacb
|
Build system fixes
|
7 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
|
8 years ago |
Andrew Belt
|
a8e82624fc
|
Add sample rate conversion to AudioInterface input/output, fix bugs in stringf
and DoubleRingBuffer
|
8 years ago |
Andrew Belt
|
aceeade1c8
|
Fixed Audio Interface "wrong number of outputs/inputs" issue, add `make
dist`, change background to solid color
|
8 years ago |
Andrew Belt
|
c6f1ff3dc7
|
Fix macOS build
|
8 years ago |