| .. |
|
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
|
Fixed a couple of asan memory access warnings
|
2018-10-17 11:35:54 +01:00 |
|
juce_ArrayAllocationBase.h
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
juce_ArrayBase.cpp
|
Fixed compatibility with GCC 4.8
|
2018-12-06 10:45:23 +00:00 |
|
juce_ArrayBase.h
|
Fixed compatibility with GCC 4.8
|
2018-12-06 10:45:23 +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
|
Multiple spelling fixes
|
2018-08-20 18:16:24 +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
|
Fixed a documentation error in ListenerList
|
2018-11-23 17:35:42 +00:00 |
|
juce_NamedValueSet.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
juce_NamedValueSet.h
|
Added a handy initialiser-list based constructor for NamedValueSet
|
2018-06-18 10:24:51 +01:00 |
|
juce_OwnedArray.cpp
|
Added converting constructors to OwnedArray, ArrayBase and HeapBlock
|
2018-10-05 15:03:13 +01:00 |
|
juce_OwnedArray.h
|
Added converting constructors to OwnedArray, ArrayBase and HeapBlock
|
2018-10-05 15:03:13 +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.cpp
|
Fixed a bug in the unit tests without JUCE_STRICT_REFCOUNTEDPOINTER
|
2018-08-20 17:44:11 +01:00 |
|
juce_ReferenceCountedArray.h
|
Fixed a bug limiting the extent of removeRange in ReferenceCountedArray
|
2018-09-21 16:42:37 -07:00 |
|
juce_ScopedValueSetter.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_SortedSet.h
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
juce_SparseSet.cpp
|
SparseSet: fix removeRange() and add unit tests.
|
2018-04-25 16:38:45 +02:00 |
|
juce_SparseSet.h
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
juce_Variant.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
juce_Variant.h
|
Added some missing comparison operators to var
|
2018-09-20 13:47:30 +01:00 |