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/ProjectSaving
2019-07-11 14:16:06 +01:00
..
jucer_ProjectExport_Android.h Projucer: Fixed an issue adding the juce_gui_basics javaopt folder when push notifications are enabled 2019-07-02 09:27:20 +01:00
jucer_ProjectExport_CLion.h Fixed some variable shadowing warnings 2019-06-04 17:59:02 +01:00
jucer_ProjectExport_CodeBlocks.h Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 2019-07-09 14:38:27 +01:00
jucer_ProjectExport_Make.h Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 2019-07-09 14:38:27 +01:00
jucer_ProjectExport_MSVC.h VS2013: Removed the VS2013 exporter from the Projucer 2019-07-11 14:16:06 +01:00
jucer_ProjectExport_Xcode.h Projucer: Added macOS 10.15 and iOS 13 support 2019-06-24 15:05:51 +01:00
jucer_ProjectExporter.cpp VS2013: Removed the VS2013 exporter from the Projucer 2019-07-11 14:16:06 +01:00
jucer_ProjectExporter.h Projucer: Removed an unused method 2019-07-04 09:38:59 +01:00
jucer_ProjectSaver.cpp Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added! 2019-05-15 11:02:03 +01:00
jucer_ProjectSaver.h 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_ResourceFile.cpp Projucer: Removed some unused variables from ResourceFile 2019-01-24 09:25:44 +00:00
jucer_ResourceFile.h Projucer: More code cleanup 2018-01-17 14:42:58 +00:00
jucer_XcodeProjectParser.h Fixed compatibility with GCC 4.8 2018-12-06 10:45:23 +00:00