| .. | 
			
		
		
			
			
			
				
					| 
						
							
								
								
								
								
									
										java
									
								
							
						
					 | 
				
				
					
						Whitespace
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_BasicNativeHeaders.h
							
						
					 | 
				
				
					
						Files:  Added support for creating and reading relative or special path symbolic link files
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_Files.cpp
							
						
					 | 
				
				
					
						Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_JNIHelpers.h
							
						
					 | 
				
				
					
						Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_Misc.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_android_Network.cpp
							
						
					 | 
				
				
					
						Added support for finding the broadcast address of an interface
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_RuntimePermissions.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_android_SystemStats.cpp
							
						
					 | 
				
				
					
						Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz)
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_android_Threads.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_curl_Network.cpp
							
						
					 | 
				
				
					
						Linux:  Fixed a race condition when loading cURL lazily
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_CommonFile.cpp
							
						
					 | 
				
				
					
						Files:  Added support for creating and reading relative or special path symbolic link files
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_Files.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_linux_Network.cpp
							
						
					 | 
				
				
					
						Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_SystemStats.cpp
							
						
					 | 
				
				
					
						Added detection for some AVX512 features
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_linux_Threads.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_mac_ClangBugWorkaround.h
							
						
					 | 
				
				
					
						Renamed XCode to Xcode in multiple places
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_Files.mm
							
						
					 | 
				
				
					
						Fixed some stray zeros that were still being passed as null pointers
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_Network.mm
							
						
					 | 
				
				
					
						Converted some legacy OSX network code to use atomics to avoid an asan warning
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_Strings.mm
							
						
					 | 
				
				
					
						Fixed some stray zeros that were still being passed as null pointers
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_SystemStats.mm
							
						
					 | 
				
				
					
						Fixed some stray zeros that were still being passed as null pointers
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_Threads.mm
							
						
					 | 
				
				
					
						Fixed some stray zeros that were still being passed as null pointers
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_mac_linux_IPAddress.h
							
						
					 | 
				
				
					
						DRYed some IPAddress code
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_osx_ObjCHelpers.h
							
						
					 | 
				
				
					
						Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_posix_NamedPipe.cpp
							
						
					 | 
				
				
					
						Fixed some stray zeros that were still being passed as null pointers
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_posix_SharedCode.h
							
						
					 | 
				
				
					
						Fixed some stray zeros that were still being passed as null pointers
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_ComSmartPtr.h
							
						
					 | 
				
				
					
						Add documentation tags
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_Files.cpp
							
						
					 | 
				
				
					
						Fixed an issue when connecting to a non-existent NamedPipe
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_Network.cpp
							
						
					 | 
				
				
					
						DRYed some IPAddress code
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_Registry.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_win32_SystemStats.cpp
							
						
					 | 
				
				
					
						Added detection for some AVX512 features
					
				 | 
				7 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								juce_win32_Threads.cpp
							
						
					 | 
				
				
					
						Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
					
				 | 
				7 years ago |