| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-06 | Update version to 1.8.3 | Willem Jan Palenstijn | |
| 2017-11-01 | Remove unused code | 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 | |
| 2016-11-22 | Show installation paths at end of configure | Willem Jan Palenstijn | |
| 2016-11-22 | Clean up linking against libpython for oct/mex | Willem Jan Palenstijn | |
| 2016-11-22 | Disable octave interface by default | Willem Jan Palenstijn | |
| 2016-11-22 | Build astra_mex_plugin for octave | Willem Jan Palenstijn | |
| 2016-11-21 | Overhaul package installation | Willem Jan Palenstijn | |
| There are now three ways of installing from configure/make: ./configure --with-install-type=prefix (default) libraries go into @libdir@ matlab tools/mex go into @datadir@/astra/matlab octave tools/mex go into @datadir@/astra/octave python module goes into site-packages ./configure --with-install-type=dir libraries go into @prefix@/lib matlab tools/mex go into @prefix@/matlab octave tools/mex go into @prefix@/octave python module goes into @prefix@/python ./configure --with-install-type=module matlab tools/mex go into @prefix@/matlab octave tools/mex go into @prefix@/octave python module goes into site-packages library is installed along with the matlab/octave/python module(s), with rpath | |||
| 2016-11-21 | Update tested cuda compute capabilities | Willem Jan Palenstijn | |
| 2016-11-21 | Separate python build and install steps | Willem Jan Palenstijn | |
| 2016-11-21 | Show NVCCFLAGS help | Willem Jan Palenstijn | |
| 2016-11-21 | Add install-octave to .PHONY | Willem Jan Palenstijn | |
| 2016-11-18 | Add experimental support for Octave | Willem Jan Palenstijn | |
| Based on initial patch by @kalvdans. | |||
| 2016-11-18 | Add SIRT plugin | Willem Jan Palenstijn | |
| 2016-04-19 | Add comment about setting CC to CXX | Daniel M. Pelt | |
| 2016-04-19 | Use CXX for Python compilation as well | Daniel M. Pelt | |
| 2016-03-03 | Merge pull request #32 from dmpelt/split-conda | Willem Jan Palenstijn | |
| Split conda package into c++ lib and python parts | |||
| 2016-03-03 | Revert "Use nvcc's -MT option" | Willem Jan Palenstijn | |
| This reverts commit 29c5c86e56697286a92031aaa9fdd903b3bcc426. This fixes building with CUDA 5.5. | |||
| 2016-03-03 | Include PluginAlgorithm in non-Python builds as well | Daniel M. Pelt | |
| 2016-01-21 | Add missing .PHONY targets | Willem Jan Palenstijn | |
| 2016-01-21 | Initialize Python plugins when available in Matlab | Willem Jan Palenstijn | |
| 2016-01-21 | Remove dependency of libastra on libpython by refactoring PluginAlgorithm | Willem Jan Palenstijn | |
| 2016-01-21 | Fix VPATH problem with older autoconf versions | Willem Jan Palenstijn | |
| 2016-01-20 | Don't build cuda non-PIC object if static libs are disabled | Willem Jan Palenstijn | |
| This significantly speeds up builds since we usually pass disable-static to libtool. | |||
| 2016-01-20 | Try to improve nvcc dependency file generation | Willem Jan Palenstijn | |
| We now append empty targets for all dependencies listed in the .d file generated by nvcc. This mimics the behaviour of gcc's -MP option, and prevents deleted header files from breaking the build. | |||
| 2016-01-20 | Use nvcc's -MT option | Willem Jan Palenstijn | |
| 2016-01-20 | Avoid incorrect include dirs when building python modules | Willem Jan Palenstijn | |
| 2016-01-20 | Add check for scipy | Willem Jan Palenstijn | |
| The module matrix_c.pyx uses it. | |||
| 2016-01-20 | Fail when python six module is not found | Willem Jan Palenstijn | |
| 2016-01-20 | Place Python build/temporary files in build directory | Willem Jan Palenstijn | |
| This also allows out-of-tree builds for Python. | |||
| 2016-01-20 | Allow out-of-tree builds | Willem Jan Palenstijn | |
| 2016-01-18 | Merge pull request #105 from wjp/strings | Willem Jan Palenstijn | |
| Replace boost::lexical_cast by stringstreams | |||
| 2016-01-18 | Allow user to pass NVCCFLAGS to configure | Willem Jan Palenstijn | |
| 2016-01-05 | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | |
| This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale. | |||
