reuk
d13a23ad14
Build: Ensure that plugin and manufacturer codes are exactly four characters in length
3 years ago
reuk
7525da867b
Projucer: Allow setting the network multicast entitlement in the Xcode exporter
3 years ago
reuk
c49e18cad4
Projucer: Add option to automatically set up oneMKL in VS exporters
3 years ago
reuk
bde242892f
Projucer: Avoid adding duplicate arrays to plist
Merging a plist which contained UIBackgroundModes or
UISupportedInterfaceOrientations keys could result in these keys being
duplicated in the generated plist.
This patch will avoid adding a new array if the array's key already
exists in the plist.
3 years ago
reuk
65bd869451
Projucer: Properly escape android app names containing apostrophes
3 years ago
reuk
5f7ad995af
Projucer: Escape special characters in MSVC project files
3 years ago
reuk
23e621f26e
Projucer: Add BOM when writing VS solution files
Without the BOM, VS assumes UTF-8 strings (subproject file names etc.)
are ansi-encoded.
3 years ago
reuk
4046912b6e
Projucer: Fix string escaping in IAA name definition
3 years ago
reuk
6c775a367b
Projucer: Escape single quotes in project names for makefile projects
3 years ago
reuk
cd495f136e
Projucer: In Xcode exporter, properly escape single quotes in preprocessor definitions
3 years ago
Tom Poole
8cc0d12fb3
Separate C and C++ recommended warning flags
3 years ago
Tom Poole
6f4618f9bc
Re-save all projects
3 years ago
Tom Poole
bc75010116
Bump version number to 6.1.2
3 years ago
reuk
d6633e6b37
CMake: Ensure that plugins can be loaded on M1 macs when using automatic copying
3 years ago
ed
24910cc4b4
Fix GCC Wshadow warnings
3 years ago
ed
9f20b8afe6
Projucer: Add -Wshadow to GCC recommended compiler warning flags
3 years ago
reuk
04d9b7967e
CMake: Include JUCEModuleSupport file when installing JUCE via CMake
3 years ago
Tom Poole
1c7dc0b053
Re-save all projects
3 years ago
Tom Poole
5109e30c6f
Bump version number to 6.1.1
3 years ago
reuk
b30d6b0714
AudioPluginHost: Avoid calling repaint inside parameter change callbacks
3 years ago
reuk
1d38f646ab
CMake: Include JUCEModuleSupport file when installing JUCE via CMake
3 years ago
Tom Poole
b501feefdf
Re-save all projects
3 years ago
Tom Poole
6542446594
Update the JUCE logo
3 years ago
Tom Poole
3833c6d207
Re-save all projects
3 years ago
Tom Poole
46fe3789fc
Bump version number to 6.1.0
3 years ago
ed
b13af2df95
Re-saved all projects
3 years ago
ed
c799b56b60
Fix missing prototypes warnings
3 years ago
Tom Poole
45d12f7a18
Projucer: Only switch to manual Xcode signing if not using the default Code-Signing Identity
3 years ago
Tom Poole
0a69edd216
Projucer: Switch to manual Xcode signing if a Code-Signing Identity is specified
3 years ago
ed
63f2a7c30c
Re-saved all projects
3 years ago
ed
455b8baf7e
Projucer: Update Android plug-in and gradle versions
3 years ago
ed
39772b7474
Android: Remove old minimum SDK version checks
3 years ago
reuk
2465cb0d2a
Projucer: Add support for IPP when installed via the oneAPI toolkit
3 years ago
ed
c66e8baf7e
Whitespace
3 years ago
ed
7ab0c9812a
Re-saved all projects
3 years ago
ed
ff935c5103
Re-saved all projects
3 years ago
reuk
3c68581567
Use jassertquiet where possible
4 years ago
reuk
0a609b307e
build_tools: Tidy up BuildHelperFunctions and remove some unnecessary namespaces
4 years ago
reuk
366a626894
CMake: Ensure version numbers in AU/AUv3 plists are correctly formatted
AU and AUv3 plugins only support version numbers with up to 3 parts.
4 years ago
Tom Poole
43e577ba6c
Projucer: Remove unused embedded image data
4 years ago
Tom Poole
51645be3f6
AudioPluginHost: Remove unused binary data
4 years ago
ed
d394c770c9
Re-saved all projects
4 years ago
Tom Poole
c1eabac438
Projucer: Removed an unused asset file
4 years ago
ed
f38f721794
Re-saved all projects
4 years ago
ed
551d7b9c5b
Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options
- Add AlertWindow::show() and showAsync() methods that take a MessageBoxOptions argument
- Add NativeMessageBox::show() and showAsync() methods that take a MessageBoxOptions argument
- Update the DialogsDemo to demonstrate the new methods
- Deprecate AlertWindow::showNativeDialogBox() in favour of the NativeMessageBox methods
- Pass button strings specified in MesssageBoxOptions to native dialog boxes correctly
- Use modern TaskDialog on Windows for the native dialog box where available
4 years ago
ed
89ca17cf34
Projucer: Fixed some static analyzer warnings
4 years ago
ed
465912a26c
Projucer: Substitute preprocessor definitions when parsing Android user libraries
4 years ago
ed
79f1ffec2e
Projucer: Migrate old iOS deployment target setting
4 years ago
ed
40b46f8280
Projucer: Revert 0b79bcec
to use fix introduced in fefd4ec7 instead
4 years ago
ed
0b79bcec69
Projucer: Check project item still exists when initialising exporter icon settings and reset to default if missing
4 years ago