| .. | 
			
		
		
			
			
			
				
					| 
						
							
								
								juce_ChildProcess.cpp
							
						
					 | 
				
				
					
						Added juce_UnitTestCategories.h to replace raw strings used for test categories
					
				 | 
				6 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
							
						
					 | 
				
				
					
						Check that juce_gui_basics module is available when declaring Process::setDockIconVisible() to fix potential linker error
					
				 | 
				5 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ReadWriteLock.cpp
							
						
					 | 
				
				
					
						Added a readWaitEvent and writeWaitEvent to ReadWriteLock to fix a race condition
					
				 | 
				5 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_ReadWriteLock.h
							
						
					 | 
				
				
					
						Added a readWaitEvent and writeWaitEvent to ReadWriteLock to fix a race condition
					
				 | 
				5 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 more Linux compiler warnings
					
				 | 
				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
							
						
					 | 
				
				
					
						Fixed some typos
					
				 | 
				5 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
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_TimeSliceThread.h
							
						
					 | 
				
				
					
						Fixed some typos
					
				 | 
				5 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_WaitableEvent.cpp
							
						
					 | 
				
				
					
						Moved the call to std::condition_variable::notify_all() inside of the lock scope in WaitableEvent::signal() to prevent a deadlock
					
				 | 
				5 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_WaitableEvent.h
							
						
					 | 
				
				
					
						Replaced WaitableEvent internals with std::condition_variable
					
				 | 
				5 years ago |