summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding in Vim modelines to all .c and .h files.Robert Massaioli2013-12-0531-0/+33
* Merge pull request #16 from robertmassaioli/sign-defineAnthony Blake2013-12-011-0/+3
|\
| * Added defined constants for sign.Robert Massaioli2013-11-301-0/+3
|/
* Merge pull request #14 from henrygouk/masterAnthony Blake2013-11-191-3/+22
|\
| * Fixed #9 properly.=2013-11-201-1/+11
| * Fixed 9.=2013-11-201-3/+12
|/
* Added header files to SOURCES, and build_*.sh, so make dist works properlyAnthony Blake2013-09-254-5/+14
* Merge pull request #10 from mattles/documentationAnthony Blake2013-07-304-191/+268
|\
| * More fomatting for the codegen fileMatt Hunter2013-07-311-32/+31
| * Add formatting to patterns.cMatt Hunter2013-07-311-9/+10
| * Add formatting for ffts.cMatt Hunter2013-07-311-113/+113
| * Add formatting to codegen.cMatt Hunter2013-07-311-32/+36
| * Commented the plan_t structure with Anthony BlakeMatt Hunter2013-07-251-5/+78
|/
* Fixed transpose -- thanks to Sowon Kim <mogyak@gmail.com>Anthony Blake2013-07-161-1/+1
* Merge pull request #7 from henryrobbinsgouk/masterAnthony Blake2013-06-021-5/+5
|\
| * Fixed #5=2013-06-021-5/+5
* | Merge pull request #6 from henryrobbinsgouk/masterAnthony Blake2013-05-311-1/+24
|\ \ | |/
| * Added a check for NULL pointer.=2013-06-011-1/+1
| * Fixed a memory leak for real multi-dimensional transforms.=2013-06-011-1/+24
|/
* Made the java checks depend on --enable-jni, Added --with-float-abi option fo...Anthony Blake2013-05-154-263/+277
* Fixed bug from conversion - Michael Zucchi <notzed@gmail.com>Anthony Blake2013-05-091-1/+1
* Added brief JNI stuff to READMEAnthony Blake2013-05-061-0/+3
* Added AUTHORS, and removed University from copyright (as it has been assigned...Anthony Blake2013-05-062-2/+7
* JNI java/android support, by Michael Zucchi <notzed@gmail.com>Anthony Blake2013-05-0639-66/+3597
* Merge pull request #3 from matszpk/masterAnthony Blake2013-04-241-3/+3
|\
| * Update codegen_arm.hmatszpk2013-04-241-3/+3
|/
* All 1D complex VFP transforms work (there is still some NEON code in the ND a...Anthony Blake2013-04-243-287/+306
* Included new files I forgot to commit earlier -- thanks Michael CreeAnthony Blake2013-04-225-0/+608
* Renamed sse_float.h -> macros-sse.hAnthony Blake2013-04-223-2/+2
* Fixed up the smaller VFP transforms. Inverse VFP and real/nd VFP still not wo...Anthony Blake2013-04-2213-340/+217
* Disabled some NEON code still in the VFP buildsAnthony Blake2013-04-104-29/+45
* VFP supportAnthony Blake2013-04-038-39/+92
* Added VFP support for ARMAnthony Blake2013-04-039-40/+669
* Fixed cacheflush bug on ARM/Linux -- thanks to Eric Humbert from Invoxia for ...Anthony Blake2013-03-201-0/+4
* Changes to ND codeAnthony Blake2013-01-251-36/+69
* codegen.c: Fixed improperly placed postfix increment which was causing problemsAnthony Blake2013-01-111-10/+10
* Added note about static mode to READMEAnthony Blake2013-01-111-1/+3
* Added postcard address to READMEAnthony Blake2013-01-111-0/+11
* Included config.h in ffts.hAnthony Blake2013-01-081-0/+2
* Android doesn't have long double math functionsAnthony Blake2013-01-071-2/+20
* Fixed incorrect memory allocationAnthony Blake2012-12-151-1/+1
* Fixed memory leak on p->ws_isAnthony Blake2012-12-141-0/+2
* Temp hack to fix aligned stuff in ffts.hAnthony Blake2012-12-141-1/+6
* miscAnthony Blake2012-12-131-1/+37
* Slight speed improvement for ARM NDAnthony Blake2012-12-121-2/+2
* Fixed ND segfaultAnthony Blake2012-12-121-4/+4
* Changed iphone build scriptAnthony Blake2012-12-051-1/+1
* Added static modeAnthony Blake2012-12-0314-19/+2166
* 2D real-valued inverse works for N1 != N2Anthony Blake2012-11-161-11/+10
* Removed unneeded real transposeAnthony Blake2012-11-161-10/+0
OpenPOWER on IntegriCloud