Skip to content
  • David E. DeMarle's avatar
    miscellaneous cleanup for merge readiness · 06e08644
    David E. DeMarle authored
    * pedantic spacing, doxygen and other style changes
    * fix unused variable warnings
    * fix sign comparison warnings
    * fix overridden variable warnings.
    * use nullptr instead of NULL or 0
    * use VTK_DELETE_FUNCTION instead of //Not implemented.
    * update a stray __WRAP__ to __VTK_WRAP__ (can likely remove too)
    * fixup override, should now be virtual only on base class, override
    on intermediate children. I'm not familar enough to know if any of the
    override should be final so I didn't add any.
    * revert the change to vtkCellTypeSource as it should not be required
    * fix a faulty test and commit the baseline image
    * can not stack allocate parentCursors dynamic array
    * fix potential use of uninitialized variable warnings with good defaults
    * remove declarations without implementations
    * fix type converion warnings
    * mtime declation and implementation return types must agree
    * M_SQRT2 is not cross platform
    * remove non-cross platform rusage from test
    * fix address unsigned<0 warnings
    * fix virtual function hidden warning
    * VTK_NEWINSTANCE hint so wrappers avoid comp warning
    * fix missing braces warning
    * fix bool vs number comparison warnings
    * fix invalid character literal escape sequence
    * streamline types in GetShiftedLevelZeroIndex to avoid warnings and
    make -1's meaningfule
    * revert planecutter changes as they are harmful and not needed
    * increase test tolerance and add alternate baseline images
        A couple of the dashboard machines draw lines slightly differently.
     Increase test tolerance to just above current failed level and in a
     few cases do that and add alternate images to settle down the noise.
    * disable two tests that do not work on every machine
       Authors are not yet able to reproduce and fix whatever the
     root cause is. disabling the tests until they can.
    06e08644