| .. |
|
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 some typos
|
2020-01-06 14:04:16 +00:00 |
|
juce_ArrayAllocationBase.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_ArrayBase.cpp
|
Fixed some typos
|
2020-01-06 14:04:16 +00:00 |
|
juce_ArrayBase.h
|
Fixed some GCC compiler warnings and removed deprecated functions
|
2019-06-04 16:48:44 +01: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
|
Fixed some typos
|
2020-01-06 14:04:16 +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
|
Enforced more comprehensive const-correctness in the JUCE container classes
|
2019-05-29 08:52:16 +01:00 |
|
juce_NamedValueSet.h
|
Minor documentation update
|
2019-09-02 10:03:23 +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
|
Minor OwnedArray documentation fixes
|
2019-09-03 14:34:18 +01:00 |
|
juce_PropertySet.cpp
|
Made PropertySet::setValue() methods take a StringRef instead of a const String& so that Identifiers can be implicitly cast
|
2020-04-02 16:12:04 +01:00 |
|
juce_PropertySet.h
|
Made PropertySet::setValue() methods take a StringRef instead of a const String& so that Identifiers can be implicitly cast
|
2020-04-02 16:12:04 +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 a RefCountedArray const correctness issue
|
2019-05-31 07:40:35 +01:00 |
|
juce_ScopedValueSetter.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_SortedSet.h
|
Warnings: Add warning-wrangling header
|
2020-04-13 13:16:05 +01: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
|
Added a deleted void* constructor to var, to prevent people accidentally giving it a raw pointer and having it cast to bool
|
2019-11-23 11:13:06 +00:00 |