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
attila 9da424a663 Fix Windows DLL build
In Windows DLL builds we inject operator new/delete definitions into
classes with a leak detector. This requires that all inheritance from
such classes must be public, and classes inheriting from multiple such
classes must disambiguate between the base's operators.
2023-01-03 17:48:22 +01: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 Some minor code tidying 2023-01-03 14:48:32 +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: Add missing runtime permission for Bluetooth Midi on API >= 31 2022-12-23 13:09:36 +00:00
network Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
streams MemoryOutputStream: Avoid allocating unnecessarily large buffers 2022-12-14 11:12:33 +00: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 Fix Windows DLL build 2023-01-03 17:48:22 +01:00
time Fix RelativeTime::getApproximateDescription() 2022-12-19 11:17:04 +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