Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | Split conda package into c++ lib and python parts | ||||
| * | 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 |
|/ | | | | | | This reverts commit 29c5c86e56697286a92031aaa9fdd903b3bcc426. This fixes building with CUDA 5.5. | ||||
* | Merge pull request #111 from wjp/pluginbuild | Willem Jan Palenstijn | 2016-02-22 | 1 | -3/+11 |
|\ | | | | | Remove dependency of libastra on libpython | ||||
| * | 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 |
| | | |||||
* | | Update gen.py to work on more python versions | Willem Jan Palenstijn | 2016-02-10 | 1 | -1/+6 |
|/ | |||||
* | 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 |
| | | | | | This significantly speeds up builds since we usually pass disable-static to libtool. | ||||
* | Try to improve nvcc dependency file generation | Willem Jan Palenstijn | 2016-01-20 | 1 | -0/+3 |
| | | | | | | 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. | ||||
* | 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 |
| | | | | The module matrix_c.pyx uses it. | ||||
* | 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 |
| | | | | This also allows out-of-tree builds for Python. | ||||
* | 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 | ||||
| * | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | 2016-01-05 | 1 | -1/+0 |
| | | | | | | | | | | | | 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. | ||||
* | | 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 Windows build files | Willem Jan Palenstijn | 2015-12-04 | 1 | -0/+2 |
| | |||||
* | 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 | 2 | -1/+7 |
|\ | | | | | Add CompositeGeometryManager | ||||
| * | Add CompositeGeometryManager | Willem Jan Palenstijn | 2015-12-04 | 2 | -1/+7 |
| | | | | | | | | | | This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary. | ||||
* | | Merge pull request #73 from dmpelt/python-plugins | Willem Jan Palenstijn | 2015-12-04 | 1 | -3/+13 |
|\ \ | |/ |/| | Add support for Python algorithm plugins | ||||
| * | Merge branch 'master' into python-plugins | Willem Jan Palenstijn | 2015-12-01 | 2 | -3/+15 |
| |\ | | | | | | | | | | | | | Conflicts: python/astra/utils.pyx | ||||
| * | | Add support for Python algorithm plugins | Daniel M. Pelt | 2015-07-23 | 1 | -3/+13 |
| | | | |||||
* | | | Fix Windows builds of astra_mex_direct | Willem Jan Palenstijn | 2015-12-02 | 1 | -0/+4 |
| |/ |/| | |||||
* | | Build astra_mex_direct in MSVC | Willem Jan Palenstijn | 2015-10-07 | 1 | -2/+13 |
| | | |||||
* | | Add astra_mex_direct('FP3D'/'BP3D', ...) | Willem Jan Palenstijn | 2015-10-07 | 1 | -1/+2 |
|/ | |||||
* | Increment version to 1.6 | Willem Jan Palenstijn | 2015-05-29 | 1 | -1/+1 |
| | |||||
* | Fix vs2008 build | Willem Jan Palenstijn | 2015-05-29 | 1 | -2/+3 |
| | |||||
* | 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 |
| | |||||
* | Add MSVC project files | Willem Jan Palenstijn | 2015-03-20 | 1 | -4/+34 |
| | |||||
* | Merge branch 'master' into logging | Willem Jan Palenstijn | 2015-03-20 | 3 | -2/+1138 |
|\ | |||||
| * | Add command line option to generate vc09/vc11/all files | Willem Jan Palenstijn | 2015-03-20 | 1 | -24/+33 |
| | | |||||
| * | Generate MSVC 2008/2012 project files with a Python script | Willem Jan Palenstijn | 2015-03-19 | 1 | -0/+1088 |
| | | |||||
| * | 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 |
| | | | | | | | | | | Also introduces a mex initialize function that is called at the first invocation of any mex method. | ||||
* | | Add logging support to Matlab | Daniel M. Pelt | 2015-03-13 | 1 | -0/+1 |
| | |