reuk
b17806fbfc
AndroidDocument: Support file access to shared storage locations on Android 30+
3 years ago
reuk
7d5602f7c3
File: Add hasReadAccess()
3 years ago
reuk
8fad301c13
File: Update documentation
3 years ago
reuk
00e7fbf1c2
DirectoryIterator: Avoid recursing into previously-visited directories
3 years ago
reuk
903873dad2
VST3: Add local search path on Windows
We haven't updated the default post-build copy paths yet, as the new
local directory is not yet well-supported by DAWs.
3 years ago
reuk
093dbc7df1
Plugin Scanning: Fix thread sanitizer issues in the AudioPluginHost
3 years ago
attila
2e874e80cb
ZipFile: Add path checks to uncompressEntry()
3 years ago
ed
fc0f6b1f2f
Tidy up
3 years ago
ed
b9542ccc4c
Update code to use C++14 [[deprecated]] attribute
This commit removes the various compiler-specific JUCE_DEPRECATED macros and replaces them with C++14's deprecated attribute. It also removes the JUCE_CATCH_DEPRECATED_CODE_MISUSE flag as we can rely on the override specifier catching usage of these old virtual methods, and tidies up the DOXYGEN preprocessor checks as they were inconsistent across the codebase.
3 years ago
reuk
b6ab931bcf
File: Add helper function to locate shared containers on macOS and iOS
File::getContainerForSecurityApplicationGroupIdentifier will return the
path to a container which is shared between all apps using the specified
app group ID. This might be useful if you need to share resources
between a standalone app and an AUv3 plugin, for example.
3 years ago
reuk
e4659fd8f2
File: Use unit test random instance to generate unique filename
4 years ago
reuk
cfd85ad4ee
UnitTestRunner: Fix bug in File tests when multiple test instances are run simultaneously
4 years ago
Tom Poole
79fbde7099
Added preliminary support for FreeBSD
4 years ago
ed
744e16eebd
Fixed some Doxygen parsing issues
4 years ago
reuk
9cc3fca7d0
RangedDirectoryIterator: Allow querying the estimated progress
4 years ago
reuk
394c4fd475
Clang: Fix warnings when building with clang 10
4 years ago
ed
4855f52e4d
Added missing documentation tags
4 years ago
ed
4b6be143cf
Fixed some doxygen warnings
5 years ago
Tom Poole
894e7d2bd2
Updated all license headers
5 years ago
Tom Poole
2d16374b14
Updated all license headers
5 years ago
reuk
e7e1de78fa
Files: Add RangedDirectoryIterator
5 years ago
reuk
6a18c9e153
iOS: Fix type declaration in juce_File.h
5 years ago
reuk
dddeb1ad68
Build: Fix Xcode 11.4 compatibility issues
5 years ago
ed
69d5f16be0
Added some more FileInputStream unit tests
5 years ago
reuk
5af01b9b16
Demos: Convey proper ownership semantics
5 years ago
ed
59a058fdc6
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
5 years ago
ed
c898376158
Check for UNC paths when normalising separators in File::parseAbsolutePath()
5 years ago
ed
ecbab99917
Normalise file separators in File::parseAbsolutePath()
5 years ago
jules
df28d11069
Added a method URL::getParentURL()
5 years ago
Tom Poole
5f21cf214c
Fixed a bug reporting write success in FileOutputStream
5 years ago
Tom Poole
6bcf80fb9e
Removed a problematic unit test when running as a Windows system process
6 years ago
Tom Poole
8f84192c9b
Fixed some more Android compiler warnings
6 years ago
ed
497a1b3fb7
Added juce_UnitTestCategories.h to replace raw strings used for test categories
6 years ago
ed
f3af250ff7
Tidied up unit test code layout
6 years ago
Tom Poole
6f6451b7d2
Restored compatibility with older versions of Xcode
6 years ago
ed
a234721110
Added various clang-tidy modernize-* fixes
6 years ago
jules
cadac817c6
Enabled some more warning flags in Xcode, and fixed the problems they caused
6 years ago
ed
eaf0f990d4
Replaced all uses of static_cast<Type&&> with std::move
6 years ago
Tom Poole
4094bcc45a
Fixed some Doxygen parsing errors
6 years ago
jules
302019dd43
Tidied up some comments and usage of File::createOutputStream() and createInputStream()
6 years ago
Tom Poole
f5cf03d2f5
A minor documentation update
6 years ago
ed
a64183914a
Added unit tests to the InputStream classes
6 years ago
Tom Poole
493591a7ef
Cleaned up some doc comments
6 years ago
Tom Poole
0e1722e387
Multiple spelling fixes
6 years ago
jules
974b4a8351
Removed some legacy friend class declarations that are no longer needed with modern compilers
7 years ago
hogliux
6d55fe78fe
Added a flag to specify if File::deleteRecursively should follow symlinks or not
7 years ago
jules
d4762f1d9a
Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0
7 years ago
jules
30f6206be9
Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0
7 years ago
jules
8c38c6f57f
Marked as deprecated: String::empty, var::null, File::nonexistent, ValueTree::invalid and other problematic statically-initialised null values. Please just use the default constructor for these classes!
7 years ago
Tom Poole
3a373cfa06
Increased the warning level when building DemoRunner on iOS
7 years ago