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
2018-06-13 17:11:37 +01:00
..
juce_DirectoryIterator.cpp Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
juce_DirectoryIterator.h Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +01:00
juce_File.cpp Added a flag to specify if File::deleteRecursively should follow symlinks or not 2018-06-13 12:07:25 +01:00
juce_File.h Added a flag to specify if File::deleteRecursively should follow symlinks or not 2018-06-13 12:07:25 +01:00
juce_FileFilter.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_FileFilter.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileInputStream.cpp Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 2017-11-02 12:14:10 +00:00
juce_FileInputStream.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileOutputStream.cpp Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 2017-11-02 12:14:10 +00:00
juce_FileOutputStream.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileSearchPath.cpp Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 2018-01-17 11:23:12 +00:00
juce_FileSearchPath.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_MemoryMappedFile.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TemporaryFile.cpp Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 2017-11-02 12:14:10 +00:00
juce_TemporaryFile.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_WildcardFileFilter.cpp Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 2017-11-02 12:14:10 +00:00
juce_WildcardFileFilter.h Add documentation tags 2018-03-15 12:10:32 +00:00