summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-02opTomo: output type matches input typeFolkert Bleichrodt
If opTomo is used to do a forward or backprojection, the precision of the output data now matches the precision of the input data. So the output will be single precision only if the input is stored in single precision.
2016-03-01Fix buildWillem Jan Palenstijn
2016-03-01Merge pull request #28 from dmpelt/travis-ciWillem Jan Palenstijn
Add Travis CI configuration file
2016-03-01Add Travis CI configuration fileDaniel M. Pelt
2016-02-29Disable astra.set_gpu_index when building without CUDAWillem Jan Palenstijn
2016-02-22Merge pull request #111 from wjp/pluginbuildWillem Jan Palenstijn
Remove dependency of libastra on libpython
2016-02-16Query max texture size instead of hardcoding itWillem Jan Palenstijn
2016-02-16Merge pull request #113 from wjp/splitXYWillem Jan Palenstijn
Also split volumes in X/Y directions to respect CUDA limits
2016-02-15Avoid (unlikely) integer overflowWillem Jan Palenstijn
2016-02-15Skip some unnecessary splittingWillem Jan Palenstijn
2016-02-15Also split volumes in X/Y directions to respect CUDA limitsWillem Jan Palenstijn
2016-02-10Update gen.py to work on more python versionsWillem Jan Palenstijn
2016-02-10Refactor FP and BP jobs creation in the composite geometry managerNicola Vigano
2016-02-02Make copyright/license headers consistent with rest of astraWillem Jan Palenstijn
2016-02-02Merge pull request #107 from wjp/multiWillem Jan Palenstijn
Add multi-GPU support to CompositeGeometryManager
2016-01-27Move fixLapackLoading to astra_mex_pluginWillem Jan Palenstijn
2016-01-27Decrement refcount of CallMethod return valueWillem Jan Palenstijn
2016-01-27Use Py_XDECREF to guard against nullWillem Jan Palenstijn
2016-01-21Add missing .PHONY targetsWillem Jan Palenstijn
2016-01-21Initialize Python plugins when available in MatlabWillem Jan Palenstijn
2016-01-21Fix whitespaceWillem Jan Palenstijn
2016-01-21Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn
2016-01-21Merge pull request #110 from wjp/buildWillem Jan Palenstijn
Build system improvements
2016-01-21Fix VPATH problem with older autoconf versionsWillem Jan Palenstijn
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-19Add multi-GPU sampleWillem Jan Palenstijn
2016-01-19Rename sample with conflicting filenameWillem Jan Palenstijn
2016-01-19Allow multiple GPUs in ASTRA_GPU_INDEX envvarWillem Jan Palenstijn
2016-01-19Change python set_gpu_index to matchWillem Jan Palenstijn
2016-01-19Add multi-GPU support to CompositeGeometryManagerWillem Jan Palenstijn
2016-01-19Remove noisy debugging outputWillem Jan Palenstijn
2016-01-19Fix whitespaceWillem 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