summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add conda build scriptsDaniel M. Pelt2015-12-041-0/+4
| |
| * Merge pull request #101 from wjp/compositeWillem Jan Palenstijn2015-12-042-1/+7
| |\ | | | | | | Add CompositeGeometryManager
| | * Add CompositeGeometryManagerWillem Jan Palenstijn2015-12-042-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-pluginsWillem Jan Palenstijn2015-12-041-3/+13
| |\ \ | | |/ | |/| Add support for Python algorithm plugins
| | * Merge branch 'master' into python-pluginsWillem Jan Palenstijn2015-12-012-3/+15
| | |\ | | | | | | | | | | | | | | | | Conflicts: python/astra/utils.pyx
| | * | Add support for Python algorithm pluginsDaniel M. Pelt2015-07-231-3/+13
| | | |
| * | | Fix Windows builds of astra_mex_directWillem Jan Palenstijn2015-12-021-0/+4
| | |/ | |/|
| * | Build astra_mex_direct in MSVCWillem Jan Palenstijn2015-10-071-2/+13
| | |
| * | Add astra_mex_direct('FP3D'/'BP3D', ...)Willem Jan Palenstijn2015-10-071-1/+2
| |/
| * Increment version to 1.6Willem Jan Palenstijn2015-05-291-1/+1
| |
| * Fix vs2008 buildWillem Jan Palenstijn2015-05-291-2/+3
| |
| * Update utility filesWillem Jan Palenstijn2015-05-293-287/+438
| |
| * Update README, NEWSWillem Jan Palenstijn2015-05-291-2/+4
| |
* | Merge remote-tracking branch 'upstream/master' into parallel_vecWim van Aarle2015-05-263-3/+1132
|\| | | | | | | | | | | | | | | Conflicts: astra_vc11.vcxproj.filters python/astra/functions.py src/ParallelBeamBlobKernelProjector2D.cpp src/ProjectionGeometry2D.cpp
| * Now include path is system-independent.Valerii Sokolov2015-04-291-1/+1
| |
| * Fix typo in configure python checkWillem Jan Palenstijn2015-04-161-1/+1
| |
| * Add MSVC project filesWillem Jan Palenstijn2015-03-201-4/+34
| |
| * Merge branch 'master' into loggingWillem Jan Palenstijn2015-03-203-2/+1138
| |\
| | * 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-191-0/+1088
| | |
| * | Enable logging to Matlab window using callback functionDaniel M. Pelt2015-03-131-0/+1
| | | | | | | | | | | | | | | Also introduces a mex initialize function that is called at the first invocation of any mex method.
| * | Add logging support to MatlabDaniel M. Pelt2015-03-131-0/+1
| | |
| * | Adds new logging capabilities (based on clog.h)Daniel M. Pelt2015-03-101-0/+1
| | |
| * | Remove old Logging code (only used in fft.cu)Daniel M. Pelt2015-03-091-1/+0
| | |
* | | updated makefileWim van Aarle2015-03-182-2/+44
|\ \ \ | | |/ | |/|
| * | 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
| |/
| * Also clean up generated Cython files during `make clean`Daniel M. Pelt2015-03-041-0/+2
|/
* Untangle cuda and astra includesWillem Jan Palenstijn2015-03-021-1/+1
|
* Add logging for python module checksWillem Jan Palenstijn2015-02-262-12/+28
|
* Simplify with-python handlingWillem Jan Palenstijn2015-02-261-2/+13
|
* Better Python configure checksDaniel M. Pelt2015-02-261-7/+24
|
* Merge branch 'master' into python-interfaceWillem Jan Palenstijn2015-02-264-37/+49
|\
| * Merge pull request #17 from wjp/nvcc_configWillem Jan Palenstijn2015-02-252-34/+40
| |\ | | | | | | Clean up and improve nvcc/cuda configure checks
| | * Also output prefix at end of configureWillem Jan Palenstijn2015-02-251-4/+4
| | |
| | * Output summary of results at end of configureWillem Jan Palenstijn2015-02-251-1/+7
| | |
| | * Clean up configure check for nvccWillem Jan Palenstijn2015-02-251-26/+19
| | |
| | * Fix copy-paste error in boost-unit-test-framework checkWillem Jan Palenstijn2015-02-251-1/+1
| | |
| | * Improve logging for nvcc hackWillem Jan Palenstijn2015-02-251-4/+11
| | |
| * | Added libtool check for OSXDaniel M. Pelt2015-02-251-2/+5
| | |
| * | Remove CAsyncAlgorithm::timedJoinWillem Jan Palenstijn2015-02-251-26/+0
| |/ | | | | | | It is currently unused, and its current implementation is not very portable.
| * Check if we need librt for clock_gettime in configure scriptWillem Jan Palenstijn2015-02-202-1/+30
| |
* | Added Python interfaceDaniel M. Pelt2015-02-242-9/+67
|/
* Update versionWillem Jan Palenstijn2015-01-301-1/+1
|
* Store result of nvcc tests in config.logWillem Jan Palenstijn2015-01-301-2/+23
|
* Update copyright to -2015Willem Jan Palenstijn2015-01-261-2/+2
|
* Update copyright headersWillem Jan Palenstijn2015-01-191-5/+5
|
* Refactor astra_mex_data3dWillem Jan Palenstijn2014-12-041-1/+5
| | | | (Modified) patch by Nicola ViganĂ²
* Move BP coordinate transformation to utility functionWillem Jan Palenstijn2014-12-031-0/+1
|