[vtk-developers] PROPOSAL: Changing VTK's indentation style
Ben Boeckel
ben.boeckel at kitware.com
Thu Sep 10 13:24:53 EDT 2015
On Thu, Sep 10, 2015 at 13:14:40 -0400, Marcus D. Hanwell wrote:
> Once we are done with this...C++11, Doxygen comments, and typed enums?!?!
Oh dear. If anyone wants to take a whack, here's (some of) my VTK wish
list:
- CMake 3-based module system;
- replace "T *foo = T::New(); /* ... */ foo->Delete();" patterns with
"vtkNew<T> foo;";
- increase use of std::algorithm (making a vtk*Iterator -> STL
Iterator adaptor would help *wonders* here);
- make file readers more robust (using the afl[1] fuzzer as a guide).
--Ben
[1]http://lcamtuf.coredump.cx/afl/
More information about the vtk-developers
mailing list