summaryrefslogtreecommitdiff
path: root/numpy/fft/_pocketfft.c
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Simplify temporary dimensions by using static arraySebastian Berg2023-02-211-4/+2
* MAINT: Ensure malloc(0) is not called in pocketfft.cSebastian Berg2023-02-211-6/+9
* MAINT: remove `NPY_RESTRICT` in favor of C99 `restrict`Ralf Gommers2022-11-121-2/+0
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-1/+2
* MAIN: Minor include rationalization.Charles Harris2021-09-031-3/+4
* BUG: Remove non-threadsafe sigint handling from fft calculationSebastian Berg2020-06-251-6/+0
* BLD: use 0.3.7 release version, add dependency on libgfortran5mattip2020-01-171-5/+5
* MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-19/+2
* MAINT: move pocketfft .py/.so to `_pocketfft`Ralf Gommers2019-09-071-0/+2406