|  Tom Poole | b0ea7ab62a | Projucer: Increase the timeout of post-export commands | 2 years ago | 
				
					
						|  attila | 2fdc4f6633 | Projucer:  Remove VS2015 and CLion exporters | 3 years ago | 
				
					
						|  Tom Poole | 2ec861d99e | Update licensing banners to JUCE 7 | 3 years ago | 
				
					
						|  reuk | 61f3c1dd98 
										
											
										
									 | LV2:  Add initial client support | 4 years ago | 
				
					
						|  Tom Poole | dea3fe60e4 | Update copyright banners | 3 years ago | 
				
					
						|  reuk | 768cf7a54c | Projucer:  Convert plugin/manufacturer code errors to warnings | 3 years ago | 
				
					
						|  reuk | f1e766ec18 
										
											
										
									 | Projucer:  Ensure that saving always continues after moving a project | 3 years ago | 
				
					
						|  reuk | d13a23ad14 
										
											
										
									 | Build:  Ensure that plugin and manufacturer codes are exactly four characters in length | 4 years ago | 
				
					
						|  ed | a5c3b81f82 | Use C++14 lambda capture initialisers for initialising deletion checkers | 4 years ago | 
				
					
						|  Tom Poole | fe4ba9071b | Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 See BREAKING-CHANGES.txt for more details. | 4 years ago | 
				
					
						|  Tom Poole | bfdda737a2 | Projucer:  Removed the live build | 4 years ago | 
				
					
						|  ed | a6bfcc6427 | Projucer:  Removed a reference to AppConfig.h (which may or may not be present) in the JUCE_PROJUCER_VERSION warning | 4 years ago | 
				
					
						|  ed | 47dc58620d | Projucer:  Added "--fix-missing-dependencies" option to the command line resave to add any required modules that may be missing | 5 years ago | 
				
					
						|  ed | d677fd6264 | Projucer:  Added PCH support for Xcode and Visual Studio exporters | 5 years ago | 
				
					
						|  ed | f916fb42c2 | Projucer:  Run post-export script after saving project file | 5 years ago | 
				
					
						|  ed | 916bba55b0 | Projucer:  Check if jucerFormatVersion has changed before setting | 5 years ago | 
				
					
						|  ed | 91d9679f0b | Projucer:  Removed old jucerVersion property from .jucer file root and added jucerFormatVersion property for indicating changes to .jucer file format not tied to JUCE version | 5 years ago | 
				
					
						|  reuk | 013fd5e5d6 | juce6:  Update some referenes to JUCE 5 in docstrings | 5 years ago | 
				
					
						|  ed | 009d685179 | Updated all license headers | 5 years ago | 
				
					
						|  ed | 6814cc0b8d | Projucer:  Fixed exporter name not being written to console when saving via the cmd line | 5 years ago | 
				
					
						|  ed | 3283f2224a | Projucer:  Added new start page window | 5 years ago | 
				
					
						|  ed | 2a58bf980f | Projucer:  Fixed some issues flagged by tsan | 5 years ago | 
				
					
						|  Tom Poole | 894e7d2bd2 | Updated all license headers | 5 years ago | 
				
					
						|  Tom Poole | 2d16374b14 | Updated all license headers | 5 years ago | 
				
					
						|  Tom Poole | a5aea2006d | Projucer:  Only updated saved state on content change | 5 years ago | 
				
					
						|  ed | fba0295a44 | Projucer:  Added a simple sign-in form, added notification tray for project messages, general refactoring | 5 years ago | 
				
					
						|  reuk | 2ca69e8f70 | Projucer:  Stop requiring JuceHeader to be included in projects | 5 years ago | 
				
					
						|  reuk | ece5644a20 | CMake:  Add support for building JUCE projects with CMake | 6 years ago | 
				
					
						|  reuk | 327f817b9b | Copyrights: Update commercial/gpl headers to be gpl-only | 5 years ago | 
				
					
						|  jules | 62ead7dc7d | Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added! | 6 years ago | 
				
					
						|  ed | ce33b4aea1 | Projucer:  Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins | 6 years ago | 
				
					
						|  ed | 1f40a7b10e | Projucer:  Use the project line ending setting for auto-generated JUCE files and write the IDE project files using the native line endings | 7 years ago | 
				
					
						|  ed | 38fcc1163d | Projucer:  Partially reverted commit ff263ecto allow per-project VST3/AAX/RTAS SDK path overrides | 7 years ago | 
				
					
						|  ed | ff263ecded | Projucer:  Removed the per-exporter AAX and RTAS SDK and Android SDK/NDK path settings as well as the unused VST3 SDK setting as this was interfering with the embedded VST3 SDK path | 7 years ago | 
				
					
						|  ed | 527625b699 | Added support for building Unity native audio plugins on desktop platforms | 7 years ago | 
				
					
						|  ed | 193a47c10b | Projucer:  Only write plugin characteristics file once | 7 years ago | 
				
					
						|  ed | 629f2a2979 | Projucer:  Added options for setting the VST, VST3, AAX and RTAS categories and simplified the plug-in project settings with MultiChoicePropertyComponent | 7 years ago | 
				
					
						|  ed | c0c709f10b | Projucer:  More code cleanup | 7 years ago | 
				
					
						|  ed | e5ddf29bf9 | Projucer:  Removed some calls to trim() when getting the plugin and plugin manufacturer code | 7 years ago | 
				
					
						|  ed | b72a626516 | Projucer:  Updated all the exporters and the project settings to use the new ValueWithDefault class | 7 years ago | 
				
					
						|  jules | 51f6c5d01c | Tidied up a few bits of messy String concatenation | 8 years ago | 
				
					
						|  tpoole | 21315abce4 | Projucer:  Added beta CLion exporter support | 8 years ago | 
				
					
						|  hogliux | 54029e776d | Projucer:  Re-factored source code groups and general code clean-up | 8 years ago | 
				
					
						|  hogliux | 7673e4e0ad | Ensured that consistent caps is used for preprocessor macro JucePlugin_Build_Standalone | 8 years ago | 
				
					
						|  hogliux | b5afccc37c | Updated file headers and the README with the JUCE 5 license | 8 years ago | 
				
					
						|  tpoole | 4c59a920b4 | Added Inter-App Audio capabilities to standalone plug-ins | 8 years ago | 
				
					
						|  hogliux | 0117aace01 | Added support for multi-target exporters and standalone plug-in format | 8 years ago | 
				
					
						|  hogliux | 70ed6eb69c | Add original four-char code as comment next to hex literal in AppConfig.h | 9 years ago | 
				
					
						|  hogliux | b6f4d353e8 | Avoid char literals in auto-generated AppConfig.h files | 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 |