• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Applications/H03-May-2022-15,48511,308

CMake/H03-May-2022-3,0782,694

Examples/H03-May-2022-17,49510,807

Source/H03-May-2022-220,375179,471

Testing/H03-May-2022-38,59728,876

Utilities/H03-May-2022-177,213122,132

Wrapping/H03-May-2022-33,33419,986

.clang-formatH A D06-Oct-20212 KiB6866

.gitattributesH A D06-Oct-2021177 64

.travis.ymlH A D06-Oct-20216.6 KiB123116

AUTHORSH A D06-Oct-20211.9 KiB5349

CTestConfig.cmakeH A D06-Oct-2021229 86

PACKAGERH A D06-Oct-20211.9 KiB5742

README.mdH A D06-Oct-20211.9 KiB5237

appveyor.ymlH A D06-Oct-20216 KiB185162

README.md

1This is the source code of GDCM. It is available from sf.net website.
2Official GIT repository is at:
3
4  https://sourceforge.net/p/gdcm/gdcm/
5
6For a general introduction/features/limitations/requirement please
7refer to
8
9  http://gdcm.sourceforge.net/
10
11Just a quick note on the build process of GDCM. GDCM build process
12make use of the cmake software(*). This allow us:
131. To get rid of the autoconf/autotools insanity
142. Transparently generate Unix Makefiles, NMake Makefiles,
15VS8/9/10 Solution, Xcode projects, etc.
163. Automatic nightly testing, one of the most important things
17for a robust library/software development process. GDCM development is develop
18based on the XP definition, and to preserve backward compatibility
19make sure that code is working from one release to another: each night
20we configure, we build and we test GDCM. The result are then sent to
21the dashboard located at:
22
23  https://open.cdash.org/index.php?project=GDCM
24
25A continuous dashboard also makes sure that any commit did not introduce
26any error on another platform, a warning or a broken test...
27
28Therefore you should be able to use GDCM from the bleeding edge without
29knowing too much about what is going on. All you need to do is have a look
30at the GDCM dashboard, and if your platform is 'green' then you can
31update your git copy and compile safely knowing that there is very little chance
32that something won't work. Cheers !
33
34
35(*) http://www.cmake.org for more information
36
37For more help you can go online in the GDCM Wiki:
38* http://gdcm.sourceforge.net/
39
40In Particular:
41* http://gdcm.sourceforge.net/wiki/index.php/GDCM_Release_2.0
42* http://gdcm.sourceforge.net/wiki/index.php/FAQ
43
44And a page describing each tool can be found at:
45* http://gdcm.sourceforge.net/wiki/index.php/End_User_Applications
46
47Eg:
48* http://gdcm.sourceforge.net/wiki/index.php/Gdcminfo
49
50Need VTK:
51* http://gdcm.sourceforge.net/wiki/index.php/Gdcmviewer
52