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
2018-01-10 17:35:08 +00:00
..
juce_AbstractFifo.cpp Fixed data races in the Atomic and AbstractFifo classes 2017-12-04 17:22:05 +00:00
juce_AbstractFifo.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_Array.h Minor optimisations and cleanups in Array 2017-12-04 11:08:20 +00:00
juce_ArrayAllocationBase.h Fixed a cast warning, added some missing move operators to ReferenceCountedArray and URL, and tidied up some internal array code 2017-10-13 14:49:49 +01:00
juce_DynamicObject.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_DynamicObject.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_ElementComparator.h Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
juce_HashMap.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_HashMap_test.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_LinkedListPointer.h Modernised a bunch of code mainly relating to character/string iteration 2017-10-19 16:52:20 +01:00
juce_ListenerList.h Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
juce_NamedValueSet.cpp Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated 2017-12-31 10:49:33 +00:00
juce_NamedValueSet.h Made the NamedValueSet begin/end iterators const, and tidied up a few other things in that class, including a fix to its equality operator 2017-10-30 13:53:46 +00:00
juce_OwnedArray.h More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_PropertySet.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_PropertySet.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_ReferenceCountedArray.h Small fix in ReferenceCountedArray 2017-10-16 10:11:53 +01:00
juce_ScopedValueSetter.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_SortedSet.h Added an OS X 10.6 compatibility fix 2017-09-08 09:51:41 +01:00
juce_SparseSet.h Fix for VS2015 2017-11-27 09:42:32 +00:00
juce_Variant.cpp A minor code cleanup 2017-10-12 12:31:55 +01:00
juce_Variant.h Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated 2017-12-31 10:49:33 +00:00