reuk
0feda541e7
Projucer: Escape external library paths correctly
5f7ad995af
introduced an issue where the
string of external libraries would be escaped in one go. This is
incorrect, because only the individual paths should be escaped. The
semicolons separating each path should not be escaped.
3 years ago
ed
315f6d8fcd
Projucer: Bump WebView2 package version to latest stable
3 years ago
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
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
ed
24910cc4b4
Fix GCC Wshadow warnings
3 years ago
ed
9f20b8afe6
Projucer: Add -Wshadow to GCC recommended compiler warning flags
3 years ago
Tom Poole
6542446594
Update the JUCE logo
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
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
reuk
3c68581567
Use jassertquiet where possible
3 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.
3 years ago
Tom Poole
43e577ba6c
Projucer: Remove unused embedded image data
3 years ago
Tom Poole
c1eabac438
Projucer: Removed an unused asset file
3 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
3 years ago
ed
89ca17cf34
Projucer: Fixed some static analyzer warnings
3 years ago
ed
465912a26c
Projucer: Substitute preprocessor definitions when parsing Android user libraries
3 years ago
ed
79f1ffec2e
Projucer: Migrate old iOS deployment target setting
3 years ago
ed
40b46f8280
Projucer: Revert 0b79bcec
to use fix introduced in fefd4ec7 instead
3 years ago
ed
0b79bcec69
Projucer: Check project item still exists when initialising exporter icon settings and reset to default if missing
3 years ago
ed
d5373eed02
Projucer: Partially revert 8ce68447
When loading exporter icons on a background save thread we need to take the MessageManagerLock as the image file may be an SVG which has a message thread dependency in the Drawable parsing code
3 years ago
ed
a5c3b81f82
Use C++14 lambda capture initialisers for initialising deletion checkers
3 years ago
ed
77b816b042
Projucer: Ensure that save error messages are shown when using the "Save Project and Open in IDE" command
3 years ago
reuk
6ed8065f70
CMake: Support automatic linking of bundled libraries in modules
3 years ago
Tom Poole
fe4ba9071b
Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0
See BREAKING-CHANGES.txt for more details.
3 years ago
reuk
bc2ad3d7c5
Build: Improve support for AU resource files on ARM Macs
3 years ago
Tom Poole
78be43888e
Update the minimum C++ standard to C++14
3 years ago
ed
86742dea91
Projucer: Replaced deprecated jcenter repository with mavenCentral in Android exporter
3 years ago
ed
9f6ba69854
Projucer: Bump Android exporter gradle and Android plugin versions
3 years ago
Tom Poole
8ce68447bb
DrawableImage: Remove a message thread dependency
3 years ago
ed
f93cdf431a
Projucer: Updated the documentation for the "Development Team ID" Xcode setting
3 years ago
ed
43ebab636f
Projucer: Bumped Xcode LastUpgradeCheck for Xcode 13
4 years ago
ed
9dc98fb1df
Projucer: Replaced macOS and iOS SDK selector drop-downs with text fields
4 years ago
ed
6b29a6d8ff
Projucer: Fixed a bug when highlighting the global JUCE path property component bounds
4 years ago
reuk
31a7c62baf
Windows: Fix and suppress some analysis warnings
This fixes warnings that are emitted when building with the `-analyze`
flag enabled.
4 years ago
ed
4849b9ffcf
Projucer: Made login form overlay modal
4 years ago
reuk
06544850fb
BLOCKS: Remove juce_blocks_basics module
4 years ago
ed
3fec9731ec
Projucer: Bumped Xcode LastUpgradeCheck attribute
4 years ago
reuk
cc4624dfbc
Projucer: Remove unused function
4 years ago