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.
falkTX 873eb9c593 Merge branch 'master' of github.com:julianstorer/JUCE 10 years ago
..
java Tidied up a bit of android code and resaved the demo project. 10 years ago
juce_BasicNativeHeaders.h mingw fixes 10 years ago
juce_android_Files.cpp Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 12 years ago
juce_android_JNIHelpers.h Ensure that JNI callbacks have soft float ABI on arm processors 10 years ago
juce_android_Misc.cpp A few android warning fixes. 12 years ago
juce_android_Network.cpp Added a number-of-redirects parameter to URL::createInputStream 11 years ago
juce_android_SystemStats.cpp A couple of small changes that seem to be needed for some Android builds. 11 years ago
juce_android_Threads.cpp Added some JUCE_CALLTYPE flags to Process methods. 12 years ago
juce_curl_Network.cpp Add https/SSL support for Linux (via libcurl) 10 years ago
juce_linux_CommonFile.cpp Fix warnings on linux 10 years ago
juce_linux_Files.cpp Add JUCE_USE_VFORK, make fork code consistent 10 years ago
juce_linux_Network.cpp Added support for reading chunked HTTP streams on linux. 10 years ago
juce_linux_SystemStats.cpp Fix warnings on linux 10 years ago
juce_linux_Threads.cpp Improved the way juce_isRunningUnderDebugger() works on linux. 11 years ago
juce_mac_Files.mm Add JUCE_USE_VFORK, make fork code consistent 10 years ago
juce_mac_Network.mm Fixed a rare race condition in OSX URL reading. 10 years ago
juce_mac_Strings.mm Fix for some problems with the CFString utf16 implementation. 11 years ago
juce_mac_SystemStats.mm Added detection for SSSE3 and AVX instructions to the SystemStats class. 10 years ago
juce_mac_Threads.mm Made Process::isForegroundProcess() return a correct result on iOS. 12 years ago
juce_osx_ObjCHelpers.h Fix for PPC build 11 years ago
juce_posix_NamedPipe.cpp Change to allow fully-specified paths to be passed as posix NamedPipe paths, to be able to specify the temp file's location. 12 years ago
juce_posix_SharedCode.h Merge branch 'master' of github.com:julianstorer/JUCE 10 years ago
juce_win32_ComSmartPtr.h mingw __uuidof update 12 years ago
juce_win32_Files.cpp Prevented accidental opening of already-open named pipes on win32. 10 years ago
juce_win32_Network.cpp Added a number-of-redirects parameter to URL::createInputStream 11 years ago
juce_win32_Registry.cpp Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 12 years ago
juce_win32_SystemStats.cpp Added detection for SSSE3 and AVX instructions to the SystemStats class. 10 years ago
juce_win32_Threads.cpp Add ChildProcess::getPID 10 years ago