1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/extras/Projucer/Source/Project
2019-05-09 10:51:19 +01:00
..
UI 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
jucer_Module.cpp Projucer: Don't sort module libs list when adding to exporter 2019-03-13 15:55:26 +00:00
jucer_Module.h Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 2018-08-23 14:15:28 +01:00
jucer_Project.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
jucer_Project.h Removed some empty ValueTree::Listener methods that are no longer needed 2019-03-22 17:28:14 +00:00
jucer_ProjectType.h Added support for building Unity native audio plugins on desktop platforms 2018-05-10 16:32:30 +01:00