1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/files
2014-10-26 19:36:54 +00:00
..
juce_DirectoryIterator.cpp DirectoryIterator fix when multiple wildcards are used. 2013-08-19 10:35:51 +01:00
juce_DirectoryIterator.h Improved documentation. 2014-01-28 11:56:42 +00:00
juce_File.cpp Updated the return types of OutputStream::writeFromInputStream and InputStream::readIntoMemoryBlock 2014-08-11 09:44:14 +01:00
juce_File.h Added a win32-specific flag File::windowsSystemDirectory 2014-07-08 14:05:55 +01:00
juce_FileFilter.cpp Moved FileFilter and WildcardFileFilter into the juce_core module. 2014-01-25 15:54:32 +00:00
juce_FileFilter.h Moved FileFilter and WildcardFileFilter into the juce_core module. 2014-01-25 15:54:32 +00:00
juce_FileInputStream.cpp Tweaked FileInputStream::setPosition to make sure it returns false when trying to seek beyond the limits of the file. 2014-05-24 18:36:17 +01:00
juce_FileInputStream.h Tweaked FileInputStream::setPosition to make sure it returns false when trying to seek beyond the limits of the file. 2014-05-24 18:36:17 +01:00
juce_FileOutputStream.cpp Avoided unnecessary disk flushing in the destructor of FileOutputStream. 2014-04-10 21:00:39 +01:00
juce_FileOutputStream.h Removed a few pedantic warnings. 2013-08-26 14:58:23 +01:00
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. 2013-08-23 12:08:31 +01:00
juce_FileSearchPath.h Really minor clean-ups. 2014-01-12 18:06:48 +00:00
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. 2013-08-23 12:08:31 +01:00
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. 2013-12-02 09:44:17 +00:00
juce_TemporaryFile.h Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
juce_WildcardFileFilter.cpp A few minor clean-ups. 2014-08-26 10:17:40 +01:00
juce_WildcardFileFilter.h A few minor clean-ups. 2014-08-26 10:17:40 +01:00