| .. |
|
juce_ChildProcess.cpp
|
Added a sleep to ChildProcess::waitForProcessToFinish() to avoid it wasting CPU
|
2018-01-15 12:02:20 +00:00 |
|
juce_ChildProcess.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_CriticalSection.h
|
Tidied up some more old typedefs
|
2018-05-11 14:44:51 +01:00 |
|
juce_DynamicLibrary.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_HighResolutionTimer.cpp
|
Another batch of ScopedPointer cleanups
|
2018-01-10 14:49:57 +00:00 |
|
juce_HighResolutionTimer.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_InterProcessLock.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_Process.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
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
|
2017-09-08 08:59:55 +01:00 |
|
juce_ReadWriteLock.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ScopedLock.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ScopedReadLock.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ScopedWriteLock.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_SpinLock.h
|
Misc cleanups and modernisation
|
2018-05-11 12:46:30 +01:00 |
|
juce_Thread.cpp
|
Converted some old typedefs to using declarations
|
2018-05-03 09:59:05 +01:00 |
|
juce_Thread.h
|
Misc cleanups and modernisation
|
2018-05-11 12:46:30 +01:00 |
|
juce_ThreadLocalValue.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ThreadPool.cpp
|
Updated old code where the 'volatile' keyword was still being used
|
2018-05-01 09:19:50 +01:00 |
|
juce_ThreadPool.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
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
|
2017-09-08 08:59:55 +01:00 |
|
juce_TimeSliceThread.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_WaitableEvent.h
|
Fixed a documentation typo
|
2018-07-02 16:42:27 +01:00 |