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.
jules f80397f2c3 Fix for thread-locals in older OSX targets. 14 years ago
..
containers VC2011 compiler tweaks. ReferenceCountedArray fix. 14 years ago
files Fix for XML formatting. 14 years ago
json Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 14 years ago
logging Minor tweaks to help support mingw, and to avoid namespace issues with assertions. 14 years ago
maths Android GL work. 14 years ago
memory Added -ldl to linux builds. Tidied up a few warnings. 14 years ago
misc Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 14 years ago
native Improved ThreadLocalValue to use native compiler features where available. Got rid of Thread::stopAllThreads and Thread::getNumRunningThreads (which were just a bad idea, with many safety holes). Replaced the internal RunningThreadsList class with some simpler thread-local storage. 14 years ago
network Changed URL class to allow multiple parameters with the same name. 14 years ago
streams Fixes to some MemoryOutputStream streaming operators. 14 years ago
system Minor tweaks to help support mingw, and to avoid namespace issues with assertions. 14 years ago
text Added -ldl to linux builds. Tidied up a few warnings. 14 years ago
threads Fix for thread-locals in older OSX targets. 14 years ago
time Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 14 years ago
unit_tests Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 14 years ago
xml Fix for XML formatting. 14 years ago
zip Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 14 years ago
juce_core.cpp Android: added OpenSLES audio device type. 14 years ago
juce_core.h Minor android and GL clean-ups. 14 years ago
juce_core.mm Added new module wrappers. 14 years ago
juce_module_info Docs fix. Version bump. 14 years ago