summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-20Merge pull request #34 from wjp/msvc_genWillem Jan Palenstijn
Generate MSVC 2008/2012 project files with a Python script
2015-03-20Add command line option to generate vc09/vc11/all filesWillem Jan Palenstijn
2015-03-19Generate MSVC 2008/2012 project files with a Python scriptWillem Jan Palenstijn
2015-03-18Merge pull request #28 from dmpelt/projector3d-pythonWillem Jan Palenstijn
Add projector3d and CUDA projectors to Python (to match new Matlab code)
2015-03-10Merge pull request #29 from wjp/optional_boostutfWillem Jan Palenstijn
Improve configure checks for boost
2015-03-09Add check for required boost headersWillem Jan Palenstijn
2015-03-06Make boost-unit-test-framework optional in configureWillem Jan Palenstijn
2015-03-06Adjust docstring and samples to new python create_sino functionWillem Jan Palenstijn
2015-03-05Avoid Python recompilation during installationDaniel M. Pelt
2015-03-05Added Python support for CUDA projectorsDaniel M. Pelt
2015-03-05Force clang to use libstdc++ on OSX (fixes Cython compilation)Daniel M. Pelt
2015-03-04Also clean up generated Cython files during `make clean`Daniel M. Pelt
2015-03-03Fix getConfiguration type for vec geometriesWillem Jan Palenstijn
2015-03-03Merge pull request #25 from dmpelt/python-get-geometryWillem Jan Palenstijn
Make Python get_geometry code match Matlab (after 03a9dd9)
2015-03-03Fix getConfiguration for vec geometries and non-square detectorsWillem Jan Palenstijn
2015-03-03Make Python get_geometry code match Matlab (after ↵Daniel M. Pelt
03a9dd972ada50eedb83386910cecf02fe8d0e35)
2015-03-02Merge pull request #24 from wjp/cuda_includesWillem Jan Palenstijn
Untangle cuda and astra includes
2015-03-02Untangle cuda and astra includesWillem Jan Palenstijn
2015-02-27Merge pull request #23 from dmpelt/cython0.22-fixWillem Jan Palenstijn
Force Cython to use language level 2 to avoid error with Cython 0.22 and python3
2015-02-27Force Cython to use language level 2 to avoid error with Cython 0.22 and python3Daan Pelt
2015-02-27Merge pull request #20 from wvaarle/matlab-get-geometryWillem Jan Palenstijn
'get_geometry' functions in the matlab layer
2015-02-26Merge pull request #16 from dmpelt/python-interfaceWillem Jan Palenstijn
Add Python interface
2015-02-26code cleanupWim van Aarle
2015-02-26updated docsWim van Aarle
2015-02-26get_geometry now uses XML config object (for projections)Wim van Aarle
2015-02-26Add logging for python module checksWillem Jan Palenstijn
2015-02-26Simplify with-python handlingWillem Jan Palenstijn
2015-02-26Better Python configure checksDaniel M. Pelt
2015-02-26Merge branch 'master' into python-interfaceWillem Jan Palenstijn
2015-02-26Fix include orderWillem Jan Palenstijn
2015-02-25Merge pull request #17 from wjp/nvcc_configWillem Jan Palenstijn
Clean up and improve nvcc/cuda configure checks
2015-02-25get_geometry now uses XML config object (for volumes)Wim van Aarle
2015-02-25Merge pull request #19 from wjp/osx-supportWillem Jan Palenstijn
Improve support for OS X
2015-02-25Moved pthreads defines to Globals.hDaan Pelt
2015-02-25Added libtool check for OSXDaniel M. Pelt
2015-02-25Remove CAsyncAlgorithm::timedJoinWillem Jan Palenstijn
It is currently unused, and its current implementation is not very portable.
2015-02-25Also output prefix at end of configureWillem Jan Palenstijn
2015-02-25Output summary of results at end of configureWillem Jan Palenstijn
2015-02-25Clean up configure check for nvccWillem Jan Palenstijn
2015-02-25Fix copy-paste error in boost-unit-test-framework checkWillem Jan Palenstijn
2015-02-25Improve logging for nvcc hackWillem Jan Palenstijn
2015-02-24deleted tmp test fileWim van Aarle
2015-02-24re-enabled get_geometry for 3d projectorsWim van Aarle
2015-02-24added get_geometry for 3d projection data objectsWim van Aarle
2015-02-24fixed get_geometry for fanflat_vecWim van Aarle
2015-02-24added get_geometry for 3d volume objectsWim van Aarle
2015-02-24Added Python interfaceDaniel M. Pelt
2015-02-24Merge pull request #13 from astra-toolbox/matlab-data3d-logicalWillem Jan Palenstijn
Added support for logical matrices in mex_data3d
2015-02-24Added support for logical matrices in mex_data3dWim van Aarle
Did not accelerate using sse2, as no intrinsics exist to convert 8-bit to 32-bit.
2015-02-23fixed matlab DART implementationWim van Aarle
some files were missing, cleaned up the rest