summaryrefslogtreecommitdiffstats
path: root/build/linux/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Make filename more consistentWillem Jan Palenstijn2018-08-281-1/+1
* Refactor a few filter-related functions out of cuda codeWillem Jan Palenstijn2018-07-171-0/+1
* Move CUDA include filesWillem Jan Palenstijn2018-06-221-2/+2
* Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-221-2/+1
|\
| * Remove unused codeWillem Jan Palenstijn2017-11-011-2/+1
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-09-151-62/+177
|\|
| * Add macOS noteWillem Jan Palenstijn2017-09-081-1/+3
| * Set stdlib to libstdc++ on macOS consistentlyWillem Jan Palenstijn2017-03-201-1/+2
| * Use @loader_path to make mex files find libastra.0.dylib in cwdWillem Jan Palenstijn2017-03-201-0/+6
| * Disable openmp on macOSWillem Jan Palenstijn2017-03-201-0/+3
| * Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn2017-02-081-1/+4
| * Clean up symlink after failed python buildWillem Jan Palenstijn2017-02-081-1/+1
| * Add small portability comment about CUDA 5.5Willem Jan Palenstijn2017-01-191-0/+1
| * Avoid 'echo -e' for improved sh portabilityWillem Jan Palenstijn2017-01-191-1/+1
| * Make shared objects 755Willem Jan Palenstijn2016-11-231-5/+5
| * Remove resolved TODOWillem Jan Palenstijn2016-11-221-1/+0
| * Rename python-root-install to install-python-site-packagesWillem Jan Palenstijn2016-11-221-5/+5
| * Avoid six for PYINCDIR in Makefile.inWillem Jan Palenstijn2016-11-221-2/+1
| * Clean up linking against libpython for oct/mexWillem Jan Palenstijn2016-11-221-13/+4
| * Build astra_mex_plugin for octaveWillem Jan Palenstijn2016-11-221-5/+18
| * Overhaul package installationWillem Jan Palenstijn2016-11-211-69/+114
| * Separate python build and install stepsWillem Jan Palenstijn2016-11-211-6/+7
| * Add install-octave to .PHONYWillem Jan Palenstijn2016-11-211-1/+1
| * Add experimental support for OctaveWillem Jan Palenstijn2016-11-181-1/+50
| * Add SIRT pluginWillem Jan Palenstijn2016-11-181-0/+2
* | Add CUDA parvec supportWillem Jan Palenstijn2016-07-291-0/+2
* | Merge branch 'master' into parvecWillem Jan Palenstijn2016-07-281-39/+91
|\|
| * Add comment about setting CC to CXXDaniel M. Pelt2016-04-191-0/+2
| * Use CXX for Python compilation as wellDaniel M. Pelt2016-04-191-2/+2
| * Merge pull request #32 from dmpelt/split-condaWillem Jan Palenstijn2016-03-031-1/+1
| |\
| | * Include PluginAlgorithm in non-Python builds as wellDaniel M. Pelt2016-03-031-1/+1
| * | Revert "Use nvcc's -MT option"Willem Jan Palenstijn2016-03-031-2/+4
| |/
| * Add missing .PHONY targetsWillem Jan Palenstijn2016-01-211-1/+1
| * Initialize Python plugins when available in MatlabWillem Jan Palenstijn2016-01-211-0/+10
| * Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn2016-01-211-2/+0
| * Fix VPATH problem with older autoconf versionsWillem Jan Palenstijn2016-01-211-1/+1
| * Don't build cuda non-PIC object if static libs are disabledWillem Jan Palenstijn2016-01-201-2/+10
| * Try to improve nvcc dependency file generationWillem Jan Palenstijn2016-01-201-0/+3
| * Use nvcc's -MT optionWillem Jan Palenstijn2016-01-201-4/+2
| * Avoid incorrect include dirs when building python modulesWillem Jan Palenstijn2016-01-201-2/+5
| * Place Python build/temporary files in build directoryWillem Jan Palenstijn2016-01-201-9/+12
| * Allow out-of-tree buildsWillem Jan Palenstijn2016-01-201-30/+37
| * Allow user to pass NVCCFLAGS to configureWillem Jan Palenstijn2016-01-181-1/+2
| * Add conda build scriptsDaniel M. Pelt2015-12-041-0/+4
| * Merge pull request #101 from wjp/compositeWillem Jan Palenstijn2015-12-041-1/+3
| |\
| | * Add CompositeGeometryManagerWillem Jan Palenstijn2015-12-041-1/+3
| * | Merge branch 'master' into python-pluginsWillem Jan Palenstijn2015-12-011-1/+2
| |\|
| | * Add astra_mex_direct('FP3D'/'BP3D', ...)Willem Jan Palenstijn2015-10-071-1/+2
| * | Add support for Python algorithm pluginsDaniel M. Pelt2015-07-231-3/+13
| |/
* | Merge remote-tracking branch 'upstream/master' into parallel_vecWim van Aarle2015-05-261-2/+4
|\|