reuk
fbf4be05b2
Android: Set thread priority using user-provided value
2 years ago
reuk
e3e8b8a91d
Projucer: Support file permissions in Android 33
2 years ago
reuk
2dc90bd6e6
Variant: Remove unnecessary definitions of static constexpr data members
2 years ago
reuk
28f2157912
Convert ignoreUnused to [[maybe_unused]]
2 years ago
Tom Poole
306ed633c6
Bump version number to 7.0.3
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
8d4f176b30
MimeTypes: Speed up release-mode compilation
2 years ago
reuk
83cd6dfc80
SystemStats: Return just "Windows" or "MacOSX" when operating system version is unknown
2 years ago
hogliux
0e20a6fdc5
URL: Add support for anchors in URLs
2 years ago
hogliux
4054e25052
Android: Added the ability to associate a particular file-extension to a mime-type at runtime
2 years ago
hogliux
e30f6e7c0d
Android: Associate .json files with the application/json mime-type
2 years ago
hogliux
9d5b41e212
Android: Fixed a bug which caused android native dialogs to be presented multiple times in a row
2 years ago
reuk
0fbd7d7b3f
Functional: Add ScopeGuard implementation
2 years ago
reuk
5ad617edc0
LV2 Host: By default, search in lib64 directories on multilib systems when host is 64-bit
2 years ago
Oli
97a421f4aa
Threading: Add priority support for lambda thread method
2 years ago
reuk
2336430fea
WeakReference: Remove ambiguous operator==
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
69e0727ffd
VST3 Client: Attempt to preserve scale set by host
2 years ago
hogliux
d048fdbc82
BigInteger: Mutating methods now return self references to facilitate easy concatenating of several mutating operations
2 years ago
attila
fcb7e0fc20
WinRT midi: Ensure object lifetimes in WinRT async callbacks
While the affected callbacks are cancelled before the referenced
state is deleted, we have had user reports that they can still be
accessed by the cancelled callbacks causing crashes. After only
finding warnings that WinRT AsyncCallback cancellation is not a
guaranteed thing, we saw it best to wrap the pointers.
2 years ago
reuk
41adf71cc7
macOS: Add Ventura to the enum of OS types
2 years ago
reuk
2ae87f95f1
OpenGL: Carry out all GL rendering on a single thread
2 years ago
reuk
7c14c1fcd7
Use more concise stdlib type aliases
2 years ago
reuk
21d87c02c2
MathsFunctions: Make countNumberOfBits constexpr
2 years ago
reuk
b70b7a309d
TimeSliceThread: Add function to check whether a certain job is still registered
2 years ago
attila
bfe163cdad
MemoryOutputStream: Fix preallocating overly large buffer
2 years ago
reuk
8b8ae10059
Build: Replace JUCE_NODISCARD with [[nodiscard]]
2 years ago
reuk
7391d18b8e
Optional: Implement in terms of std::optional
2 years ago
reuk
b3a4d54a72
Build: Update the minimum C++ standard to C++17
2 years ago
chroma
6bd1582b47
Stats: Unique Machine ID
2 years ago
reuk
6d267c2fdc
AUv3 Client: Improve const-correctness
2 years ago
Tom Poole
7296b8e3f7
Bump version number to 7.0.2
2 years ago
reuk
603c98c9d1
Android: Fix crash on startup for devices with API level < 23
2 years ago
reuk
41ef5b7fd5
macOS: Remove macOS 10.14 preprocessor checks
The current minimum-supported Xcode (10.1) includes the macOS 10.14.1
SDK, so APIs from macOS 10.14 will always be available.
2 years ago
reuk
7545fbcf3e
macOS: Remove macOS 10.13 preprocessor checks
The current minimum-supported Xcode (10.1) includes the macOS 10.14.1
SDK, so APIs from macOS 10.13 will always be available.
2 years ago
reuk
9712775e5b
macOS: Remove macOS 10.12 preprocessor checks
The current minimum-supported Xcode (10.1) includes the macOS 10.14.1
SDK, so APIs from macOS 10.12 will always be available.
2 years ago
reuk
76e95d01ed
iOS: Remove iOS 12 preprocessor checks
The current minimum-supported Xcode (10.1) includes the iOS 12.1 SDK, so
APIs from iOS 12 will always be available.
2 years ago
reuk
a22b23e335
iOS: Remove iOS 11 preprocessor checks
The current minimum-supported Xcode (10.1) includes the iOS 12.1 SDK, so
APIs from iOS 10 will always be available.
2 years ago
reuk
f821015080
iOS: Remove iOS 10 preprocessor checks
The current minimum-supported Xcode (10.1) includes the iOS 12.1 SDK, so
APIs from iOS 10 will always be available.
2 years ago
reuk
0238561156
AndroidDocument: Make input stream more robust
Previously, input streams created by AndroidDocument instances did not
implement setPosition, so they were not useful for reading some file
formats, such as WAV.
Due to limitations of the Java InputStream interface, seeking backwards
in a stream requires creating a whole new stream and seeking from the
beginning, so it could be quite slow.
2 years ago
reuk
46c259b90e
Android: Fix crashes on startup for devices with older API levels
2 years ago
reuk
d60955c5eb
Android: Add AndroidDocumentInputSource, allowing for interop between the AudioThumbnail and AndroidDocument types
2 years ago
attila
53619b927c
Eliminate all usages of JUCE_STANDALONE_APPLICATION in the modules
2 years ago
attila
cc5b9a3306
Linux: Fix retrieving SpecialLocationType::currentApplicationFile
2 years ago
attila
286f9bf3f0
SystemStats: Correctly report Windows 11
2 years ago
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