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-05-19 08:16:27 +01:00
..
jucer_ProjectExport_Android.h Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 2019-05-19 08:16:27 +01:00
jucer_ProjectExport_CLion.h Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 2019-05-19 08:16:27 +01:00
jucer_ProjectExport_CodeBlocks.h Projucer: Add an option to specify per-file compiler flags 2019-01-22 15:48:15 +00:00
jucer_ProjectExport_Make.h Projucer: Minor formatting tweaks in the makefile exporter code 2019-02-19 12:21:20 +00:00
jucer_ProjectExport_MSVC.h Projucer: Added a VS2019 exporter 2019-02-21 14:52:16 +00:00
jucer_ProjectExport_Xcode.h Projucer: Removed unsupported macOS base SDK options and cleaned up the exporter code a bit 2019-05-15 16:57:54 +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