Menu

Tree [985608] master /
 History

HTTPS access


File Date Author Commit
 CMake 2015-10-03 Paul Yushkevich Paul Yushkevich [c76444] Improved appearance in Qt4 and fixed Qt version...
 Common 2015-09-09 Paul Yushkevich Paul Yushkevich [b18727] Tried fixing windows compile error
 Documentation 2014-01-08 Paul Yushkevich Paul Yushkevich [b45e0c] Added shortcuts doc
 GUI 2016-05-04 Christina Rossmanith Christina Rossmanith [985608] fix typo: ovelay -> overlay
 Logic 2016-04-05 Sumedha Singla Sumedha Singla [c16d65] Changed the license from GNU General Public Lic...
 ProgramData 2009-01-31 pyushkevich pyushkevich [cfc161] *** empty log message ***
 Submodules 2016-04-13 Paul Yushkevich Paul Yushkevich [02eb21] Fixed bugs in c3d
 Testing 2015-12-07 Paul Yushkevich Paul Yushkevich [90178b] Determine which slicing pipeline to use based o...
 Utilities 2015-08-07 Paul Yushkevich Paul Yushkevich [f5a9b7] Tried to fix background display on MacOS installer
 .gitignore 2015-10-17 Paul Yushkevich Paul Yushkevich [9d1e6c] Compile error fix on Qt4
 .gitmodules 2016-03-23 Paul Yushkevich Paul Yushkevich [a73cd3] Started adding interpolation dialog, and submod...
 CMakeLists.txt 2016-03-29 Sumedha Singla Sumedha Singla [76062d] Removed the dependency on un-used Signed Distan...
 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 2010-10-20 pyushkevich pyushkevich [260827] Updated version, fixed README, etc
 ReleaseNotes.txt 2015-12-03 Paul Yushkevich Paul Yushkevich [c48b60] Updated releasenotes for 3.4

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