The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Poole 670f77f80c Fixed some Android compiler warnings 6 years ago
..
java Fixed a typo in the native java README.txt 6 years ago
javacore Whitespace 6 years ago
juce_BasicNativeHeaders.h Files: Added support for creating and reading relative or special path symbolic link files 7 years ago
juce_android_Files.cpp Fixed some Android compiler warnings 6 years ago
juce_android_JNIHelpers.cpp Fixed some Android compiler warnings 6 years ago
juce_android_JNIHelpers.h Fixed some Android compiler warnings 6 years ago
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 7 years ago
juce_android_Network.cpp Fixed some Android compiler warnings 6 years ago
juce_android_RuntimePermissions.cpp Fixed some Android compiler warnings 6 years ago
juce_android_SystemStats.cpp Re-structured the low-level Android native code 6 years ago
juce_android_Threads.cpp Fixed some Android compiler warnings 6 years ago
juce_curl_Network.cpp Revert "Workaround for bad HTTP response header parsing on Linux" 6 years ago
juce_linux_CommonFile.cpp Files: Added support for creating and reading relative or special path symbolic link files 7 years ago
juce_linux_Files.cpp Fixed some GCC compiler warnings and removed deprecated functions 6 years ago
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 7 years ago
juce_linux_SystemStats.cpp Fixed some GCC compiler warnings and removed deprecated functions 6 years ago
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 7 years ago
juce_mac_ClangBugWorkaround.h Projucer: Check for libc++ version instead of macOS SDK version when working around a live-build error 6 years ago
juce_mac_Files.mm macOS: Cleaned up old 10.6 support ifdefs 6 years ago
juce_mac_Network.mm Fixed some Android compiler warnings 6 years ago
juce_mac_Strings.mm Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_mac_SystemStats.mm iOS: Return the device model name from SystemStats::getDeviceDescription() when running in the simulator 6 years ago
juce_mac_Threads.mm Fixed some stray zeros that were still being passed as null pointers 6 years ago
juce_osx_ObjCHelpers.h macOS: Fixed a couple of places where CFStrings weren't being released properly 6 years ago
juce_posix_IPAddress.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_posix_NamedPipe.cpp Fixed some stray zeros that were still being passed as null pointers 6 years ago
juce_posix_SharedCode.h Fixed some GCC compiler warnings and removed deprecated functions 6 years ago
juce_win32_ComSmartPtr.h Add documentation tags 7 years ago
juce_win32_Files.cpp Windows: Removed A: and B: special cases from File::isOnHardDisk 6 years ago
juce_win32_Network.cpp Windows: Fixed a signed/unsigned comparison warning in juce_win32_Network.cpp 6 years ago
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 7 years ago
juce_win32_SystemStats.cpp Windows: Use GetComputerNameEx() in SystemStats::getComputerName() to allow names longer than 15 characters 6 years ago
juce_win32_Threads.cpp Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago