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

392 commits

Author SHA1 Message Date
Tom Poole
78be43888e Update the minimum C++ standard to C++14 2021-06-24 16:09:48 +01:00
ed
86742dea91 Projucer: Replaced deprecated jcenter repository with mavenCentral in Android exporter 2021-06-21 18:52:35 +01:00
ed
9f6ba69854 Projucer: Bump Android exporter gradle and Android plugin versions 2021-06-21 18:52:35 +01:00
ed
f93cdf431a Projucer: Updated the documentation for the "Development Team ID" Xcode setting 2021-06-18 16:19:31 +01:00
ed
43ebab636f Projucer: Bumped Xcode LastUpgradeCheck for Xcode 13 2021-06-09 16:04:39 +01:00
ed
9dc98fb1df Projucer: Replaced macOS and iOS SDK selector drop-downs with text fields 2021-06-09 16:04:32 +01:00
ed
3fec9731ec Projucer: Bumped Xcode LastUpgradeCheck attribute 2021-05-17 15:10:56 +01:00
Tom Poole
bfdda737a2 Projucer: Removed the live build 2021-05-14 12:54:07 +01:00
ed
618e74fc6a Projucer: Leave absolute paths alone when adding project items to Xcode project 2021-05-10 16:34:57 +01:00
ed
69085b2a61 Projucer: Accessibility updates 2021-05-10 10:53:14 +01:00
reuk
6e98145185
Projucer: Force Xcode script phases to run on every build 2021-04-28 16:55:21 +01:00
reuk
f5a7d4eea5
Projucer: Allow specifying build number for Xcode projects 2021-04-28 16:55:21 +01:00
reuk
768c2f6db1
Projucer: Add armv8 option for makefile exporter 2021-04-28 16:55:21 +01:00
ed
a9844e1b9f Projucer: Correctly handle Xcode frameworks containing spaces 2021-04-22 18:21:38 +01:00
Tom Poole
70250dd0c1 Projucer: Added on option to select the macOS application category 2021-04-19 17:31:04 +01:00
ed
a483fb58ee Projucer: Set pdb filename to match pdb output file to workaround broken VS2019 copy step
When building a static library, VS2019 replaces the generated link pdb file with the one created during compilation due to a broken copy step in Microsoft.CppCommon.targets. This workaround generates the pdb in the output directory so the copy step is skipped.
2021-04-19 08:58:05 +01:00
ed
060f96ae7c Projucer: Generate consistent Xcode projects when saving on Windows 2021-04-12 17:16:33 +01:00
ed
282ad8fa9c Projucer: Fixed a bug escaping Xcode project settings starting or ending with quotes 2021-04-06 10:58:17 +01:00
Tom Poole
79fbde7099 Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
reuk
8c9c3c3ca9
Projucer: Use exporter name, rather than build folder name, to locate pre-built libraries 2021-03-24 14:24:53 +00:00
Tom Poole
6efb77bed3 Fixed a bug escaping MTL_HEADER_SEARCH_PATHS in the Xcode exporter 2021-03-15 10:07:53 +00: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
0510e22f42 Projucer: Bump LastUpgradeCheck property in Xcode projects 2021-01-29 14:21:05 +00:00
ed
4d566799ee Projucer: Only add optional Java source sets to Android projects when the module is enabled 2021-01-29 10:56:49 +00:00
reuk
3baaad8b5b
XmlElement: Update loops to use new iterators 2021-01-28 20:14:11 +00:00
Tom Poole
2ef9899818 Projucer: Fixed the inclusion of Xcode subprojects using the new build system 2021-01-27 19:51:43 +00:00
Tom Poole
882be26069 Projucer: Made the .pbxproj formatting more consistent with that produced by Xcode 2021-01-27 19:51:43 +00:00
ed
a6bfcc6427 Projucer: Removed a reference to AppConfig.h (which may or may not be present) in the JUCE_PROJUCER_VERSION warning 2021-01-25 09:16:59 +00:00
reuk
fac6116441 Projucer: Remove unnecessary const 2021-01-18 12:25:14 +00:00
ed
7014541291 Projucer: Added macOS 11.1 to SDK options 2021-01-07 09:59:26 +00:00
Tom Poole
da07dad30d Projucer: Bump LastUpgradeCheck property in Xcode projects 2020-12-18 15:58:10 +00:00
reuk
c213796951
Projucer: Fix quote escaping in CodeBlocks exporter 2020-12-15 11:25:56 +00:00
ed
6e6f866458 Projucer: Suppress warnings about using the OpenGL framework when using the new build system 2020-12-10 10:14:36 +00:00
ed
1fbde8c505 Projucer: Fixed issues navigating to warnings/errors when using the new Xcode build system 2020-12-10 10:14:36 +00:00
ed
a352366702 Projucer: Tidied up some whitespace 2020-12-10 10:05:31 +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
1201b43ad8
Projucer: Bump LastUpgradeCheck property in Xcode projects 2020-12-02 15:33:36 +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
e4c3d53c7a Android: Request ACCESS_FINE_LOCATION permission when using Bluetooth 2020-11-25 17:39:57 +00:00
ed
f2d0d324d3 Projucer: Updated Android target SDK version to API level 29 2020-11-25 17:39:57 +00:00
ed
47dc58620d Projucer: Added "--fix-missing-dependencies" option to the command line resave to add any required modules that may be missing 2020-11-25 17:39:41 +00:00
reuk
fc0d1814eb
Projucer: Add iOS 14.0 deployment target option 2020-11-16 17:22:00 +00:00
ed
42391ce309 Projucer: Made preprocessor define precedence consistent when not using a global AppConfig file
When a global AppConfig file is not added to a project, preprocessor defines from project, exporter and target settings now override defines that would have been in this file, matching the previous behaviour.
2020-11-16 09:01:41 +00:00
Tom Poole
336398893d Projucer: Deprecate the CLion exporter 2020-10-26 14:37:04 +00:00
ed
2f098c16d0 Projucer: Fixed incorrect Xcode property in the CLion exporter 2020-10-22 17:14:02 +01:00
ed
5f0706ec0e Projucer: Add Xcode subprojects using relative paths 2020-10-05 10:19:21 +01:00
ed
1870e2d5fd Projucer: Use RelativePath for querying file extensions in Xcode exporter to correctly handle cross-platform paths 2020-09-07 15:51:56 +01:00
ed
e1282f285d Projucer: Fixed a typo 2020-08-25 13:20:43 +01:00
ed
d677fd6264 Projucer: Added PCH support for Xcode and Visual Studio exporters 2020-08-25 11:12:23 +01:00