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-30 10:11:40 +01:00
..
jucer_ProjectExport_Android.h Projucer: Don't add Xcode resource files to exporters other than Xcode 2019-07-12 15:15:26 +01:00
jucer_ProjectExport_CLion.h Projucer: Don't add Xcode resource files to exporters other than Xcode 2019-07-12 15:15:26 +01:00
jucer_ProjectExport_CodeBlocks.h Projucer: Don't add Xcode resource files to exporters other than Xcode 2019-07-12 15:15:26 +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 Projucer: Don't add Xcode resource files to exporters other than Xcode 2019-07-12 15:15:26 +01:00
jucer_ProjectExport_Xcode.h Projucer: Avoid linking external libraries in the shared code target on macOS 2019-07-17 16:45:42 +01:00
jucer_ProjectExporter.cpp Projucer: Only add the exporter VST SDK path options to exporters that support the formats 2019-07-30 10:11:40 +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