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 5c19eacd0b Fixed compatibility with g++ 4.9 and c++14 6 years ago
..
containers 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
files Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
javascript Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
logging Removed unused method 6 years ago
maths Windows: Removed some inverse hyperbolic compatibility functions 6 years ago
memory Remove HashMap dependency from HeavyweightLeakedObjectDetector so it can be included as early as possible 6 years ago
misc Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
native Revert "Workaround for bad HTTP response header parsing on Linux" 6 years ago
network 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
streams Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
system Fixed compatibility with g++ 4.9 and c++14 6 years ago
text Updated the documentation 6 years ago
threads Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
time Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
unit_tests Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
xml 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
zip Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
juce_core.cpp Prevented the Apple system headers from including some unnecessary C library headers 6 years ago
juce_core.h Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
juce_core.mm Updated file headers and the README with the JUCE 5 license 8 years ago