.. |
java
|
Added some missing license headers
|
5 years ago |
javacore
|
Added some missing license headers
|
5 years ago |
juce_BasicNativeHeaders.h
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
juce_android_Files.cpp
|
Fixed some Android compiler warnings
|
6 years ago |
juce_android_JNIHelpers.cpp
|
Added some missing license headers
|
5 years ago |
juce_android_JNIHelpers.h
|
Android: Added some missing activity lifecycle callbacks for Android Q
|
5 years ago |
juce_android_Misc.cpp
|
Android: Call __android_log_print() in chunks to ensure that the full log is printed
|
5 years ago |
juce_android_Network.cpp
|
URL: Make downloadToFile return unique_ptr
|
5 years ago |
juce_android_RuntimePermissions.cpp
|
Fixed some Android compiler warnings
|
6 years ago |
juce_android_SystemStats.cpp
|
Re-structured the low-level Android native code
|
6 years ago |
juce_android_Threads.cpp
|
Fixed some Android compiler warnings
|
6 years ago |
juce_curl_Network.cpp
|
URL: Make downloadToFile return unique_ptr
|
5 years ago |
juce_linux_CommonFile.cpp
|
Files: Added support for creating and reading relative or special path symbolic link files
|
7 years ago |
juce_linux_Files.cpp
|
Fixed some more warnings
|
5 years ago |
juce_linux_Network.cpp
|
URL: Make downloadToFile return unique_ptr
|
5 years ago |
juce_linux_SystemStats.cpp
|
Added FMA3 and FMA4 instruction detection
|
5 years ago |
juce_linux_Threads.cpp
|
Bit of tidying up in linux code
|
5 years ago |
juce_mac_ClangBugWorkaround.h
|
macOS: Fixed some Projucer live-build issues on Catalina
|
5 years ago |
juce_mac_Files.mm
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
juce_mac_Network.mm
|
URL: Make downloadToFile return unique_ptr
|
5 years ago |
juce_mac_Strings.mm
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
juce_mac_SystemStats.mm
|
Added FMA3 and FMA4 instruction detection
|
5 years ago |
juce_mac_Threads.mm
|
Removed inconsistent asserts from Process::raisePrivilege() and ::lowerPrivilege() on macOS and Windows
|
5 years ago |
juce_osx_ObjCHelpers.h
|
macOS: Fixed a couple of places where CFStrings weren't being released properly
|
6 years ago |
juce_posix_IPAddress.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
juce_posix_NamedPipe.cpp
|
Replaced select() calls with poll()
|
5 years ago |
juce_posix_SharedCode.h
|
Fixed a regression opening file handles introduced in e65ac0b
|
5 years ago |
juce_win32_ComSmartPtr.h
|
Add documentation tags
|
7 years ago |
juce_win32_Files.cpp
|
Windows: Removed A: and B: special cases from File::isOnHardDisk
|
6 years ago |
juce_win32_Network.cpp
|
URL: Make downloadToFile return unique_ptr
|
5 years ago |
juce_win32_Registry.cpp
|
Windows: Fixed a bug checking if a key exists in the registry
|
5 years ago |
juce_win32_SystemStats.cpp
|
Windows: Fixed some build errors and warnings when using Clang in Visual Studio
|
5 years ago |
juce_win32_Threads.cpp
|
Replaced WaitableEvent internals with std::condition_variable
|
5 years ago |