| .. |
|
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
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_CriticalSection.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00: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
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_InterProcessLock.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +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
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_Thread.cpp
|
Converted some old typedefs to using declarations
|
2018-05-03 09:59:05 +01:00 |
|
juce_Thread.h
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
2018-04-10 18:34:20 +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
|
Updated old code where the 'volatile' keyword was still being used
|
2018-05-01 09:19:50 +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
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |