Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable building shared library and start version numbering from 0.9.0. On ↵ | Jukka Ojanen | 2015-11-30 | 1 | -8/+35 |
| | | | | Windows when using FFTS as a DLL, define FFTS_SHARED. This is not mandatory, but it offers a little performance increase. Hide symbols when possible to improve compiler optimization and sizeof binary. Use CMake target alias "ffts" to choose between static and shared library, preferring static | ||||
* | Cleaning to make ISO C90 compatible | Jukka Ojanen | 2014-10-29 | 1 | -21/+20 |
| | |||||
* | Adding in Vim modelines to all .c and .h files. | Robert Massaioli | 2013-12-05 | 1 | -0/+1 |
| | |||||
* | Added defined constants for sign. | Robert Massaioli | 2013-11-30 | 1 | -0/+3 |
| | |||||
* | Added API for real multi-dimension transforms | Anthony Blake | 2012-11-15 | 1 | -1/+2 |
| | |||||
* | Real transforms now use hermitian format | Anthony Blake | 2012-11-09 | 1 | -1/+5 |
| | |||||
* | Added real transforms | Anthony Blake | 2012-11-08 | 1 | -1/+4 |
| | |||||
* | Modified API to make way for multi-dimensional transforms | Anthony Blake | 2012-10-31 | 1 | -21/+4 |
| | |||||
* | Transforms for N>=32 are now thread safe | Anthony Blake | 2012-10-20 | 1 | -0/+1 |
| | |||||
* | Made ffts_plan_t private -- transforms now have to use ffts_execute() | Anthony Blake | 2012-10-20 | 1 | -1/+2 |
| | |||||
* | NEON backwards transforms work correctly | Anthony Blake | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | Builds and runs on Android/ARM | Anthony Blake | 2012-10-11 | 1 | -3/+11 |
| | |||||
* | SSE working | Anthony Blake | 2012-08-30 | 1 | -0/+1 |
| | |||||
* | Working on ARM | Anthony Blake | 2012-08-24 | 1 | -3/+1 |
| | |||||
* | Full custom FFT32 works | Anthony Blake | 2012-08-20 | 1 | -6/+12 |
| | |||||
* | Pre- dynamic code generation | Anthony Blake | 2012-08-09 | 1 | -2/+2 |
| | |||||
* | Forwards and backwards working | Anthony Blake | 2012-08-01 | 1 | -2/+17 |
| | |||||
* | Initial commit | Anthony Blake | 2012-07-31 | 1 | -0/+47 |