Tom Poole
cdd619e7a1
Xcode: Update LastUpgradeCheck
2022-06-01 13:57:33 +01:00
attila
dbfb74f091
Projucer: Remove ARA related no-op code
2022-05-25 14:18:11 +00:00
attila
2fdc4f6633
Projucer: Remove VS2015 and CLion exporters
2022-05-25 13:56:55 +02:00
Tom Poole
c7cabbbaba
VS2022: Work around a compiler bug
2022-05-23 20:20:44 +01:00
Tom Poole
8c48956681
Resave all projects
2022-05-23 13:18:08 +01:00
reuk
f7def289c5
Projucer: Request legacy file access when targeting older SDKs
2022-05-23 13:09:26 +01:00
Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
2022-05-16 17:55:48 +01:00
attila
10d32c104d
Resave all projects
2022-05-12 12:31:30 +02:00
attila
3c9d83b64a
Projucer: Add support for ARA plugin PIPs
2022-05-12 12:31:30 +02:00
attila
4f4e5b6c04
CMake: Add support for ARA plugin PIPs
2022-05-12 12:31:30 +02:00
attila
31b2a86559
Projucer: Add ARA support
2022-05-12 12:31:30 +02:00
attila
6c2881ce30
ARA Client: Add CMake support for creating plugins
2022-05-12 12:31:30 +02:00
attila
f36949c1b2
ARA Host: Add support for scanning and hosting ARA plugins
2022-05-12 12:31:30 +02:00
Tom Poole
c2ecde591b
macOS: Remove 32 bit specific functionality
...
This includes Carbon support
2022-05-03 08:16:37 +01:00
Tom Poole
b48dddcf4e
RTAS: Remove RTAS functionality
2022-05-03 08:16:37 +01:00
Tom Poole
db3c6e6216
macOS/iOS: Fix unguarded availability warnings
2022-04-26 15:37:03 +01:00
Tom Poole
f69fe7be0f
Resave projects
2022-04-26 15:30:29 +01:00
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.
2022-04-26 15:27:58 +01:00
reuk
61f3c1dd98
LV2: Add initial client support
2022-04-22 14:18:52 +01:00
reuk
1182024fc4
LV2: Add initial hosting support
2022-04-22 14:18:51 +01:00
reuk
40d6a063af
AudioPluginHost: Speed up out-of-process scanning
2022-04-22 14:18:50 +01:00
Tom Poole
570bcb666a
Resave projects
2022-04-22 14:18:48 +01:00
reuk
19ddbe2368
Warnings: Fix missing-prototypes warnings
2022-04-22 14:18:48 +01:00
reuk
3bf635e004
Warnings: Always supply all field initialisers
...
This also fixes an issue where the requested font style could be
incorrectly overwritten.
2022-04-22 14:18:48 +01:00
Tom Poole
3dd812052e
macOS/iOS: Add a Metal layer renderer
...
This restores the functionality of JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS.
Using this preprocessor flag may avoid Core Graphics rendering much larger regions than
necessary, but the small regions that are rendered will likely be rendered slower.
Whether using this flag improves or degrades the performance of your rendering overall
will be specific to each application.
Previously enabling JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS was ineffective
from versions of macOS around 10.13, but enabling it didn't have any negative impact on
performance. Now enabling JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS may result
in slower rendering.
2022-04-04 12:36:33 +01:00
Tom Poole
e5cbcd7628
macOS/iOS: Add the ability to weak link module frameworks
2022-04-04 12:36:33 +01:00
Tom Poole
dea3fe60e4
Update copyright banners
2022-04-04 12:36:32 +01:00
reuk
ee06a2364b
CMake: Add support for AU hosting in PIPs
2022-04-01 16:41:47 +01:00
reuk
c7a17934e3
Formatting
2022-04-01 16:41:47 +01:00
reuk
9c5f4659bb
CMake: Handle tabs properly in module metadata blocks
2022-03-31 12:49:17 +01:00
Tom Poole
679fdc5421
Projucer: Improve the App Group ID setting help text
2022-03-29 08:51:48 +01:00
reuk
d232eb90d6
AudioPluginHost: Allow multibus configurations to be set on internal plugins
2022-03-23 16:51:39 +00:00
reuk
1e820fd362
Resave projects
2022-03-23 16:51:39 +00:00
Tom Poole
75a5508bdf
Fix some copyright banners
2022-03-23 16:04:04 +00:00
Tom Poole
ccd3a29cc7
Resave all projects
2022-03-04 11:48:48 +00:00
Tom Poole
d5311698e9
Projucer: Make BinaryData::getNamedResourceOriginalFilename more robust
2022-03-04 11:45:27 +00:00
Tom Poole
dbbf5cfe6d
Projucer: Add the juce namespace to the URL argument of generated HyperlinkButtons
2022-03-04 10:25:51 +00:00
Tom Poole
30a516898c
Projucer: Add a PKG_CONFIG environment variable to Linux Makefiles
2022-03-04 10:25:19 +00:00
Tom Poole
a0994ac576
Resave all projects
2022-02-28 12:59:09 +00:00
Tom Poole
111bbc0979
Bump version number to 6.1.6
2022-02-28 12:53:10 +00:00
Tom Poole
086b21be1b
Re-save all projects
2022-02-23 15:06:22 +00:00
reuk
1d1d743b9f
Build: Add -Wdeprecated to recommended flags and fix new warnings
2022-02-23 10:56:10 +00:00
reuk
420167f3ec
AudioPluginHost: Add support for loading and saving plugin state directly
2022-02-18 16:43:25 +00:00
Tom Poole
300ab8b084
Resave all projects
2022-02-18 16:28:51 +00:00
Tom Poole
dc4b9bd152
Projucer: Fix non-bool app sandbox temporary exception entitlements
2022-02-18 15:03:44 +00:00
reuk
abfcdc9a7e
CMake: Allow x64 clang-cl builds in CLion
2022-02-17 16:04:57 +00:00
attila
f6e6627c32
Projucer: Change the package attribute of the Android manifest to match
...
applicationId
2022-02-09 12:24:36 +00:00
reuk
be119c7f7d
CMake: Ad-hoc sign plugin bundles before copying them for running locally
...
Some hosts on Apple Silicon require that the entire bundle has a
well-formed signature, rather than just the plugin binary itself. This
patch checks whether the bundle signature is valid, and if it is not,
ad-hoc signs the bundle before copying.
2022-02-07 14:24:11 +00:00
reuk
768cf7a54c
Projucer: Convert plugin/manufacturer code errors to warnings
2022-02-07 14:24:11 +00:00
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.
2022-02-07 14:24:11 +00:00