|  ed | 67925d384f | Updated main README with CMake support info and changed docs extension from .txt to .md | 5 years ago | 
				
					
						|  reuk | fca3429e6e 
										
											
										
									 | DSP:  Update convolution | 5 years ago | 
				
					
						|  Tom Poole | 894e7d2bd2 | Updated all license headers | 5 years ago | 
				
					
						|  Tom Poole | 2d16374b14 | Updated all license headers | 5 years ago | 
				
					
						|  reuk | e7e1de78fa | Files:  Add RangedDirectoryIterator | 5 years ago | 
				
					
						|  reuk | 5f348c3040 | Warnings:  Add warning-wrangling header | 5 years ago | 
				
					
						|  reuk | 1fdba480cc | JUCE 6:  Update version numbers | 5 years ago | 
				
					
						|  ed | 08d0a12f03 | Bump version number to 5.4.7 | 5 years ago | 
				
					
						|  ed | 5bda9de977 | Windows:  Fixed some build errors and warnings when using Clang in Visual Studio | 5 years ago | 
				
					
						|  Tom Poole | ef1eacccd3 | Bump version number to 5.4.6 | 5 years ago | 
				
					
						|  ed | e36736e0ec | Fixed some typos | 5 years ago | 
				
					
						|  ed | 4583baf277 | Bump version number to 5.4.5 | 6 years ago | 
				
					
						|  Tom Poole | 528798d96e | Bump version number to 5.4.4 | 6 years ago | 
				
					
						|  ed | 1951714776 | Linux:  Only add libcurl dependency when JUCE_USE_CURL is enabled | 6 years ago | 
				
					
						|  Tom Poole | 02177b34c0 | Projucer:  Fixed the default value of JUCE_CATCH_UNHANDLED_EXCEPTIONS | 6 years ago | 
				
					
						|  ed | 497a1b3fb7 | Added juce_UnitTestCategories.h to replace raw strings used for test categories | 6 years ago | 
				
					
						|  jules | 1c1232bfe7 | Set JUCE_ALLOW_STATIC_NULL_VARIABLES 0 by default - these have all been marked as deprecated for a long time | 6 years ago | 
				
					
						|  ed | 09daeb3a6d | Remove HashMap dependency from HeavyweightLeakedObjectDetector so it can be included as early as possible | 6 years ago | 
				
					
						|  ed | 6722194260 | Bump version number to 5.4.3 | 6 years ago | 
				
					
						|  Tom Poole | e3ebe5aed1 | Bump version number to 5.4.2 | 6 years ago | 
				
					
						|  ed | 6d39f01793 | Bump version number to 5.4.1 | 7 years ago | 
				
					
						|  ed | 0b8fcc7a15 | Bump version number to 5.4.0 | 7 years ago | 
				
					
						|  Tom Poole | 823350fe30 | Included the HeavyweightLeakedObjectDetector header a little earlier so that more JUCE classes can make use of it when necessary | 7 years ago | 
				
					
						|  ed | d56e4c3cc3 | Added a new HeavyweightLeakedObjectDetector to juce_core which will print out a stack trace showing where the leaked object was created and added a corresponding JUCE_HEAVYWEIGHT_LEAK_DETECTOR macro | 7 years ago | 
				
					
						|  jules | 064656e2fb | Added classes ArgumentList and ConsoleApplcation which are helpers for writing console applications that parse and resolve command-line arguments | 7 years ago | 
				
					
						|  Tom Poole | f453d4ac4e | Replaced ArrayAllocationBase with a safer storage container | 7 years ago | 
				
					
						|  jules | 49aa9c9db4 | Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use | 7 years ago | 
				
					
						|  hogliux | baa8bbf300 | Linux:  Added an option to lazily load libcurl symbols only when they are needed | 7 years ago | 
				
					
						|  ed | 2d79cc78c0 | Bump version number to 5.3.2 | 7 years ago | 
				
					
						|  jules | 13a6acfe15 | Added some hashing support for the Uuid class | 7 years ago | 
				
					
						|  Noah Dayan | 1a31c86f39 | Bump version number to 5.3.1 | 7 years ago | 
				
					
						|  ed | 262dff8854 | Bump version number to 5.3.0 | 7 years ago | 
				
					
						|  hogliux | f802c6950b | Add URLInputSource class | 7 years ago | 
				
					
						|  ed | fa0f7a4281 | Bump version number to 5.2.1 | 7 years ago | 
				
					
						|  ed | dbb2f620b4 | Bump version number to 5.2.0 | 8 years ago | 
				
					
						|  Lukasz Kozakiewicz | b2d2bda7a1 | Add Push Notifications feature for iOS and Android. | 8 years ago | 
				
					
						|  tpoole | 0ae8aa812c | Bump version number to 5.1.2 | 8 years ago | 
				
					
						|  hogliux | 7bb95a8334 | Android:  Ensure that jni headers are included if JUCE_CORE_INCLUDE_JNI_HELPERS is set but JUCE_CORE_INCLUDE_NATIVE_HEADERS isn't | 8 years ago | 
				
					
						|  jules | eda613c6db | 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 | 
				
					
						|  hogliux | c02ef79fd6 | Bump version number to 5.1.1 | 8 years ago | 
				
					
						|  hogliux | eb33f537da | Bump version number to 5.1.1 | 8 years ago | 
				
					
						|  hogliux | c1ad53c14e | Bump version number to 5.1.0 | 8 years ago | 
				
					
						|  hogliux | bc3ef88603 | Bump version number to 5.0.2 | 8 years ago | 
				
					
						|  hogliux | 8413614744 | Bump version number to 5.0.1 | 8 years ago | 
				
					
						|  hogliux | 9d81c5066a | Bump version number to 5.0.0 | 8 years ago | 
				
					
						|  hogliux | b5afccc37c | Updated file headers and the README with the JUCE 5 license | 8 years ago | 
				
					
						|  hogliux | 7ed37f8600 | Added the standard JUCE splash screen and app usage reporting | 8 years ago | 
				
					
						|  tpoole | 1e2f6fec5c | Restored module header #defines | 8 years ago | 
				
					
						|  hogliux | 2da1bc5f41 | Replace include guards with "#pragma once" | 8 years ago | 
				
					
						|  hogliux | e0aff606a8 | Bump version number to 4.3.1 | 8 years ago |