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
2019-04-03 15:10:40 +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 juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_File.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00: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 Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_FileInputStream.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +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 Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +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 Cleaned up some doc comments 2018-08-29 10:56:56 +01:00
juce_TemporaryFile.cpp Restored compatibility with older versions of Xcode 2019-02-11 14:59:05 +00:00
juce_TemporaryFile.h Tidied up some comments and usage of File::createOutputStream() and createInputStream() 2018-10-04 11:29:55 +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 Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00