.. |
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 |