summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Expand (and document) CUDA platform listWillem Jan Palenstijn2021-11-221-2/+14
|
* Version 2.0.0Willem Jan Palenstijn2021-10-271-1/+1
|
* Update copyright yearsWillem Jan Palenstijn2021-10-271-2/+2
|
* Windows Python release updateWillem Jan Palenstijn2021-10-113-85/+10
|
* Slightly improve configure logWillem Jan Palenstijn2021-02-191-2/+2
|
* Suppress nvcc deprecated-gpu-targets warningWillem Jan Palenstijn2021-02-191-1/+5
|
* Increment version to 1.9.9devWillem Jan Palenstijn2019-09-271-1/+1
|
* Skip boost/cuda check if cuda is not foundWillem Jan Palenstijn2019-09-251-0/+2
|
* Remove C++ projector testsWillem Jan Palenstijn2019-09-251-2/+0
| | | | These have been superseded by python versions.
* Check if boost and CUDA versions are compatibleWillem Jan Palenstijn2019-09-252-0/+23
| | | | | See https://github.com/astra-toolbox/astra-toolbox/issues/163 and https://github.com/boostorg/config/pull/175 .
* Improve logging of mex detection to config.logWillem Jan Palenstijn2019-08-161-2/+2
|
* Check for the mex -R2017b option in configureWillem Jan Palenstijn2019-08-163-4/+37
| | | | | | | | | Since we use mex for linking, but CXX for compiling, we also need to set a preprocessor macro to emulate the -R2017b option. Currently we use -DMATLAB_MEXCMD_RELEASE=700, but it is unclear if this is the recommended way. This is required to build with Matlab R2018a and newer.
* Build updates for Win10 + VS2017 + CUDA9 + Matlab R2018bWillem Jan Palenstijn2019-07-087-39/+44
|
* Regenerate Windows build filesWillem Jan Palenstijn2019-03-051-0/+1
|
* Add basic implementation of par2d CPU Distance Driven projectorWillem Jan Palenstijn2019-01-242-0/+3
|
* Install DART algorithmWillem Jan Palenstijn2018-12-121-1/+1
|
* Merge branch 'geom_visualizer'Willem Jan Palenstijn2018-12-121-0/+7
|\ | | | | | | This adds a matlab geometry visualizer, and a sample showing how to use it.
| * Reorganize functions into packages/private functionsWillem Jan Palenstijn2018-12-121-16/+4
| | | | | | | | This also replaces modifying the path with a request to the user to modify the path.
| * add astra_plot_geom command and sample s024Tim2018-12-121-3/+0
| | | | | | | | Signed-off-by: Tim <tim.elberfeld@uantwerpen.be>
| * copy plot_geom files in correct folders when installingTim2018-12-121-0/+22
| |
* | Add new CUDA compute modelsWillem Jan Palenstijn2018-12-121-2/+2
|/
* Add install-dev make target for installing headers/pkgconfig/libraryWillem Jan Palenstijn2018-11-133-7/+55
|
* Fix missing python lib path for matlab moduleWillem Jan Palenstijn2018-10-241-1/+6
|
* Add support for checking features at run-timeWillem Jan Palenstijn2018-09-252-0/+3
|
* Make filename more consistentWillem Jan Palenstijn2018-08-282-3/+3
|
* Refactor a few filter-related functions out of cuda codeWillem Jan Palenstijn2018-07-172-1/+3
|
* Sync MSVC projectWillem Jan Palenstijn2018-06-271-31/+31
|
* Further update Windows release scriptsWillem Jan Palenstijn2018-06-222-2/+2
|
* Move CUDA include filesWillem Jan Palenstijn2018-06-221-2/+2
|
* Update Windows release scriptsWillem Jan Palenstijn2018-01-312-15/+15
|
* iMinds -> imecWillem Jan Palenstijn2018-01-242-3/+3
|
* Update copyright dateWillem Jan Palenstijn2018-01-242-6/+6
|
* Update contact emailWillem Jan Palenstijn2018-01-122-3/+3
|
* Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-221-1/+1
|\
| * Update version to 1.9.0devWillem Jan Palenstijn2017-11-221-1/+1
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-223-5/+4
|\ \ | |/
| * Update version to 1.8.3Willem Jan Palenstijn2017-11-062-3/+3
| |
| * Remove unused codeWillem Jan Palenstijn2017-11-011-2/+1
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-09-1512-490/+637
|\ \ | |/
| * Add macOS noteWillem Jan Palenstijn2017-09-081-1/+3
| |
| * Set stdlib to libstdc++ on macOS consistentlyWillem Jan Palenstijn2017-03-202-4/+8
| |
| * 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-202-0/+6
| |
| * Change lib/lib64 logicWillem Jan Palenstijn2017-03-201-8/+1
| | | | | | | | macOS CUDA uses lib even on 64 bit
| * Let autogen.sh use either glibtoolize or libtoolize on macOSWillem Jan Palenstijn2017-03-201-2/+5
| | | | | | | | This is necessary since conda's libtool installs libtoolize on macOS.
| * Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn2017-02-082-2/+10
| |
| * 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
| | | | | | | | This fixes the CUDA .d file fixup for macOS.
| * Fix build_release.batWillem Jan Palenstijn2016-12-092-12/+8
| |