The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ed ba2575a4d3 Added a ScopedLock in ThreadPool::getNumJobs() to fix a potential data race 6 years ago
..
juce_ChildProcess.cpp Added a sleep to ChildProcess::waitForProcessToFinish() to avoid it wasting CPU 7 years ago
juce_ChildProcess.h Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
juce_CriticalSection.h Added various clang-tidy modernize-* fixes 6 years ago
juce_DynamicLibrary.h Added various clang-tidy modernize-* fixes 6 years ago
juce_HighResolutionTimer.cpp Another batch of ScopedPointer cleanups 7 years ago
juce_HighResolutionTimer.h Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
juce_InterProcessLock.h Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
juce_Process.h Add documentation tags 7 years ago
juce_ReadWriteLock.cpp Fixed some stray zeros that were still being passed as null pointers 6 years ago
juce_ReadWriteLock.h Fixed some stray zeros that were still being passed as null pointers 6 years ago
juce_ScopedLock.h Add documentation tags 7 years ago
juce_ScopedReadLock.h Add documentation tags 7 years ago
juce_ScopedWriteLock.h Add documentation tags 7 years ago
juce_SpinLock.h Added various clang-tidy modernize-* fixes 6 years ago
juce_Thread.cpp Fixed some stray zeros that were still being passed as null pointers 6 years ago
juce_Thread.h Added various clang-tidy modernize-* fixes 6 years ago
juce_ThreadLocalValue.h Added various clang-tidy modernize-* fixes 6 years ago
juce_ThreadPool.cpp Added a ScopedLock in ThreadPool::getNumJobs() to fix a potential data race 6 years ago
juce_ThreadPool.h Added various clang-tidy modernize-* fixes 6 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 Added various clang-tidy modernize-* fixes 6 years ago
juce_WaitableEvent.h Fixed a documentation typo 6 years ago