| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-15 | Also split volumes in X/Y directions to respect CUDA limits | Willem Jan Palenstijn | |
| 2016-02-10 | Update gen.py to work on more python versions | Willem Jan Palenstijn | |
| 2016-02-10 | Refactor FP and BP jobs creation in the composite geometry manager | Nicola Vigano | |
| 2016-02-02 | Merge pull request #107 from wjp/multi | Willem Jan Palenstijn | |
| Add multi-GPU support to CompositeGeometryManager | |||
| 2016-01-21 | Merge pull request #110 from wjp/build | Willem Jan Palenstijn | |
| Build system improvements | |||
| 2016-01-21 | Fix VPATH problem with older autoconf versions | Willem Jan Palenstijn | |
| 2016-01-21 | Fix file permissions | Willem Jan Palenstijn | |
| 2016-01-20 | Don't build cuda non-PIC object if static libs are disabled | Willem Jan Palenstijn | |
| This significantly speeds up builds since we usually pass disable-static to libtool. | |||
| 2016-01-20 | Try to improve nvcc dependency file generation | Willem Jan Palenstijn | |
| We now append empty targets for all dependencies listed in the .d file generated by nvcc. This mimics the behaviour of gcc's -MP option, and prevents deleted header files from breaking the build. | |||
| 2016-01-20 | Use nvcc's -MT option | Willem Jan Palenstijn | |
| 2016-01-20 | Avoid incorrect include dirs when building python modules | Willem Jan Palenstijn | |
| 2016-01-20 | Add check for scipy | Willem Jan Palenstijn | |
| The module matrix_c.pyx uses it. | |||
| 2016-01-20 | Fail when python six module is not found | Willem Jan Palenstijn | |
| 2016-01-20 | Place Python build/temporary files in build directory | Willem Jan Palenstijn | |
| This also allows out-of-tree builds for Python. | |||
| 2016-01-20 | Allow out-of-tree builds | Willem Jan Palenstijn | |
| 2016-01-19 | Add multi-GPU sample | Willem Jan Palenstijn | |
| 2016-01-19 | Rename sample with conflicting filename | Willem Jan Palenstijn | |
| 2016-01-19 | Allow multiple GPUs in ASTRA_GPU_INDEX envvar | Willem Jan Palenstijn | |
| 2016-01-19 | Change python set_gpu_index to match | 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-19 | Merge pull request #108 from dmpelt/readthedocs | Willem Jan Palenstijn | |
| Move documentation to readthedocs | |||
| 2016-01-19 | Sync README.txt with README.md | Willem Jan Palenstijn | |
| 2016-01-19 | Remove existing outdated Python API reference documentation | Daniel M. Pelt | |
| 2016-01-19 | Merge pull request #22 from dmpelt/experimental-no-cuda | Willem Jan Palenstijn | |
| Fix experimental.pyx for non-CUDA compilation | |||
| 2016-01-19 | Fix experimental.pyx for non-CUDA compilation | Daniel M. Pelt | |
| 2016-01-18 | Merge branch 'master' | Willem Jan Palenstijn | |
| 2016-01-18 | Merge pull request #106 from wjp/credits | Willem Jan Palenstijn | |
| Update credits | |||
| 2016-01-18 | Merge pull request #105 from wjp/strings | Willem Jan Palenstijn | |
| Replace boost::lexical_cast by stringstreams | |||
| 2016-01-18 | Allow user to pass NVCCFLAGS to configure | Willem Jan Palenstijn | |
| 2016-01-14 | Merge branch 'master' | Willem Jan Palenstijn | |
| 2016-01-14 | Merge pull request #109 from wjp/fix_zdir_proj | Willem Jan Palenstijn | |
| Fix projections parallel to XZ or YZ planes | |||
| 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-06 | Mention Python in the readme file | Daniel M. Pelt | |
| 2016-01-05 | Update credits | Willem Jan Palenstijn | |
| 2016-01-05 | Remove (long) obsolete file | Willem Jan Palenstijn | |
| 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 | Merge branch 'master' | 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 | Merge branch 'master' | 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 branch 'master' | Willem Jan Palenstijn | |
| 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 | |
