| .. |
|
java
|
Updated old code where the 'volatile' keyword was still being used
|
2018-05-01 09:19:50 +01:00 |
|
juce_android_Files.cpp
|
URL: add method to get filename (most useful for Android’s content:// scheme).
|
2017-12-14 18:53:35 +00:00 |
|
juce_android_JNIHelpers.h
|
Add camera support for iOS and Android.
|
2018-04-25 18:54:04 +02: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
|
Android: avoid an assertion in URL::isLocalFile().
|
2017-12-21 13:20:27 +01:00 |
|
juce_android_RuntimePermissions.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_SystemStats.cpp
|
Added new SystemStats::getDeviceManufacturer()
|
2018-02-06 15:40:53 +00:00 |
|
juce_android_Threads.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_BasicNativeHeaders.h
|
Files: Added support for creating and reading relative or special path symbolic link files
|
2018-04-09 14:02:53 +01:00 |
|
juce_curl_Network.cpp
|
Added CURLOPT_NOSIGNAL to the cURL configuration
|
2017-12-20 14:45:18 +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
|
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_linux_Network.cpp
|
Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters
|
2017-10-11 12:10:58 +01:00 |
|
juce_linux_SystemStats.cpp
|
Added new SystemStats::getDeviceManufacturer()
|
2018-02-06 15:40:53 +00:00 |
|
juce_linux_Threads.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_mac_ClangBugWorkaround.h
|
Renamed XCode to Xcode in multiple places
|
2017-10-06 09:54:32 +01:00 |
|
juce_mac_Files.mm
|
Files: Added support for creating and reading relative or special path symbolic link files
|
2018-04-09 14:02:53 +01:00 |
|
juce_mac_Network.mm
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_mac_Strings.mm
|
Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters
|
2017-10-11 12:10:58 +01:00 |
|
juce_mac_SystemStats.mm
|
Added new SystemStats::getDeviceManufacturer()
|
2018-02-06 15:40:53 +00:00 |
|
juce_mac_Threads.mm
|
Implement Process::hide for mobile platforms
|
2017-10-10 09:22:03 +01:00 |
|
juce_osx_ObjCHelpers.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_posix_NamedPipe.cpp
|
Fixed InterprocessConnection's use of the supplied timeout when reading from pipes
|
2018-05-01 12:15:30 +01:00 |
|
juce_posix_SharedCode.h
|
Fix for calling Process::setMaxNumberOfFileHandles (0)
|
2018-05-03 15:08:13 +01:00 |
|
juce_win32_ComSmartPtr.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_win32_Files.cpp
|
Windows: Fixed an issue where File::getLinkedTarget could return an invalid File object on Windows although the docs state that it will return the link file itself if the link cannot be resolved
|
2018-04-10 16:52:42 +01:00 |
|
juce_win32_Network.cpp
|
Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters
|
2017-10-11 12:10:58 +01:00 |
|
juce_win32_Registry.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_win32_SystemStats.cpp
|
Added new SystemStats::getDeviceManufacturer()
|
2018-02-06 15:40:53 +00:00 |
|
juce_win32_Threads.cpp
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
2018-04-10 18:34:20 +01:00 |