1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules
Quaylyn Rimer ff23b25e6a Fix #946: Add standard iterator traits to CharPointer_UTF8 for compatibility with std algorithms
- Added value_type, pointer, reference, iterator_category, and difference_type typedefs
- Enables CharPointer_UTF8 to work with standard library algorithms like std::all_of
- Uses input_iterator_tag as the most appropriate category for UTF-8 character iteration
- Maintains full backward compatibility with existing code
- Tested with both GCC and Clang compilers
2025-08-03 23:56:08 -06:00
..
juce_analytics Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_animation Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_audio_basics Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_audio_devices Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_audio_formats Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_audio_plugin_client Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_audio_processors Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_audio_utils Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_box2d Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_core Fix #946: Add standard iterator traits to CharPointer_UTF8 for compatibility with std algorithms 2025-08-03 23:56:08 -06:00
juce_cryptography Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_data_structures Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_dsp Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_events Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_graphics Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_gui_basics Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_gui_extra Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_javascript Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_midi_ci Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_opengl Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_osc Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_product_unlocking Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_video Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
CMakeLists.txt Javascript: Move javascript implementation into a separate module 2024-11-07 09:53:10 +00:00