| .. |
|
juce_ChildProcess.cpp
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
2019-04-03 15:10:40 +01: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
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_DynamicLibrary.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +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
|
Check that juce_gui_basics module is available when declaring Process::setDockIconVisible() to fix potential linker error
|
2020-01-22 14:15:41 +00:00 |
|
juce_ReadWriteLock.cpp
|
Added a readWaitEvent and writeWaitEvent to ReadWriteLock to fix a race condition
|
2019-12-16 11:36:48 +00:00 |
|
juce_ReadWriteLock.h
|
Added a readWaitEvent and writeWaitEvent to ReadWriteLock to fix a race condition
|
2019-12-16 11:36:48 +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
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_Thread.cpp
|
Fixed some more Linux compiler warnings
|
2019-06-05 10:43:46 +01:00 |
|
juce_Thread.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_ThreadLocalValue.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_ThreadPool.cpp
|
Added a ScopedLock in ThreadPool::getNumJobs() to fix a potential data race
|
2019-03-25 17:15:30 +00:00 |
|
juce_ThreadPool.h
|
Fixed some typos
|
2020-01-06 14:04:16 +00: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
|
Fixed some typos
|
2020-01-06 14:04:16 +00:00 |
|
juce_WaitableEvent.cpp
|
Moved the call to std::condition_variable::notify_all() inside of the lock scope in WaitableEvent::signal() to prevent a deadlock
|
2019-12-31 16:49:35 +00:00 |
|
juce_WaitableEvent.h
|
Replaced WaitableEvent internals with std::condition_variable
|
2019-12-16 11:36:43 +00:00 |