The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 0fb8c8e82a Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 6 years ago
..
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 6 years ago
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 6 years ago
jucer_ProjectExport_CodeBlocks.h Projucer: Add an option to specify per-file compiler flags 6 years ago
jucer_ProjectExport_MSVC.h Projucer: Added a VS2019 exporter 6 years ago
jucer_ProjectExport_Make.h Projucer: Minor formatting tweaks in the makefile exporter code 6 years ago
jucer_ProjectExport_Xcode.h Projucer: Removed unsupported macOS base SDK options and cleaned up the exporter code a bit 6 years ago
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! 6 years ago
jucer_ProjectExporter.h Projucer: Use correct newline chars when writing XML 6 years ago
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! 6 years ago
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 6 years ago
jucer_ResourceFile.cpp Projucer: Removed some unused variables from ResourceFile 6 years ago
jucer_ResourceFile.h Projucer: More code cleanup 7 years ago
jucer_XcodeProjectParser.h Fixed compatibility with GCC 4.8 6 years ago