Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused code | Willem Jan Palenstijn | 2017-11-01 | 1 | -2/+1 |
* | 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 | 1 | -1/+2 |
* | 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 | 1 | -0/+3 |
* | 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 |
* | 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 |
* | Clean up linking against libpython for oct/mex | Willem Jan Palenstijn | 2016-11-22 | 1 | -13/+4 |
* | Build astra_mex_plugin for octave | Willem Jan Palenstijn | 2016-11-22 | 1 | -5/+18 |
* | Overhaul package installation | Willem Jan Palenstijn | 2016-11-21 | 1 | -69/+114 |
* | Separate python build and install steps | Willem Jan Palenstijn | 2016-11-21 | 1 | -6/+7 |
* | 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 | 1 | -1/+50 |
* | Add SIRT plugin | Willem Jan Palenstijn | 2016-11-18 | 1 | -0/+2 |
* | Add comment about setting CC to CXX | Daniel M. Pelt | 2016-04-19 | 1 | -0/+2 |
* | Use CXX for Python compilation as well | Daniel M. Pelt | 2016-04-19 | 1 | -2/+2 |
* | Merge pull request #32 from dmpelt/split-conda | Willem Jan Palenstijn | 2016-03-03 | 1 | -1/+1 |
|\ | |||||
| * | Include PluginAlgorithm in non-Python builds as well | Daniel M. Pelt | 2016-03-03 | 1 | -1/+1 |
* | | Revert "Use nvcc's -MT option" | Willem Jan Palenstijn | 2016-03-03 | 1 | -2/+4 |
|/ | |||||
* | Add missing .PHONY targets | Willem Jan Palenstijn | 2016-01-21 | 1 | -1/+1 |
* | Initialize Python plugins when available in Matlab | Willem Jan Palenstijn | 2016-01-21 | 1 | -0/+10 |
* | Remove dependency of libastra on libpython by refactoring PluginAlgorithm | Willem Jan Palenstijn | 2016-01-21 | 1 | -2/+0 |
* | Fix VPATH problem with older autoconf versions | Willem Jan Palenstijn | 2016-01-21 | 1 | -1/+1 |
* | Don't build cuda non-PIC object if static libs are disabled | Willem Jan Palenstijn | 2016-01-20 | 1 | -2/+10 |
* | Try to improve nvcc dependency file generation | Willem Jan Palenstijn | 2016-01-20 | 1 | -0/+3 |
* | Use nvcc's -MT option | Willem Jan Palenstijn | 2016-01-20 | 1 | -4/+2 |
* | Avoid incorrect include dirs when building python modules | Willem Jan Palenstijn | 2016-01-20 | 1 | -2/+5 |
* | Place Python build/temporary files in build directory | Willem Jan Palenstijn | 2016-01-20 | 1 | -9/+12 |
* | Allow out-of-tree builds | Willem Jan Palenstijn | 2016-01-20 | 1 | -30/+37 |
* | Allow user to pass NVCCFLAGS to configure | Willem Jan Palenstijn | 2016-01-18 | 1 | -1/+2 |
* | Add conda build scripts | Daniel M. Pelt | 2015-12-04 | 1 | -0/+4 |
* | Merge pull request #101 from wjp/composite | Willem Jan Palenstijn | 2015-12-04 | 1 | -1/+3 |
|\ | |||||
| * | Add CompositeGeometryManager | Willem Jan Palenstijn | 2015-12-04 | 1 | -1/+3 |
* | | Merge branch 'master' into python-plugins | Willem Jan Palenstijn | 2015-12-01 | 1 | -1/+2 |
|\| | |||||
| * | Add astra_mex_direct('FP3D'/'BP3D', ...) | Willem Jan Palenstijn | 2015-10-07 | 1 | -1/+2 |
* | | Add support for Python algorithm plugins | Daniel M. Pelt | 2015-07-23 | 1 | -3/+13 |
|/ | |||||
* | Now include path is system-independent. | Valerii Sokolov | 2015-04-29 | 1 | -1/+1 |
* | Merge branch 'master' into logging | Willem Jan Palenstijn | 2015-03-20 | 1 | -1/+11 |
|\ | |||||
| * | Make boost-unit-test-framework optional in configure | Willem Jan Palenstijn | 2015-03-06 | 1 | -1/+9 |
| * | Force clang to use libstdc++ on OSX (fixes Cython compilation) | Daniel M. Pelt | 2015-03-05 | 1 | -0/+2 |
* | | Enable logging to Matlab window using callback function | Daniel M. Pelt | 2015-03-13 | 1 | -0/+1 |
* | | Add logging support to Matlab | Daniel M. Pelt | 2015-03-13 | 1 | -0/+1 |
* | | Adds new logging capabilities (based on clog.h) | Daniel M. Pelt | 2015-03-10 | 1 | -0/+1 |
* | | Remove old Logging code (only used in fft.cu) | Daniel M. Pelt | 2015-03-09 | 1 | -1/+0 |
|/ |