| .. |
|
juce_AbstractFifo.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
|
8 years ago |
|
juce_AbstractFifo.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
|
8 years ago |
|
juce_Array.h
|
Added back std::initializer_list constructors for Array and StringArray in addition to the variadic constructors
|
8 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
|
8 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
|
8 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
|
8 years ago |
|
juce_ElementComparator.h
|
Some light modernisation of a bunch of old code
|
8 years ago |
|
juce_HashMap.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
|
8 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
|
8 years ago |
|
juce_LinkedListPointer.h
|
Modernised a bunch of code mainly relating to character/string iteration
|
8 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!
|
8 years ago |
|
juce_NamedValueSet.cpp
|
Made the NamedValueSet begin/end iterators const, and tidied up a few other things in that class, including a fix to its equality operator
|
8 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
|
8 years ago |
|
juce_OwnedArray.h
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
8 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
|
8 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
|
8 years ago |
|
juce_ReferenceCountedArray.h
|
Small fix in ReferenceCountedArray
|
8 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
|
8 years ago |
|
juce_SortedSet.h
|
Added an OS X 10.6 compatibility fix
|
8 years ago |
|
juce_SparseSet.h
|
Fix for VS2015
|
8 years ago |
|
juce_Variant.cpp
|
A minor code cleanup
|
8 years ago |
|
juce_Variant.h
|
Added a method var::hasProperty()
|
8 years ago |