Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' | Willem Jan Palenstijn | 2015-03-25 | 0 | -0/+0 |
|\ | |||||
| * | Update version | Willem Jan Palenstijn | 2015-01-30 | 2 | -3/+3 |
| * | Update NEWS | Willem Jan Palenstijn | 2015-01-30 | 1 | -3/+5 |
| * | Add VS2012 build files | Willem Jan Palenstijn | 2015-01-26 | 11 | -0/+3673 |
| * | Update copyright to -2015 | Willem Jan Palenstijn | 2015-01-26 | 299 | -598/+598 |
| * | Sync DART version | Willem Jan Palenstijn | 2015-01-23 | 22 | -1303/+680 |
| * | Make astra_clear clear projector3d too | Willem Jan Palenstijn | 2015-01-23 | 1 | -0/+1 |
| * | Store result of nvcc tests in config.log | Willem Jan Palenstijn | 2015-01-23 | 1 | -2/+23 |
| * | Silence bogus warning: | Christian Häggström | 2015-01-20 | 1 | -0/+1 |
| * | Remove unused files | Willem Jan Palenstijn | 2015-01-19 | 4 | -417/+0 |
| * | Remove unused stubs from mex_data3d | Willem Jan Palenstijn | 2015-01-19 | 1 | -430/+2 |
| * | Refactor astra_mex_data3d | Willem Jan Palenstijn | 2015-01-19 | 6 | -493/+827 |
| * | Fix whitespace | Willem Jan Palenstijn | 2015-01-19 | 4 | -53/+53 |
| * | Remove unused DetectorOffsetX/Y in ProjectionGeometry3D | Willem Jan Palenstijn | 2015-01-19 | 4 | -192/+13 |
| * | Add CUDA SIRT::doSlabCorrections() function | Willem Jan Palenstijn | 2015-01-19 | 4 | -0/+59 |
| * | Improve cuda 2d header comments | Willem Jan Palenstijn | 2015-01-19 | 2 | -1/+25 |
| * | Make CXX configurable | Willem Jan Palenstijn | 2015-01-19 | 1 | -2/+2 |
| * | Fix warning | Willem Jan Palenstijn | 2015-01-19 | 1 | -1/+1 |
| * | Add --with-cuda-compute option to configure | Willem Jan Palenstijn | 2015-01-19 | 2 | -3/+11 |
| * | Prettify nvcc arch output slightly | Willem Jan Palenstijn | 2015-01-19 | 1 | -1/+1 |
| * | Avoid mxIsSharedArray | Willem Jan Palenstijn | 2014-12-12 | 1 | -0/+6 |
| * | Update copyright headers | Willem Jan Palenstijn | 2014-12-12 | 293 | -1585/+1603 |
* | | Merge pull request #30 from dmpelt/logging | Willem Jan Palenstijn | 2015-03-20 | 54 | -209/+2827 |
|\ \ | |||||
| * | | Use FlushFileBuffers in Windows | Willem Jan Palenstijn | 2015-03-20 | 1 | -1/+8 |
| * | | Fix indentation | Willem Jan Palenstijn | 2015-03-20 | 2 | -103/+103 |
| * | | Fix comment | Willem Jan Palenstijn | 2015-03-20 | 1 | -2/+2 |
| * | | Add MSVC project files | Willem Jan Palenstijn | 2015-03-20 | 22 | -10/+1080 |
| * | | Merge branch 'master' into logging | Willem Jan Palenstijn | 2015-03-20 | 40 | -5326/+7465 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #34 from wjp/msvc_gen | Willem Jan Palenstijn | 2015-03-20 | 20 | -5241/+7014 |
|\ \ \ | |||||
| * | | | 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 | 20 | -5241/+7005 |
|/ / / | |||||
* | | | Merge pull request #28 from dmpelt/projector3d-python | Willem Jan Palenstijn | 2015-03-18 | 18 | -83/+410 |
|\ \ \ | |||||
| * | | | Adjust docstring and samples to new python create_sino function | Willem Jan Palenstijn | 2015-03-06 | 8 | -23/+19 |
| * | | | Avoid Python recompilation during installation | Daniel M. Pelt | 2015-03-05 | 1 | -3/+16 |
| * | | | Added Python support for CUDA projectors | Daniel M. Pelt | 2015-03-05 | 10 | -57/+375 |
* | | | | Merge pull request #29 from wjp/optional_boostutf | Willem Jan Palenstijn | 2015-03-10 | 2 | -2/+26 |
|\ \ \ \ | |||||
| * | | | | 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 |
|/ / / | |||||
| * | | Fix windows build | Willem Jan Palenstijn | 2015-03-19 | 2 | -1/+14 |
| * | | Only allow stdout and stderr for screen logging | Daniel M. Pelt | 2015-03-13 | 1 | -1/+5 |
| * | | Use a less verbose default fmt for screen logging and cleaner messages | Daniel M. Pelt | 2015-03-13 | 5 | -7/+8 |
| * | | Enable logging to Matlab window using callback function | Daniel M. Pelt | 2015-03-13 | 15 | -3/+125 |
| * | | Add logging support to Matlab | Daniel M. Pelt | 2015-03-13 | 3 | -0/+336 |
| * | | Adds ASTRA_*** defines for easier logging, and changes internal calls to thes... | Daniel M. Pelt | 2015-03-13 | 12 | -29/+32 |
| * | | Use new logging API internally instead of printf / iostream | Daniel M. Pelt | 2015-03-10 | 11 | -31/+55 |
| * | | Add logging support to Python | Daniel M. Pelt | 2015-03-10 | 3 | -0/+250 |
| * | | Adds new logging capabilities (based on clog.h) | Daniel M. Pelt | 2015-03-10 | 4 | -0/+945 |
| * | | Remove old Logging code (only used in fft.cu) | Daniel M. Pelt | 2015-03-09 | 6 | -167/+10 |
|/ / | |||||
* | | Also clean up generated Cython files during `make clean` | Daniel M. Pelt | 2015-03-04 | 1 | -0/+2 |