.. |
juce_AbstractFifo.cpp
|
Moved some AbstractFifo declarations to avoid a compiler warning
|
6 years ago |
juce_AbstractFifo.h
|
Tidied up a comment in AbstractFIFO
|
6 years ago |
juce_Array.h
|
Fixed a couple of asan memory access warnings
|
6 years ago |
juce_ArrayAllocationBase.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_ArrayBase.cpp
|
Fixed compatibility with GCC 4.8
|
6 years ago |
juce_ArrayBase.h
|
Fixed compatibility with GCC 4.8
|
6 years ago |
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
|
7 years ago |
juce_DynamicObject.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_ElementComparator.h
|
Converted some old typedefs to using declarations
|
7 years ago |
juce_HashMap.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
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
|
7 years ago |
juce_LinkedListPointer.h
|
Add documentation tags
|
7 years ago |
juce_ListenerList.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_NamedValueSet.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
juce_NamedValueSet.h
|
Added a handy initialiser-list based constructor for NamedValueSet
|
7 years ago |
juce_OwnedArray.cpp
|
Added converting constructors to OwnedArray, ArrayBase and HeapBlock
|
6 years ago |
juce_OwnedArray.h
|
Added converting constructors to OwnedArray, ArrayBase and HeapBlock
|
6 years ago |
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
|
7 years ago |
juce_PropertySet.h
|
Add documentation tags
|
7 years ago |
juce_ReferenceCountedArray.cpp
|
Fixed a bug in the unit tests without JUCE_STRICT_REFCOUNTEDPOINTER
|
6 years ago |
juce_ReferenceCountedArray.h
|
Fixed a bug limiting the extent of removeRange in ReferenceCountedArray
|
6 years ago |
juce_ScopedValueSetter.h
|
Add documentation tags
|
7 years ago |
juce_SortedSet.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_SparseSet.cpp
|
SparseSet: fix removeRange() and add unit tests.
|
7 years ago |
juce_SparseSet.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_Variant.cpp
|
Serialise doubles into more human friendly XML and JSON
|
6 years ago |
juce_Variant.h
|
Deleted some var constructors that take a const ReferenceCountedObject* and were resolving to the wrong type
|
6 years ago |