| .. |
|
juce_AbstractFifo.cpp
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
2019-04-03 15:10:40 +01:00 |
|
juce_AbstractFifo.h
|
Tidied up a comment in AbstractFIFO
|
2019-02-08 16:38:59 +00:00 |
|
juce_Array.h
|
Fixed a couple of asan memory access warnings
|
2018-10-17 11:35:54 +01:00 |
|
juce_ArrayAllocationBase.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_ArrayBase.cpp
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
2019-04-03 15:10:40 +01:00 |
|
juce_ArrayBase.h
|
Fixed compatibility with GCC 4.8
|
2018-12-06 10:45:23 +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
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_ElementComparator.h
|
Converted some old typedefs to using declarations
|
2018-05-03 09:59:05 +01:00 |
|
juce_HashMap.h
|
Fixed a documentation typo
|
2019-05-07 09:33:33 +01:00 |
|
juce_HashMap_test.cpp
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
2019-04-03 15:10:40 +01:00 |
|
juce_LinkedListPointer.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ListenerList.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_NamedValueSet.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
juce_NamedValueSet.h
|
Added a handy initialiser-list based constructor for NamedValueSet
|
2018-06-18 10:24:51 +01:00 |
|
juce_OwnedArray.cpp
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
2019-04-03 15:10:40 +01:00 |
|
juce_OwnedArray.h
|
Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added!
|
2019-05-15 11:02:03 +01:00 |
|
juce_PropertySet.cpp
|
Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way
|
2019-05-19 08:16:27 +01:00 |
|
juce_PropertySet.h
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
2019-05-09 10:51:19 +01:00 |
|
juce_ReferenceCountedArray.cpp
|
More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it
|
2019-05-16 15:37:47 +01:00 |
|
juce_ReferenceCountedArray.h
|
Fixed an issue iterating arrays of owned objects from object destructors
|
2019-03-20 14:33:19 +00:00 |
|
juce_ScopedValueSetter.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_SortedSet.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_SparseSet.cpp
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
2019-04-03 15:10:40 +01:00 |
|
juce_SparseSet.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_Variant.cpp
|
Serialise doubles into more human friendly XML and JSON
|
2019-02-27 17:59:24 +00:00 |
|
juce_Variant.h
|
Minor whitespace tidying
|
2019-03-15 14:10:14 +00:00 |