.. |
juce_AbstractFifo.cpp
|
Fixed a warning on Android
|
7 years ago |
juce_AbstractFifo.h
|
Added methods AbstractFifo::read() and AbstractFifo::write() which return a scope-based object to make it easy to hold, release and iterate blocks of items.
|
7 years ago |
juce_Array.h
|
Minor optimisations and cleanups in Array
|
7 years ago |
juce_ArrayAllocationBase.h
|
Fixed a cast warning, added some missing move operators to ReferenceCountedArray and URL, and tidied up some internal array code
|
7 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
|
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_ElementComparator.h
|
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
|
7 years ago |
juce_HashMap.h
|
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
|
7 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
|
Modernised a bunch of code mainly relating to character/string iteration
|
7 years ago |
juce_ListenerList.h
|
Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated!
|
7 years ago |
juce_NamedValueSet.cpp
|
Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated
|
7 years ago |
juce_NamedValueSet.h
|
Made the NamedValueSet begin/end iterators const, and tidied up a few other things in that class, including a fix to its equality operator
|
7 years ago |
juce_OwnedArray.h
|
More ScopedPointer/unique_ptr compatibility work
|
7 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
|
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_ReferenceCountedArray.h
|
Small fix in ReferenceCountedArray
|
7 years ago |
juce_ScopedValueSetter.h
|
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_SortedSet.h
|
Added an OS X 10.6 compatibility fix
|
7 years ago |
juce_SparseSet.h
|
Fix for VS2015
|
7 years ago |
juce_Variant.cpp
|
A minor code cleanup
|
7 years ago |
juce_Variant.h
|
Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated
|
7 years ago |