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.
ed 7a7ea0a471 Projucer: Only add the exporter VST SDK path options to exporters that support the formats 6 years ago
..
jucer_ProjectExport_Android.h Projucer: Don't add Xcode resource files to exporters other than Xcode 6 years ago
jucer_ProjectExport_CLion.h Projucer: Don't add Xcode resource files to exporters other than Xcode 6 years ago
jucer_ProjectExport_CodeBlocks.h Projucer: Don't add Xcode resource files to exporters other than Xcode 6 years ago
jucer_ProjectExport_MSVC.h Projucer: Don't add Xcode resource files to exporters other than Xcode 6 years ago
jucer_ProjectExport_Make.h Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 6 years ago
jucer_ProjectExport_Xcode.h Projucer: Avoid linking external libraries in the shared code target on macOS 6 years ago
jucer_ProjectExporter.cpp Projucer: Only add the exporter VST SDK path options to exporters that support the formats 6 years ago
jucer_ProjectExporter.h Projucer: Removed an unused method 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 7 years ago