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-07-03 11:51:13 +01:00
..
juce_AbstractFifo.cpp Fixed a warning on Android 2018-01-16 12:52:25 +00:00
juce_AbstractFifo.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_Array.h MSVC: Added a workaround for a compiler bug 2018-06-12 15:54:48 +01:00
juce_ArrayAllocationBase.h Add documentation tags 2018-03-15 12:10:32 +00: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 Converted some old typedefs to using declarations 2018-05-03 09:59:05 +01:00
juce_ElementComparator.h Converted some old typedefs to using declarations 2018-05-03 09:59:05 +01:00
juce_HashMap.h Tidied up some more old typedefs 2018-05-11 14:44:51 +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 Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ListenerList.h Converted some old typedefs to using declarations 2018-05-03 09:59:05 +01:00
juce_NamedValueSet.cpp Added a handy initialiser-list based constructor for NamedValueSet 2018-06-18 10:24:51 +01:00
juce_NamedValueSet.h Added a handy initialiser-list based constructor for NamedValueSet 2018-06-18 10:24:51 +01:00
juce_OwnedArray.h Converted some old typedefs to using declarations 2018-05-03 09:59:05 +01: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 Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ReferenceCountedArray.h Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
juce_ScopedValueSetter.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_SortedSet.h Converted some old typedefs to using declarations 2018-05-03 09:59:05 +01:00
juce_SparseSet.cpp SparseSet: fix removeRange() and add unit tests. 2018-04-25 16:38:45 +02:00
juce_SparseSet.h SparseSet: fix removeRange() and add unit tests. 2018-04-25 16:38:45 +02:00
juce_Variant.cpp Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0 2018-05-10 09:10:09 +01:00
juce_Variant.h Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +01:00