[vtk-developers] VTK Coding Standards, C++11 override and =delete

David Gobbi david.gobbi at gmail.com
Thu May 5 16:10:07 EDT 2016


On Thu, May 5, 2016 at 2:05 PM, Sean McBride <sean at rogue-research.com>
wrote:

> On Thu, 5 May 2016 15:55:22 -0400, Marcus D. Hanwell said:
>
> >Seems reasonable to me. Both require a large number of changes, and
> >are we still changing the indentation style in VTK as I thought we
> >agreed last year?
>
> I hope so, but I personally have not tackled it.  I think the best thing
> would be to use clang-format.
>

The re-indentation script that I wrote last year is still ready and waiting:

VTK/Utilities/Maintenance/vtk_reindent_code.py

This script _only_ changes the brace indentation, it doesn't change the
code in any other way.  So please use it instead of any re-styling programs,
we want to keep the git history as clean as possible, so the braces are the
only thing we want to move.

Another repository-wide code change that I've wanted to do for a while
is removing all the //BTX //ETX markers, since they no longer do anything.

 - David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20160505/69425b0b/attachment.html>


More information about the vtk-developers mailing list