1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core
reuk 753b750858
Android: Fix build issues with OpenSL
Previously, JUCE_ANDROID_REALTIME_THREAD_AVAILABLE sometimes remained
unset, even though JUCE_USE_ANDROID_OBOE was set to its default value.
This is because in this case, JUCE_USE_ANDROID_OBOE is only defined in
juce_audio_basics.h, so it is not visible when compiling juce_core.cpp.
2022-12-14 11:12:32 +00:00
..
containers Variant: Remove unnecessary definitions of static constexpr data members 2022-12-07 13:12:01 +00:00
files Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
javascript Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
logging Update copyright banners 2022-04-04 12:36:32 +01:00
maths Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
memory Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
misc TextInputTarget: Improve IME support on Android 2022-12-07 13:12:02 +00:00
native Android: Fix build issues with OpenSL 2022-12-14 11:12:32 +00:00
network Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
streams MemoryOutputStream: Fix preallocating overly large buffer 2022-09-13 15:20:57 +02:00
system Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
text Use more concise stdlib type aliases 2022-09-26 18:03:47 +01:00
threads Android: Set thread priority using user-provided value 2022-12-07 13:12:02 +00:00
time Update copyright banners 2022-04-04 12:36:32 +01:00
unit_tests Stats: Unique Machine ID 2022-08-31 16:20:48 +01:00
xml Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
zip Update copyright banners 2022-04-04 12:36:32 +01:00
juce_core.cpp Thread: Introduce a new Thread backend 2022-10-18 11:49:47 +01:00
juce_core.h Bump version number to 7.0.3 2022-11-29 11:04:54 +00:00
juce_core.mm Update copyright banners 2022-04-04 12:36:32 +01:00