Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Add relaxation parameters to SIRT, SART | Willem Jan Palenstijn | 2016-03-23 | 4 | -4/+38 | |
| | * | | | | | Rename ART lambda option to Relaxation | Willem Jan Palenstijn | 2016-03-23 | 1 | -3/+7 | |
| | * | | | | | Move CUDA algorithm initialization to its own function | Willem Jan Palenstijn | 2016-03-23 | 2 | -31/+26 | |
| * | | | | | | Merge pull request #36 from wjp/sart_raylength | Willem Jan Palenstijn | 2016-04-14 | 1 | -5/+19 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix accumulating multiple raylengths in SART | Willem Jan Palenstijn | 2016-03-23 | 1 | -5/+19 | |
| | |/ / / / / | ||||||
| * | | | | | | Fix memory leak | Willem Jan Palenstijn | 2016-03-24 | 1 | -6/+8 | |
| * | | | | | | Fix cppcheck warnings | Willem Jan Palenstijn | 2016-03-24 | 3 | -4/+3 | |
| |/ / / / / | ||||||
| * | / / / | Fix build | Willem Jan Palenstijn | 2016-03-01 | 1 | -6/+6 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Merge pull request #111 from wjp/pluginbuild | Willem Jan Palenstijn | 2016-02-22 | 1 | -366/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Remove dependency of libastra on libpython by refactoring PluginAlgorithm | Willem Jan Palenstijn | 2016-01-21 | 1 | -366/+1 | |
| * | | | | | Query max texture size instead of hardcoding it | Willem Jan Palenstijn | 2016-02-16 | 1 | -6/+6 | |
| * | | | | | Avoid (unlikely) integer overflow | Willem Jan Palenstijn | 2016-02-15 | 1 | -1/+5 | |
| * | | | | | Skip some unnecessary splitting | Willem Jan Palenstijn | 2016-02-15 | 1 | -5/+8 | |
| * | | | | | Also split volumes in X/Y directions to respect CUDA limits | Willem Jan Palenstijn | 2016-02-15 | 1 | -21/+240 | |
| | |/ / / | |/| | | | ||||||
* / | | | | Restrict FDK_CUDA to cube voxels for now | Willem Jan Palenstijn | 2016-04-18 | 1 | -0/+11 | |
|/ / / / | ||||||
* | | | | Refactor FP and BP jobs creation in the composite geometry manager | Nicola Vigano | 2016-02-10 | 1 | -14/+25 | |
* | | | | Add multi-GPU support to CompositeGeometryManager | Willem Jan Palenstijn | 2016-01-19 | 1 | -114/+320 | |
* | | | | Remove noisy debugging output | Willem Jan Palenstijn | 2016-01-19 | 1 | -3/+0 | |
* | | | | Fix whitespace | Willem Jan Palenstijn | 2016-01-19 | 1 | -21/+21 | |
|/ / / | ||||||
* | | | Merge pull request #105 from wjp/strings | Willem Jan Palenstijn | 2016-01-18 | 47 | -297/+216 | |
|\ \ \ | ||||||
| * | | | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | 2016-01-05 | 47 | -218/+234 | |
| * | | | Remove unused functions | Willem Jan Palenstijn | 2016-01-05 | 1 | -97/+0 | |
* | | | | Fix projections parallel to XZ or YZ planes | Willem Jan Palenstijn | 2016-01-14 | 1 | -0/+12 | |
|/ / / | ||||||
* | | | Fix uninitialized variable | Willem Jan Palenstijn | 2015-12-09 | 1 | -0/+1 | |
* | | | Merge pull request #101 from wjp/composite | Willem Jan Palenstijn | 2015-12-04 | 9 | -14/+1462 | |
|\ \ \ | ||||||
| * | | | Add utility functions for creating FP/BP JobLists | Willem Jan Palenstijn | 2015-12-04 | 1 | -2/+111 | |
| * | | | Add CompositeGeometryManager | Willem Jan Palenstijn | 2015-12-04 | 8 | -14/+1351 | |
| * | | | Disable error-prone checks | Willem Jan Palenstijn | 2015-12-04 | 1 | -0/+2 | |
* | | | | Merge pull request #73 from dmpelt/python-plugins | Willem Jan Palenstijn | 2015-12-04 | 2 | -0/+404 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Avoid unnecessary include in header | Willem Jan Palenstijn | 2015-12-02 | 1 | -1/+5 | |
| * | | | Merge branch 'master' into python-plugins | Willem Jan Palenstijn | 2015-12-01 | 20 | -276/+460 | |
| |\ \ \ | ||||||
| * | | | | Ensure we have acquired the GIL before calling Python plugin 'run' method | Daniel M. Pelt | 2015-08-10 | 1 | -3/+8 | |
| * | | | | Fix get_help for classes without docstring | Daniel M. Pelt | 2015-08-05 | 1 | -5/+7 | |
| * | | | | Fix 'get_registered' in Matlab with Python 3 | Daniel M. Pelt | 2015-07-23 | 1 | -5/+18 | |
| * | | | | Clear Python error when plugin is not find in getHelp | Daniel M. Pelt | 2015-07-23 | 1 | -0/+1 | |
| * | | | | Normalize Python exceptions (needed for some) | Daniel M. Pelt | 2015-07-23 | 1 | -0/+1 | |
| * | | | | Allow registering plugins without explicit name, and fix exception handling w... | Daniel M. Pelt | 2015-07-23 | 1 | -19/+76 | |
| * | | | | Always log Python errors when importing/creating plugins | Daniel M. Pelt | 2015-07-23 | 1 | -4/+8 | |
| * | | | | Also log Python errors when importing and creating Python plugins | Daniel M. Pelt | 2015-07-23 | 1 | -0/+48 | |
| * | | | | Fix numpy lapack loading when running in Matlab | Daniel M. Pelt | 2015-07-23 | 2 | -0/+32 | |
| * | | | | Remove config text file loading for plugins | Daniel M. Pelt | 2015-07-23 | 1 | -67/+5 | |
| * | | | | Log error when running Python plugin algorithm | Daniel M. Pelt | 2015-07-23 | 1 | -1/+1 | |
| * | | | | Fix config to dict translation for array options | Daniel M. Pelt | 2015-07-23 | 1 | -1/+6 | |
| * | | | | Add support for Python algorithm plugins | Daniel M. Pelt | 2015-07-23 | 1 | -0/+294 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | 2015-12-02 | 16 | -281/+298 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Merge pull request #94 from wjp/cuda_options2 | Willem Jan Palenstijn | 2015-12-01 | 16 | -281/+298 | |
| |\ \ \ | ||||||
| | * | | | Fix warning text | Willem Jan Palenstijn | 2015-10-09 | 1 | -3/+3 | |
| | * | | | Improve option passing through CudaProjector2D | Willem Jan Palenstijn | 2015-10-09 | 10 | -208/+134 | |
| | * | | | Improve option passing through CudaProjector3D | Willem Jan Palenstijn | 2015-10-09 | 6 | -70/+161 | |
* | | | | | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | 2015-11-18 | 5 | -41/+80 | |
|\| | | | |