summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Move CUDA algorithm initialization to its own functionWillem Jan Palenstijn2016-03-234-33/+31
| * | | | Merge pull request #36 from wjp/sart_raylengthWillem Jan Palenstijn2016-04-141-5/+19
| |\ \ \ \
| | * | | | Fix accumulating multiple raylengths in SARTWillem Jan Palenstijn2016-03-231-5/+19
| | |/ / /
| * | | | Merge pull request #37 from wjp/cppcheckWillem Jan Palenstijn2016-04-144-10/+11
| |\ \ \ \
| | * | | | Fix memory leakWillem Jan Palenstijn2016-03-241-6/+8
| | * | | | Fix cppcheck warningsWillem Jan Palenstijn2016-03-243-4/+3
| |/ / / /
| * | | | Merge pull request #116 from 3cHeLoN/opTomoWillem Jan Palenstijn2016-03-241-53/+28
| |\ \ \ \
| | * | | | Removed regression from opTomoFolkert Bleichrodt2016-03-141-10/+13
| | * | | | opTomo: output type matches input typeFolkert Bleichrodt2016-03-021-57/+29
| * | | | | Merge pull request #117 from dmpelt/python-bool-fixWillem Jan Palenstijn2016-03-241-4/+8
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Encode Python bool as int in XML instead of strDaniel M. Pelt2016-03-041-4/+8
| * | | | | Fix Windows buildWillem Jan Palenstijn2016-03-081-10/+10
| |/ / / /
| * | | | Remove outdated cuda pathsWillem Jan Palenstijn2016-03-031-2/+2
| * | | | Merge pull request #32 from dmpelt/split-condaWillem Jan Palenstijn2016-03-035-13/+43
| |\ \ \ \
| | * | | | Remove with-python from libastra conda buildDaniel M. Pelt2016-03-031-1/+1
| | * | | | Include PluginAlgorithm in non-Python builds as wellDaniel M. Pelt2016-03-031-1/+1
| | * | | | Split conda package into c++ lib and python partsDaniel M. Pelt2016-03-034-12/+42
| * | | | | Merge pull request #33 from wjp/travis-testWillem Jan Palenstijn2016-03-032-5/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Use travis-ci's apt packages for cudaWillem Jan Palenstijn2016-03-031-3/+5
| | * | | | Revert "Use nvcc's -MT option"Willem Jan Palenstijn2016-03-031-2/+4
| | |/ / /
| * | | | Merge pull request #31 from dmpelt/small-fixesWillem Jan Palenstijn2016-03-023-3/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix small Python errorsDaniel M. Pelt2016-03-023-3/+5
| |/ / /
| * | | Fix buildWillem Jan Palenstijn2016-03-011-6/+6
| * | | Merge pull request #28 from dmpelt/travis-ciWillem Jan Palenstijn2016-03-011-0/+43
| |\ \ \ | | |_|/ | |/| |
| | * | Add Travis CI configuration fileDaniel M. Pelt2016-03-011-0/+43
| * | | Disable astra.set_gpu_index when building without CUDAWillem Jan Palenstijn2016-02-291-1/+5
| * | | Merge pull request #111 from wjp/pluginbuildWillem Jan Palenstijn2016-02-2221-648/+814
| |\ \ \
| | * | | Make copyright/license headers consistent with rest of astraWillem Jan Palenstijn2016-02-0215-228/+224
| | * | | Move fixLapackLoading to astra_mex_pluginWillem Jan Palenstijn2016-01-272-32/+33
| | * | | Decrement refcount of CallMethod return valueWillem Jan Palenstijn2016-01-271-1/+4
| | * | | Use Py_XDECREF to guard against nullWillem Jan Palenstijn2016-01-271-1/+1
| | * | | Add missing .PHONY targetsWillem Jan Palenstijn2016-01-211-1/+1
| | * | | Initialize Python plugins when available in MatlabWillem Jan Palenstijn2016-01-213-1/+42
| | * | | Fix whitespaceWillem Jan Palenstijn2016-01-212-7/+7
| | * | | Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn2016-01-219-419/+544
| * | | | Query max texture size instead of hardcoding itWillem Jan Palenstijn2016-02-163-6/+26
| * | | | Merge pull request #113 from wjp/splitXYWillem Jan Palenstijn2016-02-162-25/+257
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Avoid (unlikely) integer overflowWillem Jan Palenstijn2016-02-151-1/+5
| | * | | Skip some unnecessary splittingWillem Jan Palenstijn2016-02-151-5/+8
| | * | | Also split volumes in X/Y directions to respect CUDA limitsWillem Jan Palenstijn2016-02-152-24/+249
| |/ / /
| * | | Update gen.py to work on more python versionsWillem Jan Palenstijn2016-02-101-1/+6
* | | | Restrict FDK_CUDA to cube voxels for nowWillem Jan Palenstijn2016-04-181-0/+11
* | | | Adapt 3D BP scaling to voxel sizeWillem Jan Palenstijn2016-04-182-4/+8
* | | | Move detector-independent vars out of loopWillem Jan Palenstijn2016-04-181-14/+12
* | | | Add voxel-size scaling to par3d_fpWillem Jan Palenstijn2016-04-181-16/+92
* | | | Refactor voxel size scaling CUDA kernel, and special-case cubesWillem Jan Palenstijn2016-04-181-26/+62
* | | | Process non-cubic-voxel astra geometriesWillem Jan Palenstijn2016-02-102-30/+37
* | | | Add cone_fp kernel support for anisotropic voxelsWillem Jan Palenstijn2016-02-102-10/+31
* | | | Refactor CUDA projector params into structWillem Jan Palenstijn2016-02-1017-190/+185
|/ / /
* | | Refactor FP and BP jobs creation in the composite geometry managerNicola Vigano2016-02-102-14/+32