Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -1/+7 |
* | 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 |
* | Add check for scipy | Willem Jan Palenstijn | 2016-01-20 | 1 | -0/+7 |
* | Fail when python six module is not found | Willem Jan Palenstijn | 2016-01-20 | 1 | -1/+1 |
* | 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 |
* | Merge pull request #105 from wjp/strings | Willem Jan Palenstijn | 2016-01-18 | 1 | -1/+0 |
|\ | |||||
| * | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | 2016-01-05 | 1 | -1/+0 |
* | | Allow user to pass NVCCFLAGS to configure | Willem Jan Palenstijn | 2016-01-18 | 3 | -8/+10 |
|/ | |||||
* | Update version to 1.7.1 | Willem Jan Palenstijn | 2015-12-23 | 1 | -1/+1 |
* | Update version to 1.7 | Willem Jan Palenstijn | 2015-12-04 | 1 | -1/+1 |
* | 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 |
|/ | |||||
* | Increment version to 1.6 | Willem Jan Palenstijn | 2015-05-29 | 1 | -1/+1 |
* | Update utility files | Willem Jan Palenstijn | 2015-05-29 | 3 | -287/+438 |
* | Update README, NEWS | Willem Jan Palenstijn | 2015-05-29 | 1 | -2/+4 |
* | Now include path is system-independent. | Valerii Sokolov | 2015-04-29 | 1 | -1/+1 |
* | Fix typo in configure python check | Willem Jan Palenstijn | 2015-04-16 | 1 | -1/+1 |
* | Merge branch 'master' into logging | Willem Jan Palenstijn | 2015-03-20 | 2 | -2/+41 |
|\ | |||||
| * | Add check for required boost headers | Willem Jan Palenstijn | 2015-03-09 | 1 | -0/+11 |
| * | Make boost-unit-test-framework optional in configure | Willem Jan Palenstijn | 2015-03-06 | 2 | -2/+15 |
| * | Force clang to use libstdc++ on OSX (fixes Cython compilation) | Daniel M. Pelt | 2015-03-05 | 2 | -0/+15 |
* | | 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 |
|/ | |||||
* | Also clean up generated Cython files during `make clean` | Daniel M. Pelt | 2015-03-04 | 1 | -0/+2 |
* | Untangle cuda and astra includes | Willem Jan Palenstijn | 2015-03-02 | 1 | -1/+1 |
* | Add logging for python module checks | Willem Jan Palenstijn | 2015-02-26 | 2 | -12/+28 |
* | Simplify with-python handling | Willem Jan Palenstijn | 2015-02-26 | 1 | -2/+13 |
* | Better Python configure checks | Daniel M. Pelt | 2015-02-26 | 1 | -7/+24 |
* | Merge branch 'master' into python-interface | Willem Jan Palenstijn | 2015-02-26 | 4 | -37/+49 |
|\ | |||||
| * | Merge pull request #17 from wjp/nvcc_config | Willem Jan Palenstijn | 2015-02-25 | 2 | -34/+40 |
| |\ | |||||
| | * | Also output prefix at end of configure | Willem Jan Palenstijn | 2015-02-25 | 1 | -4/+4 |
| | * | Output summary of results at end of configure | Willem Jan Palenstijn | 2015-02-25 | 1 | -1/+7 |
| | * | Clean up configure check for nvcc | Willem Jan Palenstijn | 2015-02-25 | 1 | -26/+19 |
| | * | Fix copy-paste error in boost-unit-test-framework check | Willem Jan Palenstijn | 2015-02-25 | 1 | -1/+1 |
| | * | Improve logging for nvcc hack | Willem Jan Palenstijn | 2015-02-25 | 1 | -4/+11 |
| * | | Added libtool check for OSX | Daniel M. Pelt | 2015-02-25 | 1 | -2/+5 |
| * | | Remove CAsyncAlgorithm::timedJoin | Willem Jan Palenstijn | 2015-02-25 | 1 | -26/+0 |
| |/ |