Skip to content
/ GDCM Public
forked from malaterre/GDCM

Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm

Notifications You must be signed in to change notification settings

cylhf/GDCM

This branch is 1525 commits behind malaterre/GDCM:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f4c455a · Jun 25, 2018
Jun 25, 2018
Jan 6, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Mar 3, 2018
Oct 8, 2015
Nov 5, 2015
Jun 22, 2011
Dec 17, 2012
Jan 18, 2018
Jan 19, 2016
Jan 11, 2018
Jul 18, 2014
Jan 19, 2016
Dec 17, 2012
Feb 25, 2015
Aug 25, 2010
Jan 19, 2016
Oct 20, 2016
Apr 20, 2018

Repository files navigation

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

About

Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 65.5%
  • C 25.9%
  • CMake 2.6%
  • HTML 2.3%
  • XSLT 1.4%
  • Python 1.0%
  • Other 1.3%