Tom Poole
							
						 
						
							
							
							
								
							
								6bf9bb9a2e 
								
							
								 
							
						 
						
							
							
								
								Add final specifiers in implementation files  
							
							 
							
							
								
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								4153d59e39 
								
							
								 
							
						 
						
							
							
								
								Formatting  
							
							 
							
							
								
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								9b041f3d74 
								
							
								 
							
						 
						
							
							
								
								Add a base clang-tidy configuration  
							
							 
							
							
								
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
								
								
							
							
								
							
								28414a6af8 
								
									
										
											 
										
									
								
							
								 
							
						 
						
							
							
								
								Global: Avoid floating-point equality checks where possible  
							
							 
							
							
								
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								e49fb38d44 
								
							
								 
							
						 
						
							
							
								
								Docs: Update Doxygen configuration  
							
							 
							
							
								
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								cb494df663 
								
							
								 
							
						 
						
							
							
								
								Docs: Update Doxygen configuration  
							
							 
							
							
								
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
								
								
							
							
								
							
								7c14c1fcd7 
								
									
										
											 
										
									
								
							
								 
							
						 
						
							
							
								
								Use more concise stdlib type aliases  
							
							 
							
							
								
							
							
						 
						3 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								cb2efe5d59 
								
							
								 
							
						 
						
							
							
								
								Improve some documentation  
							
							 
							
							
								
							
							
						 
						3 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
								
								
							
							
								
							
								5fcb718ac9 
								
									
										
											 
										
									
								
							
								 
							
						 
						
							
							
								
								String:  Avoid using refcount to detect empty strings  
							
							 
							
							
								
							
							
						 
						3 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								dea3fe60e4 
								
							
								 
							
						 
						
							
							
								
								Update copyright banners  
							
							 
							
							
								
							
							
						 
						3 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
							
								
							
								fdfc279bea 
								
							
								 
							
						 
						
							
							
								
								String:  Fix logical error in hex parsing code  
							
							 
							
							
								
							
							
						 
						3 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
								
								
							
							
								
							
								d66f9399ba 
								
									
										
											 
										
									
								
							
								 
							
						 
						
							
							
								
								StringPairArray:  Allow adding the contents of a std::unordered_map<String, String>  
							
							 
							
							
								
							
							
						 
						3 years ago  
					 
				
					
						
							
							
								   attila
							
						 
						
							
							
							
								
							
								f052e1becb 
								
							
								 
							
						 
						
							
							
								
								Fix CharPointer_UTF8::isWhitespace() when encountering ideographic whitespace  
							
							 
							
							
								
							
							
						 
						3 years ago  
					 
				
					
						
							
							
								   ed
							
						 
						
							
							
							
								
							
								fc0f6b1f2f 
								
							
								 
							
						 
						
							
							
								
								Tidy up  
							
							 
							
							
								
							
							
						 
						3 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
								
								
							
							
								
							
								6244fc293f 
								
									
										
											 
										
									
								
							
								 
							
						 
						
							
							
								
								CharacterFunctions:   Avoid UB when parsing hex strings  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								   ed
							
						 
						
							
							
							
								
							
								aabd65b0fd 
								
							
								 
							
						 
						
							
							
								
								Text:  Fix some build issues when JUCE_STRING_UTF_TYPE != 8  
							
							 
							
							
								
							
							
						 
						4 years ago  
					 
				
					
						
							
							
								   ed
							
						 
						
							
							
							
								
							
								b9542ccc4c 
								
							
								 
							
						 
						
							
							
								
								Update code to use C++14 [[deprecated]] attribute  
							
							 
							
							 
							
							
								
							
							
							This commit removes the various compiler-specific JUCE_DEPRECATED macros and replaces them with C++14's deprecated attribute. It also removes the JUCE_CATCH_DEPRECATED_CODE_MISUSE flag as we can rely on the override specifier catching usage of these old virtual methods, and tidies up the DOXYGEN preprocessor checks as they were inconsistent across the codebase. 
							
						 
						4 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
								
								
							
							
								
							
								3c68581567 
								
									
										
											 
										
									
								
							
								 
							
						 
						
							
							
								
								Use jassertquiet where possible  
							
							 
							
							
								
							
							
						 
						4 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
								
								
							
							
								
							
								31a7c62baf 
								
									
										
											 
										
									
								
							
								 
							
						 
						
							
							
								
								Windows:  Fix and suppress some analysis warnings  
							
							 
							
							 
							
							
								
							
							
							This fixes warnings that are emitted when building with the `-analyze`
