31 Commits (158220ddfa0addc1169633c0090a151151b4aa8c)

Author SHA1 Message Date
  Anthony Nicholls 158220ddfa Formatting: Use nested namespace definitions 1 year ago
  Tom Poole 4153d59e39 Formatting 1 year ago
  Tom Poole 2ec861d99e Update licensing banners to JUCE 7 3 years ago
  Tom Poole dea3fe60e4 Update copyright banners 3 years ago
  reuk bb724761f2
FFT: Allow performFrequencyOnlyForwardTransform to ignore negative frequencies 3 years ago
  reuk 1a8fb3e540
FFT: Add missing override to destructor 3 years ago
  reuk 84cd6152be
FFT: Remove unnecessary check in IPP FFT wrapper 3 years ago
  reuk 31a7c62baf
Windows: Fix and suppress some analysis warnings 4 years ago
  reuk 29c4ef36ee
FFT: Add move ops which would otherwise be implicitly deleted 4 years ago
  reuk 4d27422d9f GCC: Suppress cast-align warnings 4 years ago
  reuk 394c4fd475 Clang: Fix warnings when building with clang 10 4 years ago
  ed 009d685179 Updated all license headers 4 years ago
  Ivan Cohen c138bf91b4 DSP: Revamp DSP module 5 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  reuk 9fa6c195ee FFT: Add IPP implementation 5 years ago
  reuk 327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 5 years ago
  Tom Poole 16dd26649a Fixed some GCC compiler warnings and removed deprecated functions 6 years ago
  ed 34ca59fd81 Fixed a missing argument when creating an instance of FFTWImpl 6 years ago
  ed 74bcfa1d83 Fixed a missing argument when creating an instance of FFTWImpl 6 years ago
  ed eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 6 years ago
  hogliux 1b0cdc74f2 DSP: Ensured that FFTW is initialised and destroyed in a thread-safe way 6 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  jules d691838765 Tidied up a few minor coding style discrepencies 7 years ago
  jules d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 7 years ago
  jules 51f6c5d01c Tidied up a few bits of messy String concatenation 7 years ago
  jules d4a7afa73f Replaced some old juce-style sort operations with std::sort and lambdas 7 years ago
  tpoole 3cb185fcc3 A minor code cleanup 7 years ago
  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 7 years ago
  hogliux e61292fe57 DSP: Added hint flag to tell juce's FFT to only calculate positive frequencies when perforing real to complex transforms 7 years ago
  hogliux a4ffb41bff Make it easier to use a static version of fftw in the dsp module 7 years ago
  hogliux 1089f3837c Make it easier to use a static version of fftw in the dsp module 7 years ago
  hogliux 244a944857 Added the JUCE DSP module 7 years ago