ed
f9e6030f85
Re-saved all projects
2020-08-14 16:07:21 +01:00
ed
b196855b37
Projucer: Fixed some warnings in the latest Xcode
2020-08-14 16:07:21 +01:00
ed
ad0e7b829f
Projucer: Add missing module dependencies when creating new projects
2020-08-12 17:02:44 +01:00
Tom Poole
6f22faf29d
Linux: Fixed a bug setting the VST3 plug-in bundle arch dir
2020-08-05 15:40:23 +01:00
Tom Poole
816d7cf826
Re-saved all projects
2020-08-03 17:06:14 +01:00
reuk
6f50d36b00
Projucer: Fix bug where the small icon was used to generate xcassets
2020-08-03 15:06:20 +01:00
reuk
14eebfb85a
Projucer: Write correct icon format in Codeblocks exporter
2020-07-29 11:08:22 +01:00
reuk
75702b839e
CMake: Fix bug where binarydata dependencies were misnamed
2020-07-29 10:57:30 +01:00
ed
a3af3a5381
Projucer: Disable project saving when file modification warning is showing
2020-07-28 15:23:31 +01:00
ed
f916fb42c2
Projucer: Run post-export script after saving project file
2020-07-21 18:12:26 +01:00
ed
450ac8ade5
Projucer: Don't assert when no icons are specified in Code::Blocks exporter
2020-07-21 15:50:51 +01:00
ed
6a9f9cd550
Projucer: Updated CLion and Linux Code::Blocks exporter code for optional webkit and gtk packages
2020-07-21 15:50:14 +01:00
ed
f0c90e4c12
Removed some unnecessary isOnTouchDevice() checks in the AudioPluginHost
2020-07-20 17:13:17 +01:00
Tom Poole
31613e8e7d
Support Metal shaders in modules
2020-07-17 11:39:12 +01:00
ed
6a01abbc41
Projucer: Tidy up
2020-07-14 12:51:07 +01:00
ed
1afbbe5417
Projucer: Made the plug-in client file target type check a bit more robust
2020-07-14 10:10:09 +01:00
ed
3de4fab219
Projucer: Synchronise access to EnabledModuleList state
2020-07-10 19:05:36 +01:00
ed
7ce8cc32e9
Projucer: Open example files in new window
2020-07-08 17:08:32 +01:00
ed
9bc5cb8c08
Projucer: Support opening multiple files from macOS and don't re-open all last open project windows if started from a file open
2020-07-08 17:08:32 +01:00
ed
916bba55b0
Projucer: Check if jucerFormatVersion has changed before setting
2020-07-08 11:02:55 +01:00
reuk
8e19473b52
macOS: Add NSBluetoothAlwaysUsageDescription to macOS plists as well as iOS ones
2020-07-08 09:58:01 +01:00
reuk
7fe7104eea
Projucer: Fix gcc 10 warnings
2020-07-08 09:58:01 +01:00
reuk
2022407f97
Projucer: Add a VALID_ARCHS property to the Xcode exporter
2020-07-08 09:58:01 +01:00
reuk
cd234565d7
CMake: Fix issue where icons were not applied under the Xcode generator
2020-07-08 09:58:01 +01:00
reuk
aabae18b0a
Projucer: Add new macOS SDKs
2020-07-08 09:58:01 +01:00
reuk
d8c3124a46
CMake: Fix xcode paths in rez commandline
2020-07-08 09:58:00 +01:00
ed
d9460f11c2
Re-saved all projects
2020-07-07 12:52:00 +01:00
ed
6aeb9d7dda
Bump version number to 6.0.1
2020-07-07 12:47:58 +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
3411ea56f5
Projucer: Fixed some over-escaping in the CLion exporter
2020-07-06 14:10:49 +01:00
reuk
e9321bf565
CMake: Fix demos which failed to build on Windows
...
The PushNotificationsDemo is not supported on Windows, so I've
stopped CMake from configuring it in the first place.
2020-07-06 11:00:15 +01:00
ed
819ccc08ca
Projucer: Escape VST plug-in target names correctly in generated makefile
2020-07-03 14:09:24 +01:00
ed
6973f850d7
Projucer: Fixed upgrade message
2020-07-02 11:03:51 +01:00
ed
baa5400672
Projucer: Fixed some namespace issues in the GUI editor
2020-07-02 11:03:51 +01:00
ed
0d26cf8e46
Re-saved all projects
2020-07-02 10:14:14 +01:00
ed
8e17e1e1c2
Projucer: Bump android gradle and plugin versions
2020-07-01 19:12:17 +01:00
ed
d1bfb83fa4
Projucer: Fixed a bug causing GUI editor code written with older Projucer versions to be overwritten
2020-07-01 11:22:27 +01:00
reuk
2d103ce8f2
Projucer: Fix gcc 4.8 build issue
2020-07-01 10:00:43 +01:00
reuk
013fd5e5d6
juce6: Update some referenes to JUCE 5 in docstrings
2020-07-01 10:00:43 +01:00
reuk
394c4fd475
Clang: Fix warnings when building with clang 10
2020-07-01 10:00:43 +01:00
reuk
ac2d7ee272
Clang: Fix build errors when using a recent clang-cl
2020-07-01 10:00:43 +01:00
reuk
ab6c407b9f
CMake: Fix lto flag when building with clang-cl
2020-07-01 10:00:43 +01:00
reuk
a3b68f5c60
CMake: Include helper targets, rather than exporting them
...
This change should mean that if JUCE is installed using one compiler
(e.g. clang) and then consumed in a build that uses a different compiler
(e.g. gcc), the helper targets will use the correct flags for both
compilers.
2020-06-30 17:40:54 +01:00
reuk
eaf2dd5ef8
CMake: Fix error when specifying multi-item VST3_CATEGORIES
2020-06-30 17:40:54 +01:00
ed
159a274a03
Projucer: Added a more helpful message for incompatible licenses
2020-06-30 17:33:34 +01:00
ed
009d685179
Updated all license headers
2020-06-29 08:30:22 +01:00
ed
67925d384f
Updated main README with CMake support info and changed docs extension from .txt to .md
2020-06-29 08:30:00 +01:00
ed
0d410ef3e6
Projucer: Updated projucerMajorVersion to use ProjectInfo::versionNumber
2020-06-29 08:27:39 +01:00
ed
964d497d6c
Projucer: Removed some unused files
2020-06-29 08:27:28 +01:00
ed
d08c26e94d
Projucer: Only load the live-build .dll when it's enabled
2020-06-24 16:41:44 +01:00