summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use external boost for conda/win-64Willem Jan Palenstijn2016-12-094-17/+13
| | | | This enables py27 conda packages for win-64.
* Fix build_release.batWillem Jan Palenstijn2016-12-092-12/+8
|
* Merge pull request #85 from dmpelt/conda_numpy_versionWillem Jan Palenstijn2016-12-093-5/+11
|\ | | | | Use specific numpy version in conda package
| * Build conda packages for multiple conda versionsWillem Jan Palenstijn2016-12-092-4/+10
| |
| * Use specific numpy version in conda packageDaniel M. Pelt2016-12-081-1/+1
|/
* Update version to 1.8Willem Jan Palenstijn2016-12-056-13/+11
|
* Update NEWS for 1.8Willem Jan Palenstijn2016-12-051-0/+12
|
* Update versions for 1.8rc1 conda packageWillem Jan Palenstijn2016-12-022-3/+3
|
* Merge pull request #82 from wjp/python_versionWillem Jan Palenstijn2016-12-015-22/+4
|\ | | | | Add astra.__version__ (PEP396)
| * Add astra.__version__ (PEP396)Willem Jan Palenstijn2016-12-015-22/+4
|/
* Merge pull request #81 from wjp/conda_releaseWillem Jan Palenstijn2016-12-018-6/+123
|\ | | | | Add scripts for building conda packages using Docker
| * Add conda build scripts for win-64/py35Willem Jan Palenstijn2016-12-014-6/+79
| |
| * Add scripts for building conda packages using DockerWillem Jan Palenstijn2016-12-014-0/+44
|/
* Merge pull request #84 from wjp/expose_ConeBP_density_weightingWillem Jan Palenstijn2016-12-015-3/+20
|\ | | | | Expose the density weighting option of cone_bp
| * Expose the density weighting option of cone_bpWillem Jan Palenstijn2016-12-015-3/+20
| | | | | | | | It is now exposed via the new DensityWeighting option of CudaProjector3D.
* | Tune cone_fp block sizeWillem Jan Palenstijn2016-11-301-1/+1
|/
* Enable 'make test' on travis-ciWillem Jan Palenstijn2016-11-281-0/+1
|
* Fix Fourier testWillem Jan Palenstijn2016-11-281-135/+12
|
* Fix AstraObjectManager testWillem Jan Palenstijn2016-11-281-6/+22
|
* Fix warningsWillem Jan Palenstijn2016-11-283-6/+4
|
* Update .gitignoreWillem Jan Palenstijn2016-11-281-0/+2
|
* Update headers (website+2016)Willem Jan Palenstijn2016-11-28353-2066/+1083
|
* Update python headersWillem Jan Palenstijn2016-11-2866-857/+828
|
* Merge branch 'fdk_custom_filter'Willem Jan Palenstijn2016-11-289-14/+57
|\
| * Merge branch 'master' into fdk_custom_filterWillem Jan Palenstijn2016-10-1330-714/+863
| |\
| * | Add option to specify custom filter for FDKDaniel M. Pelt2016-05-206-7/+48
| | |
* | | Separate C++ and python builds & make conda work nicelyHolger Kohr2016-11-256-82/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge pull request #77 from wjp/singletonWillem Jan Palenstijn2016-11-254-15/+21
|\ \ \ | | | | | | | | Change order of template instantiations
| * | | Add travis clang buildWillem Jan Palenstijn2016-11-251-0/+6
| | | |
| * | | Change order of template instantiations for clangWillem Jan Palenstijn2016-11-253-15/+15
|/ / / | | | | | | | | | At least Apple's clang-703.0.31 needs this.
* | | Merge pull request #74 from wjp/windowsWillem Jan Palenstijn2016-11-2436-10106/+741
|\ \ \ | | | | | | | | Move to VS2015+CUDA8 and automate Windows builds
| * | | Add automated Windows build scriptsWillem Jan Palenstijn2016-11-249-22/+318
| | | |
| * | | Add VS2015 build filesWillem Jan Palenstijn2016-11-2412-0/+4626
| | | |
| * | | Remove VS2008/VS2012 build filesWillem Jan Palenstijn2016-11-2424-13968/+0
| | | |
| * | | Update gen.py for VS2015Willem Jan Palenstijn2016-11-241-39/+78
| | | |
| * | | Update CUDA archsWillem Jan Palenstijn2016-11-241-1/+1
| | | |
| * | | Switch to CUDA 8.0Willem Jan Palenstijn2016-11-241-2/+2
| | | |
| * | | Remove unused Cuda.rules fileWillem Jan Palenstijn2016-11-241-358/+0
|/ / /
* | | Merge pull request #75 from wjp/installWillem Jan Palenstijn2016-11-247-113/+263
|\ \ \ | | | | | | | | Overhaul package installation
| * | | Fix conda build.shWillem Jan Palenstijn2016-11-231-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
| | | |
| * | | Simplify default build instructionsWillem Jan Palenstijn2016-11-222-17/+63
| | | |
| * | | Simplify travis build using new install typeWillem Jan Palenstijn2016-11-221-2/+2
| | | |
| * | | Show installation paths at end of configureWillem Jan Palenstijn2016-11-221-7/+42
| | | |
| * | | Clean up linking against libpython for oct/mexWillem Jan Palenstijn2016-11-221-13/+4
| | | |
| * | | Disable octave interface by defaultWillem Jan Palenstijn2016-11-221-2/+2
| | | |
| * | | Build astra_mex_plugin for octaveWillem Jan Palenstijn2016-11-221-5/+18
| | | |