jules
|
d727f2a35a
|
Added MathConstants::halfPi to improve readability
|
2017-12-06 12:56:00 +00:00 |
|
jules
|
d0111a4f96
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
2017-12-06 11:16:22 +00:00 |
|
jules
|
7dd8fa993e
|
Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value
|
2017-11-30 16:59:37 +00:00 |
|
Tom Poole
|
7d30c30819
|
Fixed some GCC constexpr issues
|
2017-11-27 20:13:18 +00:00 |
|
jules
|
6ddff42012
|
Added JUCE_CONSTEXPR to a bunch of simple maths functions
|
2017-11-27 17:36:33 +00:00 |
|
jules
|
f0ef700e46
|
Modernised a bunch of code mainly relating to character/string iteration
|
2017-10-19 16:52:20 +01:00 |
|
tpoole
|
18539d7e97
|
Fixed a bug in NormalisableRange
|
2017-10-19 15:07:23 +01:00 |
|
tpoole
|
51b3eaebb2
|
Fixed some VS2013 compiler errors
|
2017-10-18 11:05:40 +01:00 |
|
hogliux
|
daf31260e3
|
macOS: Fixed a compiler error in NormalisableRange when compiling for macOS <10.8
|
2017-10-17 09:50:18 +01:00 |
|
jules
|
7c4a40470d
|
Added some better use of the Range class in NormalisableRange and Slider
|
2017-10-16 16:21:41 +01:00 |
|
jules
|
369d59f656
|
Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters
|
2017-10-11 12:10:58 +01:00 |
|
jules
|
970eda679e
|
Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
|
2017-10-09 12:38:06 +01:00 |
|
jules
|
434b0e7c9b
|
Got rid of a long-defunct alias "BitArray". If your code still uses this name, you can just replace or alias it to BigInteger, which is what the class was renamed to.
|
2017-09-28 11:30:44 +01:00 |
|
jules
|
b44cb8b710
|
Minor breaking change: removed the legacy swapVariables function. Just use std::swap instead and it'll do a better job!
|
2017-09-27 12:31:36 +01:00 |
|
jules
|
27a6903cac
|
Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int
|
2017-09-27 12:24:02 +01:00 |
|
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
tpoole
|
9600016294
|
Fixed some undefined (or implementation defined) behavior
|
2017-08-24 18:16:03 +01:00 |
|
hogliux
|
ec2f7219c5
|
Fixed a MSVC 2013 compiler error in juce_MathsFunctions.h
|
2017-07-28 12:26:01 +01:00 |
|
hogliux
|
244a944857
|
Added the JUCE DSP module
|
2017-07-27 12:39:07 +01:00 |
|
ed
|
6bfcd820b4
|
Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories.
|
2017-07-20 17:24:05 +01:00 |
|
tpoole
|
984654318d
|
Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro
|
2017-06-22 09:33:30 +01:00 |
|
jules
|
e7923af185
|
Got rid of the old PARAMETER_TYPE macro - this isn't needed as the same thing can be done directly with the TypeHelpers::ParameterType helper class
|
2017-05-10 09:37:37 +01:00 |
|
tpoole
|
f4046909ab
|
Added an OS X 10.5 compatible std::function replacement
|
2017-05-03 15:36:25 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
tpoole
|
8b0354ff69
|
Added precompiler sections to make NormalisableRange compatible with OS X 10.5
|
2017-04-07 08:20:46 +01:00 |
|
tpoole
|
710d27d74f
|
Fixed the copy constructor and assignment operator of NormalisableRange
|
2017-04-06 22:02:04 +01:00 |
|
tpoole
|
8a680bc4f6
|
Added a lambda function parameterisation of NormalisableRange
|
2017-04-04 17:03:26 +01:00 |
|
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
jules
|
91d4ba9891
|
Added method NormalisableRange::setSkewForCentre()
|
2017-02-23 09:15:46 +00:00 |
|
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
hogliux
|
9f3fb1c0a6
|
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
|
2017-02-01 17:18:06 +00:00 |
|
jules
|
e040353898
|
Cleaned up a few old bits of VC2005 support code
|
2017-01-30 07:50:56 +00:00 |
|
jules
|
fcd5a47d8c
|
Added a bit-twiddling helper method: findHighestSetBit()
|
2017-01-11 08:50:16 +00:00 |
|
tpoole
|
2e84129479
|
Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license
|
2016-12-14 10:07:26 +00:00 |
|
hogliux
|
13c501da0c
|
Removed unnecessary memory allocation when assigning a big integer with the same memory requirements
|
2016-10-09 19:14:09 +01:00 |
|
ed
|
6c39897369
|
Added 'inclusive' and 'exclusive' to documentation for Random::nextFloat() and Random::nextDouble()
|
2016-10-06 09:30:15 +01:00 |
|
hogliux
|
f37787df4c
|
Fixed incorrect comparison in right shift operator of BigInteger
|
2016-09-09 14:49:10 +01:00 |
|
hogliux
|
821dea8008
|
Fixed implicit conversion warnings in BigInteger
|
2016-08-31 17:43:48 +01:00 |
|
ed
|
16e6c6fd84
|
Slider and NormalisableRange changed to use standard library math functions
|
2016-08-31 09:00:50 +01:00 |
|
ed
|
19d654d43a
|
Added symmetric skew option to NormalisableRange class. Added option to use symmetric skew in SliderPropertyComponent class. Fixed skew factor bug in AudioProcessorValueTreeState::SliderAttachment class
|
2016-08-30 12:30:32 +01:00 |
|
jules
|
7be711ec07
|
Added some functions writeLittleEndianBitsInBuffer() and readLittleEndianBitsInBuffer() for packing bit-fields in memory buffers
|
2016-08-28 17:44:39 +01:00 |
|
jules
|
a9d843414a
|
Resaved all projects
|
2016-08-26 09:49:20 +01:00 |
|
jules
|
c0c912ab4c
|
Modified BigInteger so that small (128-bit) values don't require heap allocation
|
2016-08-26 09:42:28 +01:00 |
|
jules
|
332dcac07d
|
Added a method Range::expanded()
|
2016-07-07 11:10:35 +01:00 |
|
Timur Doumler
|
e993eb7225
|
Whitespace.
|
2016-06-02 15:23:43 +01:00 |
|
jules
|
b841406324
|
Fixed a compiler warning
|
2016-05-31 12:26:52 +01:00 |
|
jules
|
74554a206c
|
Improved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms
|
2016-05-31 11:47:04 +01:00 |
|
jules
|
1675f826be
|
Fixed a mistake in BigInteger::inverseModulo()
|
2016-04-21 10:43:51 +01:00 |
|
jules
|
9678eef688
|
Stripped out some defunct VS2003 code
|
2016-04-20 15:27:26 +01:00 |
|
jules
|
905533c68e
|
Minor formatting tidyups
|
2016-04-19 09:47:22 +01:00 |
|