.. |
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
|
7 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
|
7 years ago |
juce_Array.h
|
Added back std::initializer_list constructors for Array and StringArray in addition to the variadic constructors
|
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
|
Some light modernisation of a bunch of old code
|
7 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
|
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.cpp
|
Spelling fix
|
7 years ago |
juce_ListenerList.h
|
Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up
|
7 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
|
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
|
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)
|
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
|
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_Variant.cpp
|
A minor code cleanup
|
7 years ago |
juce_Variant.h
|
Added a method var::hasProperty()
|
7 years ago |