| .. |
|
containers
|
Fixed a couple of asan memory access warnings
|
7 years ago |
|
files
|
Tidied up some comments and usage of File::createOutputStream() and createInputStream()
|
7 years ago |
|
javascript
|
Fix for JSON stringification of INF and NaN double values
|
7 years ago |
|
logging
|
Added some missing override keywords
|
7 years ago |
|
maths
|
Fixed some stray zeros that were still being passed as null pointers
|
7 years ago |
|
memory
|
Tidied up some spelling and comments
|
7 years ago |
|
misc
|
Fixed a leak in JUCE's std::function compatibility implementation
|
7 years ago |
|
native
|
Converted some legacy OSX network code to use atomics to avoid an asan warning
|
7 years ago |
|
network
|
Minor tidy-up to IPAddress
|
7 years ago |
|
streams
|
Made an assertion in MemoryOutputStream::write() slightly more forgiving
|
7 years ago |
|
system
|
Added detection for some AVX512 features
|
7 years ago |
|
text
|
Fixed a documentation typo
|
7 years ago |
|
threads
|
Fixed a couple of asan memory access warnings
|
7 years ago |
|
time
|
Made the Time class trivially copyable.
|
7 years ago |
|
unit_tests
|
Add documentation tags
|
7 years ago |
|
xml
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
7 years ago |
|
zip
|
Fixed some stray zeros that were still being passed as null pointers
|
7 years ago |
|
juce_core.cpp
|
Added converting constructors to OwnedArray, ArrayBase and HeapBlock
|
7 years ago |
|
juce_core.h
|
Added a new HeavyweightLeakedObjectDetector to juce_core which will print out a stack trace showing where the leaked object was created and added a corresponding JUCE_HEAVYWEIGHT_LEAK_DETECTOR macro
|
7 years ago |
|
juce_core.mm
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |