Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
|\| | | | ||||||
| * | | | Merge pull request #96 from wjp/cuda_constraint_warning | Willem Jan Palenstijn | 2015-10-15 | 1 | -4/+12 | |
| |\ \ \ | ||||||
| | * | | | Give a warning on ignored Min/MaxContraint in some CUDA algorithms. | Willem Jan Palenstijn | 2015-10-09 | 1 | -4/+12 | |
| * | | | | Merge pull request #97 from dmpelt/log_valist_fix | Willem Jan Palenstijn | 2015-10-14 | 1 | -16/+44 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Do not reuse va_list when logging both to screen and file | Daniel M. Pelt | 2015-10-13 | 1 | -16/+44 | |
| * | | | | Call check() function after initializing CUDA_FBP | Willem Jan Palenstijn | 2015-10-09 | 1 | -5/+3 | |
| * | | | | Fix loop bounds in (unused) Float32ProjectionData3D arithmetic functions | Willem Jan Palenstijn | 2015-10-09 | 1 | -16/+20 | |
| | |/ / | |/| | | ||||||
| * | | | Silence bogus warning: | Christian Häggström | 2015-09-16 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | 2015-09-16 | 42 | -602/+653 | |
|\| | | ||||||
| * | | Merge pull request #75 from wjp/cuda_options | Willem Jan Palenstijn | 2015-06-26 | 11 | -54/+177 | |
| |\ \ | ||||||
| | * | | Use supersampling options from CudaProjector2D | Willem Jan Palenstijn | 2015-06-23 | 3 | -36/+73 | |
| | * | | Use supersampling options from CudaProjector3D | Willem Jan Palenstijn | 2015-06-04 | 6 | -18/+88 | |
| | * | | Add supersampling options to Cuda Projectors | Willem Jan Palenstijn | 2015-05-22 | 2 | -0/+16 | |
| | |/ |