Menu

Tree [3bdfd5] master /
 History

HTTPS access


File Date Author Commit
 Applications 2016-08-26 Mathieu Malaterre Mathieu Malaterre [cfa6d3] Remove a silly warning with newer GCC
 CMake 2016-06-29 Gert Wollny Gert Wollny [5cf6bf] Bug #376 GDCM selects randomly from installed O...
 Examples 2016-08-17 Mathieu Malaterre Mathieu Malaterre [15129b] Add simple example
 Source 2016-09-15 Mathieu Malaterre Mathieu Malaterre [2ebe06] remove a simple warning
 Testing 2016-09-13 Mathieu Malaterre Mathieu Malaterre [21a701] Add more testing for UID IsValid
 Utilities 2016-08-29 Ankur Sinha Ankur Sinha [2b1791] Incorrect cmake command in Utilities/doxygen/CM...
 Wrapping 2016-08-16 Mathieu Malaterre Mathieu Malaterre [5528dc] update python doc
 .clang-format 2015-10-08 Mathieu Malaterre Mathieu Malaterre [0c9e24] add clang format file
 .gitattributes 2015-11-05 Mathieu Malaterre Mathieu Malaterre [99e5fc] make sure to prefer our copy
 .gitignore 2011-06-22 Mathieu Malaterre Mathieu Malaterre [4e328a] Backport from master onto release branch
 .gitmodules 2012-12-17 Mathieu Malaterre Mathieu Malaterre [036c4e] Adding proper submodule this time
 .travis.yml 2016-08-17 Mathieu Malaterre Mathieu Malaterre [f79f1c] upload darwin
 AUTHORS 2016-01-18 Sean McBride Sean McBride [1713b5] Updated some comments
 CMakeLists.txt 2016-08-26 Mathieu Malaterre Mathieu Malaterre [044dd7] Start 2.6.6
 CTestConfig.cmake 2014-07-18 Mathieu Malaterre Mathieu Malaterre [883d3b] Update URLs as per indications on cdash.
 Copyright.txt 2016-01-18 Sean McBride Sean McBride [1713b5] Updated some comments
 INSTALL.txt 2012-12-17 Mathieu Malaterre Mathieu Malaterre [7f1ab6] Replace old occurence of git on sf.net URI to n...
 PACKAGER 2015-02-25 Mathieu Malaterre Mathieu Malaterre [1a46e1] Implementation of strict scanner
 README.Copyright.txt 2010-08-25 Mathieu Malaterre Mathieu Malaterre [c86f62] remove more trailing whitespace...
 README.txt 2016-01-18 Sean McBride Sean McBride [1713b5] Updated some comments
 TODO 2013-06-28 Mathieu Malaterre Mathieu Malaterre [fdf4e6] Update wiki links
 appveyor.yml 2016-01-29 Mathieu Malaterre Mathieu Malaterre [7fb05b] Add branch name

Read Me

This is the source code of GDCM. It is available from sf.net website.
Official GIT repository is at:

  https://sourceforge.net/p/gdcm/gdcm/

For a general introduction/features/limitations/requirement please
refer to

  http://gdcm.sourceforge.net/

Just a quick note on the build process of GDCM. GDCM build process
make use of the cmake software(*). This allow us:
1. To get rid of the autoconf/autotools insanity
2. Transparently generate Unix Makefiles, NMake Makefiles,
VS8/9/10 Solution, Xcode projects, etc.
3. Automatic nightly testing, one of the most important things
for a robust library/software development process. GDCM development is develop
based on the XP definition, and to preserve backward compatibility
make sure that code is working from one release to another: each night
we configure, we build and we test GDCM. The result are then sent to
the dashboard located at:

  https://open.cdash.org/index.php?project=GDCM

A continuous dashboard also makes sure that any commit did not introduce
any error on another platform, a warning or a broken test...

Therefore you should be able to use GDCM from the bleeding edge without
knowing too much about what is going on. All you need to do is have a look
at the GDCM dashboard, and if your platform is 'green' then you can
update your git copy and compile safely knowing that there is very little chance
that something won't work. Cheers !


(*) http://www.cmake.org for more information

For more help you can go online in the GDCM Wiki:
* http://gdcm.sourceforge.net/

In Particular:
* http://gdcm.sourceforge.net/wiki/index.php/GDCM_Release_2.0
* http://gdcm.sourceforge.net/wiki/index.php/FAQ

And a page describing each tool can be found at:
* http://gdcm.sourceforge.net/wiki/index.php/End_User_Applications

Eg:
* http://gdcm.sourceforge.net/wiki/index.php/Gdcminfo

Need VTK:
* http://gdcm.sourceforge.net/wiki/index.php/Gdcmviewer