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.
Tom Poole 5c49152d9d CLion: Launch the .app bundle from the Projucer on OSX to pass environment variables 6 years ago
..
containers Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem. 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 Add approximatelyEqualTo() and isWithin() methods to juce_MathsFunctions.h 6 years ago
memory Fixed a bug adding derived ReferenceCountedObjects to base class ReferenceCountedArrays 6 years ago
misc Misc cleanups and modernisation 7 years ago
native CLion: Launch the .app bundle from the Projucer on OSX to pass environment variables 6 years ago
network Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 6 years ago
streams Updated the documentation of InputStream::skipNextBytes() to reflect the changes in the last commit 6 years ago
system Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 6 years ago
text Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem. 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 Fixed a bug adding ReferenceCountedArrays 6 years ago
juce_core.h Replaced ArrayAllocationBase with a safer storage container 6 years ago
juce_core.mm Updated file headers and the README with the JUCE 5 license 8 years ago