| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-21 | Fix hardcoded delim in splitString | Willem Jan Palenstijn | |
| 2016-11-04 | Fix build with MS VS 2015 CE | Alexey Buzmakov | |
| 2016-10-06 | Merge branch 'master' into FDK | Willem Jan Palenstijn | |
| 2016-07-29 | Merge pull request #62 from wjp/stringutil | Willem Jan Palenstijn | |
| Minor string parsing changes | |||
| 2016-07-28 | Replace use of boost::split by own function | Willem Jan Palenstijn | |
| 2016-06-20 | Fix inefficient block split logic | Willem Jan Palenstijn | |
| 2016-06-20 | Improve volume block reduction | Willem Jan Palenstijn | |
| The previous version would make the blocks too large due to inefficient computation of overlap. | |||
| 2016-04-22 | Fix build | Willem Jan Palenstijn | |
| 2016-04-22 | Merge branch 'master' into FDK | Willem Jan Palenstijn | |
| 2016-04-22 | Change CPU FFT implementation | Daniel M. Pelt | |
| 2016-04-18 | Use CompositeGeometryManager for FDK | Willem Jan Palenstijn | |
| Also fix a number of scaling/weighting issues in FDK, and switch to standard cone_bp with FDKWeighting for the BP step. | |||
| 2016-04-18 | Merge branch 'master' into aniso | Willem Jan Palenstijn | |
| 2016-04-18 | Restrict FDK_CUDA to cube voxels for now | Willem Jan Palenstijn | |
| 2016-04-18 | Fix stringToInt parsing doubles | Willem Jan Palenstijn | |
| 2016-04-15 | Merge pull request #29 from wjp/indexmanager | Willem Jan Palenstijn | |
| Add an AstraIndexManager | |||
| 2016-04-14 | Merge pull request #35 from wjp/relaxation | Willem Jan Palenstijn | |
| Add relaxation factor option to SIRT, SART | |||
| 2016-04-14 | Merge pull request #36 from wjp/sart_raylength | Willem Jan Palenstijn | |
| Fix accumulating multiple raylengths in SART | |||
| 2016-03-24 | Fix memory leak | Willem Jan Palenstijn | |
| 2016-03-24 | Fix cppcheck warnings | Willem Jan Palenstijn | |
| 2016-03-23 | Fix accumulating multiple raylengths in SART | Willem Jan Palenstijn | |
| Thanks to @mohamedadaly for noticing. | |||
| 2016-03-23 | Add relaxation parameters to SIRT3D | Willem Jan Palenstijn | |
| 2016-03-23 | Add relaxation parameters to SIRT, SART | Willem Jan Palenstijn | |
| 2016-03-23 | Rename ART lambda option to Relaxation | Willem Jan Palenstijn | |
| 2016-03-23 | Move CUDA algorithm initialization to its own function | Willem Jan Palenstijn | |
| 2016-03-01 | Fix build | Willem Jan Palenstijn | |
| 2016-03-01 | Fix build | Willem Jan Palenstijn | |
| 2016-03-01 | Merge branch 'master' into indexmanager | Willem Jan Palenstijn | |
| 2016-02-22 | Merge pull request #111 from wjp/pluginbuild | Willem Jan Palenstijn | |
| Remove dependency of libastra on libpython | |||
| 2016-02-16 | Query max texture size instead of hardcoding it | Willem Jan Palenstijn | |
| 2016-02-16 | Refactor AstraObjectManager to add an AstraIndexManager | Willem Jan Palenstijn | |
| The new AstraIndexManager can be used to obtain information about objects without knowing their type. | |||
| 2016-02-15 | Avoid (unlikely) integer overflow | Willem Jan Palenstijn | |
| 2016-02-15 | Skip some unnecessary splitting | Willem Jan Palenstijn | |
| 2016-02-15 | Also split volumes in X/Y directions to respect CUDA limits | Willem Jan Palenstijn | |
| 2016-02-10 | Refactor FP and BP jobs creation in the composite geometry manager | Nicola Vigano | |
| 2016-01-21 | Remove dependency of libastra on libpython by refactoring PluginAlgorithm | Willem Jan Palenstijn | |
| 2016-01-19 | Add multi-GPU support to CompositeGeometryManager | Willem Jan Palenstijn | |
| 2016-01-19 | Remove noisy debugging output | Willem Jan Palenstijn | |
| 2016-01-19 | Fix whitespace | Willem Jan Palenstijn | |
| 2016-01-18 | Merge pull request #105 from wjp/strings | Willem Jan Palenstijn | |
| Replace boost::lexical_cast by stringstreams | |||
| 2016-01-14 | Fix projections parallel to XZ or YZ planes | Willem Jan Palenstijn | |
| The early-cutoff optimization in CompositeGeometryManager was failing to properly handle +/-Inf. | |||
| 2016-01-05 | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | |
| This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale. | |||
| 2016-01-05 | Remove unused functions | Willem Jan Palenstijn | |
| 2015-12-09 | Fix uninitialized variable | Willem Jan Palenstijn | |
| 2015-12-04 | Merge pull request #101 from wjp/composite | Willem Jan Palenstijn | |
| Add CompositeGeometryManager | |||
| 2015-12-04 | Add utility functions for creating FP/BP JobLists | Willem Jan Palenstijn | |
| 2015-12-04 | Merge pull request #73 from dmpelt/python-plugins | Willem Jan Palenstijn | |
| Add support for Python algorithm plugins | |||
| 2015-12-04 | Add CompositeGeometryManager | Willem Jan Palenstijn | |
| This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary. | |||
| 2015-12-04 | Disable error-prone checks | Willem Jan Palenstijn | |
| 2015-12-02 | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | |
| 2015-12-02 | Avoid unnecessary include in header | Willem Jan Palenstijn | |
