| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-22 | Expand (and document) CUDA platform list | Willem Jan Palenstijn | |
| 2021-10-27 | Version 2.0.0 | Willem Jan Palenstijn | |
| 2021-10-27 | Update copyright years | Willem Jan Palenstijn | |
| 2021-02-19 | Slightly improve configure log | Willem Jan Palenstijn | |
| 2021-02-19 | Suppress nvcc deprecated-gpu-targets warning | Willem Jan Palenstijn | |
| 2019-09-27 | Increment version to 1.9.9dev | Willem Jan Palenstijn | |
| 2019-09-25 | Skip boost/cuda check if cuda is not found | Willem Jan Palenstijn | |
| 2019-09-25 | Remove C++ projector tests | Willem Jan Palenstijn | |
| These have been superseded by python versions. | |||
| 2019-09-25 | Check if boost and CUDA versions are compatible | Willem Jan Palenstijn | |
| See https://github.com/astra-toolbox/astra-toolbox/issues/163 and https://github.com/boostorg/config/pull/175 . | |||
| 2019-08-16 | Improve logging of mex detection to config.log | Willem Jan Palenstijn | |
| 2019-08-16 | Check for the mex -R2017b option in configure | Willem Jan Palenstijn | |
| 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. | |||
| 2019-01-24 | Add basic implementation of par2d CPU Distance Driven projector | Willem Jan Palenstijn | |
| 2018-12-12 | Install DART algorithm | Willem Jan Palenstijn | |
| 2018-12-12 | Merge branch 'geom_visualizer' | Willem Jan Palenstijn | |
| This adds a matlab geometry visualizer, and a sample showing how to use it. | |||
| 2018-12-12 | Reorganize functions into packages/private functions | Willem Jan Palenstijn | |
| This also replaces modifying the path with a request to the user to modify the path. | |||
| 2018-12-12 | add astra_plot_geom command and sample s024 | Tim | |
| Signed-off-by: Tim <tim.elberfeld@uantwerpen.be> | |||
| 2018-12-12 | copy plot_geom files in correct folders when installing | Tim | |
| 2018-12-12 | Add new CUDA compute models | Willem Jan Palenstijn | |
| 2018-11-13 | Add install-dev make target for installing headers/pkgconfig/library | Willem Jan Palenstijn | |
| 2018-10-24 | Fix missing python lib path for matlab module | Willem Jan Palenstijn | |
| 2018-09-25 | Add support for checking features at run-time | Willem Jan Palenstijn | |
| 2018-08-28 | Make filename more consistent | Willem Jan Palenstijn | |
| 2018-07-17 | Refactor a few filter-related functions out of cuda code | Willem Jan Palenstijn | |
| 2018-06-22 | Move CUDA include files | Willem Jan Palenstijn | |
| 2018-01-24 | iMinds -> imec | Willem Jan Palenstijn | |
| 2018-01-24 | Update copyright date | Willem Jan Palenstijn | |
| 2018-01-12 | Update contact email | Willem Jan Palenstijn | |
| 2017-11-22 | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | |
| 2017-11-22 | Update version to 1.9.0dev | Willem Jan Palenstijn | |
| 2017-11-22 | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | |
| 2017-11-06 | Update version to 1.8.3 | Willem Jan Palenstijn | |
| 2017-11-01 | Remove unused code | Willem Jan Palenstijn | |
| 2017-09-15 | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | |
| 2017-09-08 | Add macOS note | Willem Jan Palenstijn | |
| 2017-03-20 | Set stdlib to libstdc++ on macOS consistently | Willem Jan Palenstijn | |
| 2017-03-20 | Use @loader_path to make mex files find libastra.0.dylib in cwd | Willem Jan Palenstijn | |
| 2017-03-20 | Disable openmp on macOS | Willem Jan Palenstijn | |
| 2017-03-20 | Change lib/lib64 logic | Willem Jan Palenstijn | |
| macOS CUDA uses lib even on 64 bit | |||
| 2017-03-20 | Let autogen.sh use either glibtoolize or libtoolize on macOS | Willem Jan Palenstijn | |
| This is necessary since conda's libtool installs libtoolize on macOS. | |||
| 2017-02-08 | Start work on CFloat32Data3DGPU to allow persistent/external GPU memory | Willem Jan Palenstijn | |
| 2017-02-08 | Clean up symlink after failed python build | Willem Jan Palenstijn | |
| 2017-01-19 | Add small portability comment about CUDA 5.5 | Willem Jan Palenstijn | |
| 2017-01-19 | Avoid 'echo -e' for improved sh portability | Willem Jan Palenstijn | |
| This fixes the CUDA .d file fixup for macOS. | |||
| 2016-12-05 | Update version to 1.8 | Willem Jan Palenstijn | |
| 2016-11-28 | Update headers (website+2016) | Willem Jan Palenstijn | |
| 2016-11-25 | Separate C++ and python builds & make conda work nicely | Holger Kohr | |
| - make builder (= advanced user or us ourselves) choose compilers and CUDA - add a check for the C++11 flag for nvcc to work around the infamous boost bug if necessary - use conda boost to build the C++ library - simplify python bindings conda recipe to only build the bindings; the C++ library is now a build and runtime dependency - add runtime dependencies to python bindings recipe - some small adjustments to builder.py | |||
| 2016-11-23 | Make shared objects 755 | Willem Jan Palenstijn | |
| 2016-11-22 | Remove resolved TODO | Willem Jan Palenstijn | |
| 2016-11-22 | Rename python-root-install to install-python-site-packages | Willem Jan Palenstijn | |
| 2016-11-22 | Avoid six for PYINCDIR in Makefile.in | Willem Jan Palenstijn | |
