Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into fdk_custom_filter | Willem Jan Palenstijn | 2016-10-13 | 3 | -160/+279 |
|\ | |||||
| * | Merge branch 'master' into FDK | Willem Jan Palenstijn | 2016-10-06 | 4 | -282/+281 |
| |\ | |||||
| | * | Merge pull request #62 from wjp/stringutil | Willem Jan Palenstijn | 2016-07-29 | 1 | -14/+20 |
| | |\ | |||||
| | | * | Replace use of boost::split by own function | Willem Jan Palenstijn | 2016-07-28 | 1 | -14/+20 |
| | * | | Fix inefficient block split logic | Willem Jan Palenstijn | 2016-06-20 | 1 | -5/+19 |
| | * | | Improve volume block reduction | Willem Jan Palenstijn | 2016-06-20 | 1 | -132/+165 |
| | |/ | |||||
| * | | Merge branch 'master' into FDK | Willem Jan Palenstijn | 2016-04-22 | 2 | -221/+3338 |
| |\ \ | |||||
| * | | | Use CompositeGeometryManager for FDK | Willem Jan Palenstijn | 2016-04-18 | 2 | -3/+56 |
| * | | | Merge branch 'master' into aniso | Willem Jan Palenstijn | 2016-04-18 | 15 | -451/+368 |
| |\ \ \ | |||||
| * | | | | Restrict FDK_CUDA to cube voxels for now | Willem Jan Palenstijn | 2016-04-18 | 1 | -0/+11 |
* | | | | | Add option to specify custom filter for FDK | Daniel M. Pelt | 2016-05-20 | 1 | -1/+32 |
| |_|_|/ |/| | | | |||||
* | | | | Fix build | Willem Jan Palenstijn | 2016-04-22 | 2 | -131/+77 |
| |_|/ |/| | | |||||
* | | | Change CPU FFT implementation | Daniel M. Pelt | 2016-04-22 | 2 | -221/+3338 |
| |/ |/| | |||||
* | | Fix stringToInt parsing doubles | Willem Jan Palenstijn | 2016-04-18 | 1 | -1/+1 |
* | | Merge pull request #29 from wjp/indexmanager | Willem Jan Palenstijn | 2016-04-15 | 1 | -8/+8 |
|\ \ | |||||
| * | | Fix build | Willem Jan Palenstijn | 2016-03-01 | 1 | -6/+6 |
| * | | Merge branch 'master' into indexmanager | Willem Jan Palenstijn | 2016-03-01 | 2 | -389/+250 |
| |\ \ | |||||
| * | | | Refactor AstraObjectManager to add an AstraIndexManager | Willem Jan Palenstijn | 2016-02-16 | 1 | -8/+8 |
| | |/ | |/| | |||||
* | | | Merge pull request #35 from wjp/relaxation | Willem Jan Palenstijn | 2016-04-14 | 7 | -38/+79 |
|\ \ \ | |||||
| * | | | Add relaxation parameters to SIRT3D | Willem Jan Palenstijn | 2016-03-23 | 1 | -0/+8 |
| * | | | 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 |
| |/ |/| | |||||
* | | 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 |
| |\ |