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 cb7e325d51 Fixed some variable shadowing warnings 6 years ago
..
jucer_ProjectExport_Android.h Fixed some variable shadowing warnings 6 years ago
jucer_ProjectExport_CLion.h Fixed some variable shadowing warnings 6 years ago
jucer_ProjectExport_CodeBlocks.h Fixed some variable shadowing warnings 6 years ago
jucer_ProjectExport_MSVC.h Fixed some variable shadowing warnings 6 years ago
jucer_ProjectExport_Make.h Fixed some variable shadowing warnings 6 years ago
jucer_ProjectExport_Xcode.h Fixed some variable shadowing warnings 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