1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/native
2018-04-04 16:22:04 +01:00
..
java Android: fix a crash on app resume when native views are displayed. 2018-03-20 10:50:16 +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 Android: add support for Google Oboe (developer preview). 2018-03-07 17:43:39 +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 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 Added some BSD target support 2018-01-02 14:24:49 +00:00
juce_curl_Network.cpp Added CURLOPT_NOSIGNAL to the cURL configuration 2017-12-20 14:45:18 +00:00
juce_linux_CommonFile.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_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 Updated the implementation of File::moveToTrash() on OSX so that it uses the newer API calls on 10.8 and above, and added a bodge for older versions that makes it blocks until the operation has completed 2017-10-12 09:14:37 +01:00
juce_mac_Network.mm macOS/iOS: Workaround an Apple bug which could result in a race-condition when accessing a WebInputStream from multiple threads 2018-03-28 10:49:43 +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 Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
juce_posix_NamedPipe.cpp Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
juce_posix_SharedCode.h Quick cleanup of some posix code 2018-04-04 16:22:04 +01:00
juce_win32_ComSmartPtr.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_win32_Files.cpp Windows: ensured that File::replaceInternal does not fail with ACL errors 2018-04-03 09:51:07 +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 Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00