| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-23 | Update version to 1.7.1 | Willem Jan Palenstijn | |
| 2015-12-23 | Add release notes for v1.7.1beta | Willem Jan Palenstijn | |
| 2015-12-22 | Reduce FP3D CUDA kernel runtime | Willem Jan Palenstijn | |
| This reduces the chance of the Windows display driver watchdog triggering, and doesn't seem to hurt performance. | |||
| 2015-12-16 | Merge pull request #102 from wjp/misc_fixes | Willem Jan Palenstijn | |
| Misc fixes | |||
| 2015-12-16 | Fix origin_det name in create_proj_geom docs | Willem Jan Palenstijn | |
| 2015-12-10 | Use less ambiguous letters for create_vol_geom docs | Willem Jan Palenstijn | |
| 2015-12-09 | Fix row/col mismatch in 2d par line projector | Willem Jan Palenstijn | |
| 2015-12-09 | Fix uninitialized variable | Willem Jan Palenstijn | |
| 2015-12-04 | Update Windows build files | Willem Jan Palenstijn | |
| 2015-12-04 | Update version to 1.7 | Willem Jan Palenstijn | |
| 2015-12-04 | Add release notes for v1.7beta | Willem Jan Palenstijn | |
| 2015-12-04 | Add conda build scripts | Daniel M. Pelt | |
| 2015-12-04 | Merge pull request #101 from wjp/composite | Willem Jan Palenstijn | |
| Add CompositeGeometryManager | |||
| 2015-12-04 | Add sample for experimental composite geometry code | Willem Jan Palenstijn | |
| 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 | Reduce dependency of python code on libastra | Willem Jan Palenstijn | |
| 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-03 | Detect ASTRA_CUDA in Windows CL flags for Python as well | Willem Jan Palenstijn | |
| 2015-12-02 | Merge pull request #91 from wjp/volgeom3d | Willem Jan Palenstijn | |
| Remove restrictions on volgeom3d | |||
| 2015-12-02 | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | |
| 2015-12-02 | Fix Windows build | Willem Jan Palenstijn | |
| 2015-12-02 | Fix Windows builds of astra_mex_direct | Willem Jan Palenstijn | |
| 2015-12-02 | Avoid unnecessary include in header | Willem Jan Palenstijn | |
| 2015-12-01 | Merge branch 'master' into python-plugins | Willem Jan Palenstijn | |
| Conflicts: python/astra/utils.pyx | |||
| 2015-12-01 | Merge pull request #94 from wjp/cuda_options2 | Willem Jan Palenstijn | |
| Improve option passing via CudaProjector(2D/3D) | |||
| 2015-12-01 | Merge pull request #95 from wjp/mex_direct | Willem Jan Palenstijn | |
| astra_mex_direct | |||
| 2015-11-18 | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | |
| 2015-10-15 | Merge pull request #96 from wjp/cuda_constraint_warning | Willem Jan Palenstijn | |
| Give a warning on ignored Min/MaxContraint in some CUDA algorithms. | |||
| 2015-10-14 | Merge pull request #97 from dmpelt/log_valist_fix | Willem Jan Palenstijn | |
| Do not reuse va_list when logging both to screen and file | |||
| 2015-10-13 | Do not reuse va_list when logging both to screen and file | Daniel M. Pelt | |
| 2015-10-09 | Give a warning on ignored Min/MaxContraint in some CUDA algorithms. | Willem Jan Palenstijn | |
| Previously it would fail an assertion. | |||
| 2015-10-09 | Fix warning text | Willem Jan Palenstijn | |
| 2015-10-09 | Call check() function after initializing CUDA_FBP | Willem Jan Palenstijn | |
| This would cause crashes when specifying invalid data. | |||
| 2015-10-09 | Fix loop bounds in (unused) Float32ProjectionData3D arithmetic functions | Willem Jan Palenstijn | |
| 2015-10-09 | Fix whitespace | Willem Jan Palenstijn | |
| 2015-10-09 | Improve option passing through CudaProjector2D | Willem Jan Palenstijn | |
| Not all constructors were reading options from the projector. Also allow passing GPUIndex via CudaProjector2D. Also refactor CudaReconstructionAlgorithm::initialize/check to avoid code duplication with ReconstructionAlgorithm. | |||
| 2015-10-09 | astra_mex_direct: Don't initialize newly allocated mxArray | Nicola Vigano | |
| This avoids letting matlab initialize the memory we will overwrite shortly after. | |||
| 2015-10-09 | Improve option passing through CudaProjector3D | Willem Jan Palenstijn | |
| Not all constructors were reading options from the projector. Also allow passing GPUIndex via CudaProjector3D. Thanks to Nicola Vigano for part of the patch. | |||
| 2015-10-09 | Add options passing to projectors from matlab | Nicola Vigano | |
| Signed-off-by: Nicola Vigano <nicola.vigano@esrf.fr> | |||
| 2015-10-07 | Build astra_mex_direct in MSVC | Willem Jan Palenstijn | |
| 2015-10-07 | Add astra_mex_direct('FP3D'/'BP3D', ...) | Willem Jan Palenstijn | |
| 2015-09-25 | Let astra_create_vol_geom also generate flexible volume geometries | Willem Jan Palenstijn | |
| 2015-09-17 | Use mxLogical instead of bool. | Willem Jan Palenstijn | |
| This should improve compatibility with Octave according to Christian Häggström. | |||
| 2015-09-16 | Silence bogus warning: | Christian Häggström | |
| Warning: CudaSirtAlgorithm3D: unused configuration options: SinogramMaskId | |||
| 2015-09-16 | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | |
| Conflicts: src/CudaBackProjectionAlgorithm3D.cpp | |||
| 2015-09-09 | Merge pull request #90 from wjp/opTomo_leak | Willem Jan Palenstijn | |
| Fix algorithm leak in opTomo | |||
