1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_core/maths
2016-09-09 14:49:10 +01:00
..
juce_BigInteger.cpp Fixed incorrect comparison in right shift operator of BigInteger 2016-09-09 14:49:10 +01:00
juce_BigInteger.h Modified BigInteger so that small (128-bit) values don't require heap allocation 2016-08-26 09:42:28 +01:00
juce_Expression.cpp Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
juce_Expression.h Removal of some exception code from the Expression class parsing methods. 2015-09-06 21:19:57 +01:00
juce_MathsFunctions.h Added some functions writeLittleEndianBitsInBuffer() and readLittleEndianBitsInBuffer() for packing bit-fields in memory buffers 2016-08-28 17:44:39 +01:00
juce_NormalisableRange.h Slider and NormalisableRange changed to use standard library math functions 2016-08-31 09:00:50 +01:00
juce_Random.cpp Added override specifiers to unit test classes 2015-08-10 16:21:16 +01:00
juce_Random.h Update copyright notice 2015-07-22 15:59:34 +01:00
juce_Range.h Added a method Range::expanded() 2016-07-07 11:10:35 +01:00
juce_StatisticsAccumulator.h Normalised some divider comments 2016-02-20 09:45:43 +00:00