Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
3 years ago
attila
31b2a86559
Projucer: Add ARA support
3 years ago
Tom Poole
c2ecde591b
macOS: Remove 32 bit specific functionality
This includes Carbon support
3 years ago
Tom Poole
b48dddcf4e
RTAS: Remove RTAS functionality
3 years ago
Tom Poole
db3c6e6216
macOS/iOS: Fix unguarded availability warnings
3 years ago
reuk
0c5b617f98
Projucer: Use preprocessor definitions and include paths when building rc files
This more closely matches the behaviour of CMake when adding rc files to
targets.
3 years ago
reuk
61f3c1dd98
LV2: Add initial client support
3 years ago
reuk
1182024fc4
LV2: Add initial hosting support
3 years ago
reuk
19ddbe2368
Warnings: Fix missing-prototypes warnings
3 years ago
reuk
3bf635e004
Warnings: Always supply all field initialisers
This also fixes an issue where the requested font style could be
incorrectly overwritten.
3 years ago
Tom Poole
e5cbcd7628
macOS/iOS: Add the ability to weak link module frameworks
3 years ago
Tom Poole
dea3fe60e4
Update copyright banners
3 years ago
Tom Poole
679fdc5421
Projucer: Improve the App Group ID setting help text
3 years ago
Tom Poole
30a516898c
Projucer: Add a PKG_CONFIG environment variable to Linux Makefiles
3 years ago
Tom Poole
dc4b9bd152
Projucer: Fix non-bool app sandbox temporary exception entitlements
3 years ago
attila
f6e6627c32
Projucer: Change the package attribute of the Android manifest to match
applicationId
3 years ago
reuk
768cf7a54c
Projucer: Convert plugin/manufacturer code errors to warnings
3 years ago
reuk
1dc4db581d
Projucer: Allow VS project variables in the Extra Libraries field
This change allows users to use macro values defined by Visual Studio in
library names, which might be useful e.g. when selecting different
libraries based on the build configuration.
If the filename of a library contains a special character that would
have a special meaning in the Visual Studio project file, you must use
the ASCII escape sequence for this character instead ("$" becomes "%24",
"%" becomes "%25").
This escaping will happen automatically for non-user-specified library
dependencies, including windows libraries specified in module header
blocks, and the plugin shared code target.
3 years ago
Tom Poole
65b649225d
Projucer: Fix a typo in an app category name
3 years ago
Tom Poole
b53b5f14a1
Projucer: Increment the Android target SDK default setting
3 years ago
reuk
0bf2f6a7a4
Revert "Projucer: Default to "Sign to Run Locally" when no signing identity is specified"
This reverts commit 8bacf8c15c
.
3 years ago
reuk
6d711a2312
Revert "Projucer: Check if IDE project file exists when saving"
This reverts commit a71bda9adb
.
3 years ago
ed
aaf00f13ca
Projucer: Bump Xcode LastUpgradeCheck
3 years ago
ed
1b2aeec65d
Projucer: Attempt to copy module paths from compatible exporter when adding new export target
3 years ago
ed
fdcdda3463
Projucer: Update to ValueTreePropertyWithDefault class
3 years ago
ed
a71bda9adb
Projucer: Check if IDE project file exists when saving
3 years ago
reuk
f1e766ec18
Projucer: Ensure that saving always continues after moving a project
3 years ago
reuk
37b11e24f3
Projucer: Use correct version description in generated VS solution files
This ensures that solution files have correctly numbered icons in
Windows Explorer.
3 years ago
ed
8aabde7680
Projucer: Add Visual Studio 2022 exporter
3 years ago
ed
c45c1afc7e
Projucer: Bump Xcode LastUpgradeCheck
3 years ago
ed
a12d5fb540
Projucer: Add "audioplugin_" prefix to Unity plug-ins on Linux
3 years ago
ed
3c82b3b906
Projucer: Amend 499a4240
slightly to add both warning settings to preserve compatibility with older Xcode versions
3 years ago
ed
499a424052
Projucer: Fix legacy build system setting for Xcode 13
3 years ago
reuk
c456d0c373
Projucer: Set EXCLUDED_ARCHS for compatibility with newer Xcodes
3 years ago
reuk
8bacf8c15c
Projucer: Default to "Sign to Run Locally" when no signing identity is specified
By default, x86_64 binaries are not signed, but arm64 binaries are. When
building universal binaries, it was possible to end up with a final
artefact that contains an unsigned x86_64 image, but a signed arm64
image. In some cases, this could cause issues in subsequent codesign
invocations.
3 years ago
reuk
4a3ea2721d
Refactoring: Use any_of(), all_of() or, none_of() instead of find_if() where possible
When the result of find_if() is only compared to the container's end(),
the operation can normally be expressed more concisely using any_of(),
all_of(), or none_of().
3 years ago
ed
8feec44431
Projucer: Add some required fields to the generated AndroidManifest.xml file
3 years ago
ed
2707ea3ca0
Projucer: Add support for C++20 project language standard
4 years ago
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
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