1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
JUCE/modules/juce_gui_basics/widgets
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_ComboBox.cpp ComboBox: Update accessibility handler to expose combo box title 2024-08-22 17:35:16 +01:00
juce_ComboBox.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ImageComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ImageComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_Label.cpp Font: Deprecate getStringWidth and getGlyphPositions 2024-09-18 19:13:09 +01:00
juce_Label.h LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
juce_ListBox.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ListBox.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ProgressBar.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ProgressBar.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_Slider.cpp Font: Deprecate getStringWidth and getGlyphPositions 2024-09-18 19:13:09 +01:00
juce_Slider.h Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_TableHeaderComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_TableHeaderComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_TableListBox.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_TableListBox.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_TextEditor.cpp Fix psabi warning emitted by GCC on ARM64 2025-03-25 10:20:57 +01:00
juce_TextEditor.h Fix psabi warning emitted by GCC on ARM64 2025-03-25 10:20:57 +01:00
juce_TextEditorModel.cpp TextEditor: Improve Unicode editing behaviour and performance 2025-03-13 12:16:16 +01:00
juce_Toolbar.cpp LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
juce_Toolbar.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemFactory.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemPalette.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemPalette.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_TreeView.cpp Fix C++23 compilation 2024-08-15 11:15:15 +02:00
juce_TreeView.h Update licensing information 2024-04-16 11:39:35 +01:00