summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Store result of nvcc tests in config.logWillem Jan Palenstijn2015-01-231-2/+23
| * | Silence bogus warning:Christian Häggström2015-01-201-0/+1
| * | Remove unused filesWillem Jan Palenstijn2015-01-194-417/+0
| * | Remove unused stubs from mex_data3dWillem Jan Palenstijn2015-01-191-430/+2
| * | Refactor astra_mex_data3dWillem Jan Palenstijn2015-01-196-493/+827
| * | Fix whitespaceWillem Jan Palenstijn2015-01-194-53/+53
| * | Remove unused DetectorOffsetX/Y in ProjectionGeometry3DWillem Jan Palenstijn2015-01-194-192/+13
| * | Add CUDA SIRT::doSlabCorrections() functionWillem Jan Palenstijn2015-01-194-0/+59
| * | Improve cuda 2d header commentsWillem Jan Palenstijn2015-01-192-1/+25
| * | Make CXX configurableWillem Jan Palenstijn2015-01-191-2/+2
| * | Fix warningWillem Jan Palenstijn2015-01-191-1/+1
| * | Add --with-cuda-compute option to configureWillem Jan Palenstijn2015-01-192-3/+11
| * | Prettify nvcc arch output slightlyWillem Jan Palenstijn2015-01-191-1/+1
| * | Avoid mxIsSharedArrayWillem Jan Palenstijn2014-12-121-0/+6
| * | Update copyright headersWillem Jan Palenstijn2014-12-12293-1585/+1603
* | | Merge pull request #30 from dmpelt/loggingWillem Jan Palenstijn2015-03-2054-209/+2827
|\ \ \
| * | | Use FlushFileBuffers in WindowsWillem Jan Palenstijn2015-03-201-1/+8
| * | | Fix indentationWillem Jan Palenstijn2015-03-202-103/+103
| * | | Fix commentWillem Jan Palenstijn2015-03-201-2/+2
| * | | Add MSVC project filesWillem Jan Palenstijn2015-03-2022-10/+1080
| * | | Merge branch 'master' into loggingWillem Jan Palenstijn2015-03-2040-5326/+7465
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #34 from wjp/msvc_genWillem Jan Palenstijn2015-03-2020-5241/+7014
|\ \ \ \
| * | | | Add command line option to generate vc09/vc11/all filesWillem Jan Palenstijn2015-03-201-24/+33
| * | | | Generate MSVC 2008/2012 project files with a Python scriptWillem Jan Palenstijn2015-03-1920-5241/+7005
|/ / / /
* | | | Merge pull request #28 from dmpelt/projector3d-pythonWillem Jan Palenstijn2015-03-1818-83/+410
|\ \ \ \
| * | | | Adjust docstring and samples to new python create_sino functionWillem Jan Palenstijn2015-03-068-23/+19
| * | | | Avoid Python recompilation during installationDaniel M. Pelt2015-03-051-3/+16
| * | | | Added Python support for CUDA projectorsDaniel M. Pelt2015-03-0510-57/+375
* | | | | Merge pull request #29 from wjp/optional_boostutfWillem Jan Palenstijn2015-03-102-2/+26
|\ \ \ \ \
| * | | | | Add check for required boost headersWillem Jan Palenstijn2015-03-091-0/+11
| * | | | | Make boost-unit-test-framework optional in configureWillem Jan Palenstijn2015-03-062-2/+15
|/ / / / /
* / / / / Force clang to use libstdc++ on OSX (fixes Cython compilation)Daniel M. Pelt2015-03-052-0/+15
|/ / / /
| * | | Fix windows buildWillem Jan Palenstijn2015-03-192-1/+14
| * | | Only allow stdout and stderr for screen loggingDaniel M. Pelt2015-03-131-1/+5
| * | | Use a less verbose default fmt for screen logging and cleaner messagesDaniel M. Pelt2015-03-135-7/+8
| * | | Enable logging to Matlab window using callback functionDaniel M. Pelt2015-03-1315-3/+125
| * | | Add logging support to MatlabDaniel M. Pelt2015-03-133-0/+336
| * | | Adds ASTRA_*** defines for easier logging, and changes internal calls to thes...Daniel M. Pelt2015-03-1312-29/+32
| * | | Use new logging API internally instead of printf / iostreamDaniel M. Pelt2015-03-1011-31/+55
| * | | Add logging support to PythonDaniel M. Pelt2015-03-103-0/+250
| * | | Adds new logging capabilities (based on clog.h)Daniel M. Pelt2015-03-104-0/+945
| * | | Remove old Logging code (only used in fft.cu)Daniel M. Pelt2015-03-096-167/+10
|/ / /
* | / Also clean up generated Cython files during `make clean`Daniel M. Pelt2015-03-041-0/+2
| |/ |/|
* | Fix getConfiguration type for vec geometriesWillem Jan Palenstijn2015-03-032-2/+2
* | Merge pull request #25 from dmpelt/python-get-geometryWillem Jan Palenstijn2015-03-038-187/+181
|\ \
| * | Make Python get_geometry code match Matlab (after 03a9dd972ada50eedb83386910c...Daniel M. Pelt2015-03-038-187/+181
* | | Fix getConfiguration for vec geometries and non-square detectorsWillem Jan Palenstijn2015-03-032-6/+6
|/ /
* | Merge pull request #24 from wjp/cuda_includesWillem Jan Palenstijn2015-03-0211-64/+151
|\ \
| * | Untangle cuda and astra includesWillem Jan Palenstijn2015-03-0211-64/+151
|/ /
* | Merge pull request #23 from dmpelt/cython0.22-fixWillem Jan Palenstijn2015-02-271-2/+1
|\ \