1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/containers
2012-07-10 13:40:11 +01:00
..
juce_AbstractFifo.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_AbstractFifo.h Added better constructors for AudioSourceChannelInfo. 2012-04-28 11:37:05 +01:00
juce_Array.h Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
juce_ArrayAllocationBase.h Fixed an obscure utf8 string comparison problem. Added a few C++11 tweaks. Improved VST host default folder detection. Win32 file browser filter fix. Introjucer VS2005 compiler bug workaround. 2011-11-24 18:11:37 +00:00
juce_DynamicObject.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_DynamicObject.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_ElementComparator.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_HashMap.h Minor HashMap clean-up. 2012-06-15 17:23:42 +01:00
juce_LinkedListPointer.h StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups. 2011-09-29 14:51:42 +01:00
juce_NamedValueSet.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_NamedValueSet.h RTAS mac window position fix. Introjucer fixes for Windows. 2011-08-23 15:02:11 +01:00
juce_OwnedArray.h Rolled back an array comparator change which could cause unexpected problems with ScopedPointers. 2012-06-21 15:13:58 +01:00
juce_PropertySet.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_PropertySet.h Minor tidying-up. 2012-07-10 13:40:11 +01:00
juce_ReferenceCountedArray.h Purged some warnings. 2012-04-10 10:29:14 +01:00
juce_ScopedValueSetter.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_SortedSet.h Tidied up SortedSet. 2012-06-26 15:08:01 +01:00
juce_SparseSet.h RTAS mac window position fix. Introjucer fixes for Windows. 2011-08-23 15:02:11 +01:00
juce_Variant.cpp better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates. 2012-03-31 16:41:05 +01:00
juce_Variant.h RTAS mac window position fix. Introjucer fixes for Windows. 2011-08-23 15:02:11 +01:00