1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5 <TITLE>Gdcm Developpers</TITLE>
10 <!#######################################################################>
11 <H1>Gdcm Developpers</H1>
12 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
14 <!#######################################################################>
15 <A HREF="http://public.kitware.com/dashboard.php?name=public">
16 DashBoard</A> (look for a "Build Name" containing GDCM)
17 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
19 <!#######################################################################>
20 First you should be familiar on how to
21 <A HREF="Installation.html">recompile, install and test</A>
23 <A HREF="Cvs.html">sources obtained with cvs</A>.
25 <!##############################>
27 <A HREF="CodingStyle.html"><B>coding style</B></A>.
29 <!##############################>
32 <LI>All the commits should be atomic. They must preserve the compilation
33 in order to prevent checkouts with broken code.
35 <LI> All the commits must correspond to a state of the code where ctest
36 runs and has no failing subtest. Always run ctest before commiting.
40 <LI> you can start ctest in verbose mode through the command
41 <TT>ctest -V >& log</TT>
43 <LI> you can start a single test through ctest with
44 ctest -R FailingTestName -V >& log
50 <!##############################>
51 <H3>Compiler flags policy</H3>
52 When working with gcc please use the following flags when
53 configuring the cmake variable <TT>CMAKE_CXX_FLAGS</TT>
55 <TT>-g -O0 -Wall -W -Wshadow -Wunused-variable -Wunused-parameter
56 -Wunused-function -Wunused -Wno-system-headers -Wno-deprecated
60 <!##############################>
61 <H3>Sending the result to kitware's dashboard (optional)</H3>
62 Use <TT>ctest -D Experimental</TT>.
64 The results should appear in
65 <A HREF="http://public.kitware.com/dashboard.php?name=public">
66 Kitware's dashboard</A>
67 under the name of your machine (uname). For ease of use you can
68 change the SITE variable in your CMakeCache.txt to something more
69 accurate such as: GDCM-my_machine_name. The entry will then be within
70 the "Experimental Builds" entry.
73 <!#######################################################################>
74 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>