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
2017-07-23 09:46:45 +01:00
..
juce_AbstractFifo.cpp Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 2017-07-20 17:24:05 +01:00
juce_AbstractFifo.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_Array.h cleaned up a method in Array 2017-07-23 09:46:45 +01:00
juce_ArrayAllocationBase.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_DynamicObject.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_DynamicObject.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ElementComparator.h Got rid of the old PARAMETER_TYPE macro - this isn't needed as the same thing can be done directly with the TypeHelpers::ParameterType helper class 2017-05-10 09:37:37 +01:00
juce_HashMap.h Cleaned up some code in HashMap and added a getReference method 2017-06-29 17:25:48 +01:00
juce_HashMap_test.cpp Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 2017-07-20 17:24:05 +01:00
juce_LinkedListPointer.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ListenerList.cpp Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 2017-07-20 17:24:05 +01:00
juce_ListenerList.h Made ListenerList.callExcluding take a pointer argument 2017-05-02 22:09:39 +01:00
juce_NamedValueSet.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_NamedValueSet.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_OwnedArray.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_PropertySet.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_PropertySet.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ReferenceCountedArray.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_ScopedValueSetter.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_SortedSet.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_SparseSet.h Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_Variant.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
juce_Variant.h Suppressed a VS2013 assignment operator compiler warning 2017-05-04 09:54:52 +01:00