summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-09-1585-1093/+814
|\
| * Fix misleading indentationWillem Jan Palenstijn2017-05-221-2/+2
| * Fix warningsWillem Jan Palenstijn2017-02-081-8/+9
| * Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn2017-02-0811-66/+486
| * Remove unused 3d global min/maxWillem Jan Palenstijn2017-02-081-38/+0
| * Remove unused data3d functionsWillem Jan Palenstijn2017-02-084-634/+0
| * Remove unused functionWillem Jan Palenstijn2017-02-081-0/+1
| * Fix VolumeGeometry class name in error messagesWillem Jan Palenstijn2017-01-122-5/+5
| * Expose the density weighting option of cone_bpWillem Jan Palenstijn2016-12-012-1/+14
| * Fix warningsWillem Jan Palenstijn2016-11-282-2/+2
| * Update headers (website+2016)Willem Jan Palenstijn2016-11-2882-327/+246
| * Merge branch 'fdk_custom_filter'Willem Jan Palenstijn2016-11-282-5/+38
| |\
| | * Merge branch 'master' into fdk_custom_filterWillem Jan Palenstijn2016-10-133-160/+279
| | |\
| | * | Add option to specify custom filter for FDKDaniel M. Pelt2016-05-201-1/+32
| * | | Change order of template instantiations for clangWillem Jan Palenstijn2016-11-252-11/+11
| * | | Fix hardcoded delim in splitStringWillem Jan Palenstijn2016-11-211-1/+1
| * | | Fix build with MS VS 2015 CEAlexey Buzmakov2016-11-046-0/+6
| | |/ | |/|
* | | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2016-10-073-154/+271
|\| |
| * | Merge branch 'master' into FDKWillem Jan Palenstijn2016-10-064-282/+281
| |\ \
| | * \ Merge pull request #62 from wjp/stringutilWillem Jan Palenstijn2016-07-291-14/+20
| | |\ \
| | | * | Replace use of boost::split by own functionWillem Jan Palenstijn2016-07-281-14/+20
| | | |/
| | * | Fix inefficient block split logicWillem Jan Palenstijn2016-06-201-5/+19
| | * | Improve volume block reductionWillem Jan Palenstijn2016-06-201-132/+165
| | |/
| * | Merge branch 'master' into FDKWillem Jan Palenstijn2016-04-222-221/+3338
| |\ \
| * | | Use CompositeGeometryManager for FDKWillem Jan Palenstijn2016-04-182-3/+56
| * | | Merge branch 'master' into anisoWillem Jan Palenstijn2016-04-1815-451/+368
| |\ \ \
| * | | | Restrict FDK_CUDA to cube voxels for nowWillem Jan Palenstijn2016-04-181-0/+11
* | | | | Add CUDA parvec supportWillem Jan Palenstijn2016-07-297-326/+242
* | | | | Merge branch 'master' into parvecWillem Jan Palenstijn2016-07-2861-1089/+6036
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix buildWillem Jan Palenstijn2016-04-222-131/+77
| | |_|/ | |/| |
| * | | Change CPU FFT implementationDaniel M. Pelt2016-04-222-221/+3338
| | |/ | |/|
| * | Fix stringToInt parsing doublesWillem Jan Palenstijn2016-04-181-1/+1
| * | Merge pull request #29 from wjp/indexmanagerWillem Jan Palenstijn2016-04-151-8/+8
| |\ \
| | * | Fix buildWillem Jan Palenstijn2016-03-011-6/+6
| | * | Merge branch 'master' into indexmanagerWillem Jan Palenstijn2016-03-012-389/+250
| | |\ \
| | * | | Refactor AstraObjectManager to add an AstraIndexManagerWillem Jan Palenstijn2016-02-161-8/+8
| | | |/ | | |/|
| * | | Merge pull request #35 from wjp/relaxationWillem Jan Palenstijn2016-04-147-38/+79
| |\ \ \
| | * | | Add relaxation parameters to SIRT3DWillem Jan Palenstijn2016-03-231-0/+8
| | * | | Add relaxation parameters to SIRT, SARTWillem Jan Palenstijn2016-03-234-4/+38
| | * | | Rename ART lambda option to RelaxationWillem Jan Palenstijn2016-03-231-3/+7
| | * | | Move CUDA algorithm initialization to its own functionWillem Jan Palenstijn2016-03-232-31/+26
| * | | | Merge pull request #36 from wjp/sart_raylengthWillem Jan Palenstijn2016-04-141-5/+19
| |\ \ \ \
| | * | | | Fix accumulating multiple raylengths in SARTWillem Jan Palenstijn2016-03-231-5/+19
| | |/ / /
| * | | | Fix memory leakWillem Jan Palenstijn2016-03-241-6/+8
| * | | | Fix cppcheck warningsWillem Jan Palenstijn2016-03-243-4/+3
| |/ / /
| * | / Fix buildWillem Jan Palenstijn2016-03-011-6/+6
| | |/ | |/|
| * | Merge pull request #111 from wjp/pluginbuildWillem Jan Palenstijn2016-02-221-366/+1
| |\ \
| | * | Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn2016-01-211-366/+1
| * | | Query max texture size instead of hardcoding itWillem Jan Palenstijn2016-02-161-6/+6
| * | | Avoid (unlikely) integer overflowWillem Jan Palenstijn2016-02-151-1/+5