| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-09 | Merge pull request #50 from valeriysokolov/fix-dart-smoothing | Willem Jan Palenstijn | |
| Fixed a few CUDA 2D DART bugs. | |||
| 2015-04-09 | Fixed a few CUDA 2D DART bugs. | Valerii Sokolov | |
| * Mixed width and height led to incorrect work on rectangular images. * Incorrect weight calculation in `devDartSmoothingRadius` (#47). | |||
| 2015-03-30 | Initialize variables to avoid warning | Willem Jan Palenstijn | |
| These variables are never used when uninitialized, but Visual Studio complains about them. | |||
| 2015-03-30 | Fix typo in error message | Willem Jan Palenstijn | |
| 2015-03-30 | Add missing error on wrong projgeom type in CProjector3D::initialize | Willem Jan Palenstijn | |
| 2015-03-20 | Merge pull request #30 from dmpelt/logging | Willem Jan Palenstijn | |
| New logging API | |||
| 2015-03-20 | Use FlushFileBuffers in Windows | Willem Jan Palenstijn | |
| 2015-03-20 | Fix indentation | Willem Jan Palenstijn | |
| 2015-03-20 | Fix comment | Willem Jan Palenstijn | |
| 2015-03-20 | Add MSVC project files | Willem Jan Palenstijn | |
| 2015-03-20 | Merge branch 'master' into logging | Willem Jan Palenstijn | |
| 2015-03-20 | Merge pull request #34 from wjp/msvc_gen | Willem Jan Palenstijn | |
| Generate MSVC 2008/2012 project files with a Python script | |||
| 2015-03-20 | Add command line option to generate vc09/vc11/all files | Willem Jan Palenstijn | |
| 2015-03-19 | Generate MSVC 2008/2012 project files with a Python script | Willem Jan Palenstijn | |
| 2015-03-19 | Fix windows build | Willem Jan Palenstijn | |
| 2015-03-18 | Merge pull request #28 from dmpelt/projector3d-python | Willem Jan Palenstijn | |
| Add projector3d and CUDA projectors to Python (to match new Matlab code) | |||
| 2015-03-13 | Only allow stdout and stderr for screen logging | Daniel M. Pelt | |
| 2015-03-13 | Use a less verbose default fmt for screen logging and cleaner messages | Daniel M. Pelt | |
| 2015-03-13 | Enable logging to Matlab window using callback function | Daniel M. Pelt | |
| Also introduces a mex initialize function that is called at the first invocation of any mex method. | |||
| 2015-03-13 | Add logging support to Matlab | Daniel M. Pelt | |
| 2015-03-13 | Adds ASTRA_*** defines for easier logging, and changes internal calls to ↵ | Daniel M. Pelt | |
| these defines | |||
| 2015-03-10 | Use new logging API internally instead of printf / iostream | Daniel M. Pelt | |
| 2015-03-10 | Add logging support to Python | Daniel M. Pelt | |
| 2015-03-10 | Adds new logging capabilities (based on clog.h) | Daniel M. Pelt | |
| 2015-03-10 | Merge pull request #29 from wjp/optional_boostutf | Willem Jan Palenstijn | |
| Improve configure checks for boost | |||
| 2015-03-09 | Add check for required boost headers | Willem Jan Palenstijn | |
| 2015-03-09 | Remove old Logging code (only used in fft.cu) | Daniel M. Pelt | |
| 2015-03-06 | Make boost-unit-test-framework optional in configure | Willem Jan Palenstijn | |
| 2015-03-06 | Adjust docstring and samples to new python create_sino function | Willem Jan Palenstijn | |
| 2015-03-05 | Avoid Python recompilation during installation | Daniel M. Pelt | |
| 2015-03-05 | Added Python support for CUDA projectors | Daniel M. Pelt | |
| 2015-03-05 | Force clang to use libstdc++ on OSX (fixes Cython compilation) | Daniel M. Pelt | |
| 2015-03-04 | Also clean up generated Cython files during `make clean` | Daniel M. Pelt | |
| 2015-03-03 | Fix getConfiguration type for vec geometries | Willem Jan Palenstijn | |
| 2015-03-03 | Merge pull request #25 from dmpelt/python-get-geometry | Willem Jan Palenstijn | |
| Make Python get_geometry code match Matlab (after 03a9dd9) | |||
| 2015-03-03 | Fix getConfiguration for vec geometries and non-square detectors | Willem Jan Palenstijn | |
| 2015-03-03 | Make Python get_geometry code match Matlab (after ↵ | Daniel M. Pelt | |
| 03a9dd972ada50eedb83386910cecf02fe8d0e35) | |||
| 2015-03-02 | Merge pull request #24 from wjp/cuda_includes | Willem Jan Palenstijn | |
| Untangle cuda and astra includes | |||
| 2015-03-02 | Untangle cuda and astra includes | Willem Jan Palenstijn | |
| 2015-02-27 | Merge pull request #23 from dmpelt/cython0.22-fix | Willem Jan Palenstijn | |
| Force Cython to use language level 2 to avoid error with Cython 0.22 and python3 | |||
| 2015-02-27 | Force Cython to use language level 2 to avoid error with Cython 0.22 and python3 | Daan Pelt | |
| 2015-02-27 | Merge pull request #20 from wvaarle/matlab-get-geometry | Willem Jan Palenstijn | |
| 'get_geometry' functions in the matlab layer | |||
| 2015-02-26 | Merge pull request #16 from dmpelt/python-interface | Willem Jan Palenstijn | |
| Add Python interface | |||
| 2015-02-26 | code cleanup | Wim van Aarle | |
| 2015-02-26 | updated docs | Wim van Aarle | |
| 2015-02-26 | get_geometry now uses XML config object (for projections) | Wim van Aarle | |
| 2015-02-26 | Add logging for python module checks | Willem Jan Palenstijn | |
| 2015-02-26 | Simplify with-python handling | Willem Jan Palenstijn | |
| 2015-02-26 | Better Python configure checks | Daniel M. Pelt | |
| 2015-02-26 | Merge branch 'master' into python-interface | Willem Jan Palenstijn | |
