Commit Graph

18 Commits

Author SHA1 Message Date
Greg Thornton
82d7f4cb8a Use dylib for macOS and ignore built libs 2016-11-03 06:46:07 -05:00
Ian Daniher
5720824f4c Merge pull request #4 from ralphtandetzky/master
Fix: Made FFT work for T = float.
2016-10-13 21:03:34 -07:00
Ralph Tandetzky
64800e61d8 Fix: Made FFT work for T = float.
Also removed some trailing spaces from line ends.
2016-09-20 14:02:49 +02:00
Ian Daniher
e797a0e189 Merge pull request #3 from ralphtandetzky/master
Made member functions of kissfft class const-correct.
2016-05-22 15:21:56 -07:00
Ralph Tandetzky
6a8798c453 Added the method kissfft::assign(). 2016-04-26 08:40:31 +02:00
Ralph Tandetzky
6e0d8bbcd2 Normalized identation in new code. 2016-04-25 10:17:41 +02:00
Ralph Tandetzky
1fbc2b6ab4 Added FFT from real input. Improved documentation. 2016-04-23 19:09:42 +02:00
Ralph Tandetzky
0395af753e Removed the needless use of a traits class. 2016-04-21 13:20:29 +02:00
Ralph Tandetzky
b10fb43644 Removed macro-like looking private methods of kissfft class.
All uses of these function were replaced by their implementation (which is mostly easier to read than the functions themselves).
2016-04-21 12:36:57 +02:00
Ralph Tandetzky
f78c115f92 Improved code quality.
* Replaced int by std::size_t where appropriate.
* Made traits member functions static.
* Removed redundant data from traits class.
* Made local variables const where possible.
* Made mutable variables as local as possible.
* Removed redundant variables.
* Improved white-space formatting for readability (sparingly).
2016-04-21 11:41:53 +02:00
Ralph Tandetzky
3c96a24710 Made member functions of kissfft class const-correct.
Also made member functions static where appropriate.
2016-04-21 10:42:20 +02:00
Ian Daniher
071e47d8ca Merge pull request #2 from jontio/patch-1
missing include guard added
2015-08-08 23:02:57 -04:00
Jonti Olds
5e87358ea8 missing include guard added
Fixed broken include guard #define KISSFFT_CLASS_HH
2015-08-07 08:30:42 +12:00
Ian Daniher
cf0a8088e0 add install target for shared lib 2015-04-09 21:31:37 -04:00
Ian Daniher
e3420f1731 build archive for static linking 2015-04-08 16:59:46 -04:00
Ian Daniher
dcf3d68b55 add .gitignore 2014-10-21 00:06:34 -04:00
Ian Daniher
67b6c541e2 add target to build libkissfft.so 2014-10-20 23:57:18 -04:00
Ian
7d00183660 initial commit of kiss_fft130.tar.gz contents 2013-07-23 21:57:43 -04:00