1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/extras/Projucer/Source/ProjectSaving
2019-06-04 17:59:02 +01:00
..
jucer_ProjectExport_Android.h Fixed some variable shadowing warnings 2019-06-04 17:59:02 +01:00
jucer_ProjectExport_CLion.h Fixed some variable shadowing warnings 2019-06-04 17:59:02 +01:00
jucer_ProjectExport_CodeBlocks.h Fixed some variable shadowing warnings 2019-06-04 17:59:02 +01:00
jucer_ProjectExport_Make.h Fixed some variable shadowing warnings 2019-06-04 17:59:02 +01:00
jucer_ProjectExport_MSVC.h Fixed some variable shadowing warnings 2019-06-04 17:59:02 +01:00
jucer_ProjectExport_Xcode.h Fixed some variable shadowing warnings 2019-06-04 17:59:02 +01:00
jucer_ProjectExporter.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_ProjectExporter.h Projucer: Use correct newline chars when writing XML 2019-05-15 16:57:54 +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