1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
JUCE/modules
Anthony Nicholls a4e03bdad1 CharPointer: Fix a crash in the UTF32 unit tests
In a recent version of Xcode (26.1) release builds would crash the
unittest runner during any tests using a std::vector<char32_t> where
its data was reinterpreted as const CharPointer_UTF32::CharType*.
Similar attempts were made to update the UTF8 a UTF16 tests,
unfortunately avoiding a reinterpret_cast for UTF16 isn't as easy
because CharPointer_UTF16 uses a signed integer type which makes the
test data more awkward to work with.
2025-11-20 17:43:41 +00:00
..
juce_analytics Bump version number to 8.0.10 2025-09-15 09:30:11 +01:00
juce_animation Bump version number to 8.0.10 2025-09-15 09:30:11 +01:00
juce_audio_basics Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_audio_devices Docs: Update language to be more diplomatic 2025-11-18 15:47:42 +00:00
juce_audio_formats Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_audio_plugin_client Docs: Update language to be more diplomatic 2025-11-18 15:47:42 +00:00
juce_audio_processors Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_audio_processors_headless Docs: Update language to be more diplomatic 2025-11-18 15:47:42 +00:00
juce_audio_utils Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_box2d Bump version number to 8.0.10 2025-09-15 09:30:11 +01:00
juce_core CharPointer: Fix a crash in the UTF32 unit tests 2025-11-20 17:43:41 +00:00
juce_cryptography Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_data_structures Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_dsp Bump version number to 8.0.10 2025-09-15 09:30:11 +01:00
juce_events Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_graphics macOS: Prevent visual glitches in images 2025-11-20 15:04:46 +00:00
juce_gui_basics UIViewComponentPeer: Remove rootViewController from old window before adding it to new window 2025-11-19 14:09:52 +00:00
juce_gui_extra Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_javascript QuickJS: Update header from CHOC upstream, and disable CONFIG_STACK_CHECK 2025-11-19 11:12:21 +00:00
juce_midi_ci Bump version number to 8.0.10 2025-09-15 09:30:11 +01:00
juce_opengl OpenGL: Fix missing buffered image after context detach 2025-11-19 14:07:59 +01:00
juce_osc Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_product_unlocking Bump version number to 8.0.10 2025-09-15 09:30:11 +01:00
juce_video Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
CMakeLists.txt Create new empty juce_audio_processors_headless module 2025-09-17 12:50:07 +01:00