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 0fb8c8e82a Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 6 years ago
..
juce_IPAddress.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
juce_IPAddress.h Minor tidy-up to IPAddress 7 years ago
juce_MACAddress.cpp Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 7 years ago
juce_MACAddress.h Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 7 years ago
juce_NamedPipe.cpp Fixed some compiler warnings 6 years ago
juce_NamedPipe.h Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_Socket.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
juce_Socket.h Allow valid socket handles of 0 in StreamingSocket and DatagramSocket, add some unit tests and some minor docs cleanup 6 years ago
juce_URL.cpp Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 6 years ago
juce_URL.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 6 years ago
juce_WebInputStream.cpp A minor code cleanup 8 years ago
juce_WebInputStream.h Added various clang-tidy modernize-* fixes 6 years ago