1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
JUCE/modules/juce_core
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
..
containers ScopedValueSetter: Make nodiscard 2025-11-18 15:47:42 +00:00
detail LruCache: Add workaround for GCC 15.2 bug 2025-10-20 17:34:48 +01:00
files Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
json Docs: Replace doxygen preprocessor conditionals with @cond and @endconds 2025-07-21 18:11:43 +02:00
logging Update licensing information 2024-04-16 11:39:35 +01:00
maths Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
memory Docs: Update language to be more diplomatic 2025-11-18 15:47:42 +00:00
misc OptionsHelpers: Add a missing juce namespace 2025-09-18 13:36:58 +01:00
native Docs: Update language to be more diplomatic 2025-11-18 15:47:42 +00:00
network Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
serialisation Docs: Fix typo in juce_Serialisation.h 2025-09-22 11:01:03 +01:00
streams OutputStream: Fix implementation of writeText when converting to UTF-16 2025-11-19 10:32:59 +00:00
system Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
text CharPointer: Fix a crash in the UTF32 unit tests 2025-11-20 17:43:41 +00:00
threads Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
time Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
unit_tests Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
xml Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
zip Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_core.cpp Zlib: Update JUCE sources to support new zlib version 2025-02-25 12:47:13 +00:00
juce_core.h Smart Pointers: Add a new enum for indicating if a smart point should increment a reference count or not 2025-09-25 14:56:34 +01:00
juce_core.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_core_CompilationTime.cpp Core: Move __DATE__ and __TIME__ into a dedicated TU 2024-06-07 09:23:23 +01:00