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 76c8400049 Really minor clean-ups. 11 years ago
..
juce_DirectoryIterator.cpp DirectoryIterator fix when multiple wildcards are used. 11 years ago
juce_DirectoryIterator.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_File.cpp Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 11 years ago
juce_File.h Added method String::clear(), and used it to replace a few uses of String::empty. 11 years ago
juce_FileInputStream.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_FileInputStream.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_FileOutputStream.cpp Removed a few pedantic warnings. 11 years ago
juce_FileOutputStream.h Removed a few pedantic warnings. 11 years ago
juce_FileSearchPath.cpp Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_FileSearchPath.h Really minor clean-ups. 11 years ago
juce_MemoryMappedFile.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_TemporaryFile.cpp Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 11 years ago
juce_TemporaryFile.h Removed a few more uses of String::empty. 11 years ago