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.
hogliux 13c501da0c Removed unnecessary memory allocation when assigning a big integer with the same memory requirements 8 years ago
..
juce_BigInteger.cpp Removed unnecessary memory allocation when assigning a big integer with the same memory requirements 8 years ago
juce_BigInteger.h Modified BigInteger so that small (128-bit) values don't require heap allocation 8 years ago
juce_Expression.cpp Used the ignoreUnused() function to tidy up some old code 9 years ago
juce_Expression.h Removal of some exception code from the Expression class parsing methods. 9 years ago
juce_MathsFunctions.h Added some functions writeLittleEndianBitsInBuffer() and readLittleEndianBitsInBuffer() for packing bit-fields in memory buffers 8 years ago
juce_NormalisableRange.h Slider and NormalisableRange changed to use standard library math functions 8 years ago
juce_Random.cpp Added override specifiers to unit test classes 9 years ago
juce_Random.h Added 'inclusive' and 'exclusive' to documentation for Random::nextFloat() and Random::nextDouble() 8 years ago
juce_Range.h Added a method Range::expanded() 9 years ago
juce_StatisticsAccumulator.h Normalised some divider comments 9 years ago