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 98fcdca3ba Added a new ChildProcess::start method that takes an argument array. 12 years ago
..
juce_ChildProcess.cpp Fixed some more warnings. 12 years ago
juce_ChildProcess.h Added a new ChildProcess::start method that takes an argument array. 12 years ago
juce_CriticalSection.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
juce_DynamicLibrary.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
juce_InterProcessLock.h Cleaned up some compiler warnings. 12 years ago
juce_Process.h New method Process::makeForegroundProcess() (only implemented in OSX) 12 years ago
juce_ReadWriteLock.cpp Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items. 13 years ago
juce_ReadWriteLock.h Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items. 13 years ago
juce_ScopedLock.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
juce_ScopedReadLock.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
juce_ScopedWriteLock.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
juce_SpinLock.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
juce_Thread.cpp Fixed some more warnings. 12 years ago
juce_Thread.h 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. 13 years ago
juce_ThreadLocalValue.h Minor tidying-up. 12 years ago
juce_ThreadPool.cpp Fixed some more warnings. 12 years ago
juce_ThreadPool.h Documentation typo fix. 13 years ago
juce_TimeSliceThread.cpp Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 13 years ago
juce_TimeSliceThread.h Fix for BufferingAudioSource. 13 years ago
juce_WaitableEvent.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago