| .. |
|
java
|
Added some missing license headers
|
2020-03-16 14:11:06 +00:00 |
|
javacore
|
Added some missing license headers
|
2020-03-16 14:11:06 +00:00 |
|
juce_android_Files.cpp
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_android_JNIHelpers.cpp
|
Added some missing license headers
|
2020-03-16 14:11:06 +00:00 |
|
juce_android_JNIHelpers.h
|
Android: Added some missing activity lifecycle callbacks for Android Q
|
2019-08-14 12:12:33 +01:00 |
|
juce_android_Misc.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_android_Network.cpp
|
URL: Make downloadToFile return unique_ptr
|
2020-03-13 11:25:40 +00:00 |
|
juce_android_RuntimePermissions.cpp
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_android_SystemStats.cpp
|
Re-structured the low-level Android native code
|
2018-11-13 12:33:40 +00:00 |
|
juce_android_Threads.cpp
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_BasicNativeHeaders.h
|
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_curl_Network.cpp
|
URL: Make downloadToFile return unique_ptr
|
2020-03-13 11:25:40 +00:00 |
|
juce_linux_CommonFile.cpp
|
Files: Added support for creating and reading relative or special path symbolic link files
|
2018-04-09 14:02:53 +01:00 |
|
juce_linux_Files.cpp
|
Fixed some more warnings
|
2020-03-10 11:10:24 +00:00 |
|
juce_linux_Network.cpp
|
URL: Make downloadToFile return unique_ptr
|
2020-03-13 11:25:40 +00:00 |
|
juce_linux_SystemStats.cpp
|
Added FMA3 and FMA4 instruction detection
|
2019-12-18 15:31:59 +00:00 |
|
juce_linux_Threads.cpp
|
Bit of tidying up in linux code
|
2019-07-24 06:54:26 +01:00 |
|
juce_mac_ClangBugWorkaround.h
|
macOS: Fixed some Projucer live-build issues on Catalina
|
2020-02-04 11:26:48 +00:00 |
|
juce_mac_Files.mm
|
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_mac_Network.mm
|
URL: Make downloadToFile return unique_ptr
|
2020-03-13 11:25:40 +00:00 |
|
juce_mac_Strings.mm
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_mac_SystemStats.mm
|
Added FMA3 and FMA4 instruction detection
|
2019-12-18 15:31:59 +00:00 |
|
juce_mac_Threads.mm
|
Removed inconsistent asserts from Process::raisePrivilege() and ::lowerPrivilege() on macOS and Windows
|
2019-10-21 16:56:24 +01:00 |
|
juce_osx_ObjCHelpers.h
|
macOS: Fixed a couple of places where CFStrings weren't being released properly
|
2019-03-13 15:04:03 +00:00 |
|
juce_posix_IPAddress.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_posix_NamedPipe.cpp
|
Replaced select() calls with poll()
|
2019-10-07 14:41:18 +01:00 |
|
juce_posix_SharedCode.h
|
Fixed a regression opening file handles introduced in e65ac0b
|
2020-03-16 11:01:40 +00:00 |
|
juce_win32_ComSmartPtr.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_win32_Files.cpp
|
Windows: Removed A: and B: special cases from File::isOnHardDisk
|
2019-05-30 17:35:13 +01:00 |
|
juce_win32_Network.cpp
|
URL: Make downloadToFile return unique_ptr
|
2020-03-13 11:25:40 +00:00 |
|
juce_win32_Registry.cpp
|
Windows: Fixed a bug checking if a key exists in the registry
|
2019-08-12 15:29:22 +01:00 |
|
juce_win32_SystemStats.cpp
|
Windows: Fixed some build errors and warnings when using Clang in Visual Studio
|
2020-02-06 14:07:42 +00:00 |
|
juce_win32_Threads.cpp
|
Replaced WaitableEvent internals with std::condition_variable
|
2019-12-16 11:36:43 +00:00 |