Menu

Tree [dfc999] master /
 History

HTTPS access


File Date Author Commit
 .github 2022-12-14 Mathieu Malaterre Mathieu Malaterre [bd7718] Prefer shared libs by default
 Applications 2024-03-25 Mathieu Malaterre Mathieu Malaterre [060912] Image Plane Module for SecondaryCaptureImageSto...
 CMake 2023-10-31 Mathieu Malaterre Mathieu Malaterre [d6d3a4] add support for dcmdjp2k
 Examples 2023-09-21 Sean McBride Sean McBride [5bd685] Fixed various typos / spelling mistakes found b...
 Source 2024-03-25 Mathieu Malaterre Mathieu Malaterre [060912] Image Plane Module for SecondaryCaptureImageSto...
 Testing 2023-10-31 Mathieu Malaterre Mathieu Malaterre [d6d3a4] add support for dcmdjp2k
 Utilities 2024-03-02 Sean McBride Sean McBride [75e1f8] Update to zlib 1.3.1
 Wrapping 2023-09-21 Sean McBride Sean McBride [5bd685] Fixed various typos / spelling mistakes found b...
 .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 2012-12-17 Mathieu Malaterre Mathieu Malaterre [036c4e] Adding proper submodule this time
 .travis.yml 2021-02-11 Mathieu Malaterre Mathieu Malaterre [68e45c] update for kakadu
 AUTHORS 2021-09-07 Dimitri Papadopoulos Dimitri Papadopoulos [54762d] Typos found by codespell
 CMakeLists.txt 2024-01-10 Mathieu Malaterre Mathieu Malaterre [4172c1] Release 3.0.23
 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 2010-08-25 Mathieu Malaterre Mathieu Malaterre [c86f62] remove more trailing whitespace...
 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 2022-06-20 Mathieu Malaterre Mathieu Malaterre [cde45b] Really update github/token

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