| .. |
|
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
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
2018-04-17 18:46:55 +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
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ElementComparator.h
|
Avoided some UB warnings when trying to sort empty arrays
|
2018-03-21 10:49:27 +00:00 |
|
juce_HashMap.h
|
Added some hashing support for the Uuid class
|
2018-04-24 10:03:53 +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
|
Adding missing locks in ListenerList when the underlying array of the ListenerList uses a CriticalSection
|
2018-04-19 12:07:48 +01: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
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_OwnedArray.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +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
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ScopedValueSetter.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_SortedSet.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00: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
|
A minor code cleanup
|
2017-10-12 12:31:55 +01:00 |
|
juce_Variant.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |