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 f37787df4c Fixed incorrect comparison in right shift operator of BigInteger 8 years ago
..
juce_BigInteger.cpp Fixed incorrect comparison in right shift operator of BigInteger 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 Update copyright notice 9 years ago
juce_Range.h Added a method Range::expanded() 9 years ago
juce_StatisticsAccumulator.h Normalised some divider comments 9 years ago