The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 7ed282f314 Fix for obscure order-of-deletion problems involving self-referenctial ReferenceCountedObjectPtrs 6 years ago
..
containers Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 6 years ago
files Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
javascript Whitespace 6 years ago
logging Add documentation tags 7 years ago
maths Whitespace 6 years ago
memory Fix for obscure order-of-deletion problems involving self-referenctial ReferenceCountedObjectPtrs 6 years ago
misc Misc cleanups and modernisation 7 years ago
native Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 6 years ago
network Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 6 years ago
streams Added a parameter to File::appendText, File::replaceWithText and OutputStream::writeText to provide control over if/how line-feeds are replaced when writing text to a file 7 years ago
system Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 6 years ago
text Fixed some compiler warnings 6 years ago
threads Fixed a documentation typo 6 years ago
time Misc cleanups and modernisation 7 years ago
unit_tests Add documentation tags 7 years ago
xml Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
zip Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
juce_core.cpp SparseSet: fix removeRange() and add unit tests. 7 years ago
juce_core.h Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 6 years ago
juce_core.mm Updated file headers and the README with the JUCE 5 license 8 years ago