Tom Poole
|
d8a2095400
|
Demos: Fix some compiler warnings
|
2 years ago |
attila
|
b913528d11
|
Projucer: Request Bluetooth permission on Android for PIP projects
Prior to 26a23dfc the Android project exporter requested the Bluetooth
permission by default, and some PIPs depended on this behaviour.
|
2 years ago |
reuk
|
3b8c26eff3
|
Resave all projects
|
2 years ago |
reuk
|
26a23dfc9d
|
Android: Add support for new bluetooth permissions from Android API 31
|
2 years ago |
reuk
|
6f458086f9
|
Projucer: Avoid abspath in generated makefiles
abspath doesn't cope very well with paths that contain spaces, even if
those spaces are escaped.
|
2 years ago |
reuk
|
a309775160
|
Resave all projects
|
2 years ago |
reuk
|
5ed4b19e4d
|
Android: Prevent activity from being destroyed when connecting an external keyboard
|
2 years ago |
reuk
|
e3e8b8a91d
|
Projucer: Support file permissions in Android 33
|
2 years ago |
Tom Poole
|
059ed6aae8
|
Resave all projects
|
2 years ago |
Tom Poole
|
306ed633c6
|
Bump version number to 7.0.3
|
2 years ago |
Tom Poole
|
ad1329dd0e
|
CMake: Update some CXX_STANDARD statements to 17
|
2 years ago |
Tom Poole
|
473283fa19
|
Projucer: Update the default minimum deployment targets
Xcode 14 has minimum deployment targets of macos 10.13 and iOS 11.
|
2 years ago |
reuk
|
f7a3fb510e
|
Resave all projects
|
2 years ago |
reuk
|
8d0afb6939
|
Projucer: Fix build of default projects in Xcode 14.1
Mirrors the behaviour of CMake by only adding signing identity field to
project when identity is not empty.
|
2 years ago |
hogliux
|
b0bd31b3c2
|
Projucer: Fix an issue with per-file compiler flags not being respected
|
2 years ago |
reuk
|
3061876e0d
|
CMake: Ensure that juce_lv2_helper is built when source groups are enabled
|
2 years ago |
hogliux
|
2d42b9a44f
|
Windows: Added Windows ARM support to JUCE
|
2 years ago |
chroma
|
d3cff375be
|
Thread: Introduce a new Thread backend
This is a breaking change - see BREAKING-CHANGES.txt
|
2 years ago |
reuk
|
1543ab1164
|
Projucer: Remove unnecessary friends
|
2 years ago |
reuk
|
7b61bdfba9
|
AudioPluginHost: Fix implicit conversion warnings
|
2 years ago |
reuk
|
57d291588c
|
Resave all projects
|
2 years ago |
reuk
|
215dec411d
|
Projucer: Update default gradle plugin version
|
2 years ago |
reuk
|
e7c2d7bda3
|
Resave all projects
|
2 years ago |
reuk
|
15d9d35454
|
Projucer: Allow compiler and linker flags to be set per-configuration
|
2 years ago |
reuk
|
cca01e7c96
|
Projucer: Add support for ClangCL toolset on Windows
|
2 years ago |
reuk
|
d6910b232e
|
Projucer: Fix typo in help text
|
2 years ago |
reuk
|
7c14c1fcd7
|
Use more concise stdlib type aliases
|
2 years ago |
attila
|
d05333b61d
|
Resave all projects
|
2 years ago |
reuk
|
886ee724de
|
Projucer: Use correct paths to LV2 manifest helper source
|
2 years ago |
reuk
|
436150b221
|
CMake: Avoid adding target for LV2 manifest helper unless specifically required
|
2 years ago |
reuk
|
ec8cd0e48b
|
Projucer: Fix LV2 manifest helper path in makefile exporter
|
2 years ago |
reuk
|
8b8ae10059
|
Build: Replace JUCE_NODISCARD with [[nodiscard]]
|
2 years ago |
reuk
|
045214c986
|
Build: Allow building with llvm-mingw headers
|
2 years ago |
reuk
|
b3a4d54a72
|
Build: Update the minimum C++ standard to C++17
|
2 years ago |
reuk
|
f8e91d4003
|
AU: Replace CoreAudioUtilityClasses with files from new SDK
|
3 years ago |
reuk
|
1975bb7479
|
Projucer: Update default Android SDK, adjust CMake flag specification
|
2 years ago |
reuk
|
72f6e84ca4
|
CMake: Add JUCE_PLUGIN_ARTEFACT_FILE property for Standalone plug-in targets
|
2 years ago |
reuk
|
d066a0b694
|
Projucer: Avoid running copy commands when plugin copy step is disabled on Linux
|
2 years ago |
reuk
|
538dc0e120
|
Projucer: Correctly resolve path to LV2 manifest helper on Linux
|
2 years ago |
reuk
|
028d1eea78
|
Projucer: Fix signing issue when building LV2 plugins on Arm macs
|
2 years ago |
Tom Poole
|
88b6a400f8
|
Resave all projects
|
2 years ago |
Tom Poole
|
7296b8e3f7
|
Bump version number to 7.0.2
|
2 years ago |
Tom Poole
|
c2180845bc
|
Resave all projects
|
2 years ago |
attila
|
2d30969b4e
|
Projucer: Prefer using launch storyboard on iOS even when a custom xcassets folder is set
|
2 years ago |
attila
|
ba8d5e3e1c
|
CMake: Prefer using launch storyboard on iOS even when a custom xcassets folder is set
|
2 years ago |
reuk
|
33dfe77c22
|
Build: Stop generating icon sizes which are only used on iOS 6 and lower
|
2 years ago |
attila
|
82a31c9ccc
|
Linux: Enable ARA compilation
|
2 years ago |
attila
|
cc8ce6525a
|
CMake: Link against libatomic on Linux if is_lock_free is missing
The ARA_SDK contains unguarded is_lock_free calls. This change
allows us to enable ARA compilation on Linux.
|
2 years ago |
attila
|
980092ba1a
|
CMake: Fix missing ARA tag in ARA enabled AU plugin plist files
This issue made hosts not recognize the ARA capabilities of AU plugins.
|
2 years ago |
reuk
|
0072c567aa
|
CMake: Use forward-slashes in paths separators to avoid confusing MSVC in pragma comments
|
2 years ago |