1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules
attila bd015f5c97 Fix psabi warning emitted by GCC on ARM64
The type std::pair<Point<float>, float> inherits from an empty base on
C++17. Due to a bug in GCC 10.1 this would prevent the compiler from
treating it as a HFA type, and it would use a different register to pass
it, than it does in newer GCC versions. Because of this ABI change an
ABI warning is emitted by GCC today, hinting at this fact.

By using a custom struct that does not inherit from an empty base we are
avoiding emitting this warning.
2025-03-25 10:20:57 +01:00
..
juce_analytics Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_animation Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_audio_basics Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_audio_devices Android: Remove unnecessary SDK version checks 2025-03-19 11:06:17 +00:00
juce_audio_formats Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_audio_plugin_client AU Client: Fix calling makeFirstResponder for nil window in Ableton Live 2025-03-06 18:33:10 +01:00
juce_audio_processors AudioProcessor: Use new MessageManager::callSync 2025-02-06 18:22:33 +00:00
juce_audio_utils Android: Remove unnecessary SDK version checks 2025-03-19 11:06:17 +00:00
juce_box2d Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_core Android: Remove unnecessary SDK version checks 2025-03-19 11:06:17 +00:00
juce_cryptography Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_data_structures Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_dsp Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_events MessageManager: Add callSync counterpart to callAsync 2025-02-05 10:59:51 +00:00
juce_graphics TextEditor: Fix centred and right alignment when word wrap is disabled 2025-03-20 21:12:32 +01:00
juce_gui_basics Fix psabi warning emitted by GCC on ARM64 2025-03-25 10:20:57 +01:00
juce_gui_extra Android: Remove unnecessary SDK version checks 2025-03-19 11:06:17 +00:00
juce_javascript Javascript: Fix eventual timeout when calling JSObject::invokeMethod repeatedly 2025-02-11 13:24:58 +01:00
juce_midi_ci Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_opengl OpenGL (Windows): Only trigger async update after first buffer swap 2025-02-11 10:43:17 +00:00
juce_osc Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_product_unlocking Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_video Android: Remove unnecessary SDK version checks 2025-03-19 11:06:17 +00:00
CMakeLists.txt Javascript: Move javascript implementation into a separate module 2024-11-07 09:53:10 +00:00