278505913c 
								
							
								 
							
						 
						
							
							
								
								Restored non-flushing behaviour of FileOutputStream  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								495e2bfd56 
								
							
								 
							
						 
						
							
							
								
								Fixed file flushing for FileOutputStream on Windows  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ec9443543 
								
							
								 
							
						 
						
							
							
								
								Projucer various fixes  
							
							* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec9c033cdf 
								
							
								 
							
						 
						
							
							
								
								Add exclusive flag to MemoryMappedFile  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								16913f2cd6 
								
							
								 
							
						 
						
							
							
								
								Added a unit test  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								69a7506274 
								
							
								 
							
						 
						
							
							
								
								Made File remove any redundant "/./" subfolders of paths that it is given  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fc69dc00db 
								
							
								 
							
						 
						
							
							
								
								Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not.  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eca3a5b232 
								
							
								 
							
						 
						
							
							
								
								Fixed a typo in a comment  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28a322138d 
								
							
								 
							
						 
						
							
							
								
								Added method Desktop::isOSXDarkModeActive()  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e86417b60f 
								
							
								 
							
						 
						
							
							
								
								Added some more File unit tests, and fixed a parsing problem with dot-prefixed filenames  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bbee942645 
								
							
								 
							
						 
						
							
							
								
								Made File::getChildFile handle paths containing double-slashes  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								db09156251 
								
							
								 
							
						 
						
							
							
								
								Added a couple of missing 'override's  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f6dd015999 
								
							
								 
							
						 
						
							
							
								
								The File class will now canonicalise the paths that it is given, to remove ellipsis  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								02492b36b9 
								
							
								 
							
						 
						
							
							
								
								Lots of small whitespace tweaks.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								41c2e8ea26 
								
							
								 
							
						 
						
							
							
								
								Minor documentation correction in File.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e220f35250 
								
							
								 
							
						 
						
							
							
								
								Fixed compilation errors on MinGW  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								810f2bfb2a 
								
							
								 
							
						 
						
							
							
								
								Introjucer: Added Android Studio exporter  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8602b8b172 
								
							
								 
							
						 
						
							
							
								
								Minor spelling correction  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88ca15e6f2 
								
							
								 
							
						 
						
							
							
								
								Added override specifiers to unit test classes  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c7b8e77031 
								
							
								 
							
						 
						
							
							
								
								Update copyright notice  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58105cde57 
								
							
								 
							
						 
						
							
							
								
								Fix for File::isDirectory on posix when given a File::nonexistent. Also added unit tests for this.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f6395d4cda 
								
							
								 
							
						 
						
							
							
								
								Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5d9600fa1 
								
							
								 
							
						 
						
							
							
								
								Added comment to a file method.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								73d2d1469b 
								
							
								 
							
						 
						
							
							
								
								Avoided some recursion in DirectoryIterator which could cause stack overflows in large filesystems  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c884f79d3 
								
							
								 
							
						 
						
							
							
								
								Added method File::setExecutePermission()  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a7f7814fb 
								
							
								 
							
						 
						
							
							
								
								Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								74571aba11 
								
							
								 
							
						 
						
							
							
								
								New class: MountedVolumeListChangeDetector  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2fd89b0ac4 
								
							
								 
							
						 
						
							
							
								
								A few minor clean-ups.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe61c37d93 
								
							
								 
							
						 
						
							
							
								
								Updated the return types of OutputStream::writeFromInputStream and InputStream::readIntoMemoryBlock  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae0383c7db 
								
							
								 
							
						 
						
							
							
								
								Added a win32-specific flag File::windowsSystemDirectory  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d8180f7ba5 
								
							
								 
							
						 
						
							
							
								
								Tweaked FileInputStream::setPosition to make sure it returns false when trying to seek beyond the limits of the file.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27046fd1a7 
								
							
								 
							
						 
						
							
							
								
								Added new method File::getFileIdentifier() for retrieving a file's unique ID.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d8c390d7a2 
								
							
								 
							
						 
						
							
							
								
								Avoided unnecessary disk flushing in the destructor of FileOutputStream.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b5af44a485 
								
							
								 
							
						 
						
							
							
								
								Couple of minor clean-ups.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5e24fd541 
								
							
								 
							
						 
						
							
							
								
								Avoided assertion in File::isAbsolutePath  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e80e396f5d 
								
							
								 
							
						 
						
							
							
								
								Improved documentation.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								844fda7939 
								
							
								 
							
						 
						
							
							
								
								Spelling fix.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5cabff2ac2 
								
							
								 
							
						 
						
							
							
								
								Moved FileFilter and WildcardFileFilter into the juce_core module.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								76c8400049 
								
							
								 
							
						 
						
							
							
								
								Really minor clean-ups.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a316bd5f6f 
								
							
								 
							
						 
						
							
							
								
								Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2edec00b55 
								
							
								 
							
						 
						
							
							
								
								Removed a few more uses of String::empty.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2623f4d1e1 
								
							
								 
							
						 
						
							
							
								
								Added method String::clear(), and used it to replace a few uses of String::empty.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88c71bc7af 
								
							
								 
							
						 
						
							
							
								
								Removed unwise assertion from File.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b11a88bc01 
								
							
								 
							
						 
						
							
							
								
								Moved some duplicated linux/android code into a shared file. Added a method File::isLink()  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								19425a4502 
								
							
								 
							
						 
						
							
							
								
								Optimised a couple of XML and memory block functions.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5051b2ffcc 
								
							
								 
							
						 
						
							
							
								
								Optimised some number streaming functions.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								abd3babc02 
								
							
								 
							
						 
						
							
							
								
								Minor optimisations and clean-ups.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a193b55f2 
								
							
								 
							
						 
						
							
							
								
								Fixed a bug in File relative path parsing.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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