|  jules | b093f47a8c | Misc minor cleanups and comment fixes. | 12 years ago | 
				
					
						|  jules | 508e25afbb | Cleared-out the last batch of unnecessary includes. | 12 years ago | 
				
					
						|  jules | 2786eadaf9 | Removed a few pedantic warnings. | 12 years ago | 
				
					
						|  jules | 636ffe68d3 | A bit more minor cleaning-up. | 12 years ago | 
				
					
						|  jules | 65c155e372 | Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. | 12 years ago | 
				
					
						|  jules | 50132270d6 | Added a few override modifiers and fixed some documentation. | 12 years ago | 
				
					
						|  jules | 833d15ef81 | Added some override specifiers. | 12 years ago | 
				
					
						|  jules | ebc0b2b727 | Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings. | 12 years ago | 
				
					
						|  jules | 5b25ac6609 | Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. | 12 years ago | 
				
					
						|  jules | 5a1112ab94 | Updated the format of the header include guard macros. | 12 years ago | 
				
					
						|  jules | 4fc8fbaef1 | Added some more override decorators. | 12 years ago | 
				
					
						|  jules | 4ce1908f79 | Misc tidying-up. | 12 years ago | 
				
					
						|  jules | 94a81e0d91 | Fixed some MSVC warnings. | 12 years ago | 
				
					
						|  jules | fdca8fe1c0 | Removed a couple of suprious int casts in AudioFormatReaderSource | 12 years ago | 
				
					
						|  jules | 03c2801f3f | Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 | 12 years ago | 
				
					
						|  jules | c7506df13f | Changed some pass-by-references to pass-by-value to improve compiler optimisation. | 12 years ago | 
				
					
						|  jules | 4dcc5bcd1d | Added method BufferingAudioReader::setReadTimeout() | 12 years ago | 
				
					
						|  jules | fdfdc2bbbf | Aiff float support. | 12 years ago | 
				
					
						|  jules | a8c23112a9 | Tidied up a couple of warnings. | 12 years ago | 
				
					
						|  jules | 15a8c1ded7 | New class: BufferingAudioFormatReader | 12 years ago | 
				
					
						|  jules | cf2fdc0497 | (fixed typo in last check-in) | 12 years ago | 
				
					
						|  jules | bdbeb89595 | Minor VC warning fix. | 12 years ago | 
				
					
						|  jules | fe3a2e4495 | Added method AudioFormatWriter::writeFromFloatArrays() | 12 years ago | 
				
					
						|  jules | 242a461644 | MemoryMappedAudioFormatReader fix. Removed a couple of warnings. | 12 years ago | 
				
					
						|  jules | b0ee49d537 | New class FloatVectorOperations, with a bunch of SSE2-accelerated floating point functions. | 12 years ago | 
				
					
						|  jules | 27895cb6bd | New class of audio format readers: MemoryMappedAudioFormatReader, which does what it says on the tin. | 12 years ago | 
				
					
						|  jules | a93bc9b6e2 | Added iterators to AudioFormatManager. | 12 years ago | 
				
					
						|  jules | 669bd67670 | Spelling and minor cleaning. | 12 years ago | 
				
					
						|  jules | 164ab05bac | Minor clean-ups. | 13 years ago | 
				
					
						|  jules | 0ceeb573d8 | Minor changes to avoid pedantic compiler warnings. | 13 years ago | 
				
					
						|  jules | 48569794c5 | WindowsMediaAudioFormat fix for some file types. | 13 years ago | 
				
					
						|  jules | 6b1654e1d2 | Fixed some more warnings. | 13 years ago | 
				
					
						|  jules | 0033491cc8 | Cleaned up some compiler warnings. | 13 years ago | 
				
					
						|  jules | 08dd8f62c7 | Got rid of the remaining uses of juce_useDebuggingNewOperator in the old Jucer template. | 13 years ago | 
				
					
						|  jules | 9a24aa8a20 | Minor clean-ups. | 13 years ago | 
				
					
						|  jules | 8b90850c0e | Fix + cleanup of AudioFormatReader::readMaxLevels. | 13 years ago | 
				
					
						|  jules | df729be74a | Cleaned-up class inheritance visibilities and encapsulation for some internal classes. | 13 years ago | 
				
					
						|  jules | 4f590f036d | Added better constructors for AudioSourceChannelInfo. | 13 years ago | 
				
					
						|  jules | 1f95f54089 | Purged some warnings. | 13 years ago | 
				
					
						|  jules | 56bbab1537 | (automated whitespace clean-up) | 13 years ago | 
				
					
						|  jules | 83b35eba25 | Minor tweaks to help support mingw, and to avoid namespace issues with assertions. | 13 years ago | 
				
					
						|  jules | 5308aef329 | Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer. | 13 years ago | 
				
					
						|  jules | 295d125142 | Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. | 13 years ago | 
				
					
						|  jules | 43d9a4eb16 | New class: ThreadLocalValue. | 14 years ago | 
				
					
						|  jules | 5e53e8b980 | Minor fix to WindowsMediaAudioFormat. | 14 years ago | 
				
					
						|  jules | 38eb7f8a5b | New class: WindowsMediaAudioFormat. | 14 years ago | 
				
					
						|  jules | e60b2f3a20 | New class: MP3AudioFormat. | 14 years ago | 
				
					
						|  jules | ba2287033c | Fixed a problem when reading mono audio formats. | 14 years ago | 
				
					
						|  jules | 44a050c1aa | Fix for the parameter types of Colour::fromRGBAFloat. Change on iOS to avoid enabling an audio input device unless needed. | 14 years ago | 
				
					
						|  jules | 07b73e4071 | StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups. | 14 years ago |