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 2dbd55db3e Fix for threading bug in GlyphCache. 11 years ago
..
juce_ChildProcess.cpp Added ChildProcess::getExitCode() 11 years ago
juce_ChildProcess.h Added ChildProcess::getExitCode() 11 years ago
juce_CriticalSection.h Improved some misleading example code for ScopedLock. 11 years ago
juce_DynamicLibrary.h Updated the format of the header include guard macros. 11 years ago
juce_HighResolutionTimer.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_HighResolutionTimer.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_InterProcessLock.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_Process.h Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present. 11 years ago
juce_ReadWriteLock.cpp Fix for threading bug in GlyphCache. 11 years ago
juce_ReadWriteLock.h Fix for threading bug in GlyphCache. 11 years ago
juce_ScopedLock.h Updated the format of the header include guard macros. 11 years ago
juce_ScopedReadLock.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_ScopedWriteLock.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_SpinLock.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_Thread.cpp Fix for setting thread priority while the thread isn't running. 11 years ago
juce_Thread.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_ThreadLocalValue.h Tidied up some docs and added an AudioFormat constructor. 11 years ago
juce_ThreadPool.cpp Added method ThreadPoolJob::getCurrentThreadPoolJob() 11 years ago
juce_ThreadPool.h Added method ThreadPoolJob::getCurrentThreadPoolJob() 11 years ago
juce_TimeSliceThread.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_TimeSliceThread.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_WaitableEvent.h Cleaned up some critical section code. 11 years ago