summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Skip some unnecessary splittingWillem Jan Palenstijn2016-02-151-5/+8
| * | | Also split volumes in X/Y directions to respect CUDA limitsWillem Jan Palenstijn2016-02-151-21/+240
| | |/ | |/|
| * | Refactor FP and BP jobs creation in the composite geometry managerNicola Vigano2016-02-101-14/+25
| * | Add multi-GPU support to CompositeGeometryManagerWillem Jan Palenstijn2016-01-191-114/+320
| * | Remove noisy debugging outputWillem Jan Palenstijn2016-01-191-3/+0
| * | Fix whitespaceWillem Jan Palenstijn2016-01-191-21/+21
| |/
| * Merge pull request #105 from wjp/stringsWillem Jan Palenstijn2016-01-1847-297/+216
| |\
| | * Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-0547-218/+234
| | * Remove unused functionsWillem Jan Palenstijn2016-01-051-97/+0
| * | Fix projections parallel to XZ or YZ planesWillem Jan Palenstijn2016-01-141-0/+12
| |/
| * Fix uninitialized variableWillem Jan Palenstijn2015-12-091-0/+1
| * Merge pull request #101 from wjp/compositeWillem Jan Palenstijn2015-12-049-14/+1462
| |\
| | * Add utility functions for creating FP/BP JobListsWillem Jan Palenstijn2015-12-041-2/+111
| | * Add CompositeGeometryManagerWillem Jan Palenstijn2015-12-048-14/+1351
| | * Disable error-prone checksWillem Jan Palenstijn2015-12-041-0/+2
| * | Merge pull request #73 from dmpelt/python-pluginsWillem Jan Palenstijn2015-12-042-0/+404
| |\ \ | | |/ | |/|
| | * Avoid unnecessary include in headerWillem Jan Palenstijn2015-12-021-1/+5
| | * Merge branch 'master' into python-pluginsWillem Jan Palenstijn2015-12-0120-276/+460
| | |\
| | * | Ensure we have acquired the GIL before calling Python plugin 'run' methodDaniel M. Pelt2015-08-101-3/+8
| | * | Fix get_help for classes without docstringDaniel M. Pelt2015-08-051-5/+7
| | * | Fix 'get_registered' in Matlab with Python 3Daniel M. Pelt2015-07-231-5/+18
| | * | Clear Python error when plugin is not find in getHelpDaniel M. Pelt2015-07-231-0/+1
| | * | Normalize Python exceptions (needed for some)Daniel M. Pelt2015-07-231-0/+1
| | * | Allow registering plugins without explicit name, and fix exception handling w...Daniel M. Pelt2015-07-231-19/+76
| | * | Always log Python errors when importing/creating pluginsDaniel M. Pelt2015-07-231-4/+8
| | * | Also log Python errors when importing and creating Python pluginsDaniel M. Pelt2015-07-231-0/+48
| | * | Fix numpy lapack loading when running in MatlabDaniel M. Pelt2015-07-232-0/+32
| | * | Remove config text file loading for pluginsDaniel M. Pelt2015-07-231-67/+5
| | * | Log error when running Python plugin algorithmDaniel M. Pelt2015-07-231-1/+1
| | * | Fix config to dict translation for array optionsDaniel M. Pelt2015-07-231-1/+6
| | * | Add support for Python algorithm pluginsDaniel M. Pelt2015-07-231-0/+294
| * | | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-12-0216-281/+298
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #94 from wjp/cuda_options2Willem Jan Palenstijn2015-12-0116-281/+298
| | |\ \
| | | * | Fix warning textWillem Jan Palenstijn2015-10-091-3/+3
| | | * | Improve option passing through CudaProjector2DWillem Jan Palenstijn2015-10-0910-208/+134
| | | * | Improve option passing through CudaProjector3DWillem Jan Palenstijn2015-10-096-70/+161
| * | | | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-11-185-41/+80
| |\| | |
| | * | | Merge pull request #96 from wjp/cuda_constraint_warningWillem Jan Palenstijn2015-10-151-4/+12
| | |\ \ \
| | | * | | Give a warning on ignored Min/MaxContraint in some CUDA algorithms.Willem Jan Palenstijn2015-10-091-4/+12
| | * | | | Merge pull request #97 from dmpelt/log_valist_fixWillem Jan Palenstijn2015-10-141-16/+44
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Do not reuse va_list when logging both to screen and fileDaniel M. Pelt2015-10-131-16/+44
| | * | | | Call check() function after initializing CUDA_FBPWillem Jan Palenstijn2015-10-091-5/+3
| | * | | | Fix loop bounds in (unused) Float32ProjectionData3D arithmetic functionsWillem Jan Palenstijn2015-10-091-16/+20
| | | |/ / | | |/| |
| | * | | Silence bogus warning:Christian Häggström2015-09-161-0/+1
| | |/ /
| * | | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-09-1642-602/+653
| |\| |
| | * | Merge pull request #75 from wjp/cuda_optionsWillem Jan Palenstijn2015-06-2611-54/+177
| | |\ \
| | | * | Use supersampling options from CudaProjector2DWillem Jan Palenstijn2015-06-233-36/+73
| | | * | Use supersampling options from CudaProjector3DWillem Jan Palenstijn2015-06-046-18/+88
| | | * | Add supersampling options to Cuda ProjectorsWillem Jan Palenstijn2015-05-222-0/+16
| | | |/
| | * | Add extra null check for ExtraDetectorOffsetDaniel M. Pelt2015-06-251-3/+5