.. |
juce_ChildProcess.cpp
|
Added a sleep to ChildProcess::waitForProcessToFinish() to avoid it wasting CPU
|
7 years ago |
juce_ChildProcess.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_CriticalSection.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_DynamicLibrary.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_HighResolutionTimer.cpp
|
Another batch of ScopedPointer cleanups
|
7 years ago |
juce_HighResolutionTimer.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_InterProcessLock.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_Process.h
|
Implement Process::hide for mobile platforms
|
7 years ago |
juce_ReadWriteLock.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_ReadWriteLock.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_ScopedLock.h
|
Improved scheduling when multiple threads are fighting for the MessageManagerLock
|
7 years ago |
juce_ScopedReadLock.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_ScopedWriteLock.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_SpinLock.h
|
Assorted threading and undefined behaviour fixes
|
7 years ago |
juce_Thread.cpp
|
Fixed an issue terminating threads on iOS
|
7 years ago |
juce_Thread.h
|
Fixed an issue terminating threads on iOS
|
7 years ago |
juce_ThreadLocalValue.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_ThreadPool.cpp
|
Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated!
|
7 years ago |
juce_ThreadPool.h
|
Improved scheduling when multiple threads are fighting for the MessageManagerLock
|
7 years ago |
juce_TimeSliceThread.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_TimeSliceThread.h
|
Some light modernisation of a bunch of old code
|
7 years ago |
juce_WaitableEvent.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |