[Insight-developers] Review Directory : Coding Style Problems

Luis Ibanez luis.ibanez at kitware.com
Mon Jan 22 11:38:06 EST 2007


Hi Gaetan,

Your recent changes to the Code/Review directory
are breaking the code style checks for several
files.

We are spending a large amount of time fixing
coding style issues, and that time is wasted
when other developers make changes without
respecting the coding style.


---


Before you commit changes in this directory
you may want to run KWStyle as:


   KWStyle -xml ITK.kws.xml  -v    filename


in order to verify that the file "filename" is
satisfying the required coding style.


You can download KWStyle from :

http://public.kitware.com/KWStyle/download.htm


The ITK.kws.xml file is generated by CMake
in the binary directory where you are building
ITK.

Note that you should enable

           ITK_USE_KWSTYLE

In your CMake configuration of ITK.


Please let us know if you find any problem
building or running KWStyle.



   Thanks


     Luis




More information about the Insight-developers mailing list