summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-24Add VS2015 build filesWillem Jan Palenstijn
2016-11-24Remove VS2008/VS2012 build filesWillem Jan Palenstijn
2016-11-24Update gen.py for VS2015Willem Jan Palenstijn
2016-11-24Update CUDA archsWillem Jan Palenstijn
2016-11-24Switch to CUDA 8.0Willem Jan Palenstijn
2016-11-24Remove unused Cuda.rules fileWillem Jan Palenstijn
2016-11-24Merge pull request #75 from wjp/installWillem Jan Palenstijn
Overhaul package installation
2016-11-23Fix conda build.shWillem Jan Palenstijn
2016-11-23Make shared objects 755Willem Jan Palenstijn
2016-11-22Remove resolved TODOWillem Jan Palenstijn
2016-11-22Rename python-root-install to install-python-site-packagesWillem Jan Palenstijn
2016-11-22Avoid six for PYINCDIR in Makefile.inWillem Jan Palenstijn
2016-11-22Simplify default build instructionsWillem Jan Palenstijn
2016-11-22Simplify travis build using new install typeWillem Jan Palenstijn
2016-11-22Show installation paths at end of configureWillem Jan Palenstijn
2016-11-22Clean up linking against libpython for oct/mexWillem Jan Palenstijn
2016-11-22Disable octave interface by defaultWillem Jan Palenstijn
2016-11-22Build astra_mex_plugin for octaveWillem Jan Palenstijn
2016-11-21Overhaul package installationWillem Jan Palenstijn
There are now three ways of installing from configure/make: ./configure --with-install-type=prefix (default) libraries go into @libdir@ matlab tools/mex go into @datadir@/astra/matlab octave tools/mex go into @datadir@/astra/octave python module goes into site-packages ./configure --with-install-type=dir libraries go into @prefix@/lib matlab tools/mex go into @prefix@/matlab octave tools/mex go into @prefix@/octave python module goes into @prefix@/python ./configure --with-install-type=module matlab tools/mex go into @prefix@/matlab octave tools/mex go into @prefix@/octave python module goes into site-packages library is installed along with the matlab/octave/python module(s), with rpath
2016-11-21Update python package name from PyASTRAToolbox to astra-toolboxWillem Jan Palenstijn
2016-11-21Update tested cuda compute capabilitiesWillem Jan Palenstijn
2016-11-21Separate python build and install stepsWillem Jan Palenstijn
2016-11-21Show NVCCFLAGS helpWillem Jan Palenstijn
2016-11-21Fix hardcoded delim in splitStringWillem Jan Palenstijn
2016-11-21Add install-octave to .PHONYWillem Jan Palenstijn
2016-11-18Merge pull request #73 from wjp/octaveWillem Jan Palenstijn
Add experimental support for Octave
2016-11-18Add experimental support for OctaveWillem Jan Palenstijn
Based on initial patch by @kalvdans.
2016-11-18Improve consts in matlab undocumented function declarationsWillem Jan Palenstijn
2016-11-18Merge pull request #66 from wjp/iter_pluginsWillem Jan Palenstijn
Add SIRT, CGLS python plugins
2016-11-18Use SIRTPlugin, CGLSPlugin in exampleWillem Jan Palenstijn
2016-11-18Add CGLS pluginWillem Jan Palenstijn
2016-11-18Add SIRT pluginWillem Jan Palenstijn
2016-11-18Merge pull request #72 from buzmakov/masterWillem Jan Palenstijn
Fix build with MS VS 2015 CE
2016-11-04Fix build with MS VS 2015 CEAlexey Buzmakov
2016-10-24Update README.mdJan Sijbers
2016-10-24Update README.txtJan Sijbers
2016-10-19Fix Python create_projector docstringWillem Jan Palenstijn
2016-10-13Clean up unused variablesWillem Jan Palenstijn
2016-10-13Increase max angle count for Parker WeightingWillem Jan Palenstijn
2016-10-07Merge pull request #42 from wjp/FDKWillem Jan Palenstijn
Use CompositeGeometryManager for FDK
2016-10-07Merge branch 'master' into FDKWillem Jan Palenstijn
2016-10-07Merge pull request #41 from wjp/anisoWillem Jan Palenstijn
Add support for non-cube voxels
2016-10-06Merge branch 'master' into FDKWillem Jan Palenstijn
2016-07-29Merge pull request #62 from wjp/stringutilWillem Jan Palenstijn
Minor string parsing changes
2016-07-29Merge pull request #58 from wjp/volume_reductionWillem Jan Palenstijn
Improve efficiency of CGM volume block reduction
2016-07-28Remove leftover code from SingletonWillem Jan Palenstijn
2016-07-28Replace use of boost::split by own functionWillem Jan Palenstijn
2016-07-28Convert one more string parsing function to stringToDoubleWillem Jan Palenstijn
2016-07-28Merge pull request #59 from wjp/spatial_filterWillem Jan Palenstijn
Compute FBP filter in spatial domain
2016-06-24Compute FBP filter in spatial domainWillem Jan Palenstijn