Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also remove objects from index manager | Willem Jan Palenstijn | 2016-02-16 | 1 | -1/+10 |
* | Refactor AstraObjectManager to add an AstraIndexManager | Willem Jan Palenstijn | 2016-02-16 | 4 | -30/+86 |
* | Refactor FP and BP jobs creation in the composite geometry manager | Nicola Vigano | 2016-02-10 | 1 | -0/+7 |
* | Add multi-GPU support to CompositeGeometryManager | Willem Jan Palenstijn | 2016-01-19 | 1 | -0/+16 |
* | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | 2016-01-05 | 2 | -0/+59 |
* | Remove unused functions | Willem Jan Palenstijn | 2016-01-05 | 1 | -77/+0 |
* | Update version to 1.7.1 | Willem Jan Palenstijn | 2015-12-23 | 1 | -1/+1 |
* | Fix row/col mismatch in 2d par line projector | Willem Jan Palenstijn | 2015-12-09 | 1 | -2/+2 |
* | Update version to 1.7 | Willem Jan Palenstijn | 2015-12-04 | 1 | -2/+2 |
* | Merge pull request #101 from wjp/composite | Willem Jan Palenstijn | 2015-12-04 | 7 | -10/+220 |
|\ | |||||
| * | Add utility functions for creating FP/BP JobLists | Willem Jan Palenstijn | 2015-12-04 | 1 | -0/+2 |
| * | Add CompositeGeometryManager | Willem Jan Palenstijn | 2015-12-04 | 7 | -10/+218 |
* | | Merge pull request #73 from dmpelt/python-plugins | Willem Jan Palenstijn | 2015-12-04 | 3 | -13/+134 |
|\ \ | |/ |/| | |||||
| * | Fix Windows build | Willem Jan Palenstijn | 2015-12-02 | 1 | -1/+1 |
| * | Avoid unnecessary include in header | Willem Jan Palenstijn | 2015-12-02 | 1 | -3/+6 |
| * | Merge branch 'master' into python-plugins | Willem Jan Palenstijn | 2015-12-01 | 16 | -65/+60 |
| |\ | |||||
| * | | Allow registering plugins without explicit name, and fix exception handling w... | Daniel M. Pelt | 2015-07-23 | 1 | -0/+3 |
| * | | Fix numpy lapack loading when running in Matlab | Daniel M. Pelt | 2015-07-23 | 1 | -0/+2 |
| * | | Remove config text file loading for plugins | Daniel M. Pelt | 2015-07-23 | 1 | -2/+1 |
| * | | Add support for Python algorithm plugins | Daniel M. Pelt | 2015-07-23 | 2 | -0/+98 |
| * | | Add hooks for plugin support to AstraObjectFactory | Willem Jan Palenstijn | 2015-07-23 | 1 | -0/+19 |
| * | | Fix comments | Willem Jan Palenstijn | 2015-07-23 | 1 | -5/+5 |
| * | | Reduce code duplication | Willem Jan Palenstijn | 2015-07-23 | 1 | -8/+5 |
* | | | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | 2015-12-02 | 16 | -64/+50 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix whitespace | Willem Jan Palenstijn | 2015-10-09 | 4 | -8/+8 |
| * | | Improve option passing through CudaProjector2D | Willem Jan Palenstijn | 2015-10-09 | 10 | -60/+35 |
| * | | Improve option passing through CudaProjector3D | Willem Jan Palenstijn | 2015-10-09 | 6 | -0/+11 |
* | | | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | 2015-09-16 | 7 | -43/+75 |
|\| | | |||||
| * | | Merge pull request #75 from wjp/cuda_options | Willem Jan Palenstijn | 2015-06-26 | 2 | -1/+10 |
| |\ \ | | |/ | |/| | |||||
| | * | Add supersampling options to Cuda Projectors | Willem Jan Palenstijn | 2015-05-22 | 2 | -1/+10 |
| * | | Increment version to 1.6 | Willem Jan Palenstijn | 2015-05-29 | 1 | -2/+2 |
| |/ | |||||
| * | Make XML array handling consistent | Willem Jan Palenstijn | 2015-05-06 | 1 | -8/+27 |
| * | Change XMLNode* to XMLNode | Willem Jan Palenstijn | 2015-05-06 | 4 | -33/+35 |
| * | Fix memory leak in the config | Jeroen BĂ©dorf | 2015-04-30 | 1 | -0/+2 |
* | | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | 2015-04-15 | 7 | -72/+912 |
|\| | |||||
| * | Merge pull request #52 from wjp/change_geometry3d | Willem Jan Palenstijn | 2015-04-14 | 2 | -0/+10 |
| |\ | |||||
| | * | Add changeGeometry function to Data3D classes | Willem Jan Palenstijn | 2015-04-10 | 2 | -0/+10 |
| * | | Add 'link' feature to Python (for 2D and 3D data) | Daniel M. Pelt | 2015-04-09 | 2 | -0/+50 |
| |/ | |||||
| * | Use FlushFileBuffers in Windows | Willem Jan Palenstijn | 2015-03-20 | 1 | -1/+8 |
| * | Fix windows build | Willem Jan Palenstijn | 2015-03-19 | 2 | -1/+14 |
| * | Use a less verbose default fmt for screen logging and cleaner messages | Daniel M. Pelt | 2015-03-13 | 1 | -4/+4 |
| * | Enable logging to Matlab window using callback function | Daniel M. Pelt | 2015-03-13 | 2 | -1/+61 |
| * | Adds ASTRA_*** defines for easier logging, and changes internal calls to thes... | Daniel M. Pelt | 2015-03-13 | 1 | -1/+4 |
| * | Adds new logging capabilities (based on clog.h) | Daniel M. Pelt | 2015-03-10 | 2 | -0/+769 |
| * | Remove old Logging code (only used in fft.cu) | Daniel M. Pelt | 2015-03-09 | 1 | -72/+0 |
* | | Add 3d geometry normalization functions | Willem Jan Palenstijn | 2015-03-06 | 1 | -0/+53 |
|/ | |||||
* | Untangle cuda and astra includes | Willem Jan Palenstijn | 2015-03-02 | 5 | -6/+123 |
* | Merge pull request #20 from wvaarle/matlab-get-geometry | Willem Jan Palenstijn | 2015-02-27 | 14 | -41/+98 |
|\ | |||||
| * | code cleanup | Wim van Aarle | 2015-02-26 | 1 | -1/+0 |
| * | updated docs | Wim van Aarle | 2015-02-26 | 6 | -40/+19 |