| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-11 | Document constant in test | Willem Jan Palenstijn | |
| 2017-10-11 | Make geometry config checks slightly less numerically strict | Willem Jan Palenstijn | |
| 2017-10-11 | Scale 2D projection results by detector pixel width | Willem Jan Palenstijn | |
| The strip and cuda projectors already did this scaling, so this makes the other behave consistently. | |||
| 2017-10-11 | Support parallel_vec in python geom_size | Willem Jan Palenstijn | |
| 2017-09-27 | Unify some parallel_vec parameter computations | Willem Jan Palenstijn | |
| 2017-09-20 | Fix non-square window for CPU projectors | Willem Jan Palenstijn | |
| 2017-09-20 | Remove broken openmp support from CPU kernels | Willem Jan Palenstijn | |
| The writes to the volume in the (ray-driven) backprojection are not done in a thread-safe way. | |||
| 2017-09-19 | Fix spaces/tabs | Willem Jan Palenstijn | |
| 2017-09-18 | Fix boundary issues in par_linear | Willem Jan Palenstijn | |
| 2017-09-18 | Fix boundary issues in fan_line | Willem Jan Palenstijn | |
| 2017-09-15 | Homogenize style | Willem Jan Palenstijn | |
| 2017-09-15 | Fix boundary issues in par_line | Willem Jan Palenstijn | |
| 2017-09-15 | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | |
| 2017-09-08 | Add macOS note | Willem Jan Palenstijn | |
| 2017-05-23 | Merge pull request #108 from wjp/travis | Willem Jan Palenstijn | |
| Travis: only install cuda packages for cuda builds | |||
| 2017-05-23 | Travis: only install cuda packages for cuda builds | Willem Jan Palenstijn | |
| This way non-cuda build failures caused by missing cuda header files will be detected. | |||
| 2017-05-23 | Travis: Update python version to 3.6 | Willem Jan Palenstijn | |
| Effectively it was already running 3.6 anyway, since we are using Miniconda-latest. | |||
| 2017-05-22 | Fix misleading indentation | Willem Jan Palenstijn | |
| 2017-05-22 | Fix build without CUDA | Willem Jan Palenstijn | |
| 2017-03-29 | Fix conda build | Willem Jan Palenstijn | |
| 2017-03-29 | Update create_projector docstring | Willem Jan Palenstijn | |
| 2017-03-29 | Python: added options for projector creation, like for the matlab interface | Nicola VIGANO | |
| Signed-off-by: Nicola VIGANO <N.R.Vigano@cwi.nl> | |||
| 2017-03-27 | Fix compile error | Willem Jan Palenstijn | |
| 2017-03-20 | Merge branch 'macOS' | Willem Jan Palenstijn | |
| 2017-03-20 | Add basic macOS/homebrew build instructions | Willem Jan Palenstijn | |
| 2017-03-20 | Set stdlib to libstdc++ on macOS consistently | Willem Jan Palenstijn | |
| 2017-03-20 | Use @loader_path to make mex files find libastra.0.dylib in cwd | Willem Jan Palenstijn | |
| 2017-03-20 | Disable openmp on macOS | Willem Jan Palenstijn | |
| 2017-03-20 | Use standard _OPENMP directive for checking openmp | Willem Jan Palenstijn | |
| 2017-03-20 | Move conda astra-toolbox package files to own subdirectory | Willem Jan Palenstijn | |
| Recent versions of conda-build (2.1.1 at least) seem to automatically build packages in subdirectories (after the main directory). | |||
| 2017-03-20 | Add autotools and boost to macOS conda libastra dependencies | Willem Jan Palenstijn | |
| 2017-03-20 | Silence errors from nvcc test run | Willem Jan Palenstijn | |
| 2017-03-20 | Change lib/lib64 logic | Willem Jan Palenstijn | |
| macOS CUDA uses lib even on 64 bit | |||
| 2017-03-20 | Fix conda boost include flags | Willem Jan Palenstijn | |
| 2017-03-20 | Use true instead of /bin/true | Willem Jan Palenstijn | |
| It's in /usr/bin/ on macOS. | |||
| 2017-03-20 | Let autogen.sh use either glibtoolize or libtoolize on macOS | Willem Jan Palenstijn | |
| This is necessary since conda's libtool installs libtoolize on macOS. | |||
| 2017-03-01 | Fix python build | Willem Jan Palenstijn | |
| 2017-02-24 | Add np112 to conda build script | Willem Jan Palenstijn | |
| 2017-02-17 | Fix cuda3d geometry memory leaks | Willem Jan Palenstijn | |
| 2017-02-16 | Remove using namespace astra; from headers | Willem Jan Palenstijn | |
| 2017-02-16 | Remove using namespace std; from headers | Willem Jan Palenstijn | |
| 2017-02-14 | Fix FDK shortscan weighting | Willem Jan Palenstijn | |
| It was computing weights for angles in [0,2pi) but using them on angles in (-2pi,0]. | |||
| 2017-02-09 | Merge pull request #93 from wjp/GPULink | Willem Jan Palenstijn | |
| GPULink support | |||
| 2017-02-08 | Remove tabs from python code | Willem Jan Palenstijn | |
| 2017-02-08 | Improve data2d/data3d error messages | Willem Jan Palenstijn | |
| 2017-02-08 | Make typechecks in data3d.create more robust | Willem Jan Palenstijn | |
| 2017-02-08 | Update comments | Willem Jan Palenstijn | |
| 2017-02-08 | Add pygpu sample script | Willem Jan Palenstijn | |
| 2017-02-08 | Fix warnings | Willem Jan Palenstijn | |
| 2017-02-08 | Start work on CFloat32Data3DGPU to allow persistent/external GPU memory | Willem Jan Palenstijn | |
