summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused 3d global min/maxWillem Jan Palenstijn2017-02-087-112/+2
|
* Remove unused data3d functionsWillem Jan Palenstijn2017-02-088-847/+0
|
* Remove unused functionWillem Jan Palenstijn2017-02-082-12/+1
|
* Clean up symlink after failed python buildWillem Jan Palenstijn2017-02-081-1/+1
|
* Fix warningWillem Jan Palenstijn2017-01-241-2/+2
|
* 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 warningsWillem Jan Palenstijn2017-01-171-5/+5
|
* Fix copy/paste mistake.Willem Jan Palenstijn2017-01-171-4/+0
| | | | Thanks @adler-j.
* Add conda install instructions to READMEWillem Jan Palenstijn2017-01-172-0/+28
|
* Fix VolumeGeometry class name in error messagesWillem Jan Palenstijn2017-01-122-5/+5
|
* Build conda packages for linux-64/np111/py36Willem Jan Palenstijn2017-01-021-0/+1
|
* Mention VS redistributableWillem Jan Palenstijn2016-12-092-4/+9
|
* Fix shadowing warnings in rapidxmlWillem Jan Palenstijn2016-12-091-3/+3
|
* 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
| | | |