summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'master' into FDKWillem Jan Palenstijn2016-04-222-221/+3338
|\| | |
| * | | Change CPU FFT implementationDaniel M. Pelt2016-04-222-221/+3338
* | | | Use CompositeGeometryManager for FDKWillem Jan Palenstijn2016-04-182-3/+56
* | | | Merge branch 'master' into anisoWillem Jan Palenstijn2016-04-1815-451/+368
|\| | |
| * | | Fix stringToInt parsing doublesWillem Jan Palenstijn2016-04-181-1/+1
| * | | Merge pull request #29 from wjp/indexmanagerWillem Jan Palenstijn2016-04-151-8/+8
| |\ \ \
| | * | | Fix buildWillem Jan Palenstijn2016-03-011-6/+6
| | * | | Merge branch 'master' into indexmanagerWillem Jan Palenstijn2016-03-012-389/+250
| | |\ \ \
| | * | | | Refactor AstraObjectManager to add an AstraIndexManagerWillem Jan Palenstijn2016-02-161-8/+8
| * | | | | Merge pull request #35 from wjp/relaxationWillem Jan Palenstijn2016-04-147-38/+79
| |\ \ \ \ \
| | * | | | | Add relaxation parameters to SIRT3DWillem Jan Palenstijn2016-03-231-0/+8
| | * | | | | Add relaxation parameters to SIRT, SARTWillem Jan Palenstijn2016-03-234-4/+38
| | * | | | | Rename ART lambda option to RelaxationWillem Jan Palenstijn2016-03-231-3/+7
| | * | | | | Move CUDA algorithm initialization to its own functionWillem Jan Palenstijn2016-03-232-31/+26
| * | | | | | 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
| | |/ / / / /
| * | | | | | Fix memory leakWillem Jan Palenstijn2016-03-241-6/+8
| * | | | | | Fix cppcheck warningsWillem Jan Palenstijn2016-03-243-4/+3
| |/ / / / /
| * | / / / Fix buildWillem Jan Palenstijn2016-03-011-6/+6
| | |/ / / | |/| | |
| * | | | Merge pull request #111 from wjp/pluginbuildWillem Jan Palenstijn2016-02-221-366/+1
| |\ \ \ \
| | * | | | Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn2016-01-211-366/+1
| * | | | | Query max texture size instead of hardcoding itWillem Jan Palenstijn2016-02-161-6/+6
| * | | | | 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-151-21/+240
| | |/ / / | |/| | |
* / | | | Restrict FDK_CUDA to cube voxels for nowWillem Jan Palenstijn2016-04-181-0/+11
|/ / / /
* | | | 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