1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/xml
2019-06-12 15:01:11 +01:00
..
juce_XmlDocument.cpp Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
juce_XmlDocument.h A few more internal updates for better smart pointer use 2019-05-19 11:44:22 +01:00
juce_XmlElement.cpp Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 2019-05-09 10:51:19 +01:00
juce_XmlElement.h Updated some documentation 2019-06-12 15:01:11 +01:00