summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-21Fix file permissionsWillem Jan Palenstijn
2016-01-20Don't build cuda non-PIC object if static libs are disabledWillem Jan Palenstijn
This significantly speeds up builds since we usually pass disable-static to libtool.
2016-01-20Try to improve nvcc dependency file generationWillem 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-20Use nvcc's -MT optionWillem Jan Palenstijn
2016-01-20Avoid incorrect include dirs when building python modulesWillem Jan Palenstijn
2016-01-20Add check for scipyWillem Jan Palenstijn
The module matrix_c.pyx uses it.
2016-01-20Fail when python six module is not foundWillem Jan Palenstijn
2016-01-20Place Python build/temporary files in build directoryWillem Jan Palenstijn
This also allows out-of-tree builds for Python.
2016-01-20Allow out-of-tree buildsWillem Jan Palenstijn
2016-01-19Merge pull request #108 from dmpelt/readthedocsWillem Jan Palenstijn
Move documentation to readthedocs
2016-01-19Sync README.txt with README.mdWillem Jan Palenstijn
2016-01-19Remove existing outdated Python API reference documentationDaniel M. Pelt
2016-01-19Merge pull request #22 from dmpelt/experimental-no-cudaWillem Jan Palenstijn
Fix experimental.pyx for non-CUDA compilation
2016-01-19Fix experimental.pyx for non-CUDA compilationDaniel M. Pelt
2016-01-18Merge branch 'master'Willem Jan Palenstijn
2016-01-18Merge pull request #106 from wjp/creditsWillem Jan Palenstijn
Update credits
2016-01-18Merge pull request #105 from wjp/stringsWillem Jan Palenstijn
Replace boost::lexical_cast by stringstreams
2016-01-18Allow user to pass NVCCFLAGS to configureWillem Jan Palenstijn
2016-01-14Merge branch 'master'Willem Jan Palenstijn
2016-01-14Merge pull request #109 from wjp/fix_zdir_projWillem Jan Palenstijn
Fix projections parallel to XZ or YZ planes
2016-01-14Fix projections parallel to XZ or YZ planesWillem Jan Palenstijn
The early-cutoff optimization in CompositeGeometryManager was failing to properly handle +/-Inf.
2016-01-06Mention Python in the readme fileDaniel M. Pelt
2016-01-05Update creditsWillem Jan Palenstijn
2016-01-05Remove (long) obsolete fileWillem Jan Palenstijn
2016-01-05Replace boost::lexical_cast by stringstreamsWillem 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-05Remove unused functionsWillem Jan Palenstijn
2015-12-23Merge branch 'master'Willem Jan Palenstijn
2015-12-23Update version to 1.7.1Willem Jan Palenstijn
2015-12-23Add release notes for v1.7.1betaWillem Jan Palenstijn
2015-12-22Merge branch 'master'Willem Jan Palenstijn
2015-12-22Reduce FP3D CUDA kernel runtimeWillem Jan Palenstijn
This reduces the chance of the Windows display driver watchdog triggering, and doesn't seem to hurt performance.
2015-12-16Merge branch 'master'Willem Jan Palenstijn
2015-12-16Merge pull request #102 from wjp/misc_fixesWillem Jan Palenstijn
Misc fixes
2015-12-16Fix origin_det name in create_proj_geom docsWillem Jan Palenstijn
2015-12-10Use less ambiguous letters for create_vol_geom docsWillem Jan Palenstijn
2015-12-09Fix row/col mismatch in 2d par line projectorWillem Jan Palenstijn
2015-12-09Fix uninitialized variableWillem Jan Palenstijn
2015-12-04Merge branch 'master'Willem Jan Palenstijn
2015-12-04Update Windows build filesWillem Jan Palenstijn
2015-12-04Update version to 1.7Willem Jan Palenstijn
2015-12-04Add release notes for v1.7betaWillem Jan Palenstijn
2015-12-04Add conda build scriptsDaniel M. Pelt
2015-12-04Merge pull request #101 from wjp/compositeWillem Jan Palenstijn
Add CompositeGeometryManager
2015-12-04Add sample for experimental composite geometry codeWillem Jan Palenstijn
2015-12-04Add utility functions for creating FP/BP JobListsWillem Jan Palenstijn
2015-12-04Merge pull request #73 from dmpelt/python-pluginsWillem Jan Palenstijn
Add support for Python algorithm plugins
2015-12-04Reduce dependency of python code on libastraWillem Jan Palenstijn
2015-12-04Add CompositeGeometryManagerWillem 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-04Disable error-prone checksWillem Jan Palenstijn
2015-12-03Detect ASTRA_CUDA in Windows CL flags for Python as wellWillem Jan Palenstijn