97 Commits (b719acf3e228a2821e4f4934e4e3b1710eafb51d)

Author SHA1 Message Date
  hogliux b719acf3e2 DSP: Fixed various undefined behavior in SIMDRegister 7 years ago
  hogliux f0e035f742 Fixed a compiler error in the DSP module when using clang C++17 support 7 years ago
  hogliux bb78ed2006 Make sure that a recent dsp compiler warnings fix is only applied to newer gcc versions 7 years ago
  hogliux d7528138cb DSP SIMD: Fixed a potential compiler error and warning on some versions of gcc and added a unit-test to test some untested comparison SIMD operations 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Tom Poole c7c26fa9f0 Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms 7 years ago
  hogliux 2f2ff9437b Windows: Fixed various compiler warnings and errors when building JUCE with MSVC's latest C++ 2017 support 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  Noah Dayan 1a31c86f39 Bump version number to 5.3.1 7 years ago
  jules d691838765 Tidied up a few minor coding style discrepencies 7 years ago
  ed 262dff8854 Bump version number to 5.3.0 7 years ago
  ed cdbc28c18b Add documentation tags 7 years ago
  ed 8aa40a72c8 Add guards to juce_blocks_basics, juce_dsp and juce_osc modules to ensure that they are not built if the compiler does not support them 7 years ago
  Lukasz Kozakiewicz 3f7220c2af AudioBlock: remove unnecessary cast from size_t to int. 7 years ago
  Tom Poole 7ec4cbdec0 Fixed a typo 7 years ago
  Tom Poole 400691b8e0 DSP: Fixed an issue calling reset() on IIRFilters with SIMDRegister template types 7 years ago
  hogliux 2577ed103f DSP: When given an input signal, the Oscillator processor will now mix it's output signal to the input, instead of replacing it 7 years ago
  hogliux 0ba6cb4ecf DSP: Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag 7 years ago
  ed fa0f7a4281 Bump version number to 5.2.1 7 years ago
  hogliux f73fc41af1 DSP: Various improvements to the convolution engine (see commit message for more info) 7 years ago
  jules f71df8704a Added an AudioBlock::multiply() overload for LinearSmoothedValue 7 years ago
  Noah Dayan 365507d7fd Fixed typo in juce_SIMDRegister.h 7 years ago
  Noah Dayan e1abac681d Fixed typos in juce_SIMDRegister.h 7 years ago
  ed 6d8d90e9d8 Fixed a typo 7 years ago
  Tom Poole 7d943e76dc Tidied up some module dependencies 7 years ago
  jules e79663e5f5 Fix for dsp::ProcessorChain when used with a non-replacing context 7 years ago
  jules 48a5fbd333 Another batch of ScopedPointer cleanups 7 years ago
  jules f9313c8338 Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 7 years ago
  jules 7326a37795 Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2 7 years ago
  jules 81a76efcd3 Fix for dsp::ProcessorChain when used with a non-replacing context 7 years ago
  Tom Poole af9526a1c3 DSP: Fixed a bug when oversampling multiple channels 8 years ago
  Tom Poole e3aede39d8 DSP: Fixed an overly restrictive assertion in the Matrix multiplication operator 7 years ago
  jules 30a97ec91b Added some assertions to StateVariableFilter 7 years ago
  jules c4342e684d Added some get/set/addSample methods to AudioBlock 7 years ago
  jules 4797b29b27 DSP: Added Butterworth methods to the FilterDesign class 7 years ago
  jules fdebb67071 DSP module: Added a Phase class 7 years ago
  jules 73c319d249 Tidied up a few issues in AudioBlock 8 years ago
  jules d727f2a35a Added MathConstants::halfPi to improve readability 8 years ago
  jules d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 8 years ago
  Zsolt Garamvolgyi daab5147c2 Fixed SIMDRegister errors in the 32-bit VS2017 build 8 years ago
  jules 51f6c5d01c Tidied up a few bits of messy String concatenation 8 years ago
  jules 8d8c69beb8 Documentation typo fix 8 years ago
  jules 7dd8fa993e Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value 8 years ago
  Zsolt Garamvolgyi 8f02179bbf Various additions to SIMDRegister 8 years ago
  jules 326aa13023 Fix for the dsp::Convolution class 8 years ago
  jules f85d706131 Some minor formatting and comment fixes 8 years ago
  Tom Poole 1ff97d3688 DSP: Fixed a bug when oversampling multiple channels 8 years ago
  ed a7055c3a96 Fixed a parameter name in Oscillator.h 8 years ago
  hogliux e2ae08e111 DSP: Added an alignment argument to AudioBlock 8 years ago
  hogliux 328c0f6593 DSP: Add "DSP" UnitTest category to dsp module UnitTests 8 years ago