summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Optimized TNV routine (10x performance, 1/3 memcory consumption)Suren A. Chilingaryan2020-03-271-0/+1
|
* FIX: directory links, install instructionsTomas Kulhanek2019-02-211-2/+2
|
* restructured sourcesTomas Kulhanek2019-02-211-2/+2
|
* UPDATE: propagate CIL_VERSIONvagrant2019-01-211-1/+2
|
* UPDATE: version from envvagrant2019-01-211-1/+3
|
* matlab version tested, cython bit starteddkazanc2018-11-301-1/+1
|
* install into MATLAB_DEST dir if WIN32Edoardo Pasca2018-08-151-0/+17
|
* removed S from BUILD_PYTHON_WRAPPERSEdoardo Pasca2018-08-141-2/+2
|
* added BUILD_PYTHON_WRAPPERS BUILD_MATLAB_WRAPPERS BUILD_CUDA optionsEdoardo Pasca2018-08-051-3/+6
|
* working CMake project for Win and conda/no-condaEdoardo Pasca2018-08-041-2/+4
|
* major renaming and new 3D demos for MatlabDaniil Kazantsev2018-04-091-3/+3
|
* removed unused includeEdoardo Pasca2018-04-041-1/+1
|
* code refactoring step1Edoardo Pasca2018-01-191-1/+5
|
* added targets and cache variablesEdoardo Pasca2017-10-241-1/+1
|
* Merge branch 'pythonize' of ↵Edoardo Pasca2017-10-201-1/+1
|\ | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
| * First commit of CMakeLists.txtEdoardo Pasca2017-10-191-0/+4
| | | | attempt to use CMake to create the build environment
* Initial revision of build environment made with CMakeEdoardo Pasca2017-10-201-0/+30
Initial revision of build environment made with CMake First commit of CMakeLists.txt attempt to use CMake to create the build environment First commit of CMakeLists.txt attempting to locate conda python environment Added a few files for CMake Many changes for the CMake compilation. Tested CMake build Bugfixes