Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add basic implementation of par2d CPU Distance Driven projector | Willem Jan Palenstijn | 2019-01-24 | 1 | -0/+1 |
| | |||||
* | Install DART algorithm | Willem Jan Palenstijn | 2018-12-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'geom_visualizer' | Willem Jan Palenstijn | 2018-12-12 | 1 | -0/+7 |
|\ | | | | | | | This adds a matlab geometry visualizer, and a sample showing how to use it. | ||||
| * | Reorganize functions into packages/private functions | Willem Jan Palenstijn | 2018-12-12 | 1 | -16/+4 |
| | | | | | | | | This also replaces modifying the path with a request to the user to modify the path. | ||||
| * | add astra_plot_geom command and sample s024 | Tim | 2018-12-12 | 1 | -3/+0 |
| | | | | | | | | Signed-off-by: Tim <tim.elberfeld@uantwerpen.be> | ||||
| * | copy plot_geom files in correct folders when installing | Tim | 2018-12-12 | 1 | -0/+22 |
| | | |||||
* | | Add new CUDA compute models | Willem Jan Palenstijn | 2018-12-12 | 1 | -2/+2 |
|/ | |||||
* | Add install-dev make target for installing headers/pkgconfig/library | Willem Jan Palenstijn | 2018-11-13 | 3 | -7/+55 |
| | |||||
* | Fix missing python lib path for matlab module | Willem Jan Palenstijn | 2018-10-24 | 1 | -1/+6 |
| | |||||
* | Add support for checking features at run-time | Willem Jan Palenstijn | 2018-09-25 | 1 | -0/+1 |
| | |||||
* | Make filename more consistent | Willem Jan Palenstijn | 2018-08-28 | 1 | -1/+1 |
| | |||||
* | Refactor a few filter-related functions out of cuda code | Willem Jan Palenstijn | 2018-07-17 | 1 | -0/+1 |
| | |||||
* | Move CUDA include files | Willem Jan Palenstijn | 2018-06-22 | 1 | -2/+2 |
| | |||||
* | iMinds -> imec | Willem Jan Palenstijn | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Update copyright date | Willem Jan Palenstijn | 2018-01-24 | 1 | -2/+2 |
| | |||||
* | Update contact email | Willem Jan Palenstijn | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-11-22 | 1 | -1/+1 |
|\ | |||||
| * | Update version to 1.9.0dev | Willem Jan Palenstijn | 2017-11-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-11-22 | 2 | -3/+2 |
|\| | |||||
| * | Update version to 1.8.3 | Willem Jan Palenstijn | 2017-11-06 | 1 | -1/+1 |
| | | |||||
| * | Remove unused code | Willem Jan Palenstijn | 2017-11-01 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-09-15 | 3 | -89/+275 |
|\| | |||||
| * | Add macOS note | Willem Jan Palenstijn | 2017-09-08 | 1 | -1/+3 |
| | | |||||
| * | Set stdlib to libstdc++ on macOS consistently | Willem Jan Palenstijn | 2017-03-20 | 2 | -4/+8 |
| | | |||||
| * | Use @loader_path to make mex files find libastra.0.dylib in cwd | Willem Jan Palenstijn | 2017-03-20 | 1 | -0/+6 |
| | | |||||
| * | Disable openmp on macOS | Willem Jan Palenstijn | 2017-03-20 | 2 | -0/+6 |
| | | |||||
| * | Change lib/lib64 logic | Willem Jan Palenstijn | 2017-03-20 | 1 | -8/+1 |
| | | | | | | | | macOS CUDA uses lib even on 64 bit | ||||
| * | Let autogen.sh use either glibtoolize or libtoolize on macOS | Willem Jan Palenstijn | 2017-03-20 | 1 | -2/+5 |
| | | | | | | | | This is necessary since conda's libtool installs libtoolize on macOS. | ||||
| * | Start work on CFloat32Data3DGPU to allow persistent/external GPU memory | Willem Jan Palenstijn | 2017-02-08 | 1 | -1/+4 |
| | | |||||
| * | Clean up symlink after failed python build | Willem Jan Palenstijn | 2017-02-08 | 1 | -1/+1 |
| | | |||||
| * | Add small portability comment about CUDA 5.5 | Willem Jan Palenstijn | 2017-01-19 | 1 | -0/+1 |
| | | |||||
| * | Avoid 'echo -e' for improved sh portability | Willem Jan Palenstijn | 2017-01-19 | 1 | -1/+1 |
| | | | | | | | | This fixes the CUDA .d file fixup for macOS. | ||||
| * | Update version to 1.8 | Willem Jan Palenstijn | 2016-12-05 | 1 | -1/+1 |
| | | |||||
| * | Update headers (website+2016) | Willem Jan Palenstijn | 2016-11-28 | 1 | -4/+3 |
| | | |||||
| * | Separate C++ and python builds & make conda work nicely | Holger Kohr | 2016-11-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | Make shared objects 755 | Willem Jan Palenstijn | 2016-11-23 | 1 | -5/+5 |
| | | |||||
| * | Remove resolved TODO | Willem Jan Palenstijn | 2016-11-22 | 1 | -1/+0 |
| | | |||||
| * | Rename python-root-install to install-python-site-packages | Willem Jan Palenstijn | 2016-11-22 | 1 | -5/+5 |
| | | |||||
| * | Avoid six for PYINCDIR in Makefile.in | Willem Jan Palenstijn | 2016-11-22 | 1 | -2/+1 |
| | | |||||
| * | Show installation paths at end of configure | Willem Jan Palenstijn | 2016-11-22 | 1 | -7/+42 |
| | | |||||
| * | Clean up linking against libpython for oct/mex | Willem Jan Palenstijn | 2016-11-22 | 1 | -13/+4 |
| | | |||||
| * | Disable octave interface by default | Willem Jan Palenstijn | 2016-11-22 | 1 | -2/+2 |
| | | |||||
| * | Build astra_mex_plugin for octave | Willem Jan Palenstijn | 2016-11-22 | 1 | -5/+18 |
| | | |||||
| * | Overhaul package installation | Willem Jan Palenstijn | 2016-11-21 | 2 | -70/+125 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 tested cuda compute capabilities | Willem Jan Palenstijn | 2016-11-21 | 1 | -2/+2 |
| | | |||||
| * | Separate python build and install steps | Willem Jan Palenstijn | 2016-11-21 | 1 | -6/+7 |
| | | |||||
| * | Show NVCCFLAGS help | Willem Jan Palenstijn | 2016-11-21 | 1 | -0/+2 |
| | | |||||
| * | Add install-octave to .PHONY | Willem Jan Palenstijn | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | Add experimental support for Octave | Willem Jan Palenstijn | 2016-11-18 | 2 | -1/+73 |
| | | | | | | | | Based on initial patch by @kalvdans. | ||||
| * | Add SIRT plugin | Willem Jan Palenstijn | 2016-11-18 | 1 | -0/+2 |
| | |