tpoole
|
28bb28a642
|
Fixed a trailing "\" bug in the VS intermediates path
|
8 years ago |
ed
|
47c48b2f6a
|
Changed Projucer LoginForm "Remember login" button to tick box
|
8 years ago |
tpoole
|
9f31d6498a
|
Use a bespoke VST2 interface
|
8 years ago |
ed
|
8e10f16eb8
|
Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes
|
8 years ago |
hogliux
|
6fdb7e33bc
|
Also add assembler files to MSVC projects
|
8 years ago |
hogliux
|
9e1edc7a6e
|
Add support for hosting staticly compiled VSTs on all platforms
|
8 years ago |
hogliux
|
cdf899c47e
|
Don't keep on showing the auto-updater dialog box if the user clicks cancel
|
8 years ago |
hogliux
|
ca62e560f3
|
Revert support for hosting your own VST bundles on iOS
|
8 years ago |
hogliux
|
05835ecfa1
|
Generate bitcode bundles on iOS
|
8 years ago |
jules
|
b439452edd
|
Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality
|
8 years ago |
hogliux
|
c9aca28d00
|
Add pkg-config support for linux
|
8 years ago |
jules
|
31f935cc60
|
Added a new Graphics::drawImage method that takes a Rectangle<float>
|
9 years ago |
jules
|
e4592d132f
|
Projucer: tweak to the way GCC -D flags are generated
|
9 years ago |
hogliux
|
70ed6eb69c
|
Add original four-char code as comment next to hex literal in AppConfig.h
|
9 years ago |
hogliux
|
b6f4d353e8
|
Avoid char literals in auto-generated AppConfig.h files
|
9 years ago |
hogliux
|
6810791645
|
Make sure that the legacy AU rez file is correct for midi effect AUs
|
9 years ago |
jules
|
7abbf67a1a
|
Tweaked the iOS audio device to make the default buffer size play in the simulator
|
9 years ago |
stefan.graenitz
|
61e71eb1dc
|
Add incremental linking option for Visual Studio exporters
|
9 years ago |
stefan.graenitz
|
e8da23d43b
|
Enable live comilation for Windows
|
9 years ago |
hogliux
|
54243ef0c0
|
Support hosting your own VST bundles on iOS
|
9 years ago |
hogliux
|
993a2e4fef
|
Do not allow specifying the JUCE folder as a modules folder
|
9 years ago |
jules
|
f0dd881e08
|
Fixed a typo in the projucer's button colour handling
|
9 years ago |
hogliux
|
e12c801846
|
Always add build scripts - even for Aggregate targets
|
9 years ago |
hogliux
|
dbf915603d
|
Fix RTAS support
|
9 years ago |
jules
|
d1030fa845
|
Projucer: added some missing 'override' specifiers
|
9 years ago |
Timur Doumler
|
340f4ce9c5
|
Android exporter: set buildToolsVersion to 23.0.2
|
9 years ago |
Timur Doumler
|
908e1e93b9
|
Android Studio exporter: changed default toolchain back to clang (works again after Android Studio issue 207585 has been fixed in gradle-experimental wrapper version 0.7.0-rc1, and is the toolchain recommended by Google).
|
9 years ago |
Timur Doumler
|
0162c975dc
|
Android exporter: update default settings to gradle-experimental:0.7.0-rc1 and build tools 23.0.2 (fixes linker errors with clang toolchain).
|
9 years ago |
jules
|
d9e3cdac16
|
Removed a few references to var::null
|
9 years ago |
jules
|
fe7ebbd663
|
Projucer: Updated the default Visual Studio version to 2015
|
9 years ago |
hogliux
|
7196e57f4d
|
Don't try to build VST/VST3 hosting code on iOS and add missing header
|
9 years ago |
jules
|
1cbd0a005b
|
Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources
|
9 years ago |
jules
|
81ff3a89b7
|
Projucer: fixed an edge-case where the UI would misbehave if you're logged in but don't have a live-coding license
|
9 years ago |
jules
|
b6e88694d1
|
Projucer: Fixed module dependency checker
|
9 years ago |
Timur Doumler
|
2332c72f7c
|
Fixed generation of Carbon resources for AU plug-ins (was broken by commit fad8d052 ).
|
9 years ago |
hogliux
|
00dd576b21
|
Don't create an asserting VST2 plug-in when creating a new plug-in project via the Projucer's wizard
|
9 years ago |
Timur Doumler
|
0ef8bdb08f
|
Android Studio exporter: fixed and refactored the way include paths are added to build.gradle.
|
9 years ago |
Timur Doumler
|
60478175d6
|
Android Studio exporter: changed default toolchain to gcc, as clang/libc++ seems to be broken with Android Studio 2.1 Beta 3 (at least on OS X and Windows).
|
9 years ago |
Timur Doumler
|
26d07eac98
|
Android Studio exporter: do not write a toolchainVersion into the build.gradle at all (not needed for either gcc or clang with Android Studio 2.1), to avoid failures in finding the toolchain.
|
9 years ago |
jules
|
8920e1b1d2
|
Resaved projects
|
9 years ago |
jules
|
fad8d0526e
|
Projucer: improved the set of browsable files that are added to target projects for each module
|
9 years ago |
hogliux
|
61b27593c5
|
Fix plug-in projects with whitespaces in their name
|
9 years ago |
jules
|
e130ce1428
|
Projucer: fixed a suffix error when generating linux host projects
|
9 years ago |
Timur Doumler
|
f2c50b8bd8
|
Android studio exporter: fixed include paths to work with new module format.
|
9 years ago |
Timur Doumler
|
71abee403a
|
Android Studio exporter: added option to specify build tools option; fixed bug where projects would not load because of invalid buildToolsVersion in app/build.gradle.
|
9 years ago |
Timur Doumler
|
bb1fe3dc8e
|
Android Studio exporter: removed unused build setting.
|
9 years ago |
Timur Doumler
|
2fa6c2094e
|
Fixed bug in Android Ant exporter due to mixed up build settings.
|
9 years ago |
Timur Doumler
|
1e41e3d11d
|
Fixed bug in AAX/RTAS Xcode export: installation paths were mixed up.
|
9 years ago |
Timur Doumler
|
4b1cabb87d
|
Minor refactoring, clean-up, whitespace.
|
9 years ago |
Timur Doumler
|
6d69f1b062
|
Added new Xcode option to strip of local symbols (off by default).
|
9 years ago |