1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core/native
2018-08-20 11:31:32 +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 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 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 Added explicit checks for curl versions when loading lazily 2018-07-16 16:19:17 +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 CLion: Launch the .app bundle from the Projucer on OSX to pass environment variables 2018-08-17 10:51:51 +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 Updated SystemStats::getDeviceDescription() to return the device code on iOS 2018-08-15 10:22:29 +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 InterprocessConnection's use of the supplied timeout when reading from pipes 2018-05-01 12:15:30 +01:00
juce_posix_SharedCode.h Android: Avoid a null-ptr dereference in release mode when JNI_onLoad is not called 2018-08-20 11:31:32 +01:00
juce_win32_ComSmartPtr.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_win32_Files.cpp Workaround for missing symbol REPLACEFILE_IGNORE_ACL_ERRORS on mingw 2018-06-12 12:02:54 +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 Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz) 2018-06-18 17:11:12 +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