Menu

Tree [2da5b3] master /
 History

HTTPS access


File Date Author Commit
 CMake 2018-03-27 Paul Yushkevich Paul Yushkevich [56b704] Refactored code compiles
 Common 2019-02-25 Paul Yushkevich Paul Yushkevich [7ebac3] Added landmark tagging in DSS. Added GUI to edi...
 Documentation 2014-01-08 Paul Yushkevich Paul Yushkevich [b45e0c] Added shortcuts doc
 GUI 2020-04-09 Paul Yushkevich Paul Yushkevich [4b064a] Windows fix
 Logic 2021-02-18 Paul Yushkevich Paul Yushkevich [2e2b24] Fixed Windows error with CURL post commands tha...
 ProgramData 2009-01-31 pyushkevich pyushkevich [cfc161] *** empty log message ***
 Submodules 2020-12-22 Paul Yushkevich Paul Yushkevich [fed7d9] updated c3d
 Testing 2018-09-26 Paul Yushkevich Paul Yushkevich [062ba3] Fixed crash when canceling segmentation and add...
 Utilities 2021-02-18 Paul Yushkevich Paul Yushkevich [2e2b24] Fixed Windows error with CURL post commands tha...
 .gitignore 2015-10-17 Paul Yushkevich Paul Yushkevich [9d1e6c] Compile error fix on Qt4
 .gitmodules 2019-02-04 Paul Yushkevich Paul Yushkevich [b0dae1] updated c3d submodule remote to GitHub and got ...
 CMakeLists.txt 2021-02-18 Paul Yushkevich Paul Yushkevich [2da5b3] no longer an alpha
 COPYING 2007-12-30 pyushkevich pyushkevich [6a1b4b] GPL License
 CTestConfig.cmake 2015-10-16 Paul Yushkevich Paul Yushkevich [ce2d2f] Added new CDash repo for master branch
 README.git 2016-03-25 Paul Yushkevich Paul Yushkevich [a8195a] Added semi-functional interpolation code, fixed...
 README.html 2016-09-27 Paul Yushkevich Paul Yushkevich [a8cb95] Many fixes and enhancements to registration, in...
 README.md 2016-09-27 Paul Yushkevich Paul Yushkevich [a8cb95] Many fixes and enhancements to registration, in...
 ReleaseNotes.md 2019-06-12 Paul Yushkevich Paul Yushkevich [7a104c] updated release notes

Read Me

*** GIT Users: Read This ***

After cloning ITK-SNAP from Git, you need to execute the following commands
to initialize the submodules. ITK-SNAP will not compile without submodules

    git submodule init
    git submodule update

Alternatively, pass the '--recursive' option to git clone