| .. |
|
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
|
Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem.
|
2018-08-13 10:22:23 +01:00 |
|
juce_ArrayAllocationBase.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ArrayBase.cpp
|
Replaced ArrayAllocationBase with a safer storage container
|
2018-07-12 12:05:54 +01:00 |
|
juce_ArrayBase.h
|
Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem.
|
2018-08-13 10:22:23 +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
|
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
|
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
|
Replaced ArrayAllocationBase with a safer storage container
|
2018-07-12 12:05:54 +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 adding ReferenceCountedArrays
|
2018-07-17 13:23:12 +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 |