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_data_structures
2019-05-09 10:51:19 +01:00
..
app_properties 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
undomanager Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
values 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_data_structures.cpp Fixed some incorrect documentation in ValueWithDefault and added some unit tests to the class 2018-12-18 14:23:30 +00:00
juce_data_structures.h Bump version number to 5.4.3 2019-02-21 15:25:51 +00:00
juce_data_structures.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00