flag enabled. 
							
						 
						4 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								bfdda737a2 
								
							
								 
							
						 
						
							
							
								
								Projucer:  Removed the live build  
							
							 
							
							
								
							
							
						 
						4 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								79fbde7099 
								
							
								 
							
						 
						
							
							
								
								Added preliminary support for FreeBSD  
							
							 
							
							
								
							
							
						 
						4 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
								
								
							
							
								
							
								64b9366e8f 
								
									
										
											 
										
									
								
							
								 
							
						 
						
							
							
								
								CharacterFunctions:  Add new function to move pointer past whitespace  
							
							 
							
							
								
							
							
						 
						4 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								7c33b2132f 
								
							
								 
							
						 
						
							
							
								
								Fixed some parsing issues in readDoubleValue  
							
							 
							
							
								
							
							
						 
						4 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
								
								
							
							
								
							
								c41149f48d 
								
									
										
											 
										
									
								
							
								 
							
						 
						
							
							
								
								String:  Fix documentation for getTrailingIntValue  
							
							 
							
							
								
							
							
						 
						4 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
								
								
							
							
								
							
								ff758a53b4 
								
									
										
											 
										
									
								
							
								 
							
						 
						
							
							
								
								Array:  Fix perfect forwarding when adding elements  
							
							 
							
							
								
							
							
						 
						4 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
								
								
							
							
								
							
								5d26b6a20f 
								
									
										
											 
										
									
								
							
								 
							
						 
						
							
							
								
								Aiff:  Fix extremely slow loads of pathological files  
							
							 
							
							 
							
							
								
							
							
							If an aiff file advertied a large number of metadata keys, the
StringPairArray::set calls resulted in quadratic complexity.
We now read keys into a std::map instead, as it enables much faster
lookup, and then convert back to a StringPairArray at the last possible
moment. 
							
						 
						5 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
							
								
							
								4d27422d9f 
								
							
								 
							
						 
						
							
							
								
								GCC:  Suppress cast-align warnings  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   ed
							
						 
						
							
							
							
								
							
								744e16eebd 
								
							
								 
							
						 
						
							
							
								
								Fixed some Doxygen parsing issues  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   ed
							
						 
						
							
							
							
								
							
								e195a25088 
								
							
								 
							
						 
						
							
							
								
								Added missing String::operator+=() implementation for long ints  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   ed
							
						 
						
							
							
							
								
							
								7f4b6e3288 
								
							
								 
							
						 
						
							
							
								
								Added missing String::operator+=() implementation for long ints  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   ed
							
						 
						
							
							
							
								
							
								b5214a341e 
								
							
								 
							
						 
						
							
							
								
								Normalised lambda whitespace  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
								
								
							
							
								
							
								092bc44413 
								
									
										
											 
										
									
								
							
								 
							
						 
						
							
							
								
								MinGW:  Fix windows/gcc warnings  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
							
								
							
								4cf66d6522 
								
							
								 
							
						 
						
							
							
								
								Cleanup:  Remove redundant inlines  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
							
								
							
								e13901d912 
								
							
								 
							
						 
						
							
							
								
								ClangCl:  Silence code which warns when building on Windows with Clang  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								894e7d2bd2 
								
							
								 
							
						 
						
							
							
								
								Updated all license headers  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								2d16374b14 
								
							
								 
							
						 
						
							
							
								
								Updated all license headers  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
							
								
							
								5f348c3040 
								
							
								 
							
						 
						
							
							
								
								Warnings:  Add warning-wrangling header  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
							
								
							
								175644e8c1 
								
							
								 
							
						 
						
							
							
								
								String:  Provide range-for comaptibility  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   reuk
							
						 
						
							
							
							
								
							
								dddeb1ad68 
								
							
								 
							
						 
						
							
							
								
								Build:  Fix Xcode 11.4 compatibility issues  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   ed
							
						 
						
							
							
							
								
							
								4a5dda489f 
								
							
								 
							
						 
						
							
							
								
								Fixed some warnings with -Wconversion enabled  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								28e03f0815 
								
							
								 
							
						 
						
							
							
								
								Replaced all instances of JUCE_CONSTEXPR with constexpr  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   ed
							
						 
						
							
							
							
								
							
								59a058fdc6 
								
							
								 
							
						 
						
							
							
								
								Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   ed
							
						 
						
							
							
							
								
							
								e36736e0ec 
								
							
								 
							
						 
						
							
							
								
								Fixed some typos  
							
							 
							
							
								
							
							
						 
						5 years ago  
					 
				
					
						
							
							
								   ed
							
						 
						
							
							
							
								
							
								38e640c5d5 
								
							
								 
							
						 
						
							
							
								
								Fixed a typo  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								   ed
							
						 
						
							
							
							
								
							
								49c82b6ca3 
								
							
								 
							
						 
						
							
							
								
								Made the check for empty Strings more robust to fix a symbol collision crash  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								16dd26649a 
								
							
								 
							
						 
						
							
							
								
								Fixed some GCC compiler warnings and removed deprecated functions  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								a9a0f6b92f 
								
							
								 
							
						 
						
							
							
								
								Enforced more comprehensive const-correctness in the JUCE container classes  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								   Tom Poole
							
						 
						
							
							
							
								
							
								717be11eac 
								
							
								 
							
						 
						
							
							
								
								Updated the documentation  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								   James Hurst
							
						 
						
							
							
							
								
							
								f4eec3d80a 
								
							
								 
							
						 
						
							
							
								
								Use ignoreCase in StringPairArray::containsKey  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								   Tom Maisey
							
						 
						
							
							
							
								
							
								9d1f6abe49 
								
							
								 
							
						 
						
							
							
								
								Avoided some allocations in StringRef/Identifier/String comparisons  
							
							 
							
							
								
							
							
						 
						6 years ago