1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/threads
2012-09-04 11:38:16 +01:00
..
juce_ChildProcess.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_ChildProcess.h Added ChildProcess::kill() 2011-12-14 14:18:45 +00:00
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.. 2011-08-12 10:04:52 +01:00
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.. 2011-08-12 10:04:52 +01:00
juce_InterProcessLock.h Cleaned up some application startup code. 2012-07-25 07:53:28 +01:00
juce_Process.h New method Process::makeForegroundProcess() (only implemented in OSX) 2012-07-31 21:06:12 +01:00
juce_ReadWriteLock.cpp Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items. 2012-05-21 12:07:03 +01:00
juce_ReadWriteLock.h Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items. 2012-05-21 12:07:03 +01:00
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.. 2011-08-12 10:04:52 +01:00
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.. 2011-08-12 10:04:52 +01:00
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.. 2011-08-12 10:04:52 +01:00
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.. 2011-08-12 10:04:52 +01:00
juce_Thread.cpp Minor thread fix. Introjucer: fixed colour of rollover help text. 2012-07-19 12:44:23 +01:00
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. 2012-03-13 12:44:33 +00:00
juce_ThreadLocalValue.h Minor tidying-up. 2012-09-04 11:38:16 +01:00
juce_ThreadPool.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. 2012-07-07 21:09:10 +01:00
juce_ThreadPool.h Documentation typo fix. 2012-05-06 12:25:08 +01:00
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. 2012-07-07 21:09:10 +01:00
juce_TimeSliceThread.h Fix for BufferingAudioSource. 2011-09-11 20:28:26 +01:00
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.. 2011-08-12 10:04:52 +01:00