1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
Commit graph

64 commits

Author SHA1 Message Date
tpoole
7a3e412cf2 Projucer: Fixed a bug in exporter tilda expansion 2017-08-02 17:40:35 +01:00
tpoole
a05362d46b Projucer: Xcode exporter: Updated to support Xcode 9 2017-07-24 18:00:54 +01:00
ed
2e81e8a0dc Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 2017-07-19 17:23:20 +01:00
ed
0e6699ce23 Projucer: Added options to the iOS exporter for app groups and an option to disable duplicating the resources folder for AUv3 app extensions 2017-07-18 09:47:08 +01:00
Lukasz Kozakiewicz
bd3be54a70 Projucer: iOSExporter: add support for Push Notifications entitlement and remote notifications Background Mode. 2017-06-23 15:18:20 +02:00
tpoole
4965cdf030 Android: Added support for static libraries in modules 2017-06-22 17:50:57 +01:00
ed
3d04a23c0f Projucer: Only add the juce_audio_plugin_client module path to XCode's header search paths if it is included in the project 2017-06-13 10:16:54 +01:00
jules
9b02982f4e Projucer: added support for Xcode's INFOPLIST_PREFIX_HEADER, INFOPLIST_PREPROCESS, INFOPLIST_PREPROCESSOR_DEFINITIONS to allow pre-processing of info plists 2017-06-09 11:29:52 +01:00
ed
ff7cfb8824 Projucer: Moved a Thread::sleep() call that would be called every time a project was saved out of the Xcode exporter and only call it if saving and opening project in Xcode 2017-05-12 12:58:20 +01:00
jules
2f6fd99243 Projucer: Added an Xcode setting to control the Xcode USE_HEADERMAP flag, and disabled this by default to enforce compatibility with other compilers and IDEs. 2017-05-08 11:12:35 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
tpoole
837ac2143c Fixed iOS code sign entitlements bug 2017-04-18 14:38:13 +01:00
tpoole
8f6fa6f6c7 Changed the JUCE modules from groups to folder references in Xcode 2017-04-11 08:43:58 +01:00
tpoole
0b2257c53d Added Rez files to JuceLibraryCode so that they are compiled when not browsable 2017-04-11 08:05:15 +01:00
tpoole
cbc0ed304b Fixed Xcode VST3PluginFormat compiler warnings 2017-03-30 11:07:16 +01:00
tpoole
aceb07770d Updated Xcode compatibility to 8.3 2017-03-30 10:12:43 +01:00
jules
8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
hogliux
e59a81dd9c Cleaned up some code in recent commits in the Projucer's XCode exporter 2017-03-05 18:03:33 +00:00
hogliux
24d02528e0 Fixed an AAX bug where the Projucer's Xcode exporter would generate linker settings pointing to the wrong version of the AAXLibrary 2017-03-01 18:41:57 +00:00
tpoole
a2ee6339e1 Restored JUCE modules as Xcode groups and resaved all projects 2017-03-01 14:44:10 +00:00
tpoole
4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 2017-03-01 11:55:52 +00:00
tpoole
69c07d357f Changed Xcode C standard from c99 to c11 2017-02-23 10:58:57 +00:00
tpoole
302c42125c Fixed dynamic library filenames in Makefiles 2017-02-23 10:36:49 +00:00
tpoole
ab4f269c60 Removed brackets from build target names and resaved all projects 2017-02-22 17:28:55 +00:00
tpoole
0d660187a9 Used Xcode folder references instead of groups for JUCE modules 2017-02-22 17:23:58 +00:00
tpoole
9147d986c9 Removed the C++98 build option from the Projucer 2017-02-21 11:58:41 +00:00
hogliux
c504875b3f Silenced a MSVC 2013 warning in the previous commit 2017-02-20 19:56:13 +00:00
hogliux
d933b4af84 Fixed RTAS compilation on Windows and OS X 2017-02-20 18:54:22 +00:00
tpoole
9c5f6dbe10 Removed the "Update to recommended settings" warning for the latest version of Xcode 2017-02-09 12:54:17 +00:00
hogliux
04696f8082 Always build the AUv3 target with at least 10.11 SDK 2017-02-09 09:28:57 +00:00
hogliux
ec0485388d Reworked and modernised Android exporter and removed old deprecated Android ant exporter 2017-02-01 17:18:06 +00:00
hogliux
0117aace01 Added support for multi-target exporters and standalone plug-in format 2017-02-01 17:18:06 +00:00
jules
284fc826e2 Tidied up some Projucer code that was causing build errors in VS2013/15 2017-01-26 09:24:56 +00:00
tpoole
4b507cde06 Fixed Xcode exporter macro escapes for '"' 2017-01-23 12:26:16 +00:00
hogliux
b1d3069464 Added a new Projucer Xcode target option "Keep custom Xcode schemes" to force the Projucer to not delete your scheme files 2016-12-19 16:12:02 +00:00
hogliux
7a02a83bf0 Make sure that the OSX SDK is new enough when compiling AUv3 targets 2016-12-19 16:11:55 +00:00
hogliux
1845437fe1 Only moan about all-lowercase AU manufacturer codes 2016-10-27 09:52:42 +01:00
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 2016-10-20 11:45:01 +01:00
hogliux
a5e3b7ad1c Added check and warning when entering only lowercase AU plugin identifier codes 2016-10-20 10:39:16 +01:00
tpoole
83d0854572 Added a microphone permission option to the iOS exporter 2016-09-27 17:30:10 +01:00
hogliux
05b15c431d If the jucer file does not specify a macOS/iOS deployment target then default to the latest known working version 2016-09-16 15:58:40 +01:00
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. 2016-09-16 12:03:02 +01:00
tpoole
9f31d6498a Use a bespoke VST2 interface 2016-08-22 09:57:16 +01:00
hogliux
ca62e560f3 Revert support for hosting your own VST bundles on iOS 2016-07-16 16:13:54 +02:00
hogliux
05835ecfa1 Generate bitcode bundles on iOS 2016-07-14 10:05:04 +01:00
hogliux
54243ef0c0 Support hosting your own VST bundles on iOS 2016-05-23 15:41:45 +01:00
hogliux
e12c801846 Always add build scripts - even for Aggregate targets 2016-05-13 11:32:37 +01:00
hogliux
dbf915603d Fix RTAS support 2016-05-05 19:52:19 +01:00
jules
d9e3cdac16 Removed a few references to var::null 2016-04-28 10:10:00 +01:00
jules
1cbd0a005b Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources 2016-04-27 10:10:45 +01:00