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 26279af622 Made it possible to provide a user-supplied definition for JUCE_LOG_CURRENT_ASSERTION to enable custom behaviour when an assertion fails 6 years ago
..
containers Fixed compatibility with GCC 4.8 7 years ago
files Replaced all uses of static_cast<Type&&> with std::move 7 years ago
javascript Avoid unnecessary zeros when writing double values to XML or JSON 6 years ago
logging Added some missing override keywords 7 years ago
maths Added JUCE_CONSTEXPR macro to qualifying functions in Range 6 years ago
memory Avoided a possible recursion in ScopedPointer::reset() if called from within the object's own destructor. 6 years ago
misc Moved the UUID hashing template to the header file 7 years ago
native Android: Revert commit 9bad191 6 years ago
network Replaced all uses of static_cast<Type&&> with std::move 7 years ago
streams Replaced all uses of static_cast<Type&&> with std::move 7 years ago
system Made it possible to provide a user-supplied definition for JUCE_LOG_CURRENT_ASSERTION to enable custom behaviour when an assertion fails 6 years ago
text Avoid unnecessary zeros when writing double values to XML or JSON 6 years ago
threads Improved the documentation of some methods in juce_Thread.h 6 years ago
time Fixed compatibility with GCC 4.8 7 years ago
unit_tests Add documentation tags 7 years ago
xml Avoid unnecessary zeros when writing double values to XML or JSON 6 years ago
zip Fixed some stray zeros that were still being passed as null pointers 7 years ago
juce_core.cpp Re-structured the low-level Android native code 7 years ago
juce_core.h Bump version number to 5.4.1 7 years ago
juce_core.mm Updated file headers and the README with the JUCE 5 license 8 years ago