|  tpoole | 3627603c83 | Fixed a performance regression parsing doubles | 8 years ago | 
				
					
						|  hogliux | 8d86e6350a | Fixed constexpr compiler support detection in gcc | 8 years ago | 
				
					
						|  tpoole | 47698a86b1 | MinGW:  Fixed some 32 bit build errors | 8 years ago | 
				
					
						|  tpoole | 0ae8aa812c | Bump version number to 5.1.2 | 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 | 
				
					
						|  tpoole | 3933c5f8f9 | Removed the sstream header from juce_StandardHeader.h | 8 years ago | 
				
					
						|  tpoole | c84aa57473 | Removed the unordered_map header from juce_StandardHeader.h | 8 years ago | 
				
					
						|  hogliux | 7107d3fe1e | AU hosting:  Fixed potential compiler error/warning on iOS | 8 years ago | 
				
					
						|  tpoole | 8424030e50 | Fixed a bug where floating point numbers were parsed using the system's locale | 8 years ago | 
				
					
						|  hogliux | 4a2a5294a7 | Added macros JUCE_CONSTEXPR and JUCE_HAS_CONSTEXPR to support constexpr | 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 | 
				
					
						|  tpoole | 98cb1011bb | JUCE Demo:  Increased the compiler warning level | 8 years ago | 
				
					
						|  hogliux | 6e22d764d3 | Live build engine:  Fixed a recent commit which triggered a live build engine crash | 8 years ago | 
				
					
						|  hogliux | 41f7835119 | Fixed a bug where ThreadLocalValue would inadvertently share its value between different instances of the same Type | 8 years ago | 
				
					
						|  tpoole | 984654318d | Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro | 8 years ago | 
				
					
						|  ed | 8e7cc759f5 | Made JUCE's Atomic class a simple wrapper around std::atomic on platforms that support it | 8 years ago | 
				
					
						|  hogliux | bc3ef88603 | Bump version number to 5.0.2 | 8 years ago | 
				
					
						|  hogliux | c63fd17568 | Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android | 8 years ago | 
				
					
						|  hogliux | 8413614744 | Bump version number to 5.0.1 | 8 years ago | 
				
					
						|  tpoole | f4046909ab | Added an OS X 10.5 compatible std::function replacement | 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 | 
				
					
						|  jules | e561f1f5aa | Whitespace | 8 years ago | 
				
					
						|  jules | 5c4553a06c | Added a parameter to SystemStats::CrashHandlerFunction to supply some platform-specific crash details | 8 years ago | 
				
					
						|  jules | 2d192bed9b | Added method SystemStats::getNumPhysicalCpus() | 8 years ago | 
				
					
						|  jules | 6a629f985f | Added method SystemStats::getCpuModel() and implemented a couple of missing Android CPU info functions | 8 years ago | 
				
					
						|  hogliux | 376b83986a | Fixed a bug that would cause asserts to be ignored on some android platforms | 8 years ago | 
				
					
						|  hogliux | 2da1bc5f41 | Replace include guards with "#pragma once" | 8 years ago | 
				
					
						|  hogliux | 9f3fb1c0a6 | Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated | 8 years ago | 
				
					
						|  hogliux | e0aff606a8 | Bump version number to 4.3.1 | 8 years ago | 
				
					
						|  jules | d8ead14de4 | Removed a duplicate header file | 8 years ago | 
				
					
						|  tpoole | 2e84129479 | Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license | 9 years ago | 
				
					
						|  hogliux | b5fb095696 | Fixed a few VS2008 build errors | 9 years ago | 
				
					
						|  hogliux | 363ceb08cf | Bump version number to 4.3.0 | 9 years ago | 
				
					
						|  hogliux | bf85f4c68b | Cache the result of isRunningInAppExtensionSandbox | 9 years ago | 
				
					
						|  hogliux | e14895e5bd | Added macOS version 12 to SystemStats | 9 years ago | 
				
					
						|  hogliux | 4eb89336f9 | Bump version number to 4.2.4 | 9 years ago | 
				
					
						|  jules | 8f7d9f7522 | Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX | 9 years ago | 
				
					
						|  hogliux | 630ab88f8b | Version number update | 9 years ago | 
				
					
						|  hogliux | cf39ad4b02 | Fix multiple compile errors on older gcc versions | 9 years ago | 
				
					
						|  Timur Doumler | fe3765308c | Fixed JUCE_BUILDNUMBER which was not correctly updated to 4.2.2. | 9 years ago | 
				
					
						|  jules | 0b3a11ee07 | Updated version number to 4.2.1 | 9 years ago | 
				
					
						|  jules | 9678eef688 | Stripped out some defunct VS2003 code | 9 years ago | 
				
					
						|  hogliux | f6efbedee7 | Remove default symbol visibility for JUCE shared code | 9 years ago | 
				
					
						|  jules | 4c0bc70411 | Deleted some defunct Mac PowerPC code | 9 years ago | 
				
					
						|  jules | 1182aecf00 | Improved a comment | 9 years ago | 
				
					
						|  Timur Doumler | 70949aa0c6 | Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. | 9 years ago |