Andrew Belt
|
014db99669
|
Compile Rack and deps for Mac 10.9+.
|
3 years ago |
Andrew Belt
|
a6ed131981
|
MSYS2 uses a primitive version of Markdown, so fix formatting of
LICENSE-dist.md.
|
3 years ago |
Andrew Belt
|
6431fe0e74
|
Compile readme, licenses, and changelog as Markdown to HTML for distribution.
|
3 years ago |
Andrew Belt
|
d7c36b9bee
|
Tweak Makefiles.
|
3 years ago |
Andrew Belt
|
94b5ad8b32
|
Fix build on Mac.
|
4 years ago |
Andrew Belt
|
af834d49ee
|
Replace fopen, remove, and rename on Windows with wrappers that call
wide-string equivalents.
|
4 years ago |
Andrew Belt
|
043401c3fc
|
Add `EXTRA_FLAGS`, `EXTRA_CFLAGS`, `EXTRA_CXXFLAGS`, `EXTRA_LDFLAGS` to build system.
|
5 years ago |
Andrew Belt
|
babcc49a2a
|
Attempt to link to glibc 2.23 for plugins.
|
5 years ago |
Andrew Belt
|
9a4a89b234
|
Allow param data entry in context menu. Don't allow nested FramebufferWidget drawing.
|
5 years ago |
Andrew Belt
|
1f030a16fd
|
Add -funsafe-math-optimizations, tweak Quantity display string
|
5 years ago |
Andrew Belt
|
3489859fe8
|
Remove -ffast-math from compiler FLAGS. Fix display value of "-0" in tooltip.
|
5 years ago |
Andrew Belt
|
5ff841b076
|
Make SequentialLayout wrap widgets
|
5 years ago |
Andrew Belt
|
2e4faa4a10
|
Add hack when disconnecting ModuleWidgets with NULL Module
|
5 years ago |
Andrew Belt
|
217faca052
|
Parse plugin metadata from plugin.json
|
5 years ago |
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 |