tpoole
|
a2ee6339e1
|
Restored JUCE modules as Xcode groups and resaved all projects
|
8 years ago |
tpoole
|
4c59a920b4
|
Added Inter-App Audio capabilities to standalone plug-ins
|
8 years ago |
tpoole
|
69c07d357f
|
Changed Xcode C standard from c99 to c11
|
8 years ago |
tpoole
|
302c42125c
|
Fixed dynamic library filenames in Makefiles
|
8 years ago |
tpoole
|
ab4f269c60
|
Removed brackets from build target names and resaved all projects
|
8 years ago |
tpoole
|
0d660187a9
|
Used Xcode folder references instead of groups for JUCE modules
|
8 years ago |
tpoole
|
9147d986c9
|
Removed the C++98 build option from the Projucer
|
8 years ago |
hogliux
|
c504875b3f
|
Silenced a MSVC 2013 warning in the previous commit
|
8 years ago |
hogliux
|
d933b4af84
|
Fixed RTAS compilation on Windows and OS X
|
8 years ago |
tpoole
|
9c5f6dbe10
|
Removed the "Update to recommended settings" warning for the latest version of Xcode
|
8 years ago |
hogliux
|
04696f8082
|
Always build the AUv3 target with at least 10.11 SDK
|
8 years ago |
hogliux
|
ec0485388d
|
Reworked and modernised Android exporter and removed old deprecated Android ant exporter
|
8 years ago |
hogliux
|
0117aace01
|
Added support for multi-target exporters and standalone plug-in format
|
8 years ago |
jules
|
284fc826e2
|
Tidied up some Projucer code that was causing build errors in VS2013/15
|
8 years ago |
tpoole
|
4b507cde06
|
Fixed Xcode exporter macro escapes for '"'
|
8 years ago |
hogliux
|
b1d3069464
|
Added a new Projucer Xcode target option "Keep custom Xcode schemes" to force the Projucer to not delete your scheme files
|
8 years ago |
hogliux
|
7a02a83bf0
|
Make sure that the OSX SDK is new enough when compiling AUv3 targets
|
8 years ago |
hogliux
|
1845437fe1
|
Only moan about all-lowercase AU manufacturer codes
|
8 years ago |
hogliux
|
348dc1fa79
|
Fixed a bug where the Projucer would delete rsrc files in your ~/Library/Audio/Plug-Ins folder when re-saving audio plug-in projects
|
8 years ago |
hogliux
|
a5e3b7ad1c
|
Added check and warning when entering only lowercase AU plugin identifier codes
|
8 years ago |
tpoole
|
83d0854572
|
Added a microphone permission option to the iOS exporter
|
8 years ago |
hogliux
|
05b15c431d
|
If the jucer file does not specify a macOS/iOS deployment target then default to the latest known working version
|
8 years ago |
jules
|
9fa0d49be7
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
8 years ago |
tpoole
|
9f31d6498a
|
Use a bespoke VST2 interface
|
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 |
hogliux
|
54243ef0c0
|
Support hosting your own VST bundles on iOS
|
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
|
d9e3cdac16
|
Removed a few references to var::null
|
9 years ago |
jules
|
1cbd0a005b
|
Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources
|
9 years ago |
hogliux
|
61b27593c5
|
Fix plug-in projects with whitespaces in their name
|
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 |
Timur Doumler
|
37073c3ee0
|
Using static linking instead of a framework for the shared code of audio plug-ins on OS X.
|
9 years ago |
jules
|
e030a583c1
|
Projucer: fixes for binary paths and Android Studio
|
9 years ago |
Timur Doumler
|
59f28855a3
|
Minor refactoring for a bit more clarity in the deprecated Xcode post-build script check.
|
9 years ago |
Timur Doumler
|
367f6eeb36
|
Fixed bug with wrong checksum for deprecated Xcode post-build script.
|
9 years ago |
jules
|
effb421be1
|
Projucer: Updated some font use and removed the EULA if running without the live-coding DLL
|
9 years ago |
jules
|
025d04cbd1
|
Projucer: Added warning when trying to load projects with out-of-date build scripts
|
9 years ago |
Timur Doumler
|
68451eeeec
|
Projucer: fixed bug where whitespace in the "additional frameworks" build setting would lead to frameworks not being addded.
|
9 years ago |
Timur Doumler
|
0eb0f27a16
|
Fixed Carbon host support for AudioUnit v2 by fixing the Projucer's Rez file treatment to work with new module system.
|
9 years ago |
jules
|
5049babe51
|
Projucer: Fixed a typo that prevented the OSXLibs setting working
|
9 years ago |
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
9 years ago |