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
2019-03-26 18:26:24 +00:00
..
java Fixed a typo in the native java README.txt 2019-02-28 16:27:55 +00:00
javacore Whitespace 2019-02-07 09:56:43 +00:00
juce_android_Files.cpp Android: Revert commit 9bad191 2019-01-07 15:49:11 +00:00
juce_android_JNIHelpers.cpp Minor whitespace tidying 2019-03-15 14:10:14 +00:00
juce_android_JNIHelpers.h Minor whitespace tidying 2019-03-15 14:10:14 +00: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 Re-structured the low-level Android native code 2018-11-13 12:33:40 +00:00
juce_android_RuntimePermissions.cpp Re-structured the low-level Android native code 2018-11-13 12:33:40 +00: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 Re-structured the low-level Android native code 2018-11-13 12:33:40 +00: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 Linux: Fix Process::openDocument() return value in previous commit 2018-12-14 16:09:03 +00: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 detection for some AVX512 features 2018-10-04 09:53:20 +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 Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_mac_Network.mm Fixed a crash in Mac Network when createConnection fails 2019-03-26 11:37:19 +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 iOS: Return the device model name from SystemStats::getDeviceDescription() when running in the simulator 2019-03-01 10:54:10 +00:00
juce_mac_Threads.mm Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +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 Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_posix_SharedCode.h Fixed an uninitialised variable in the posix implementation of HighResolutionTimer 2019-03-26 18:26:24 +00:00
juce_win32_ComSmartPtr.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_win32_Files.cpp Windows: Add the FILE_SHARE_DELETE when opening file handles to allow them to be renamed and deleted 2018-12-04 12:44:37 +00:00
juce_win32_Network.cpp Windows: Fixed a signed/unsigned comparison warning in juce_win32_Network.cpp 2019-01-14 15:48:21 +00: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 GetComputerNameEx() in SystemStats::getComputerName() to allow names longer than 15 characters 2019-01-11 14:18:10 +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