1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_core/native
2018-09-19 10:18:22 +01:00
..
java Whitespace 2018-06-05 10:14:39 +01:00
juce_android_Files.cpp Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. 2018-05-14 18:15:06 +01:00
juce_android_JNIHelpers.h Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. 2018-05-14 18:15:06 +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 Added support for finding the broadcast address of an interface 2018-09-11 09:56:39 +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 Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz) 2018-06-18 17:11:12 +01: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 Linux: Fixed a race condition when loading cURL lazily 2018-09-05 17:36:15 +01: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 Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz) 2018-06-18 17:11:12 +01: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 macOS: Use File::createFileWithoutCheckingPath() in Process::openDocument() to avoid an assertion when opening a URL 2018-09-12 11:21:20 +01:00
juce_mac_linux_IPAddress.h Added support for finding the broadcast address of an interface 2018-09-11 09:56:39 +01:00
juce_mac_Network.mm macOS: Fixed a data race in URL connections 2018-05-21 13:13:30 +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 MacOS: Fixed AVX2 detection in SystemStats 2018-08-28 15:06:50 +01:00
juce_mac_Threads.mm Implement Process::hide for mobile platforms 2017-10-10 09:22:03 +01:00
juce_osx_ObjCHelpers.h Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
juce_posix_NamedPipe.cpp Fixed an issue when connecting to a non-existent NamedPipe 2018-09-19 10:18:22 +01:00
juce_posix_SharedCode.h Removed some unused code 2018-09-14 17:32:48 +01:00
juce_win32_ComSmartPtr.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_win32_Files.cpp Fixed an issue when connecting to a non-existent NamedPipe 2018-09-19 10:18:22 +01:00
juce_win32_Network.cpp Added support for finding the broadcast address of an interface 2018-09-11 09:56:39 +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 Windows: Use the return value of GetEnvironmentVariable() to indicate whether the function call was successful instead of GetLastError() 2018-09-17 10:09:18 +01: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