1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core/threads
2013-11-01 10:43:30 +00:00
..
juce_ChildProcess.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_ChildProcess.h Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser. 2013-10-12 17:00:16 +01:00
juce_CriticalSection.h Cleaned up some critical section code. 2013-09-08 17:25:27 +01:00
juce_DynamicLibrary.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_HighResolutionTimer.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
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. 2013-08-23 12:08:31 +01:00
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. 2013-08-23 12:08:31 +01:00
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. 2013-09-07 09:43:45 +01:00
juce_ReadWriteLock.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_ReadWriteLock.h Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders. 2013-09-09 12:29:06 +01:00
juce_ScopedLock.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
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. 2013-08-23 12:08:31 +01:00
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. 2013-08-23 12:08:31 +01:00
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. 2013-08-23 12:08:31 +01:00
juce_Thread.cpp Some minor clean-ups and comments in Thread class. 2013-08-05 11:27:09 +01:00
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. 2013-08-23 12:08:31 +01:00
juce_ThreadLocalValue.h Tidied up some docs and added an AudioFormat constructor. 2013-09-27 10:29:42 +01:00
juce_ThreadPool.cpp Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
juce_ThreadPool.h Fixed a few compiler warnings. 2013-11-01 10:43:30 +00:00
juce_TimeSliceThread.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
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. 2013-08-23 12:08:31 +01:00
juce_WaitableEvent.h Cleaned up some critical section code. 2013-09-08 17:25:27 +01:00