summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build with MS VS 2015 CEAlexey Buzmakov2016-11-046-0/+6
* 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
| |/
| * Fix buildWillem Jan Palenstijn2016-04-222-131/+77
* | Merge branch 'master' into FDKWillem Jan Palenstijn2016-04-222-221/+3338
|\|
| * Change CPU FFT implementationDaniel M. Pelt2016-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
|\|
| * 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
| * | | Skip some unnecessary splittingWillem Jan Palenstijn2016-02-151-5/+8
| * | | Also split volumes in X/Y directions to respect CUDA limitsWillem Jan Palenstijn2016-02-151-21/+240
| | |/ | |/|
* / | Restrict FDK_CUDA to cube voxels for nowWillem Jan Palenstijn2016-04-181-0/+11
|/ /
* | Refactor FP and BP jobs creation in the composite geometry managerNicola Vigano2016-02-101-14/+25
* | Add multi-GPU support to CompositeGeometryManagerWillem Jan Palenstijn2016-01-191-114/+320
* | Remove noisy debugging outputWillem Jan Palenstijn2016-01-191-3/+0
* | Fix whitespaceWillem Jan Palenstijn2016-01-191-21/+21
|/
* Merge pull request #105 from wjp/stringsWillem Jan Palenstijn2016-01-1847-297/+216
|\
| * Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-0547-218/+234
| * Remove unused functionsWillem Jan Palenstijn2016-01-051-97/+0
* | Fix projections parallel to XZ or YZ planesWillem Jan Palenstijn2016-01-141-0/+12
|/
* Fix uninitialized variableWillem Jan Palenstijn2015-12-091-0/+1
* Merge pull request #101 from wjp/compositeWillem Jan Palenstijn2015-12-049-14/+1462
|\
| * Add utility functions for creating FP/BP JobListsWillem Jan Palenstijn2015-12-041-2/+111
| * Add CompositeGeometryManagerWillem Jan Palenstijn2015-12-048-14/+1351
| * Disable error-prone checksWillem Jan Palenstijn2015-12-041-0/+2
* | Merge pull request #73 from dmpelt/python-pluginsWillem Jan Palenstijn2015-12-042-0/+404
|\ \ | |/ |/|
| * Avoid unnecessary include in headerWillem Jan Palenstijn2015-12-021-1/+5
| * Merge branch 'master' into python-pluginsWillem Jan Palenstijn2015-12-0120-276/+460
| |\
| * | Ensure we have acquired the GIL before calling Python plugin 'run' methodDaniel M. Pelt2015-08-101-3/+8