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.
Tom Poole 1fd9c2f282 Projucer: Added an "add recommended warning flags" checkbox to the exporters 6 years ago
..
jucer_ProjectExport_Android.h Projucer: Added an "add recommended warning flags" checkbox to the exporters 6 years ago
jucer_ProjectExport_CLion.h Fixed some variable shadowing warnings 6 years ago
jucer_ProjectExport_CodeBlocks.h Projucer: Added an "add recommended warning flags" checkbox to the exporters 6 years ago
jucer_ProjectExport_MSVC.h Fixed some variable shadowing warnings 6 years ago
jucer_ProjectExport_Make.h Projucer: Added an "add recommended warning flags" checkbox to the exporters 6 years ago
jucer_ProjectExport_Xcode.h Projucer: Added an "add recommended warning flags" checkbox to the exporters 6 years ago
jucer_ProjectExporter.cpp Projucer: Added an "add recommended warning flags" checkbox to the exporters 6 years ago
jucer_ProjectExporter.h Projucer: Added an "add recommended warning flags" checkbox to the exporters 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