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
hogliux 008b7a9ab2 Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
2018-11-13 12:33:40 +00:00
..
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 Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_ReadWriteLock.h Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01: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 Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_Thread.h Re-structured the low-level Android native code 2018-11-13 12:33:40 +00:00
juce_ThreadLocalValue.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ThreadPool.cpp Fixed a couple of asan memory access warnings 2018-10-17 11:35:54 +01:00
juce_ThreadPool.h Fixed a couple of asan memory access warnings 2018-10-17 11:35:54 +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