Menu

Tree [b4826d] master /
 History

HTTPS access


File Date Author Commit
 .github 2025-09-08 Mathieu Malaterre Mathieu Malaterre [df7139] Remove invalid from merge
 Applications 2026-01-21 Ankur Sinha (Ankur Sinha Gmail) Ankur Sinha (Ankur Sinha Gmail) [48be27] fix(GooString): use std::string::size
 CMake 2023-10-31 Mathieu Malaterre Mathieu Malaterre [d6d3a4] add support for dcmdjp2k
 Examples 2026-03-04 Mathieu Malaterre Mathieu Malaterre [dacbaf] Handle more cases
 Source 2026-03-16 Taylor Hoffmann Taylor Hoffmann [b4826d] feat: 12-bit allocation support
 Testing 2025-12-05 qbisi qbisi [72ee7c] Fix TestTransferSyntax
 Utilities 2026-02-09 Bradley Lowekamp Bradley Lowekamp [7ce970] COMP: Address compile issue with mingw
 Wrapping 2025-05-28 Hans Johnson Hans Johnson [e0c7c2] ENH: Replace `assert` with `gdcm_assert` across...
 .clang-format 2015-10-08 Mathieu Malaterre Mathieu Malaterre [0c9e24] add clang format file
 .clang-tidy 2023-04-05 Sean McBride Sean McBride [677507] Manually fixed all clang-tidy bugprone-incorrec...
 .codespellrc 2023-09-22 Sean McBride Sean McBride [279721] Added codespell config file
 .gitattributes 2022-02-23 Sean McBride Sean McBride [3d0e78] Added more hooks-max-size to pacify ghostflow
 .gitignore 2011-06-22 Mathieu Malaterre Mathieu Malaterre [4e328a] Backport from master onto release branch
 .gitmodules 2026-02-24 Mathieu Malaterre Mathieu Malaterre [bdbaa7] Use the parent trick for gitmodules
 .travis.yml 2025-09-08 Mathieu Malaterre Mathieu Malaterre [df7139] Remove invalid from merge
 AUTHORS 2021-09-07 Dimitri Papadopoulos Dimitri Papadopoulos [54762d] Typos found by codespell
 CMakeLists.txt 2026-03-10 Mathieu Malaterre Mathieu Malaterre [dacccb] Release 3.2.5
 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 2023-09-21 Sean McBride Sean McBride [5bd685] Fixed various typos / spelling mistakes found b...
 PACKAGER 2015-02-25 Mathieu Malaterre Mathieu Malaterre [1a46e1] Implementation of strict scanner
 README.Copyright.txt 2024-12-09 John Vandenberg John Vandenberg [732526] Expand licensing info
 README.md 2018-09-25 Mathieu Malaterre Mathieu Malaterre [63f910] Start markdown
 TODO 2021-09-07 Dimitri Papadopoulos Dimitri Papadopoulos [54762d] Typos found by codespell
 appveyor.yml 2025-09-08 Mathieu Malaterre Mathieu Malaterre [df7139] Remove invalid from merge

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:

In Particular:

And a page describing each tool can be found at:

Eg:

Need VTK:

MongoDB Logo MongoDB