| .. |
|
juce_DirectoryIterator.cpp
|
Files: Add RangedDirectoryIterator
|
2020-04-13 13:16:06 +01:00 |
|
juce_DirectoryIterator.h
|
Files: Add RangedDirectoryIterator
|
2020-04-13 13:16:06 +01:00 |
|
juce_File.cpp
|
Files: Add RangedDirectoryIterator
|
2020-04-13 13:16:06 +01:00 |
|
juce_File.h
|
Files: Add RangedDirectoryIterator
|
2020-04-13 13:16:06 +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
|
Added some more FileInputStream unit tests
|
2020-03-16 11:01:49 +00: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
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
2020-03-09 17:39:28 +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_RangedDirectoryIterator.cpp
|
Files: Add RangedDirectoryIterator
|
2020-04-13 13:16:06 +01:00 |
|
juce_RangedDirectoryIterator.h
|
Files: Add RangedDirectoryIterator
|
2020-04-13 13:16:06 +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
|
Fixed some more Android compiler warnings
|
2019-06-07 12:24:05 +01:00 |