|  stefan | 8f1d37a72e | Fix addAllModulesInFolder to scan only 2 subfolder levels Other existing behavior remains:
* check whether the folder itself is a valid module
* always return Result::ok()
* may contain duplicate modules | 9 years ago | 
				
					
						|  jules | 9fa0d49be7 | Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. | 9 years ago | 
				
					
						|  hogliux | c9aca28d00 | Add pkg-config support for linux | 9 years ago | 
				
					
						|  hogliux | 993a2e4fef | Do not allow specifying the JUCE folder as a modules folder | 9 years ago | 
				
					
						|  hogliux | 7196e57f4d | Don't try to build VST/VST3 hosting code on iOS and add missing header | 9 years ago | 
				
					
						|  jules | b6e88694d1 | Projucer: Fixed module dependency checker | 9 years ago | 
				
					
						|  jules | fad8d0526e | Projucer: improved the set of browsable files that are added to target projects for each module | 9 years ago | 
				
					
						|  jules | e1098c834a | Projucer: Fixed failure to scan deep file hierarchies when building browsable 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 | 
				
					
						|  jules | 8e9ed0d0a9 | Introjucer: more refactoring | 9 years ago | 
				
					
						|  jules | 02492b36b9 | Lots of small whitespace tweaks. | 10 years ago | 
				
					
						|  jules | 3aa3ebff91 | Introjucer: Added option to avoid overwriting changes to local module files | 10 years ago | 
				
					
						|  jules | 9ff92b8002 | Introjucer: tweaked whitespace in generated headers to not have an extra trailing line, and resaved all projects using it | 10 years ago | 
				
					
						|  jules | f8c90cebe4 | Introjucer: Improved error messages when module paths are invalid | 10 years ago | 
				
					
						|  jules | 7c96b6e999 | Updated various project files. | 10 years ago | 
				
					
						|  jules | 3cad25f231 | Introjucer: Fix for some Windows paths in the JuceHeader.h file | 10 years ago | 
				
					
						|  jules | 4c6be5671e | Introjucer: if groups are sorted, then adding new files retains the sort order. | 10 years ago | 
				
					
						|  jules | e12b3ed774 | Fixed an old but harmess typo in the introjucer that was using slightly odd names in the project file. | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  jules | dab1a549b9 | Introjucer: some internal refactoring. | 10 years ago | 
				
					
						|  jules | 43ce64a099 | Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. | 10 years ago | 
				
					
						|  jules | 1952ed195e | Whitespace | 10 years ago | 
				
					
						|  Timur Doumler | 898e3c3796 | Introjucer: added Linux Code::Blocks project export. | 10 years ago | 
				
					
						|  jules | bbc3a56b84 | Introjucer: added module option flags for OSXLibs and iOSLibs | 10 years ago | 
				
					
						|  jules | 4b28a4bb23 | more auto-update work | 11 years ago | 
				
					
						|  jules | 9191455677 | Introjucer: avoided adding unnecessary .r files in plugin builds that don't target RTAS or AU. | 11 years ago | 
				
					
						|  jules | 3b88555140 | Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. | 11 years ago | 
				
					
						|  jules | 9342cdcc5b | Introjucer: fix for MSVC builds creating duplicate files in some situations | 11 years ago | 
				
					
						|  jules | 91d9c96338 | Minor clean-ups | 11 years ago | 
				
					
						|  jules | 63cb062d35 | Initial commit of VST3 hosting. | 12 years ago | 
				
					
						|  jules | 5ffd878ebc | Introjucer: made modules work better when the project doesn't contain any targets that will build on the current OS. | 12 years ago | 
				
					
						|  jules | 172f19f4a4 | Introjucer: fix for module deletion bug, and some clean-ups. | 12 years ago | 
				
					
						|  jules | 14cb377f77 | Introjucer: fix to paths when copying modules locally. | 12 years ago | 
				
					
						|  jules | f4a5a0ecb4 | Introjucer: better exporting of absolute module paths in android makefiles. | 12 years ago | 
				
					
						|  jules | 63587c007b | Introjucer: sorted out a win32 filename handling issue. | 12 years ago | 
				
					
						|  jules | 03e14b7851 | Introjucer: fixed a bug when deleting modules; added a button to set copying mode for all modules. | 12 years ago | 
				
					
						|  jules | cb2e2aa607 | Introjucer: added a "defines" parameter to the module manifest format, to allow it to set modules to set project-wide preprocessor defs. | 12 years ago | 
				
					
						|  jules | c6becf2532 | Introjucer: stopped the modules panel from hammering the website. | 12 years ago | 
				
					
						|  jules | 20fa1be6ed | Introjucer: fix for finding modules on linux. | 12 years ago | 
				
					
						|  jules | b9636ce02b | Introjucer: when exporting, added the modules folders to the include path. | 12 years ago | 
				
					
						|  jules | a9aae9651b | Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules. | 12 years ago | 
				
					
						|  jules | 94da373c31 | Fixed a couple of rendering problems when using global scale factors. | 12 years ago | 
				
					
						|  jules | 3ab3c79589 | Introjucer: avoided some MSVC warnings. | 12 years ago | 
				
					
						|  jules | 64391b7552 | Introjucer: began refactoring some module-management code. | 12 years ago | 
				
					
						|  jules | fecba9c31c | New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. | 12 years ago | 
				
					
						|  jules | 135a9d1f5f | Introjucer: Avoided duplicated VST path setting. | 12 years ago | 
				
					
						|  jules | fc79df875f | Refactoring of some glypharrangement code. | 12 years ago | 
				
					
						|  jules | ddc1524742 | Updated headers in demo project files. | 12 years ago | 
				
					
						|  jules | 5d6a14659c | Introjucer: changed to new juce.com URL. | 12 years ago | 
				
					
						|  jules | 31fc78b314 | Minor tidying up. | 12 years ago |