]> Creatis software - gdcm.git/blob - Doc/Website/Developpers.html
ENH: Update to new dashboard: gdcm. And fix the public webcvs woohoo
[gdcm.git] / Doc / Website / Developpers.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4    <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5    <TITLE>Gdcm Developpers</TITLE>
6 </HEAD>
7
8 <BODY>
9
10 <!#######################################################################>
11 <H1>Gdcm Developpers</H1>
12 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
13
14 <!#######################################################################>
15 <A HREF="http://public.kitware.com/dashboard.php?name=gdcm">
16 DashBoard</A> (look for a "Build Name" containing GDCM)
17 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
18
19 <!#######################################################################>
20 First you should be familiar on how to 
21 <A HREF="Installation.html">recompile, install and test</A>
22 gdcm from the
23 <A HREF="Cvs.html">sources obtained with cvs</A>.
24 <BR>
25 <!##############################>
26 Please adopt the
27 <A HREF="CodingStyle.html"><B>coding style</B></A>.
28 <BR>
29 <!##############################>
30 <H3>CVS policy</H3>
31 <UL>
32 <LI>All the commits should be atomic. They must preserve the compilation
33   in order to prevent checkouts with broken code.
34 </LI>
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.
37   <BR>
38   <B>Notes</B>:
39   <UL>
40   <LI> you can start ctest in verbose mode through the command
41      <TT>ctest -V >& log</TT>
42   </LI>
43   <LI> you can start a single test through ctest with
44       ctest -R FailingTestName -V >& log
45   </LI>
46   </UL>
47 </LI>
48 </UL>
49
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>
54 <BR>
55 <TT>-g -O0 -Wall -W -Wshadow -Wunused-variable -Wunused-parameter
56          -Wunused-function -Wunused -Wno-system-headers -Wno-deprecated
57          -Woverloaded-virtual
58 </TT>
59
60 <!##############################>
61 <H3>Sending the result to kitware's dashboard (optional)</H3>
62 Use <TT>ctest -D Experimental</TT>.
63 <BR>
64 The results should appear in
65 <A HREF="http://public.kitware.com/dashboard.php?name=gdcm">
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.
71
72
73 <!#######################################################################>
74 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
75
76 </BODY>
77 </HTML>