1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

82 commits

Author SHA1 Message Date
reuk
61f3c1dd98
LV2: Add initial client support 2022-04-22 14:18:52 +01:00
Tom Poole
dea3fe60e4 Update copyright banners 2022-04-04 12:36:32 +01:00
Tom Poole
dc4b9bd152 Projucer: Fix non-bool app sandbox temporary exception entitlements 2022-02-18 15:03:44 +00:00
reuk
7525da867b
Projucer: Allow setting the network multicast entitlement in the Xcode exporter 2021-09-22 10:23:04 +01:00
reuk
c49e18cad4
Projucer: Add option to automatically set up oneMKL in VS exporters 2021-09-22 10:23:04 +01:00
reuk
2465cb0d2a Projucer: Add support for IPP when installed via the oneAPI toolkit 2021-07-28 19:28:34 +01:00
ed
9dc98fb1df Projucer: Replaced macOS and iOS SDK selector drop-downs with text fields 2021-06-09 16:04:32 +01:00
Tom Poole
bfdda737a2 Projucer: Removed the live build 2021-05-14 12:54:07 +01:00
reuk
f5a7d4eea5
Projucer: Allow specifying build number for Xcode projects 2021-04-28 16:55:21 +01:00
Tom Poole
70250dd0c1 Projucer: Added on option to select the macOS application category 2021-04-19 17:31:04 +01:00
ed
65f2de3def iOS: Added options to the Projucer and CMake to set UIRequiresFullScreen .plist option 2021-02-05 11:34:39 +00:00
ed
fc14dc402e Projucer: Enabled the "New Build System" by default for Xcode projects and added an exporter setting to enable the old behaviour 2020-12-09 15:40:20 +00:00
reuk
ba172bc828 Build: Provide option to suppress resourceUsage keys in AU plists 2020-11-26 11:19:44 +00:00
ed
57f4d4a618 Projucer: Removed deprecated Android NDK path property 2020-11-25 17:39:57 +00:00
ed
d677fd6264 Projucer: Added PCH support for Xcode and Visual Studio exporters 2020-08-25 11:12:23 +01:00
reuk
2022407f97
Projucer: Add a VALID_ARCHS property to the Xcode exporter 2020-07-08 09:58:01 +01:00
ed
91d9679f0b Projucer: Removed old jucerVersion property from .jucer file root and added jucerFormatVersion property for indicating changes to .jucer file format not tied to JUCE version 2020-07-07 12:39:25 +01:00
ed
009d685179 Updated all license headers 2020-06-29 08:30:22 +01:00
Tom Poole
894e7d2bd2 Updated all license headers 2020-04-23 17:30:39 +01:00
Tom Poole
a5aea2006d Projucer: Only updated saved state on content change 2020-04-20 16:28:12 +01:00
ed
fba0295a44 Projucer: Added a simple sign-in form, added notification tray for project messages, general refactoring 2020-04-17 16:05:10 +01:00
ed
9d69018d97 Projucer: Removed app reporting 2020-04-17 14:16:21 +01:00
ed
521c250413 Projucer: Remove custom VST3 path options 2020-04-17 14:14:51 +01:00
reuk
2ca69e8f70 Projucer: Stop requiring JuceHeader to be included in projects 2020-04-13 13:16:05 +01:00
reuk
ece5644a20 CMake: Add support for building JUCE projects with CMake 2020-04-13 12:10:11 +01:00
reuk
327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 2020-04-09 15:22:56 +01:00
ed
18df1b0937 Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code 2020-03-31 18:53:14 +01:00
ed
620383e93c Projucer: Added a setting for enabling and setting the macOS NSAppleEventsUsageDescription plist key 2020-03-31 12:22:07 +01:00
ed
5623dcda09 Projucer: Added an option to enable app sandbox inheritance in the Xcode exporter 2020-01-24 14:54:56 +00:00
ed
ed588307b7 Projucer: Added Bluetooth permissions setting needed for iOS 13.0+ 2019-10-03 17:29:42 +01:00
ed
212eb09e7e Projucer: Only add default com.roli.juce.JuceActivity activity class if push notifications are enabled 2019-06-25 09:57:54 +01:00
Tom Poole
1fd9c2f282 Projucer: Added an "add recommended warning flags" checkbox to the exporters 2019-06-11 16:44:29 +01:00
Lukasz Kozakiewicz
b4617412c2 Projucer: add project level repositories section to Android exporter. 2019-05-31 17:49:16 +02:00
Lukasz Kozakiewicz
556eda320b Projucer: add "Extra module's build gradle content" field to Android exporter. 2019-05-16 16:37:36 +01:00
Lukasz Kozakiewicz
abff8ccfdf Projucer: add "Custom gradle.settings content" field to Android exporter. 2019-05-16 16:37:36 +01:00
Tom Poole
28ce837575 Projucer: Added macOS app sandboxing options 2019-04-16 14:32:56 +01:00
ed
4dad6ee028 Projucer: Add a project setting to specify a shell script that will be run after saving 2019-03-22 16:51:54 +00:00
ed
92350e421d Projucer: Refactor the autoupdater to set executable file permissions after updating 2019-03-06 17:08:30 +00:00
Tom Poole
ba7e1f7658 Projucer: Added options to configure macOS Hardened Runtime 2019-02-21 14:51:28 +00:00
ed
ce33b4aea1 Projucer: Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins 2019-01-23 12:52:47 +00:00
ed
b2e2346745 Projucer: Add an option to specify per-file compiler flags 2019-01-22 15:48:15 +00:00
ed
4eeca92437 Projucer: Add a blank launch screen storyboard to iOS projects if no custom xcassets folder is set so that the latest iOS device resolutions are supported and add a field to the iOS exporter which allows a custom storyboard file to be used instead 2019-01-09 14:33:21 +00:00
ed
b8a4e00cb4 Projucer: Make the source code editor respect line endings when loading and saving a file and add an option to set the preferred line feed for a project 2018-11-27 17:28:36 +00:00
Lukasz Kozakiewicz
de8d029cfe Update Android project template to have recommended default values 2018-11-14 18:21:36 +01:00
hogliux
008b7a9ab2 Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
2018-11-13 12:33:40 +00:00
ed
fe49d69dfc Projucer: Added a "VST (Legacy) SDK" field to the global paths window and re-factored the global paths window a bit 2018-11-05 16:12:32 +00:00
Tom Poole
885168568d Projucer: Enabled adding Xcode subprojects 2018-10-10 10:23:09 +01:00
Tom Poole
6f5b15e345 Projucer: Added a framework search path to the Xcode exporter 2018-09-06 20:02:24 +01:00
ed
06abfc16ce Projucer: Added an option to set the /MP (multi-processor compilation) option in the Visual Studio exporter 2018-09-03 10:19:44 +01:00
hogliux
fefbbc89b4 AU: Added an option to the Projucer to enable sandbox safe AUs (required for newer versions of GarageBand) 2018-06-26 16:16:12 +01:00