1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core/xml
2014-05-30 09:10:09 +01:00
..
juce_XmlDocument.cpp Refactored the StringPool and Identifier classes to store the identifiers as Strings, so that they can be shared with other classes like XmlElement without creating temporary or copied String objects. Also added garbage collection for the pooled strings, and changed XmlElement to pool all of the strings it uses, to reduce memory footprint in large XML trees with many identical names. Also refactored NamedValueSet to use an array instead of a linked list. 2014-05-27 17:02:34 +01:00
juce_XmlDocument.h Fix for parsing XML elements with comments at the start of a text block. 2014-02-06 10:01:18 +00:00
juce_XmlElement.cpp MSVC UTF-32 build fix. 2014-05-30 09:10:09 +01:00
juce_XmlElement.h Couple of fixes for a UTF-32 build. 2014-05-29 21:02:13 +01:00