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 bd916b68e1 Make Random::setSeedRandomly() globalSeed atomic to fix a data race when multiple threads create a Random object 6 years ago
..
juce_BigInteger.cpp Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_BigInteger.h Add documentation tags 7 years ago
juce_Expression.cpp Replaced all uses of static_cast<Type&&> with std::move 7 years ago
juce_Expression.h Added various clang-tidy modernize-* fixes 6 years ago
juce_MathsFunctions.h MathsFunctions: Made numElementsInArray constexpr 6 years ago
juce_NormalisableRange.h Minor whitespace tidying 6 years ago
juce_Random.cpp Make Random::setSeedRandomly() globalSeed atomic to fix a data race when multiple threads create a Random object 6 years ago
juce_Random.h Add documentation tags 7 years ago
juce_Range.h Added JUCE_CONSTEXPR macro to qualifying functions in Range 6 years ago
juce_StatisticsAccumulator.h Made some more JUCE classes trivially copyable 7 years ago