Tom Poole
b51e835baf
Mac Catalyst: Fix compilation issues
2 years ago
reuk
dac8ce6e9f
InAppPurchases: Add generated bytecode for Android implementation
2 years ago
reuk
8cab4cf5bb
Displays: Add keyboardInsets member to Display, to allow querying onscreen keyboard size
2 years ago
reuk
869760cb2a
ObjC: Add scoped notification observer
2 years ago
reuk
31e917ca62
NSViewComponentPeer: Tidying
2 years ago
reuk
4e09161986
Accessibility: Tidy up static functions
2 years ago
Tom Poole
cb2efe5d59
Improve some documentation
2 years ago
Tom Poole
0adbfee99d
UnitTestRunner: Improve tests status reporting
2 years ago
Tom Poole
fd8607302d
Bump version number to 7.0.1
2 years ago
Tom Poole
8b399998b4
Bump version number to 7.0.0
2 years ago
reuk
cee1206fd1
StandardHeader: Include <utility> for GCC 12 compatibility
3 years ago
Tom Poole
784f82ffec
Fix some Doxygen issues
2 years ago
reuk
8fbd99c424
AudioPlayHead: Improve granularity of position info
3 years ago
reuk
891daf1332
Optional: Update implementation to improve debugging experience
This patch also makes Optional public to end users.
3 years ago
Tom Poole
83176e23ca
Add a version ID macro
2 years ago
reuk
86a36b8b52
Android: Improve complexity of ActivityLifecycleCallbacks::invoke
3 years ago
reuk
1560242906
Android: Add missing ActivityLifecycleCallbacks method
3 years ago
reuk
ac396daa70
Android: Improve complexity of ActivityLifecycleCallbacks::invoke
3 years ago
reuk
d182ed38cd
Android: Add missing ActivityLifecycleCallbacks method
3 years ago
attila
2fdc4f6633
Projucer: Remove VS2015 and CLion exporters
3 years ago
reuk
6e7a2c3225
AndroidDocument: Support file access to shared storage locations on Android 30+
3 years ago
reuk
9a12e93f5a
File: Add hasReadAccess()
3 years ago
reuk
b17806fbfc
AndroidDocument: Support file access to shared storage locations on Android 30+
3 years ago
reuk
7d5602f7c3
File: Add hasReadAccess()
3 years ago
Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
3 years ago
attila
e6cf6ab064
ListenerList: Modify iterator during removals to guarantee callback
3 years ago
attila
8c62b4f003
Add ScopedTryReadLock and ScopedTryWriteLock
3 years ago
Tom Poole
c2ecde591b
macOS: Remove 32 bit specific functionality
This includes Carbon support
3 years ago
Tom Poole
db3c6e6216
macOS/iOS: Fix unguarded availability warnings
3 years ago
reuk
118682f030
StandardHeader: Include <utility> for GCC 12 compatibility
3 years ago
reuk
5fcb718ac9
String: Avoid using refcount to detect empty strings
3 years ago
reuk
5705a83065
ListenerList: Remove deprecation warning
3 years ago
reuk
5d096b46d7
Add simple Optional type
3 years ago
reuk
19ddbe2368
Warnings: Fix missing-prototypes warnings
3 years ago
Tom Poole
eda5c696e5
macOS/iOS: Fix unguarded availability warnings
3 years ago
reuk
ce8aff22c3
StandardHeader: Include <utility> for GCC 12 compatibility
3 years ago
Tom Poole
f6995ea217
Fix a compiler crash in GCC < 11
3 years ago
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.
3 years ago
Tom Poole
dea3fe60e4
Update copyright banners
3 years ago
reuk
902a576b73
NullCheckedInvocation: Disable Waddress warning
When calling NullCheckedInvocation::invoke with a capture-less lambda,
GCC 9.3 determines that the expression
std::declval<TheLambda>() != nullptr
is well-formed, and uses the version of invoke containing a nullptr
check. However, the compiler is also able to determine that this
expression can never be false, and emits a warning.
3 years ago
reuk
8fad301c13
File: Update documentation
3 years ago
reuk
fe3d42025b
VST3: Add channel mapping tests
3 years ago
Tom Poole
75a5508bdf
Fix some copyright banners
3 years ago
reuk
ebac835673
Fix some deprecation warnings
3 years ago
reuk
833fd9bde2
NamedPipe: Avoid deadlocking on macOS when close and read are called simultaneously
3 years ago
reuk
afe5199848
AudioProcessorParameter: Add new ParameterID and Attributes types
3 years ago
Tom Poole
111bbc0979
Bump version number to 6.1.6
3 years ago
reuk
1d1d743b9f
Build: Add -Wdeprecated to recommended flags and fix new warnings
3 years ago
reuk
7eee7cd892
Windows: Fix non-C++14-compatible noexcept usage in mapi.h
3 years ago
reuk
fdfc279bea
String: Fix logical error in hex parsing code
3 years ago