summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-23Rename ART lambda option to RelaxationWillem Jan Palenstijn
2016-03-23Move CUDA algorithm initialization to its own functionWillem Jan Palenstijn
2016-03-08Fix Windows buildWillem Jan Palenstijn
2016-03-03Remove outdated cuda pathsWillem Jan Palenstijn
2016-03-03Merge pull request #32 from dmpelt/split-condaWillem Jan Palenstijn
2016-03-03Merge pull request #33 from wjp/travis-testWillem Jan Palenstijn
2016-03-03Use travis-ci's apt packages for cudaWillem Jan Palenstijn
2016-03-03Revert "Use nvcc's -MT option"Willem Jan Palenstijn
2016-03-03Remove with-python from libastra conda buildDaniel M. Pelt
2016-03-03Include PluginAlgorithm in non-Python builds as wellDaniel M. Pelt
2016-03-03Split conda package into c++ lib and python partsDaniel M. Pelt
2016-03-02Merge pull request #31 from dmpelt/small-fixesWillem Jan Palenstijn
2016-03-02Fix small Python errorsDaniel M. Pelt
2016-03-01Fix buildWillem Jan Palenstijn
2016-03-01Merge pull request #28 from dmpelt/travis-ciWillem Jan Palenstijn
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
2016-02-16Query max texture size instead of hardcoding itWillem Jan Palenstijn
2016-02-16Merge pull request #113 from wjp/splitXYWillem Jan Palenstijn
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
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
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
2016-01-20Try to improve nvcc dependency file generationWillem Jan Palenstijn
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
2016-01-20Fail when python six module is not foundWillem Jan Palenstijn
2016-01-20Place Python build/temporary files in build directoryWillem Jan Palenstijn
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