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 62ead7dc7d 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
..
juce_KnownPluginList.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
juce_KnownPluginList.h Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 6 years ago
juce_PluginDirectoryScanner.cpp Added options to PluginListComponent and PluginDirectoryScanner to allow scanning of a specific set of files 7 years ago
juce_PluginDirectoryScanner.h Add documentation tags 7 years ago
juce_PluginListComponent.cpp Tweaked the re-entrancy check on the PluginListComponent scan 6 years ago
juce_PluginListComponent.h Changes to avoid some clang warnings 6 years ago