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.
ed aa498afce2 Call Thread::stopThread() in NamedPipeThread's destructor to fix an assertion when running the NamedPipe unit tests 6 years ago
..
containers Fixed an issue iterating arrays of owned objects from object destructors 6 years ago
files Restored compatibility with older versions of Xcode 6 years ago
javascript Added a trailing decimal when serialising integer valued doubles 6 years ago
logging Removed unused method 6 years ago
maths Make Random::setSeedRandomly() globalSeed atomic to fix a data race when multiple threads create a Random object 6 years ago
memory Remove HashMap dependency from HeavyweightLeakedObjectDetector so it can be included as early as possible 6 years ago
misc Minor whitespace tidying 6 years ago
native Fixed an uninitialised variable in the posix implementation of HighResolutionTimer 6 years ago
network Call Thread::stopThread() in NamedPipeThread's destructor to fix an assertion when running the NamedPipe unit tests 6 years ago
streams Added various clang-tidy modernize-* fixes 6 years ago
system macOS: Added missing OS versions to SystemStats::OperatingSystemType 6 years ago
text Added a trailing decimal when serialising integer valued doubles 6 years ago
threads Added a ScopedLock in ThreadPool::getNumJobs() to fix a potential data race 6 years ago
time Support comma decimal mark in Time::fromISO8601() 6 years ago
unit_tests Add documentation tags 7 years ago
xml Added a trailing decimal when serialising integer valued doubles 6 years ago
zip Added various clang-tidy modernize-* fixes 6 years ago
juce_core.cpp Fixed a few more places where doubles were not serialised to full accuracy 6 years ago
juce_core.h Set JUCE_ALLOW_STATIC_NULL_VARIABLES 0 by default - these have all been marked as deprecated for a long time 6 years ago
juce_core.mm Updated file headers and the README with the JUCE 5 license 8 years ago