| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-29 | Add CUDA parvec support | Willem Jan Palenstijn | |
| 2016-07-28 | Merge branch 'master' into parvec | Willem Jan Palenstijn | |
| 2016-04-19 | Add comment about setting CC to CXX | Daniel M. Pelt | |
| 2016-04-19 | Use CXX for Python compilation as well | Daniel M. Pelt | |
| 2016-03-03 | Merge pull request #32 from dmpelt/split-conda | Willem Jan Palenstijn | |
| Split conda package into c++ lib and python parts | |||
| 2016-03-03 | Revert "Use nvcc's -MT option" | Willem Jan Palenstijn | |
| This reverts commit 29c5c86e56697286a92031aaa9fdd903b3bcc426. This fixes building with CUDA 5.5. | |||
| 2016-03-03 | Include PluginAlgorithm in non-Python builds as well | Daniel M. Pelt | |
| 2016-01-21 | Add missing .PHONY targets | Willem Jan Palenstijn | |
| 2016-01-21 | Initialize Python plugins when available in Matlab | Willem Jan Palenstijn | |
| 2016-01-21 | Remove dependency of libastra on libpython by refactoring PluginAlgorithm | Willem Jan Palenstijn | |
| 2016-01-21 | Fix VPATH problem with older autoconf versions | Willem Jan Palenstijn | |
| 2016-01-20 | Don't build cuda non-PIC object if static libs are disabled | Willem Jan Palenstijn | |
| This significantly speeds up builds since we usually pass disable-static to libtool. | |||
| 2016-01-20 | Try to improve nvcc dependency file generation | Willem Jan Palenstijn | |
| We now append empty targets for all dependencies listed in the .d file generated by nvcc. This mimics the behaviour of gcc's -MP option, and prevents deleted header files from breaking the build. | |||
| 2016-01-20 | Use nvcc's -MT option | Willem Jan Palenstijn | |
| 2016-01-20 | Avoid incorrect include dirs when building python modules | Willem Jan Palenstijn | |
| 2016-01-20 | Add check for scipy | Willem Jan Palenstijn | |
| The module matrix_c.pyx uses it. | |||
| 2016-01-20 | Fail when python six module is not found | Willem Jan Palenstijn | |
| 2016-01-20 | Place Python build/temporary files in build directory | Willem Jan Palenstijn | |
| This also allows out-of-tree builds for Python. | |||
| 2016-01-20 | Allow out-of-tree builds | Willem Jan Palenstijn | |
| 2016-01-18 | Merge pull request #105 from wjp/strings | Willem Jan Palenstijn | |
| Replace boost::lexical_cast by stringstreams | |||
| 2016-01-18 | Allow user to pass NVCCFLAGS to configure | Willem Jan Palenstijn | |
| 2016-01-05 | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | |
| This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale. | |||
| 2015-12-23 | Update version to 1.7.1 | Willem Jan Palenstijn | |
| 2015-12-04 | Update version to 1.7 | Willem Jan Palenstijn | |
| 2015-12-04 | Add conda build scripts | Daniel M. Pelt | |
| 2015-12-04 | Merge pull request #101 from wjp/composite | Willem Jan Palenstijn | |
| Add CompositeGeometryManager | |||
| 2015-12-04 | Add CompositeGeometryManager | Willem Jan Palenstijn | |
| This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary. | |||
| 2015-12-01 | Merge branch 'master' into python-plugins | Willem Jan Palenstijn | |
| Conflicts: python/astra/utils.pyx | |||
| 2015-10-07 | Add astra_mex_direct('FP3D'/'BP3D', ...) | Willem Jan Palenstijn | |
| 2015-07-23 | Add support for Python algorithm plugins | Daniel M. Pelt | |
| 2015-05-29 | Increment version to 1.6 | Willem Jan Palenstijn | |
| 2015-05-29 | Update utility files | Willem Jan Palenstijn | |
| 2015-05-29 | Update README, NEWS | Willem Jan Palenstijn | |
| 2015-05-26 | Merge remote-tracking branch 'upstream/master' into parallel_vec | Wim van Aarle | |
| Conflicts: astra_vc11.vcxproj.filters python/astra/functions.py src/ParallelBeamBlobKernelProjector2D.cpp src/ProjectionGeometry2D.cpp | |||
| 2015-04-29 | Now include path is system-independent. | Valerii Sokolov | |
| 2015-04-16 | Fix typo in configure python check | Willem Jan Palenstijn | |
| 2015-03-20 | Merge branch 'master' into logging | Willem Jan Palenstijn | |
| 2015-03-18 | updated makefile | Wim van Aarle | |
| 2015-03-13 | Enable logging to Matlab window using callback function | Daniel M. Pelt | |
| Also introduces a mex initialize function that is called at the first invocation of any mex method. | |||
| 2015-03-13 | Add logging support to Matlab | Daniel M. Pelt | |
| 2015-03-10 | Adds new logging capabilities (based on clog.h) | Daniel M. Pelt | |
| 2015-03-09 | Add check for required boost headers | Willem Jan Palenstijn | |
| 2015-03-09 | Remove old Logging code (only used in fft.cu) | Daniel M. Pelt | |
| 2015-03-06 | Make boost-unit-test-framework optional in configure | Willem Jan Palenstijn | |
| 2015-03-05 | Force clang to use libstdc++ on OSX (fixes Cython compilation) | Daniel M. Pelt | |
| 2015-03-04 | Also clean up generated Cython files during `make clean` | Daniel M. Pelt | |
| 2015-03-02 | Untangle cuda and astra includes | Willem Jan Palenstijn | |
| 2015-02-26 | Add logging for python module checks | Willem Jan Palenstijn | |
| 2015-02-26 | Simplify with-python handling | Willem Jan Palenstijn | |
| 2015-02-26 | Better Python configure checks | Daniel M. Pelt | |
