summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Expose the density weighting option of cone_bpWillem Jan Palenstijn2016-12-015-3/+20
| | | | It is now exposed via the new DensityWeighting option of CudaProjector3D.
* Enable 'make test' on travis-ciWillem Jan Palenstijn2016-11-281-0/+1
|
* Fix Fourier testWillem Jan Palenstijn2016-11-281-135/+12
|
* Fix AstraObjectManager testWillem Jan Palenstijn2016-11-281-6/+22
|
* Fix warningsWillem Jan Palenstijn2016-11-283-6/+4
|
* Update .gitignoreWillem Jan Palenstijn2016-11-281-0/+2
|
* Update headers (website+2016)Willem Jan Palenstijn2016-11-28353-2066/+1083
|
* Update python headersWillem Jan Palenstijn2016-11-2866-857/+828
|
* Merge branch 'fdk_custom_filter'Willem Jan Palenstijn2016-11-289-14/+57
|\
| * Merge branch 'master' into fdk_custom_filterWillem Jan Palenstijn2016-10-1330-714/+863
| |\
| * | Add option to specify custom filter for FDKDaniel M. Pelt2016-05-206-7/+48
| | |
* | | Separate C++ and python builds & make conda work nicelyHolger Kohr2016-11-256-82/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make builder (= advanced user or us ourselves) choose compilers and CUDA - add a check for the C++11 flag for nvcc to work around the infamous boost bug if necessary - use conda boost to build the C++ library - simplify python bindings conda recipe to only build the bindings; the C++ library is now a build and runtime dependency - add runtime dependencies to python bindings recipe - some small adjustments to builder.py
* | | Merge pull request #77 from wjp/singletonWillem Jan Palenstijn2016-11-254-15/+21
|\ \ \ | | | | | | | | Change order of template instantiations
| * | | Add travis clang buildWillem Jan Palenstijn2016-11-251-0/+6
| | | |
| * | | Change order of template instantiations for clangWillem Jan Palenstijn2016-11-253-15/+15
|/ / / | | | | | | | | | At least Apple's clang-703.0.31 needs this.
* | | Merge pull request #74 from wjp/windowsWillem Jan Palenstijn2016-11-2436-10106/+741
|\ \ \ | | | | | | | | Move to VS2015+CUDA8 and automate Windows builds
| * | | Add automated Windows build scriptsWillem Jan Palenstijn2016-11-249-22/+318
| | | |
| * | | Add VS2015 build filesWillem Jan Palenstijn2016-11-2412-0/+4626
| | | |
| * | | Remove VS2008/VS2012 build filesWillem Jan Palenstijn2016-11-2424-13968/+0
| | | |
| * | | Update gen.py for VS2015Willem Jan Palenstijn2016-11-241-39/+78
| | | |
| * | | Update CUDA archsWillem Jan Palenstijn2016-11-241-1/+1
| | | |
| * | | Switch to CUDA 8.0Willem Jan Palenstijn2016-11-241-2/+2
| | | |
| * | | Remove unused Cuda.rules fileWillem Jan Palenstijn2016-11-241-358/+0
|/ / /
* | | Merge pull request #75 from wjp/installWillem Jan Palenstijn2016-11-247-113/+263
|\ \ \ | | | | | | | | Overhaul package installation
| * | | Fix conda build.shWillem Jan Palenstijn2016-11-231-1/+1
| | | |
| * | | Make shared objects 755Willem Jan Palenstijn2016-11-231-5/+5
| | | |
| * | | Remove resolved TODOWillem Jan Palenstijn2016-11-221-1/+0
| | | |
| * | | Rename python-root-install to install-python-site-packagesWillem Jan Palenstijn2016-11-221-5/+5
| | | |
| * | | Avoid six for PYINCDIR in Makefile.inWillem Jan Palenstijn2016-11-221-2/+1
| | | |
| * | | Simplify default build instructionsWillem Jan Palenstijn2016-11-222-17/+63
| | | |
| * | | Simplify travis build using new install typeWillem Jan Palenstijn2016-11-221-2/+2
| | | |
| * | | Show installation paths at end of configureWillem Jan Palenstijn2016-11-221-7/+42
| | | |
| * | | Clean up linking against libpython for oct/mexWillem Jan Palenstijn2016-11-221-13/+4
| | | |
| * | | Disable octave interface by defaultWillem Jan Palenstijn2016-11-221-2/+2
| | | |
| * | | Build astra_mex_plugin for octaveWillem Jan Palenstijn2016-11-221-5/+18
| | | |
| * | | Overhaul package installationWillem Jan Palenstijn2016-11-213-70/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Update python package name from PyASTRAToolbox to astra-toolboxWillem Jan Palenstijn2016-11-211-1/+1
| | | |
| * | | Update tested cuda compute capabilitiesWillem Jan Palenstijn2016-11-211-2/+2
| | | |
| * | | Separate python build and install stepsWillem Jan Palenstijn2016-11-211-6/+7
| | | |
| * | | Show NVCCFLAGS helpWillem Jan Palenstijn2016-11-211-0/+2
|/ / /
* | | Fix hardcoded delim in splitStringWillem Jan Palenstijn2016-11-211-1/+1
| | |
* | | Add install-octave to .PHONYWillem Jan Palenstijn2016-11-211-1/+1
| | |
* | | Merge pull request #73 from wjp/octaveWillem Jan Palenstijn2016-11-184-7/+123
|\ \ \ | | | | | | | | Add experimental support for Octave
| * | | Add experimental support for OctaveWillem Jan Palenstijn2016-11-184-2/+118
| | | | | | | | | | | | | | | | Based on initial patch by @kalvdans.
| * | | Improve consts in matlab undocumented function declarationsWillem Jan Palenstijn2016-11-181-5/+5
|/ / /
* | | Merge pull request #66 from wjp/iter_pluginsWillem Jan Palenstijn2016-11-187-1/+234
|\ \ \ | | | | | | | | Add SIRT, CGLS python plugins
| * | | Use SIRTPlugin, CGLSPlugin in exampleWillem Jan Palenstijn2016-11-181-0/+12
| | | |
| * | | Add CGLS pluginWillem Jan Palenstijn2016-11-182-0/+100
| | | |
| * | | Add SIRT pluginWillem Jan Palenstijn2016-11-185-1/+122
|/ / /
* | | Merge pull request #72 from buzmakov/masterWillem Jan Palenstijn2016-11-186-0/+6
|\ \ \ | | | | | | | | Fix build with MS VS 2015 CE