[vtk6] 03/07: Merge tag 'upstream/6.1.0+dfsg'

Anton Gladky gladk at moszumanska.debian.org
Sun May 18 12:27:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to annotated tag debian/6.1.0+dfsg-1
in repository vtk6.

commit bae703f5759ef61a42dbfa5151571bea9cefb774
Merge: b7cb12b 1187019
Author: Anton Gladky <gladk at debian.org>
Date:   Sat May 17 20:34:07 2014 +0200

    Merge tag 'upstream/6.1.0+dfsg'
    
    Upstream version 6.1.0+dfsg

 .ExternalData/README.rst                           |     6 +
 Accelerators/Dax/CMakeLists.txt                    |   156 +
 Accelerators/Dax/LICENSE.txt                       |    54 +
 Accelerators/Dax/Testing/Cxx/CMakeLists.txt        |     8 +
 .../Dax/Testing/Cxx/TestDaxMarchingCubes.cxx       |    92 +
 Accelerators/Dax/Testing/Cxx/TestDaxThreshold.cxx  |   107 +
 Accelerators/Dax/Testing/Cxx/TestDaxThreshold2.cxx |    76 +
 .../Data/Baseline/TestDaxMarchingCubes.png.md5     |     1 +
 .../Testing/Data/Baseline/TestDaxThreshold.png.md5 |     1 +
 .../Data/Baseline/TestDaxThreshold2.png.md5        |     1 +
 .../Data/Baseline/TestDaxThreshold2_1.png.md5      |     1 +
 Accelerators/Dax/daxToVtk/CellTypeToType.h         |    81 +
 Accelerators/Dax/daxToVtk/DataSetConverters.h      |   260 +
 Accelerators/Dax/module.cmake                      |    17 +
 Accelerators/Dax/vtkDaxConfig.h.in                 |    41 +
 Accelerators/Dax/vtkDaxDetailCommon.h              |    52 +
 Accelerators/Dax/vtkDaxMarchingCubes.cxx           |    81 +
 Accelerators/Dax/vtkDaxMarchingCubes.h             |    43 +
 Accelerators/Dax/vtkDaxMarchingCubesImpl.cu        |    17 +
 Accelerators/Dax/vtkDaxMarchingCubesImpl.cxx       |    17 +
 Accelerators/Dax/vtkDaxMarchingCubesImpl.h         |   136 +
 Accelerators/Dax/vtkDaxObjectFactory.h             |    72 +
 Accelerators/Dax/vtkDaxThreshold.cxx               |    76 +
 Accelerators/Dax/vtkDaxThreshold.h                 |    44 +
 Accelerators/Dax/vtkDaxThresholdImpl.cu            |    17 +
 Accelerators/Dax/vtkDaxThresholdImpl.cxx           |    17 +
 Accelerators/Dax/vtkDaxThresholdImpl.h             |   172 +
 Accelerators/Dax/vtkToDax/Allocators.h             |   132 +
 Accelerators/Dax/vtkToDax/CellTypeAndDataType.h    |    49 +
 Accelerators/Dax/vtkToDax/CellTypeToType.h         |    98 +
 Accelerators/Dax/vtkToDax/Containers.h             |   373 +
 Accelerators/Dax/vtkToDax/DataSetConverters.h      |   130 +
 Accelerators/Dax/vtkToDax/DataSetTypeToType.h      |    78 +
 Accelerators/Dax/vtkToDax/FieldTypeToType.h        |   100 +
 Accelerators/Dax/vtkToDax/MarchingCubes.h          |   199 +
 Accelerators/Dax/vtkToDax/Portals.h                |   368 +
 Accelerators/Dax/vtkToDax/Threshold.h              |   205 +
 Accelerators/Piston/CMakeLists.txt                 |     4 +-
 Accelerators/Piston/Testing/Cxx/CMakeLists.txt     |    53 +-
 .../Piston/Testing/Cxx/TestCompositeRender.cxx     |     1 -
 .../Data/Baseline/TestCompositeRender.png.md5      |     1 +
 .../Testing/Data/Baseline/TestContour.png.md5      |     1 +
 .../Testing/Data/Baseline/TestDMPFiltering.png.md5 |     1 +
 .../Testing/Data/Baseline/TestRendering.png.md5    |     1 +
 .../Piston/Testing/Data/Baseline/TestSlice.png.md5 |     1 +
 .../Testing/Data/Baseline/TestSlice_1.png.md5      |     1 +
 .../Piston/Testing/Data/Baseline/TestSort.png.md5  |     1 +
 .../Testing/Data/Baseline/TestThreshold.png.md5    |     1 +
 .../Testing/Data/Baseline/TestThreshold_1.png.md5  |     1 +
 .../Testing/Data/Baseline/TestUsePiston.png.md5    |     1 +
 Accelerators/Piston/Testing/Python/CMakeLists.txt  |    24 +-
 Accelerators/Piston/vtkPistonDataObject.cxx        |     4 +-
 Accelerators/Piston/vtkPistonDataObject.h          |     4 +-
 Accelerators/Piston/vtkPistonMapper.cxx            |    20 +
 Accelerators/Piston/vtkPistonMapper.h              |     2 +-
 Accelerators/Piston/vtkPistonSort.h                |     2 +-
 CMake/CheckCXXExpressionCompiles.cmake             |    40 +
 CMake/ExternalData.cmake                           |   789 ++
 CMake/ExternalData_config.cmake.in                 |     4 +
 CMake/FindCg.cmake                                 |     2 +-
 CMake/FindFFMPEG.cmake                             |   206 +-
 CMake/FindHDF5.cmake                               |    16 +
 CMake/FindJsonCpp.cmake                            |    26 +
 CMake/FindNetCDF.cmake                             |   102 +
 CMake/FindOGGTHEORA.cmake                          |     2 +-
 CMake/FindPythonModules.cmake                      |    27 +
 CMake/FindTBB.cmake                                |   283 +
 CMake/FindThrust.cmake                             |    65 +
 CMake/FindXKaapi.cmake                             |    55 +
 CMake/GenerateExportHeader.cmake                   |    10 +-
 CMake/SharedLibraryPathInfo.cxx                    |     2 +-
 CMake/VTKConfig.cmake.in                           |     1 +
 CMake/VTKParallelCMakeTests.cmake                  |     6 +-
 CMake/VTKValgrindSuppressions.supp                 |   100 +
 CMake/vtkCompilerExtras.cmake                      |     6 +-
 CMake/vtkExternalData.cmake                        |    71 +
 CMake/vtkFFMPEGTestAvAlloc.cxx                     |    14 -
 CMake/vtkFFMPEGTestImgConvert.cxx                  |    15 -
 CMake/vtkFFMPEGTestURLFClose.cxx                   |    14 -
 CMake/vtkForwardingExecutable.cmake                |     2 +-
 CMake/vtkGhostscript.cmake                         |     3 +
 CMake/vtkJavaWrapping.cmake                        |    15 +-
 CMake/vtkLegacyData.cmake                          |    36 +
 CMake/vtkMPI.cmake                                 |    15 +
 CMake/vtkMakeInstantiator.cmake                    |     2 -
 CMake/vtkModuleAPI.cmake                           |    49 +-
 CMake/vtkModuleInfo.cmake.in                       |     1 +
 CMake/vtkModuleMacros.cmake                        |   104 +-
 CMake/vtkModuleTop.cmake                           |     1 +
 CMake/vtkPythonPackages.cmake                      |   128 +
 CMake/vtkPythonWrapping.cmake                      |     7 +-
 CMake/vtkQt.cmake                                  |     8 +
 CMake/vtkRequireLargeFilesSupport.cxx              |     2 +-
 CMake/vtkTclWrapping.cmake                         |     2 +-
 CMake/vtkTestFFMPEG.cmake                          |   170 +-
 CMake/vtkTestStreamsLibrary.cmake                  |     4 +-
 CMake/vtkTestingMacros.cmake                       |   440 +-
 CMake/vtkTestingObjectFactory.cmake                |    87 -
 CMake/vtkTestingRenderingDriver.cmake              |    74 +
 CMake/vtkVersion.cmake                             |     2 +-
 CMake/vtkWrapHierarchy.cmake                       |     1 -
 CMake/vtkWrapJava.cmake                            |     2 +-
 CMake/vtkWrapPython.cmake                          |    10 +-
 CMake/vtkWrapPythonSIP.cmake                       |    12 +-
 CMake/vtkWrapTcl.cmake                             |     1 -
 CMakeLists.txt                                     |    94 +-
 CONTRIBUTING.md                                    |    16 +
 Charts/Core/CMakeLists.txt                         |     3 +
 Charts/Core/Testing/Cxx/CMakeLists.txt             |   143 +-
 Charts/Core/Testing/Cxx/TestBagPlot.cxx            |    87 +
 Charts/Core/Testing/Cxx/TestCategoryLegend.cxx     |    75 +
 Charts/Core/Testing/Cxx/TestChartDouble.cxx        |    85 +
 Charts/Core/Testing/Cxx/TestChartUnicode.cxx       |    91 +
 Charts/Core/Testing/Cxx/TestContextUnicode.cxx     |    17 +-
 .../Testing/Cxx/TestControlPointsHandleItem.cxx    |  1244 +-
 .../Testing/Cxx/TestControlPointsItemEvents.cxx    |     4 +-
 Charts/Core/Testing/Cxx/TestFunctionalBagPlot.cxx  |   132 +
 Charts/Core/Testing/Cxx/TestLinePlot3D.cxx         |     2 +-
 Charts/Core/Testing/Cxx/TestLinePlotDouble.cxx     |    85 +
 Charts/Core/Testing/Cxx/TestLinePlotDouble2.cxx    |    62 +
 Charts/Core/Testing/Cxx/TestMultipleRenderers.cxx  |     1 -
 .../Core/Testing/Cxx/TestParallelCoordinates.cxx   |     3 +-
 .../Testing/Cxx/TestParallelCoordinatesDouble.cxx  |    68 +
 Charts/Core/Testing/Cxx/TestZoomAxis.cxx           |    91 +
 Charts/Core/Testing/Data/Baseline/TestAxes.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/TestBagPlot.png.md5 |     1 +
 .../Testing/Data/Baseline/TestBarGraph.png.md5     |     1 +
 .../Data/Baseline/TestBarGraphHorizontal.png.md5   |     1 +
 .../Data/Baseline/TestCategoryLegend.png.md5       |     1 +
 .../Testing/Data/Baseline/TestChartDouble.png.md5  |     1 +
 .../Data/Baseline/TestChartDouble_1.png.md5        |     1 +
 .../Data/Baseline/TestChartDouble_2.png.md5        |     1 +
 .../Testing/Data/Baseline/TestChartMatrix.png.md5  |     1 +
 .../Testing/Data/Baseline/TestChartUnicode.png.md5 |     1 +
 .../Testing/Data/Baseline/TestChartXYZ.png.md5     |     1 +
 .../Testing/Data/Baseline/TestChartsOn3D.png.md5   |     1 +
 .../Baseline/TestColorTransferFunction.png.md5     |     1 +
 .../Baseline/TestColorTransferFunction_1.png.md5   |     1 +
 .../Baseline/TestColorTransferFunction_2.png.md5   |     1 +
 .../Baseline/TestColorTransferFunction_3.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestContext.png.md5 |     1 +
 .../Testing/Data/Baseline/TestContextImage.png.md5 |     1 +
 .../Data/Baseline/TestContextUnicode.png.md5       |     1 +
 .../Baseline/TestControlPointsHandleItem.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestDiagram.png.md5 |     1 +
 .../Testing/Data/Baseline/TestDiagram_1.png.md5    |     1 +
 .../Data/Baseline/TestFunctionalBagPlot.png.md5    |     1 +
 .../Testing/Data/Baseline/TestHistogram2D.png.md5  |     1 +
 .../Data/Baseline/TestInteractiveChartXYZ.png.md5  |     1 +
 .../Data/Baseline/TestLegendHiddenPlots.png.md5    |     1 +
 .../Testing/Data/Baseline/TestLinePlot.png.md5     |     1 +
 .../Testing/Data/Baseline/TestLinePlot2.png.md5    |     1 +
 .../Testing/Data/Baseline/TestLinePlot3D.png.md5   |     1 +
 .../Data/Baseline/TestLinePlotAxisFonts.png.md5    |     1 +
 .../Data/Baseline/TestLinePlotAxisFonts_1.png.md5  |     1 +
 .../Data/Baseline/TestLinePlotAxisFonts_2.png.md5  |     1 +
 .../Data/Baseline/TestLinePlotColors.png.md5       |     1 +
 .../Data/Baseline/TestLinePlotDouble.png.md5       |     1 +
 .../Data/Baseline/TestLinePlotDouble2.png.md5      |     1 +
 .../Data/Baseline/TestLinePlotDouble_1.png.md5     |     1 +
 .../Data/Baseline/TestLinePlotDouble_2.png.md5     |     1 +
 .../Data/Baseline/TestLinePlotInteraction.png.md5  |     1 +
 .../Baseline/TestLinePlotInteraction_1.png.md5     |     1 +
 .../Data/Baseline/TestLinePlotSelection.png.md5    |     1 +
 .../Data/Baseline/TestLinePlotSelection2.png.md5   |     1 +
 .../Data/Baseline/TestLinePlotSelection2_1.png.md5 |     1 +
 .../Data/Baseline/TestLinePlotSelection_1.png.md5  |     1 +
 .../Baseline/TestMultipleChartRenderers.png.md5    |     1 +
 .../Baseline/TestMultipleChartRenderers_1.png.md5  |     1 +
 .../Data/Baseline/TestMultipleRenderers.png.md5    |     1 +
 .../Data/Baseline/TestMultipleRenderers_1.png.md5  |     1 +
 .../Data/Baseline/TestMultipleRenderers_2.png.md5  |     1 +
 .../Baseline/TestMultipleScalarsToColors.png.md5   |     1 +
 .../Data/Baseline/TestParallelCoordinates.png.md5  |     1 +
 .../Baseline/TestParallelCoordinatesColors.png.md5 |     1 +
 .../Baseline/TestParallelCoordinatesDouble.png.md5 |     1 +
 .../Testing/Data/Baseline/TestPieChart.png.md5     |     1 +
 .../Testing/Data/Baseline/TestPieChart_1.png.md5   |     1 +
 .../Testing/Data/Baseline/TestPlotMatrix.png.md5   |     1 +
 .../Data/Baseline/TestScalarsToColors.png.md5      |     1 +
 .../Testing/Data/Baseline/TestScatterPlot.png.md5  |     1 +
 .../Data/Baseline/TestScatterPlotColors.png.md5    |     1 +
 .../Data/Baseline/TestScatterPlotMatrix.png.md5    |     1 +
 .../Baseline/TestScatterPlotMatrixVehicles.png.md5 |     1 +
 .../Baseline/TestScatterPlotMatrixVisible.png.md5  |     1 +
 .../Data/Baseline/TestScatterPlotMatrix_1.png.md5  |     1 +
 .../Data/Baseline/TestScatterPlotMatrix_2.png.md5  |     1 +
 .../Data/Baseline/TestScatterPlotMatrix_3.png.md5  |     1 +
 .../Data/Baseline/TestScientificPlot.png.md5       |     1 +
 .../Data/Baseline/TestStackedBarGraph.png.md5      |     1 +
 .../Testing/Data/Baseline/TestStackedPlot.png.md5  |     1 +
 .../Testing/Data/Baseline/TestSurfacePlot.png.md5  |     1 +
 .../Testing/Data/Baseline/TestZoomAxis.png.md5     |     1 +
 .../Testing/Data/Baseline/TestZoomAxis_1.png.md5   |     1 +
 Charts/Core/Testing/Data/Fonts/DejaVuSans.ttf.md5  |     1 +
 Charts/Core/Testing/Python/CMakeLists.txt          |    39 +-
 Charts/Core/Testing/Python/TestBarGraph.py         |     4 -
 Charts/Core/Testing/Python/TestLinePlot.py         |     4 -
 Charts/Core/Testing/Python/TestLinePlotColors.py   |     4 -
 .../Python/TestParallelCoordinatesColors.py        |     4 -
 .../Core/Testing/Python/TestScatterPlotColors.py   |     4 -
 Charts/Core/Testing/Python/TestStackedPlot.py      |     4 -
 Charts/Core/module.cmake                           |     4 +-
 Charts/Core/vtkAxis.cxx                            |    10 +-
 Charts/Core/vtkAxis.h                              |    15 +
 Charts/Core/vtkCategoryLegend.cxx                  |   288 +
 Charts/Core/vtkCategoryLegend.h                    |   102 +
 Charts/Core/vtkChart.cxx                           |    83 +-
 Charts/Core/vtkChart.h                             |    27 +-
 Charts/Core/vtkChartLegend.cxx                     |    20 +-
 Charts/Core/vtkChartLegend.h                       |    16 +
 Charts/Core/vtkChartPie.cxx                        |     2 +-
 Charts/Core/vtkChartSelectionHelper.h              |    22 +-
 Charts/Core/vtkChartXY.cxx                         |   140 +-
 Charts/Core/vtkChartXY.h                           |     2 +-
 Charts/Core/vtkColorLegend.cxx                     |   213 +-
 Charts/Core/vtkColorLegend.h                       |    57 +
 Charts/Core/vtkColorTransferControlPointsItem.cxx  |    50 +-
 Charts/Core/vtkColorTransferControlPointsItem.h    |    11 +
 Charts/Core/vtkColorTransferFunctionItem.cxx       |    26 +-
 Charts/Core/vtkColorTransferFunctionItem.h         |     5 +
 Charts/Core/vtkCompositeControlPointsItem.cxx      |    13 +
 Charts/Core/vtkCompositeControlPointsItem.h        |     5 +
 Charts/Core/vtkCompositeTransferFunctionItem.cxx   |     1 +
 Charts/Core/vtkCompositeTransferFunctionItem.h     |     6 +
 Charts/Core/vtkContextPolygon.cxx                  |     1 +
 Charts/Core/vtkControlPointsItem.cxx               |   191 +-
 Charts/Core/vtkControlPointsItem.h                 |    46 +-
 Charts/Core/vtkPiecewiseControlPointsItem.cxx      |    22 +
 Charts/Core/vtkPiecewiseFunctionItem.cxx           |     1 +
 Charts/Core/vtkPiecewisePointHandleItem.cxx        |     2 +
 Charts/Core/vtkPlot.cxx                            |    28 +-
 Charts/Core/vtkPlot.h                              |    17 +-
 Charts/Core/vtkPlotBag.cxx                         |   439 +
 Charts/Core/vtkPlotBag.h                           |   107 +
 Charts/Core/vtkPlotBar.cxx                         |   124 +-
 Charts/Core/vtkPlotBar.h                           |     2 +-
 Charts/Core/vtkPlotFunctionalBag.cxx               |   349 +
 Charts/Core/vtkPlotFunctionalBag.h                 |   134 +
 Charts/Core/vtkPlotHistogram2D.cxx                 |     2 +-
 Charts/Core/vtkPlotHistogram2D.h                   |     2 +-
 Charts/Core/vtkPlotLine3D.cxx                      |     2 +-
 Charts/Core/vtkPlotParallelCoordinates.cxx         |    18 +-
 Charts/Core/vtkPlotPie.cxx                         |     7 +-
 Charts/Core/vtkPlotPoints.cxx                      |   368 +-
 Charts/Core/vtkPlotPoints.h                        |     8 +
 Charts/Core/vtkScalarsToColorsItem.cxx             |     4 +-
 Common/Color/Testing/Cxx/CMakeLists.txt            |    36 +-
 Common/Color/Testing/Cxx/TestNamedColors.cxx       |   204 +-
 .../Testing/Data/Baseline/TestColorSeries.png.md5  |     1 +
 .../Testing/Data/Baseline/CSpline.png.md5          |     1 +
 .../Testing/Data/Baseline/KSpline.png.md5          |     1 +
 .../Data/Baseline/TestParametricFunctions.png.md5  |     1 +
 .../Baseline/TestParametricFunctions_1.png.md5     |     1 +
 .../Baseline/TestParametricFunctions_2.png.md5     |     1 +
 .../Testing/Data/Baseline/closedSplines.png.md5    |     1 +
 .../Testing/Python/CMakeLists.txt                  |    10 +-
 .../Testing/Python/TestParametricFunctions.py      |     4 -
 .../Testing/Tcl/CMakeLists.txt                     |    10 +-
 Common/ComputationalGeometry/vtkCardinalSpline.cxx |    17 +-
 Common/ComputationalGeometry/vtkKochanekSpline.cxx |    20 +-
 Common/Core/CMakeLists.txt                         |    96 +-
 Common/Core/SMP/Kaapi/vtkSMPThreadLocal.h.in       |   239 +
 Common/Core/SMP/Kaapi/vtkSMPTools.cxx              |    53 +
 Common/Core/SMP/Kaapi/vtkSMPToolsInternal.h.in     |    56 +
 Common/Core/SMP/Sequential/vtkAtomicInt.cxx        |   255 +
 Common/Core/SMP/Sequential/vtkAtomicInt.h.in       |   379 +
 Common/Core/SMP/Sequential/vtkSMPThreadLocal.h.in  |   195 +
 Common/Core/SMP/Sequential/vtkSMPTools.cxx         |    23 +
 .../Core/SMP/Sequential/vtkSMPToolsInternal.h.in   |    53 +
 Common/Core/SMP/Simple/vtkSMPThreadLocal.h.in      |   237 +
 Common/Core/SMP/Simple/vtkSMPTools.cxx             |    83 +
 Common/Core/SMP/Simple/vtkSMPToolsInternal.h.in    |   139 +
 Common/Core/SMP/TBB/vtkAtomicInt.h.in              |    94 +
 Common/Core/SMP/TBB/vtkSMPThreadLocal.h.in         |   168 +
 Common/Core/SMP/TBB/vtkSMPTools.cxx                |    49 +
 Common/Core/SMP/TBB/vtkSMPToolsInternal.h.in       |    64 +
 Common/Core/Testing/Cxx/CMakeLists.txt             |    33 +-
 Common/Core/Testing/Cxx/TestAtomic.cxx             |   189 +
 Common/Core/Testing/Cxx/TestCollection.cxx         |     2 +-
 Common/Core/Testing/Cxx/TestDataArray.cxx          |   234 +
 Common/Core/Testing/Cxx/TestDataArrayIterators.cxx |   133 +
 Common/Core/Testing/Cxx/TestGarbageCollector.cxx   |     2 +-
 Common/Core/Testing/Cxx/TestNew.cxx                |     2 +-
 Common/Core/Testing/Cxx/TestSMP.cxx                |   139 +
 Common/Core/Testing/Cxx/TestScalarsToColors.cxx    |    70 +
 Common/Core/Testing/Cxx/TestWeakPointer.cxx        |     2 +-
 .../Core/Testing/Cxx/TestXMLFileOutputWindow.cxx   |    32 +-
 Common/Core/Testing/Python/CMakeLists.txt          |     5 +-
 Common/Core/Testing/Python/TestPointers.py         |    29 +
 Common/Core/Testing/Tcl/CMakeLists.txt             |     5 +-
 Common/Core/Testing/Tcl/TestSetGet.tcl             |     3 +
 Common/Core/module.cmake                           |     2 +-
 Common/Core/vtkAbstractArray.cxx                   |    44 +-
 Common/Core/vtkAbstractArray.h                     |    52 +-
 Common/Core/vtkArrayIteratorTemplate.h             |     4 +-
 Common/Core/vtkArrayPrint.h                        |     6 +-
 Common/Core/vtkArrayWeights.cxx                    |    11 +
 Common/Core/vtkArrayWeights.h                      |     8 +
 Common/Core/vtkAutoInit.h                          |    24 +
 Common/Core/vtkBitArray.cxx                        |    45 +-
 Common/Core/vtkBitArray.h                          |    13 +-
 Common/Core/vtkBitArrayIterator.cxx                |     5 +-
 Common/Core/vtkCharArray.cxx                       |     2 +-
 Common/Core/vtkCharArray.h                         |   108 +-
 Common/Core/vtkCollection.h                        |     2 +-
 Common/Core/vtkConditionVariable.h                 |     4 +
 Common/Core/vtkConfigure.h.in                      |     6 +
 Common/Core/vtkCriticalSection.cxx                 |    74 -
 Common/Core/vtkCriticalSection.h                   |    70 +-
 Common/Core/vtkDataArray.cxx                       |   269 +-
 Common/Core/vtkDataArray.h                         |    28 +-
 Common/Core/vtkDataArrayCollection.h               |     4 +-
 Common/Core/vtkDataArrayIteratorMacro.h            |   136 +
 Common/Core/vtkDataArraySelection.h                |     2 +-
 Common/Core/vtkDataArrayTemplate.h                 |   109 +-
 Common/Core/vtkDataArrayTemplate.txx               |   278 +-
 Common/Core/vtkDebugLeaks.cxx                      |     9 +-
 Common/Core/vtkDebugLeaks.h                        |     6 +-
 Common/Core/vtkDoubleArray.cxx                     |     2 +-
 Common/Core/vtkDoubleArray.h                       |   110 +-
 Common/Core/vtkDynamicLoader.h                     |     4 +-
 Common/Core/vtkEventForwarderCommand.h             |     2 +-
 Common/Core/vtkFloatArray.cxx                      |     2 +-
 Common/Core/vtkFloatArray.h                        |   109 +-
 Common/Core/vtkGarbageCollector.cxx                |     2 +-
 Common/Core/vtkIOStream.cxx                        |     1 +
 Common/Core/vtkIdList.cxx                          |    35 +-
 Common/Core/vtkIdList.h                            |    20 +-
 Common/Core/vtkIdListCollection.h                  |     4 +-
 Common/Core/vtkIdTypeArray.cxx                     |     2 +-
 Common/Core/vtkIdTypeArray.h                       |   117 +-
 Common/Core/vtkInformationKey.h                    |    24 +-
 Common/Core/vtkInstantiator.h                      |     3 +
 Common/Core/vtkIntArray.cxx                        |     2 +-
 Common/Core/vtkIntArray.h                          |   110 +-
 Common/Core/vtkLargeInteger.cxx                    |    23 +-
 Common/Core/vtkLongArray.cxx                       |     2 +-
 Common/Core/vtkLongArray.h                         |   110 +-
 Common/Core/vtkLongLongArray.cxx                   |     2 +-
 Common/Core/vtkLongLongArray.h                     |   111 +-
 Common/Core/vtkLookupTable.cxx                     |     2 +-
 Common/Core/vtkMappedDataArray.h                   |   158 +
 Common/Core/vtkMappedDataArray.txx                 |   169 +
 Common/Core/vtkMath.cxx                            |    16 +-
 Common/Core/vtkMath.h                              |    49 +-
 Common/Core/vtkMathConfigure.h.in                  |    23 +
 Common/Core/vtkMathUtilities.h                     |    39 +
 Common/Core/vtkMutexLock.h                         |     6 +-
 Common/Core/vtkNew.h                               |     4 +
 Common/Core/vtkObjectBase.cxx                      |     2 +-
 Common/Core/vtkObjectBase.h                        |     7 +-
 Common/Core/vtkObjectFactory.h                     |     5 +-
 Common/Core/vtkObjectFactoryCollection.h           |     4 +-
 Common/Core/vtkOutputWindow.cxx                    |     4 +-
 Common/Core/vtkOutputWindow.h                      |     4 +
 Common/Core/vtkOverrideInformationCollection.h     |     4 +-
 Common/Core/vtkPoints.cxx                          |    88 +-
 Common/Core/vtkPoints.h                            |    11 +
 Common/Core/vtkPoints2D.cxx                        |    19 +-
 Common/Core/vtkPriorityQueue.cxx                   |    10 +-
 Common/Core/vtkSMPThreadLocalObject.h              |   166 +
 Common/Core/vtkSMPTools.h                          |   212 +
 Common/Core/vtkScalarsToColors.cxx                 |    68 +-
 Common/Core/vtkScalarsToColors.h                   |     8 +-
 Common/Core/vtkSetGet.h                            |    33 +-
 Common/Core/vtkShortArray.cxx                      |     2 +-
 Common/Core/vtkShortArray.h                        |   110 +-
 Common/Core/vtkSignedCharArray.cxx                 |     2 +-
 Common/Core/vtkSignedCharArray.h                   |   110 +-
 Common/Core/vtkSimpleCriticalSection.cxx           |    83 +
 Common/Core/vtkSimpleCriticalSection.h             |   105 +
 Common/Core/vtkSmartPointer.h                      |     4 +
 Common/Core/vtkStdString.h                         |     2 +-
 Common/Core/vtkStringArray.cxx                     |    46 +-
 Common/Core/vtkStringArray.h                       |    11 +-
 Common/Core/vtkSystemIncludes.h                    |     1 +
 Common/Core/vtkTimePointUtility.h                  |     4 +-
 Common/Core/vtkTimeStamp.cxx                       |    47 +-
 Common/Core/vtkToolkits.h.in                       |     4 -
 Common/Core/vtkTypeTemplate.h                      |    21 +-
 Common/Core/vtkTypeTraits.h                        |     1 +
 Common/Core/vtkTypedArray.cxx.in                   |     2 +-
 Common/Core/vtkTypedArray.h.in                     |     2 +-
 Common/Core/vtkTypedDataArray.h                    |   168 +
 Common/Core/vtkTypedDataArray.txx                  |    76 +
 Common/Core/vtkTypedDataArrayIterator.h            |   169 +
 Common/Core/vtkUnicodeString.cxx                   |     3 +-
 Common/Core/vtkUnicodeStringArray.cxx              |    43 +-
 Common/Core/vtkUnicodeStringArray.h                |     4 +-
 Common/Core/vtkUnsignedCharArray.cxx               |     2 +-
 Common/Core/vtkUnsignedCharArray.h                 |   110 +-
 Common/Core/vtkUnsignedIntArray.cxx                |     2 +-
 Common/Core/vtkUnsignedIntArray.h                  |   110 +-
 Common/Core/vtkUnsignedLongArray.cxx               |     2 +-
 Common/Core/vtkUnsignedLongArray.h                 |   110 +-
 Common/Core/vtkUnsignedLongLongArray.cxx           |     3 +-
 Common/Core/vtkUnsignedLongLongArray.h             |   110 +-
 Common/Core/vtkUnsignedShortArray.cxx              |     2 +-
 Common/Core/vtkUnsignedShortArray.h                |   110 +-
 Common/Core/vtkUnsigned__Int64Array.h              |   108 +-
 Common/Core/vtkVariantArray.cxx                    |    72 +-
 Common/Core/vtkVariantArray.h                      |     9 +-
 Common/Core/vtkVersion.h                           |     4 +-
 Common/Core/vtkVoidArray.cxx                       |    12 +-
 Common/Core/vtkWeakPointer.h                       |     4 +
 Common/Core/vtkWeakPointerBase.h                   |     2 +-
 Common/Core/vtkWindow.h                            |     2 +-
 Common/Core/vtkXMLFileOutputWindow.h               |     4 +-
 Common/Core/vtk__Int64Array.h                      |   108 +-
 Common/DataModel/CMakeLists.txt                    |    16 +
 Common/DataModel/Testing/Cxx/CMakeLists.txt        |    23 +-
 Common/DataModel/Testing/Cxx/TestAMRBox.cxx        |     7 +-
 Common/DataModel/Testing/Cxx/TestCellIterators.cxx |   812 ++
 Common/DataModel/Testing/Cxx/TestPixelExtent.cxx   |   146 +
 .../DataModel/Testing/Cxx/TestQuadraticPolygon.cxx |   408 +
 .../Testing/Cxx/TestQuadraticPolygonFilters.cxx    |   271 +
 .../Testing/Cxx/TestSmoothErrorMetric.cxx          |     2 +-
 .../Testing/Data/Baseline/ImplicitSum.png.md5      |     1 +
 .../Baseline/LineIntersectQuadraticCells.png.md5   |     1 +
 .../Testing/Data/Baseline/PerlinNoise.png.md5      |     1 +
 .../Testing/Data/Baseline/SelectionLoop.png.md5    |     1 +
 .../Data/Baseline/TestConvexPointSet.png.md5       |     1 +
 .../Testing/Data/Baseline/TestICPTransform.png.md5 |     1 +
 .../Data/Baseline/TestICPTransform_1.png.md5       |     1 +
 .../Baseline/TestQuadraticPolygonFilters.png.md5   |     1 +
 .../Data/Baseline/TestQuadricClustering.png.md5    |     1 +
 .../Data/Baseline/TestQuadricClustering_1.png.md5  |     1 +
 .../Data/Baseline/TestStructuredGrid.png.md5       |     1 +
 .../Testing/Data/Baseline/headBone.png.md5         |     1 +
 .../Testing/Data/Baseline/quadricCut.png.md5       |     1 +
 .../Testing/Data/Baseline/scalarColors.png.md5     |     1 +
 .../Testing/Data/Baseline/scalarConn.png.md5       |     1 +
 .../Testing/Data/Baseline/scalarConn_1.png.md5     |     1 +
 .../Testing/Data/Baseline/scalarConn_2.png.md5     |     1 +
 Common/DataModel/Testing/Python/CMakeLists.txt     |    32 +-
 .../DataModel/Testing/Python/TestICPTransform.py   |     4 -
 .../Testing/Python/TestNumericArrayImageData.py    |     4 -
 Common/DataModel/Testing/Python/quadricCut.py      |     4 -
 Common/DataModel/Testing/Tcl/CMakeLists.txt        |    34 +-
 Common/DataModel/module.cmake                      |     3 +
 Common/DataModel/vtkAMRDataInternals.cxx           |     2 +-
 Common/DataModel/vtkAMRInformation.cxx             |     4 +-
 Common/DataModel/vtkAbstractCellLocator.cxx        |     7 +-
 Common/DataModel/vtkAtom.cxx                       |     7 +-
 Common/DataModel/vtkAtom.h                         |     2 -
 Common/DataModel/vtkAttributesErrorMetric.cxx      |     2 +-
 Common/DataModel/vtkBSPCuts.cxx                    |    55 +-
 Common/DataModel/vtkBSPIntersections.cxx           |    12 +-
 .../vtkBiQuadraticQuadraticHexahedron.cxx          |     4 +-
 Common/DataModel/vtkBiQuadraticQuadraticWedge.cxx  |     2 +-
 Common/DataModel/vtkBond.cxx                       |     7 +-
 Common/DataModel/vtkBond.h                         |     1 -
 Common/DataModel/vtkBoundingBox.cxx                |     2 +-
 Common/DataModel/vtkBoundingBox.h                  |     4 +-
 Common/DataModel/vtkBox.cxx                        |     6 +-
 Common/DataModel/vtkBox.h                          |     4 +-
 Common/DataModel/vtkCellData.h                     |     4 +-
 Common/DataModel/vtkCellIterator.cxx               |   115 +
 Common/DataModel/vtkCellIterator.h                 |   284 +
 Common/DataModel/vtkCellLinks.cxx                  |    10 +-
 Common/DataModel/vtkCellLinks.h                    |     2 +-
 Common/DataModel/vtkCellLocator.cxx                |    27 +-
 Common/DataModel/vtkCellType.h                     |     1 +
 Common/DataModel/vtkCone.h                         |     2 +-
 Common/DataModel/vtkCubicLine.cxx                  |     4 -
 Common/DataModel/vtkCylinder.h                     |     2 +-
 Common/DataModel/vtkDataObjectCollection.h         |     4 +-
 Common/DataModel/vtkDataObjectTypes.h              |     4 +-
 Common/DataModel/vtkDataSet.cxx                    |     9 +
 Common/DataModel/vtkDataSet.h                      |     5 +
 Common/DataModel/vtkDataSetAttributes.cxx          |   131 +-
 Common/DataModel/vtkDataSetAttributes.h            |     5 +-
 Common/DataModel/vtkDataSetCellIterator.cxx        |   107 +
 Common/DataModel/vtkDataSetCellIterator.h          |    58 +
 Common/DataModel/vtkDataSetCollection.h            |     4 +-
 Common/DataModel/vtkDirectedAcyclicGraph.cxx       |     2 +-
 Common/DataModel/vtkDispatcher_Private.h           |    24 +-
 Common/DataModel/vtkDistributedGraphHelper.cxx     |     2 +-
 Common/DataModel/vtkEdgeTable.cxx                  |     9 +-
 Common/DataModel/vtkEmptyCell.h                    |     4 +-
 Common/DataModel/vtkExtentTranslator.h             |    22 +-
 Common/DataModel/vtkGenericAdaptorCell.cxx         |     2 +-
 Common/DataModel/vtkGenericAttribute.cxx           |     2 +-
 Common/DataModel/vtkGenericAttributeCollection.cxx |     2 +-
 Common/DataModel/vtkGenericCell.cxx                |    32 +
 Common/DataModel/vtkGenericCell.h                  |    11 +
 Common/DataModel/vtkGenericCellTessellator.cxx     |     2 +-
 Common/DataModel/vtkGenericDataSet.cxx             |     2 +-
 Common/DataModel/vtkGenericEdgeTable.cxx           |     2 +-
 .../DataModel/vtkGenericSubdivisionErrorMetric.cxx |     2 +-
 Common/DataModel/vtkGeometricErrorMetric.cxx       |     2 +-
 Common/DataModel/vtkGraph.cxx                      |    15 +-
 Common/DataModel/vtkHyperOctree.cxx                |    22 +-
 Common/DataModel/vtkHyperOctree.h                  |     2 -
 Common/DataModel/vtkHyperOctreePointsGrabber.cxx   |     2 +-
 Common/DataModel/vtkHyperTree.cxx                  |     3 +-
 Common/DataModel/vtkHyperTreeGrid.cxx              |     9 +-
 Common/DataModel/vtkHyperTreeGrid.h                |     1 -
 Common/DataModel/vtkImageData.cxx                  |     2 +-
 Common/DataModel/vtkImplicitBoolean.cxx            |     6 +-
 Common/DataModel/vtkImplicitDataSet.cxx            |    20 +-
 Common/DataModel/vtkImplicitFunctionCollection.h   |     4 +-
 Common/DataModel/vtkImplicitHalo.cxx               |     2 +-
 Common/DataModel/vtkIncrementalOctreeNode.cxx      |    16 +-
 Common/DataModel/vtkKdNode.cxx                     |     8 +-
 Common/DataModel/vtkKdNode.h                       |    10 +-
 Common/DataModel/vtkKdTree.cxx                     |    68 +-
 Common/DataModel/vtkLine.h                         |     2 +-
 Common/DataModel/vtkMappedUnstructuredGrid.h       |   294 +
 Common/DataModel/vtkMappedUnstructuredGrid.txx     |   233 +
 .../vtkMappedUnstructuredGridCellIterator.h        |    75 +
 .../vtkMappedUnstructuredGridCellIterator.txx      |   142 +
 Common/DataModel/vtkMergePoints.h                  |     4 +-
 Common/DataModel/vtkMolecule.cxx                   |     2 +-
 Common/DataModel/vtkOctreePointLocator.cxx         |    45 +-
 Common/DataModel/vtkOctreePointLocator.h           |    16 +-
 Common/DataModel/vtkOctreePointLocatorNode.h       |     4 +-
 Common/DataModel/vtkOrderedTriangulator.cxx        |     2 +-
 Common/DataModel/vtkPiecewiseFunction.cxx          |    19 +-
 Common/DataModel/vtkPiecewiseFunction.h            |     3 +-
 Common/DataModel/vtkPixelExtent.cxx                |   347 +
 Common/DataModel/vtkPixelExtent.h                  |   661 +
 Common/DataModel/vtkPlane.cxx                      |    27 +-
 Common/DataModel/vtkPlane.h                        |     2 +-
 Common/DataModel/vtkPlaneCollection.h              |     4 +-
 Common/DataModel/vtkPlanes.cxx                     |     2 +-
 Common/DataModel/vtkPlanes.h                       |     2 +-
 Common/DataModel/vtkPlanesIntersection.cxx         |     9 +-
 Common/DataModel/vtkPointData.h                    |     4 +-
 Common/DataModel/vtkPointSet.cxx                   |    20 +-
 Common/DataModel/vtkPointSet.h                     |     4 +
 Common/DataModel/vtkPointSetCellIterator.cxx       |    96 +
 Common/DataModel/vtkPointSetCellIterator.h         |    60 +
 Common/DataModel/vtkPointsProjectedHull.cxx        |    25 +-
 Common/DataModel/vtkPolyData.cxx                   |    97 +-
 Common/DataModel/vtkPolyData.h                     |     3 +-
 Common/DataModel/vtkPolyDataCollection.h           |     4 +-
 Common/DataModel/vtkPolygon.cxx                    |     2 +-
 Common/DataModel/vtkPolyhedron.cxx                 |     7 +-
 Common/DataModel/vtkQuadraticHexahedron.cxx        |     2 +
 Common/DataModel/vtkQuadraticPolygon.cxx           |   493 +
 Common/DataModel/vtkQuadraticPolygon.h             |   148 +
 Common/DataModel/vtkQuadraticPyramid.cxx           |     2 +
 Common/DataModel/vtkQuadraticQuad.cxx              |     2 +
 Common/DataModel/vtkQuadraticWedge.cxx             |     2 +
 Common/DataModel/vtkQuadratureSchemeDefinition.cxx |    31 +-
 Common/DataModel/vtkQuadratureSchemeDefinition.h   |     2 +-
 Common/DataModel/vtkQuadric.h                      |     2 +-
 Common/DataModel/vtkReebGraph.cxx                  |     8 +-
 Common/DataModel/vtkSelectionNode.cxx              |     1 +
 Common/DataModel/vtkSimpleCellTessellator.cxx      |     4 +-
 Common/DataModel/vtkSmoothErrorMetric.cxx          |     2 +-
 Common/DataModel/vtkSphere.h                       |     2 +-
 Common/DataModel/vtkSpline.cxx                     |    10 +-
 Common/DataModel/vtkStructuredData.cxx             |     2 +-
 Common/DataModel/vtkStructuredData.h               |     6 +-
 Common/DataModel/vtkStructuredGrid.cxx             |    83 +-
 Common/DataModel/vtkStructuredGrid.h               |     7 +-
 Common/DataModel/vtkStructuredPoints.h             |     2 +-
 Common/DataModel/vtkStructuredPointsCollection.h   |     4 +-
 Common/DataModel/vtkSuperquadric.h                 |     2 +-
 Common/DataModel/vtkTensor.h                       |     2 +-
 Common/DataModel/vtkUniformGridAMRDataIterator.cxx |     2 +-
 Common/DataModel/vtkUnstructuredGrid.cxx           |   204 +-
 Common/DataModel/vtkUnstructuredGrid.h             |    10 +-
 Common/DataModel/vtkUnstructuredGridBase.cxx       |    65 +
 Common/DataModel/vtkUnstructuredGridBase.h         |   112 +
 .../DataModel/vtkUnstructuredGridCellIterator.cxx  |   242 +
 Common/DataModel/vtkUnstructuredGridCellIterator.h |    78 +
 Common/DataModel/vtkVertex.h                       |     2 +-
 Common/DataModel/vtkXMLDataElement.cxx             |     2 +-
 Common/ExecutionModel/CMakeLists.txt               |     9 +-
 Common/ExecutionModel/Testing/Cxx/CMakeLists.txt   |    29 +-
 .../Testing/Cxx/TestTemporalSupport.cxx            |     2 +-
 .../ExecutionModel/Testing/Python/CMakeLists.txt   |     8 +-
 Common/ExecutionModel/vtkAlgorithm.cxx             |    40 +-
 Common/ExecutionModel/vtkAlgorithm.h               |    22 +-
 .../vtkCachedStreamingDemandDrivenPipeline.cxx     |    14 +-
 Common/ExecutionModel/vtkCastToConcrete.h          |     4 +-
 Common/ExecutionModel/vtkCompositeDataPipeline.cxx |   131 +-
 Common/ExecutionModel/vtkCompositeDataPipeline.h   |    20 +-
 .../ExecutionModel/vtkCompositeDataSetAlgorithm.h  |     2 +-
 Common/ExecutionModel/vtkComputingResources.cxx    |   280 -
 Common/ExecutionModel/vtkComputingResources.h      |   157 -
 Common/ExecutionModel/vtkDataSetAlgorithm.h        |     2 +-
 Common/ExecutionModel/vtkDemandDrivenPipeline.cxx  |     2 +-
 Common/ExecutionModel/vtkExecutionScheduler.cxx    |   852 --
 Common/ExecutionModel/vtkExecutionScheduler.h      |   179 -
 .../vtkExecutionSchedulerManager.cxx               |    35 -
 .../ExecutionModel/vtkExecutionSchedulerManager.h  |    49 -
 Common/ExecutionModel/vtkExecutiveCollection.cxx   |    40 -
 Common/ExecutionModel/vtkExecutiveCollection.h     |    94 -
 Common/ExecutionModel/vtkImageInPlaceFilter.cxx    |     2 +-
 .../ExecutionModel/vtkImageToStructuredPoints.cxx  |     2 +-
 .../ExecutionModel/vtkMultiBlockDataSetAlgorithm.h |     2 +-
 Common/ExecutionModel/vtkPassInputTypeAlgorithm.h  |     2 +-
 Common/ExecutionModel/vtkPointSetAlgorithm.h       |     2 +-
 Common/ExecutionModel/vtkProgressObserver.cxx      |    39 +
 Common/ExecutionModel/vtkProgressObserver.h        |    60 +
 Common/ExecutionModel/vtkSMPProgressObserver.cxx   |    39 +
 Common/ExecutionModel/vtkSMPProgressObserver.h     |    62 +
 Common/ExecutionModel/vtkSimpleScalarTree.cxx      |    10 +-
 .../vtkStreamingDemandDrivenPipeline.cxx           |    10 +-
 Common/ExecutionModel/vtkTableExtentTranslator.cxx |    14 +-
 .../vtkThreadedCompositeDataPipeline.cxx           |   323 +
 .../vtkThreadedCompositeDataPipeline.h             |    65 +
 .../ExecutionModel/vtkThreadedImageAlgorithm.cxx   |    18 +-
 .../vtkThreadedStreamingPipeline.cxx               |   405 -
 .../ExecutionModel/vtkThreadedStreamingPipeline.h  |   177 -
 Common/Math/Testing/Cxx/CMakeLists.txt             |    22 +-
 Common/Math/Testing/Tcl/CMakeLists.txt             |     5 +-
 Common/Math/vtkAmoebaMinimizer.cxx                 |    52 +-
 Common/Math/vtkFastNumericConversion.h             |     2 +-
 Common/Math/vtkFunctionSet.h                       |     2 +-
 Common/Math/vtkMatrix4x4.cxx                       |    35 -
 Common/Math/vtkMatrix4x4.h                         |    44 +-
 Common/Math/vtkPolynomialSolversUnivariate.h       |     4 +-
 Common/Math/vtkQuaternion.h                        |     4 -
 Common/Math/vtkQuaternion.txx                      |    10 -
 Common/Misc/Testing/Cxx/CMakeLists.txt             |    18 +-
 Common/Misc/vtkFunctionParser.cxx                  |   105 +-
 Common/System/Testing/Cxx/CMakeLists.txt           |    17 +-
 Common/System/module.cmake                         |     1 +
 Common/System/vtkTimerLog.cxx                      |     5 +-
 Common/Transforms/Testing/Cxx/CMakeLists.txt       |     5 +
 Common/Transforms/Testing/Cxx/TestTransform.cxx    |    76 +
 .../Data/Baseline/MatrixToTransform.png.md5        |     1 +
 .../Data/Baseline/MatrixToTransform_1.png.md5      |     1 +
 .../Data/Baseline/TestThinPlateWarp.png.md5        |     1 +
 .../Data/Baseline/TestThinPlateWarp3D.png.md5      |     1 +
 .../Testing/Data/Baseline/cylindrical.png.md5      |     1 +
 .../Testing/Data/Baseline/spherical.png.md5        |     1 +
 .../Testing/Data/Baseline/spherical_1.png.md5      |     1 +
 Common/Transforms/Testing/Python/CMakeLists.txt    |    10 +-
 Common/Transforms/Testing/Tcl/CMakeLists.txt       |    13 +-
 Common/Transforms/module.cmake                     |     2 +
 Common/Transforms/vtkAbstractTransform.cxx         |    48 +-
 Common/Transforms/vtkAbstractTransform.h           |     6 +-
 Common/Transforms/vtkIdentityTransform.h           |     2 +-
 Common/Transforms/vtkLinearTransform.cxx           |   185 +-
 Common/Transforms/vtkLinearTransform.h             |     4 +-
 Common/Transforms/vtkThinPlateSplineTransform.cxx  |     8 +-
 Common/Transforms/vtkTransformCollection.h         |     4 +-
 Domains/Chemistry/CMakeLists.txt                   |     5 +-
 Domains/Chemistry/Testing/Cxx/CMakeLists.txt       |    48 +-
 Domains/Chemistry/Testing/Cxx/TestBallAndStick.cxx |    26 +-
 .../Cxx/TestBondColorModeDiscreteByAtom.cxx        |    26 +-
 .../Testing/Cxx/TestBondColorModeSingleColor.cxx   |    26 +-
 .../Chemistry/Testing/Cxx/TestCompositeRender.cxx  |    26 +-
 Domains/Chemistry/Testing/Cxx/TestFastRender.cxx   |    26 +-
 .../Chemistry/Testing/Cxx/TestLiquoriceSticks.cxx  |    26 +-
 Domains/Chemistry/Testing/Cxx/TestMolecule.cxx     |     8 +-
 .../Cxx/TestMoleculeMapperPropertyUpdate.cxx       |    26 +-
 .../Testing/Cxx/TestMoleculeSelection.cxx          |    48 +-
 .../Chemistry/Testing/Cxx/TestMultiCylinderOff.cxx |    26 +-
 .../Chemistry/Testing/Cxx/TestMultiCylinderOn.cxx  |    26 +-
 Domains/Chemistry/Testing/Cxx/TestVDWSpheres.cxx   |    26 +-
 .../Testing/Data/Baseline/TestBallAndStick.png.md5 |     1 +
 .../TestBondColorModeDiscreteByAtom.png.md5        |     1 +
 .../Baseline/TestBondColorModeSingleColor.png.md5  |     1 +
 .../Data/Baseline/TestCMLMoleculeReader.png.md5    |     1 +
 .../Data/Baseline/TestCompositeRender.png.md5      |     1 +
 .../Testing/Data/Baseline/TestFastRender.png.md5   |     1 +
 .../Data/Baseline/TestLiquoriceSticks.png.md5      |     1 +
 .../TestMoleculeMapperPropertyUpdate.png.md5       |     1 +
 .../Data/Baseline/TestMultiCylinderOff.png.md5     |     1 +
 .../Data/Baseline/TestMultiCylinderOn.png.md5      |     1 +
 .../Data/Baseline/TestPDBBallAndStick.png.md5      |     1 +
 .../Data/Baseline/TestProteinRibbon.png.md5        |     1 +
 .../Testing/Data/Baseline/TestVDWSpheres.png.md5   |     1 +
 Domains/Chemistry/module.cmake                     |     4 +-
 Domains/Chemistry/vtkChemistryConfigure.h.in       |     2 +-
 Domains/Chemistry/vtkPeriodicTable.cxx             |     2 +-
 Examples/AMR/Cxx/CMakeLists.txt                    |    29 +-
 Examples/AMR/Cxx/Generate3DAMRDataSetWithPulse.cxx |     2 +-
 Examples/Annotation/Cxx/LabeledMesh/CMakeLists.txt |    27 +-
 Examples/Build/vtkLocal/CMakeLists.txt             |     3 +-
 Examples/Build/vtkMy/Common/vtkBar.h               |     4 +-
 Examples/Build/vtkMy/Imaging/vtkImageFoo.cxx       |     2 +-
 Examples/Build/vtkMy/Unsorted/vtkBar2.h            |     4 +-
 Examples/CMakeLists.txt                            |    20 +-
 Examples/DataManipulation/Cxx/CMakeLists.txt       |    16 +-
 Examples/GUI/Cocoa/CMakeLists.txt                  |     3 +-
 Examples/GUI/Qt/CMakeLists.txt                     |    18 +-
 Examples/GUI/Qt/Events/CMakeLists.txt              |    93 +-
 Examples/GUI/Qt/FourPaneViewer/CMakeLists.txt      |    78 +-
 .../GUI/Qt/FourPaneViewer/QtVTKRenderWindows.cxx   |     6 +-
 .../GUI/Qt/FourPaneViewer/QtVTKRenderWindows.h     |     2 +-
 Examples/GUI/Qt/GraphicsView/CMakeLists.txt        |    92 +-
 Examples/GUI/Qt/GraphicsView/OpenGLScene.cpp       |    10 +-
 Examples/GUI/Qt/ImageViewer/CMakeLists.txt         |    67 +-
 Examples/GUI/Qt/SimpleView/CMakeLists.txt          |   145 +-
 Examples/GUI/Qt/SimpleView/main.cxx                |    11 +-
 Examples/GUI/Win32/SampleMFC/vtkMFCView.h          |     4 +-
 .../vtkBorland/Package/vtkBorlandRenderWindow.h    |     2 +-
 Examples/Hybrid/Cxx/CMakeLists.txt                 |    31 -
 Examples/Hybrid/Cxx/ImageDataLIC2DDemo.cxx         |    22 -
 Examples/Hybrid/Cxx/StructuredGridLIC2DDemo.cxx    |    23 -
 Examples/HyperTree/Cxx/Sphere/Cell.h               |     2 +-
 Examples/HyperTree/Cxx/Sphere/Mesh.cxx             |     2 +-
 Examples/IO/Cxx/CMakeLists.txt                     |    45 +-
 Examples/IO/Cxx/ParticleReader.cxx                 |     2 +-
 .../Cxx/Baseline/TestImageSlicing.png.md5          |     1 +
 Examples/ImageProcessing/Cxx/CMakeLists.txt        |    39 +-
 .../Infovis/Cxx/CustomLinkView/CustomLinkView.cxx  |     2 +-
 Examples/Infovis/Cxx/EasyView/EasyView.cxx         |     2 +-
 Examples/Infovis/Cxx/StatsView/StatsView.cxx       |    10 +-
 Examples/LIC/Cxx/CMakeLists.txt                    |    37 +
 Examples/LIC/Cxx/ImageDataLIC2DDemo.cxx            |    20 +
 Examples/LIC/Cxx/StructuredGridLIC2DDemo.cxx       |    20 +
 Examples/LIC/Cxx/SurfaceLICDemo.cxx                |    21 +
 .../{Hybrid => LIC}/Python/CylinderAndPolarAxes.py |     0
 Examples/Medical/Cxx/Baseline/TestMedical1.png.md5 |     1 +
 Examples/Medical/Cxx/Baseline/TestMedical2.png.md5 |     1 +
 Examples/Medical/Cxx/Baseline/TestMedical3.png.md5 |     1 +
 Examples/Medical/Cxx/Baseline/TestMedical4.png.md5 |     1 +
 Examples/Medical/Cxx/CMakeLists.txt                |    63 +-
 .../Modelling/Cxx/Baseline/TestFinance.png.md5     |     1 +
 Examples/Modelling/Cxx/CMakeLists.txt              |    61 +-
 Examples/MultiBlock/Cxx/CMakeLists.txt             |    25 +-
 Examples/Rendering/Cxx/CMakeLists.txt              |    29 +-
 Examples/Rendering/Cxx/MaterialObjects.cxx         |     1 -
 Examples/Rendering/Cxx/SurfaceLICDemo.cxx          |    23 -
 Examples/Tutorial/Step1/Cxx/CMakeLists.txt         |    16 +-
 Examples/Tutorial/Step2/Cxx/CMakeLists.txt         |    19 +-
 Examples/Tutorial/Step3/Cxx/CMakeLists.txt         |    16 +-
 Examples/Tutorial/Step4/Cxx/CMakeLists.txt         |    14 +-
 Examples/Tutorial/Step5/Cxx/CMakeLists.txt         |    17 +-
 Examples/Tutorial/Step6/Cxx/CMakeLists.txt         |    18 +-
 .../Cxx/Baseline/TestBandedContours.png.md5        |     1 +
 .../Cxx/Baseline/TestFilledContours.png.md5        |     1 +
 .../TestTubesWithVaryingRadiusAndColors.png.md5    |     1 +
 .../VisualizationAlgorithms/Cxx/CMakeLists.txt     |    60 +-
 Examples/VolumeRendering/Cxx/CMakeLists.txt        |    24 +-
 .../Widgets/Cxx/Baseline/TestBalloonWidget.png.md5 |     1 +
 Examples/Widgets/Cxx/Baseline/TestSlider.png.md5   |     1 +
 Examples/Widgets/Cxx/Baseline/TestSlider2D.png.md5 |     1 +
 .../Widgets/Cxx/Baseline/TestSlider2D_1.png.md5    |     1 +
 .../Widgets/Cxx/Baseline/TestSlider2D_2.png.md5    |     1 +
 Examples/Widgets/Cxx/CMakeLists.txt                |    43 +-
 Filters/AMR/Testing/Cxx/CMakeLists.txt             |    34 +-
 Filters/AMR/Testing/Python/CMakeLists.txt          |     8 +-
 Filters/AMR/vtkAMRResampleFilter.cxx               |     2 +-
 Filters/AMR/vtkAMRUtilities.h                      |     4 +-
 Filters/Core/CMakeLists.txt                        |     1 +
 Filters/Core/Testing/Cxx/CMakeLists.txt            |    71 +-
 Filters/Core/Testing/Cxx/TestAppendPolyData.cxx    |   230 +-
 Filters/Core/Testing/Cxx/TestCleanPolyData.cxx     |   133 +
 Filters/Core/Testing/Cxx/TestClipPolyData.cxx      |   137 +
 .../Core/Testing/Cxx/TestConnectivityFilter.cxx    |   145 +
 Filters/Core/Testing/Cxx/TestCutter.cxx            |     2 +-
 .../Testing/Cxx/TestDecimatePolylineFilter.cxx     |   147 +-
 Filters/Core/Testing/Cxx/TestDecimatePro.cxx       |   168 +
 Filters/Core/Testing/Cxx/TestDelaunay3D.cxx        |   134 +
 Filters/Core/Testing/Cxx/TestFeatureEdges.cxx      |   168 +
 Filters/Core/Testing/Cxx/TestHedgeHog.cxx          |   154 +
 Filters/Core/Testing/Cxx/TestMaskPoints.cxx        |   136 +
 .../Testing/Cxx/TestPolyDataConnectivityFilter.cxx |   144 +
 .../Core/Testing/Cxx/TestSMPPipelineContour.cxx    |   154 +
 .../Core/Testing/Cxx/TestSmoothPolyDataFilter.cxx  |   133 +
 Filters/Core/Testing/Cxx/TestThresholdPoints.cxx   |   143 +
 Filters/Core/Testing/Cxx/TestTransposeTable.cxx    |   138 +
 Filters/Core/Testing/Cxx/TestTubeFilter.cxx        |   141 +
 .../Data/Baseline/CellDataToPointData.png.md5      |     1 +
 .../Data/Baseline/CellDataToPointData_1.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/Delaunay2D.png.md5  |     1 +
 .../Testing/Data/Baseline/Delaunay2DAlpha.png.md5  |     1 +
 .../Data/Baseline/Delaunay2DTransform.png.md5      |     1 +
 .../Core/Testing/Data/Baseline/Delaunay3D.png.md5  |     1 +
 .../Testing/Data/Baseline/MassProperties.png.md5   |     1 +
 .../Testing/Data/Baseline/MassProperties_1.png.md5 |     1 +
 .../Data/Baseline/QuadricDecimation.png.md5        |     1 +
 .../Data/Baseline/QuadricDecimation_1.png.md5      |     1 +
 .../Data/Baseline/QuadricDecimation_2.png.md5      |     1 +
 .../Data/Baseline/QuadricDecimation_3.png.md5      |     1 +
 .../Data/Baseline/QuadricDecimation_4.png.md5      |     1 +
 .../Data/Baseline/QuadricDecimation_5.png.md5      |     1 +
 .../Testing/Data/Baseline/StreamPolyData.png.md5   |     1 +
 .../Testing/Data/Baseline/StreamPolyData_1.png.md5 |     1 +
 .../Testing/Data/Baseline/TestDelaunay2D.png.md5   |     1 +
 .../Testing/Data/Baseline/TestDelaunay2D_1.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/TestGlyph3D.png.md5 |     1 +
 .../TestGridSynchronizedTemplates3D.png.md5        |     1 +
 .../Data/Baseline/TestMarchingSquares.png.md5      |     1 +
 .../TestRectilinearSynchronizedTemplates.png.md5   |     1 +
 .../Baseline/TestSynchronizedTemplates2D.png.md5   |     1 +
 .../Baseline/TestSynchronizedTemplates3D.png.md5   |     1 +
 .../Testing/Data/Baseline/TestTensorGlyph.png.md5  |     1 +
 .../Data/Baseline/TestTensorGlyph_1.png.md5        |     1 +
 .../Testing/Data/Baseline/TestTextureGlyph.png.md5 |     1 +
 .../Data/Baseline/TestTriangleFilter.png.md5       |     1 +
 Filters/Core/Testing/Data/Baseline/capCow.png.md5  |     1 +
 .../Core/Testing/Data/Baseline/capCow_1.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/capSphere.png.md5   |     1 +
 Filters/Core/Testing/Data/Baseline/clipArt.png.md5 |     1 +
 .../Testing/Data/Baseline/combStreamers.png.md5    |     1 +
 .../Testing/Data/Baseline/combStreamers2.png.md5   |     1 +
 .../Testing/Data/Baseline/combStreamers2_1.png.md5 |     1 +
 .../Data/Baseline/constrainedDelaunay.png.md5      |     1 +
 .../Data/Baseline/constrainedDelaunay_1.png.md5    |     1 +
 .../Data/Baseline/constrainedDelaunay_2.png.md5    |     1 +
 .../Testing/Data/Baseline/contourCells.png.md5     |     1 +
 .../Testing/Data/Baseline/contourCells_1.png.md5   |     1 +
 .../Data/Baseline/contourQuadraticCells.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/createBFont.png.md5 |     1 +
 .../Testing/Data/Baseline/createBFont_1.png.md5    |     1 +
 Filters/Core/Testing/Data/Baseline/cutLoop.png.md5 |     1 +
 .../Testing/Data/Baseline/deciFranFace.png.md5     |     1 +
 .../Testing/Data/Baseline/deciFranFace_1.png.md5   |     1 +
 .../Testing/Data/Baseline/deciFranFace_2.png.md5   |     1 +
 .../Testing/Data/Baseline/deciFranFace_3.png.md5   |     1 +
 .../Testing/Data/Baseline/deciFranFace_4.png.md5   |     1 +
 .../Testing/Data/Baseline/deciFranFace_5.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/deciPlane.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/deciPlane_1.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/dispPlot.png.md5    |     1 +
 .../Testing/Data/Baseline/fieldToPolyData.png.md5  |     1 +
 .../Data/Baseline/fieldToPolyData_1.png.md5        |     1 +
 .../Testing/Data/Baseline/fieldToRGrid.png.md5     |     1 +
 .../Testing/Data/Baseline/fieldToRGrid_1.png.md5   |     1 +
 .../Testing/Data/Baseline/fieldToRGrid_2.png.md5   |     1 +
 .../Testing/Data/Baseline/fieldToRGrid_3.png.md5   |     1 +
 .../Testing/Data/Baseline/fieldToRGrid_4.png.md5   |     1 +
 .../Testing/Data/Baseline/fieldToSGrid.png.md5     |     1 +
 .../Testing/Data/Baseline/fieldToUGrid.png.md5     |     1 +
 .../Testing/Data/Baseline/financialField.png.md5   |     1 +
 .../Testing/Data/Baseline/financialField2.png.md5  |     1 +
 .../Testing/Data/Baseline/financialField3.png.md5  |     1 +
 .../Core/Testing/Data/Baseline/glyphComb.png.md5   |     1 +
 Filters/Core/Testing/Data/Baseline/hull.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/mergeFilter.png.md5 |     1 +
 .../Data/Baseline/multipleComponentContour.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/multipleIso.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/polyConn.png.md5    |     1 +
 Filters/Core/Testing/Data/Baseline/probe.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/probeComb.png.md5   |     1 +
 .../Testing/Data/Baseline/reverseNormals.png.md5   |     1 +
 .../Testing/Data/Baseline/reverseNormals_1.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/skinOrder.png.md5   |     1 +
 .../Testing/Data/Baseline/smoothMeshOnMesh.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/streamComb.png.md5  |     1 +
 .../Testing/Data/Baseline/streamSurface.png.md5    |     1 +
 .../Testing/Data/Baseline/streamSurface2.png.md5   |     1 +
 Filters/Core/Testing/Data/Baseline/stripF.png.md5  |     1 +
 .../Core/Testing/Data/Baseline/teapotHulls.png.md5 |     1 +
 .../Testing/Data/Baseline/teapotHulls_1.png.md5    |     1 +
 .../Testing/Data/Baseline/teapotHulls_2.png.md5    |     1 +
 .../Testing/Data/Baseline/teapotHulls_3.png.md5    |     1 +
 .../Testing/Data/Baseline/teapotHulls_4.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/tubeComb.png.md5    |     1 +
 Filters/Core/Testing/Python/CMakeLists.txt         |   115 +-
 Filters/Core/Testing/Python/MassProperties.py      |     4 -
 Filters/Core/Testing/Python/TestTensorGlyph.py     |     4 -
 Filters/Core/Testing/Python/TestTextureGlyph.py    |     4 -
 Filters/Core/Testing/Python/deciFranFace.py        |     4 -
 Filters/Core/Testing/Python/deciPlane.py           |     4 -
 Filters/Core/Testing/Python/financialField.py      |     4 -
 Filters/Core/Testing/Python/financialField2.py     |     4 -
 Filters/Core/Testing/Python/financialField3.py     |     4 -
 Filters/Core/Testing/Python/skinOrder.py           |     4 -
 Filters/Core/Testing/Tcl/CMakeLists.txt            |    97 +-
 Filters/Core/vtkAppendFilter.cxx                   |    11 +-
 Filters/Core/vtkAppendPolyData.cxx                 |    20 +-
 Filters/Core/vtkAppendPolyData.h                   |     8 +
 Filters/Core/vtkArrayCalculator.cxx                |   130 +-
 Filters/Core/vtkArrayCalculator.h                  |    18 +
 Filters/Core/vtkAttributeDataToFieldDataFilter.h   |     2 +-
 Filters/Core/vtkCellDataToPointData.cxx            |    13 +-
 Filters/Core/vtkCellDataToPointData.h              |     2 +-
 Filters/Core/vtkCleanPolyData.cxx                  |    21 +-
 Filters/Core/vtkCleanPolyData.h                    |     8 +
 Filters/Core/vtkClipPolyData.cxx                   |    20 +-
 Filters/Core/vtkClipPolyData.h                     |    10 +-
 Filters/Core/vtkCompositeCutter.cxx                |     2 +-
 Filters/Core/vtkConnectivityFilter.cxx             |    27 +
 Filters/Core/vtkConnectivityFilter.h               |     8 +
 Filters/Core/vtkContourFilter.cxx                  |    63 +-
 Filters/Core/vtkContourFilter.h                    |    11 +
 Filters/Core/vtkContourGrid.cxx                    |   121 +-
 Filters/Core/vtkContourGrid.h                      |     2 +-
 Filters/Core/vtkCutter.cxx                         |   123 +-
 Filters/Core/vtkDecimatePolylineFilter.cxx         |    18 +
 Filters/Core/vtkDecimatePolylineFilter.h           |     8 +
 Filters/Core/vtkDecimatePro.cxx                    |    20 +-
 Filters/Core/vtkDecimatePro.h                      |     8 +
 Filters/Core/vtkDelaunay3D.cxx                     |    35 +-
 Filters/Core/vtkDelaunay3D.h                       |     8 +
 Filters/Core/vtkFeatureEdges.cxx                   |    18 +
 Filters/Core/vtkFeatureEdges.h                     |     8 +
 Filters/Core/vtkGlyph2D.h                          |     4 +-
 Filters/Core/vtkGlyph3D.cxx                        |    35 +-
 Filters/Core/vtkGridSynchronizedTemplates3D.cxx    |     4 +
 Filters/Core/vtkGridSynchronizedTemplates3D.h      |     1 -
 Filters/Core/vtkHedgeHog.cxx                       |    28 +-
 Filters/Core/vtkHedgeHog.h                         |    10 +-
 Filters/Core/vtkImageAppend.cxx                    |     4 +-
 Filters/Core/vtkMaskPoints.cxx                     |    78 +-
 Filters/Core/vtkMaskPoints.h                       |    16 +-
 Filters/Core/vtkMaskPolyData.h                     |     2 +-
 Filters/Core/vtkPointDataToCellData.h              |     2 +-
 Filters/Core/vtkPolyDataConnectivityFilter.cxx     |    19 +
 Filters/Core/vtkPolyDataConnectivityFilter.h       |     8 +
 Filters/Core/vtkPolyDataNormals.cxx                |     4 +
 Filters/Core/vtkPolyDataNormals.h                  |     2 +-
 Filters/Core/vtkRectilinearSynchronizedTemplates.h |     1 -
 Filters/Core/vtkReverseSense.h                     |     2 +-
 Filters/Core/vtkSimpleElevationFilter.h            |     2 +-
 Filters/Core/vtkSmoothPolyDataFilter.cxx           |    18 +
 Filters/Core/vtkSmoothPolyDataFilter.h             |    10 +-
 Filters/Core/vtkStructuredGridOutlineFilter.h      |     4 +-
 Filters/Core/vtkSynchronizedTemplates3D.cxx        |    28 +-
 Filters/Core/vtkSynchronizedTemplates3D.h          |    10 +-
 Filters/Core/vtkSynchronizedTemplatesCutter3D.cxx  |    13 +-
 Filters/Core/vtkSynchronizedTemplatesCutter3D.h    |     3 +-
 Filters/Core/vtkThreshold.cxx                      |     8 +-
 Filters/Core/vtkThresholdPoints.cxx                |    32 +
 Filters/Core/vtkThresholdPoints.h                  |    10 +-
 Filters/Core/vtkTransposeTable.cxx                 |   313 +
 Filters/Core/vtkTransposeTable.h                   |    79 +
 Filters/Core/vtkTriangleFilter.h                   |     4 +-
 Filters/Core/vtkTubeFilter.cxx                     |    25 +-
 Filters/Core/vtkTubeFilter.h                       |     8 +
 Filters/Core/vtkVectorDot.h                        |     2 +-
 Filters/Core/vtkVectorNorm.h                       |     2 +-
 Filters/Core/vtkWindowedSincPolyDataFilter.h       |     2 +-
 Filters/Cosmo/CMakeLists.txt                       |    14 -
 Filters/Cosmo/module.cmake                         |     6 -
 Filters/Cosmo/vtkPCosmoHaloFinder.cxx              |  1119 --
 Filters/Cosmo/vtkPCosmoHaloFinder.h                |   231 -
 Filters/Cosmo/vtkPCosmoReader.cxx                  |   403 -
 Filters/Cosmo/vtkPCosmoReader.h                    |   155 -
 Filters/Extraction/Testing/Cxx/CMakeLists.txt      |    28 +-
 Filters/Extraction/Testing/Cxx/TestExtraction.cxx  |     6 +-
 .../Baseline/ExtractEdgesQuadraticCells.png.md5    |     1 +
 .../Baseline/ExtractEdgesQuadraticCells_1.png.md5  |     1 +
 .../Testing/Data/Baseline/ExtractTensors.png.md5   |     1 +
 .../Data/Baseline/TestExtractSelection.png.md5     |     1 +
 .../Testing/Data/Baseline/TestExtraction.png.md5   |     1 +
 .../Testing/Data/Baseline/TestExtraction_1.png.md5 |     1 +
 .../Testing/Data/Baseline/TestExtraction_2.png.md5 |     1 +
 .../Testing/Data/Baseline/TestExtraction_3.png.md5 |     1 +
 .../Testing/Data/Baseline/extractPolyData.png.md5  |     1 +
 .../Testing/Data/Baseline/extractRectGrid.png.md5  |     1 +
 .../Testing/Data/Baseline/extractUGrid.png.md5     |     1 +
 .../Testing/Data/Baseline/extractUGrid_1.png.md5   |     1 +
 .../Testing/Data/Baseline/extractVectors.png.md5   |     1 +
 Filters/Extraction/Testing/Python/CMakeLists.txt   |    15 +-
 Filters/Extraction/Testing/Tcl/CMakeLists.txt      |    14 +-
 Filters/Extraction/vtkExtractArraysOverTime.cxx    |     2 +-
 Filters/Extraction/vtkExtractDataOverTime.h        |     2 +-
 Filters/Extraction/vtkExtractGeometry.cxx          |    38 +-
 Filters/Extraction/vtkExtractGrid.h                |     2 +-
 Filters/Extraction/vtkExtractRectilinearGrid.h     |     2 +-
 Filters/Extraction/vtkExtractTensorComponents.h    |     2 +-
 Filters/Extraction/vtkExtractUnstructuredGrid.h    |     2 +-
 Filters/FlowPaths/Testing/Cxx/CMakeLists.txt       |    33 +-
 .../Cxx/TestAMRInterpolatedVelocityField.cxx       |     2 +-
 .../FlowPaths/Testing/Cxx/TestParticleTracers.cxx  |     2 +-
 Filters/FlowPaths/Testing/Cxx/TestStreamTracer.cxx |     2 +-
 .../Testing/Data/Baseline/TestBSPTree.png.md5      |     1 +
 .../FlowPaths/vtkAMRInterpolatedVelocityField.cxx  |     2 +-
 .../vtkCachingInterpolatedVelocityField.cxx        |    13 +
 .../vtkCachingInterpolatedVelocityField.h          |     2 +
 Filters/FlowPaths/vtkDashedStreamLine.h            |     2 +-
 Filters/FlowPaths/vtkParticlePathFilter.h          |     2 +-
 Filters/FlowPaths/vtkParticleTracerBase.cxx        |   288 +-
 Filters/FlowPaths/vtkParticleTracerBase.h          |    36 +-
 Filters/FlowPaths/vtkStreaklineFilter.cxx          |     2 +-
 Filters/FlowPaths/vtkStreamLine.h                  |     2 +-
 Filters/FlowPaths/vtkStreamPoints.h                |     2 +-
 Filters/FlowPaths/vtkStreamTracer.cxx              |    35 +-
 .../vtkTemporalInterpolatedVelocityField.cxx       |   229 +-
 .../vtkTemporalInterpolatedVelocityField.h         |     2 +-
 Filters/FlowPaths/vtkTemporalStreamTracer.cxx      |     2 +-
 Filters/FlowPaths/vtkTemporalStreamTracer.h        |     2 +-
 Filters/General/CMakeLists.txt                     |     1 -
 Filters/General/Testing/Cxx/CMakeLists.txt         |    76 +-
 Filters/General/Testing/Cxx/TestAppendPoints.cxx   |   168 +
 .../General/Testing/Cxx/TestReflectionFilter.cxx   |     2 +-
 .../Testing/Cxx/TestTableSplitColumnComponents.cxx |    41 +-
 .../General/Testing/Cxx/TestTransformFilter.cxx    |   151 +
 .../Testing/Cxx/TestTransformPolyDataFilter.cxx    |   156 +
 .../Testing/Data/Baseline/BoxClipPolyData.png.md5  |     1 +
 .../Data/Baseline/BoxClipTetrahedra.png.md5        |     1 +
 .../BoxClipTriangulateAndInterpolate.png.md5       |     1 +
 .../General/Testing/Data/Baseline/Canny.png.md5    |     1 +
 .../General/Testing/Data/Baseline/Canny_1.png.md5  |     1 +
 .../General/Testing/Data/Baseline/Canny_2.png.md5  |     1 +
 .../Testing/Data/Baseline/OBBCylinder.png.md5      |     1 +
 .../TestBooleanOperationPolyDataFilter.png.md5     |     1 +
 .../TestBooleanOperationPolyDataFilter2.png.md5    |     1 +
 .../Testing/Data/Baseline/TestCellDerivs.png.md5   |     1 +
 .../Testing/Data/Baseline/TestCellDerivs_1.png.md5 |     1 +
 .../Data/Baseline/TestClipClosedSurface.png.md5    |     1 +
 .../Testing/Data/Baseline/TestClipOutline.png.md5  |     1 +
 .../Data/Baseline/TestContourTriangulator.png.md5  |     1 +
 .../Baseline/TestContourTriangulatorCutter.png.md5 |     1 +
 .../TestContourTriangulatorMarching.png.md5        |     1 +
 .../Testing/Data/Baseline/TestCurvatures.png.md5   |     1 +
 .../Data/Baseline/TestDeformPointSet.png.md5       |     1 +
 .../Data/Baseline/TestDensifyPolyData.png.md5      |     1 +
 .../Data/Baseline/TestDensifyPolyData_1.png.md5    |     1 +
 .../Data/Baseline/TestDensifyPolyData_2.png.md5    |     1 +
 .../Data/Baseline/TestDensifyPolyData_3.png.md5    |     1 +
 .../Baseline/TestDiscreteMarchingCubes.png.md5     |     1 +
 .../Baseline/TestDistancePolyDataFilter.png.md5    |     1 +
 .../Data/Baseline/TestGraphLayoutFilter.png.md5    |     1 +
 .../Baseline/TestIconGlyphFilterGravity.png.md5    |     1 +
 .../TestIntersectionPolyDataFilter.png.md5         |     1 +
 .../Data/Baseline/TestMultiBlockStreamer.png.md5   |     1 +
 .../Data/Baseline/TestQuadraturePoints.png.md5     |     1 +
 .../Baseline/TestRandomAttributeGenerator.png.md5  |     1 +
 .../TestRandomAttributeGeneratorScalar.png.md5     |     1 +
 .../TestRectilinearGridToTetrahedra.png.md5        |     1 +
 .../TestRectilinearGridToTetrahedra_1.png.md5      |     1 +
 .../Testing/Data/Baseline/TestSplineFilter.png.md5 |     1 +
 .../Baseline/TestUncertaintyTubeFilter.png.md5     |     1 +
 .../Baseline/TestYoungsMaterialInterface.png.md5   |     1 +
 .../Testing/Data/Baseline/WarpScalarImage.png.md5  |     1 +
 .../Testing/Data/Baseline/WarpToImage.png.md5      |     1 +
 .../Testing/Data/Baseline/WarpVectorImage.png.md5  |     1 +
 .../Testing/Data/Baseline/blankGrid.png.md5        |     1 +
 .../General/Testing/Data/Baseline/clipComb.png.md5 |     1 +
 .../General/Testing/Data/Baseline/clipHex.png.md5  |     1 +
 .../Testing/Data/Baseline/clipImage.png.md5        |     1 +
 .../Testing/Data/Baseline/clipPyramid.png.md5      |     1 +
 .../Testing/Data/Baseline/clipPyramid_1.png.md5    |     1 +
 .../Data/Baseline/clipQuadraticCells.png.md5       |     1 +
 .../General/Testing/Data/Baseline/clipTet.png.md5  |     1 +
 .../Testing/Data/Baseline/clipVolume.png.md5       |     1 +
 .../Testing/Data/Baseline/clipVolume2.png.md5      |     1 +
 .../Testing/Data/Baseline/clipVolume3.png.md5      |     1 +
 .../Testing/Data/Baseline/clipWedge.png.md5        |     1 +
 .../Data/Baseline/contoursToSurface.png.md5        |     1 +
 .../General/Testing/Data/Baseline/cursor2D.png.md5 |     1 +
 .../General/Testing/Data/Baseline/cursor3D.png.md5 |     1 +
 .../General/Testing/Data/Baseline/dicer.png.md5    |     1 +
 .../Testing/Data/Baseline/edgePoints.png.md5       |     1 +
 .../General/Testing/Data/Baseline/mcubes.png.md5   |     1 +
 .../Testing/Data/Baseline/recursiveDC.png.md5      |     1 +
 .../Testing/Data/Baseline/recursiveDC_1.png.md5    |     1 +
 .../Testing/Data/Baseline/spatialRepAll.png.md5    |     1 +
 .../Testing/Data/Baseline/splitVectors.png.md5     |     1 +
 .../Testing/Data/Baseline/streamTracer.png.md5     |     1 +
 .../Testing/Data/Baseline/streamTracer_1.png.md5   |     1 +
 .../Data/Baseline/subPixelPositionMin.png.md5      |     1 +
 .../Baseline/testDataSetTriangleFilter.png.md5     |     1 +
 .../Baseline/testDataSetTriangleFilter2.png.md5    |     1 +
 .../Baseline/testDataSetTriangleFilter_1.png.md5   |     1 +
 .../Testing/Data/Baseline/testReflect.png.md5      |     1 +
 .../General/Testing/Data/Baseline/warplens.png.md5 |     1 +
 Filters/General/Testing/Python/CMakeLists.txt      |    90 +-
 .../Testing/Python/TestRandomAttributeGenerator.py |    10 -
 .../Python/TestRandomAttributeGeneratorScalar.py   |    69 +
 Filters/General/Testing/Python/spatialRepAll.py    |     4 -
 Filters/General/Testing/Tcl/CMakeLists.txt         |    85 +-
 Filters/General/vtkAppendPoints.cxx                |    33 +-
 Filters/General/vtkAppendPoints.h                  |    13 +-
 .../General/vtkApproximatingSubdivisionFilter.h    |     2 +-
 Filters/General/vtkAxes.h                          |     2 +-
 Filters/General/vtkBoxClipDataSet.cxx              |     5 +-
 Filters/General/vtkBrownianPoints.h                |     5 +-
 Filters/General/vtkCellCenters.h                   |     2 +-
 Filters/General/vtkCellDerivatives.h               |     2 +-
 Filters/General/vtkClipClosedSurface.cxx           |     9 +-
 Filters/General/vtkClipDataSet.cxx                 |     4 +
 Filters/General/vtkCoincidentPoints.cxx            |     1 -
 Filters/General/vtkCursor2D.cxx                    |     2 +-
 Filters/General/vtkCursor2D.h                      |     2 +-
 Filters/General/vtkCursor3D.cxx                    |     2 +-
 Filters/General/vtkCursor3D.h                      |     2 +-
 Filters/General/vtkCurvatures.cxx                  |     6 +-
 Filters/General/vtkDicer.h                         |     2 +-
 Filters/General/vtkHyperStreamline.cxx             |     7 +-
 .../General/vtkInterpolatingSubdivisionFilter.h    |     2 +-
 Filters/General/vtkLinkEdgels.h                    |     2 +-
 Filters/General/vtkMultiBlockMergeFilter.cxx       |     2 +-
 Filters/General/vtkNormalizeMatrixVectors.cxx      |     2 +
 Filters/General/vtkOBBDicer.h                      |     4 +-
 Filters/General/vtkOBBTree.h                       |     4 +
 Filters/General/vtkPassArrays.cxx                  |    18 +
 Filters/General/vtkPassArrays.h                    |     5 +
 Filters/General/vtkQuantizePolyDataPoints.h        |     2 +-
 Filters/General/vtkRandomAttributeGenerator.cxx    |   299 +-
 Filters/General/vtkRandomAttributeGenerator.h      |    43 +-
 Filters/General/vtkRectilinearGridClip.h           |     2 +-
 Filters/General/vtkRectilinearGridToTetrahedra.h   |     2 +-
 Filters/General/vtkSCurveSpline.cxx                |   258 -
 Filters/General/vtkSCurveSpline.h                  |    69 -
 Filters/General/vtkShrinkPolyData.h                |     2 +-
 Filters/General/vtkSplitColumnComponents.cxx       |   122 +-
 Filters/General/vtkSplitColumnComponents.h         |    39 +-
 Filters/General/vtkStructuredGridClip.h            |     2 +-
 Filters/General/vtkTableBasedClipDataSet.cxx       |     6 +-
 Filters/General/vtkTableToStructuredGrid.cxx       |    15 +
 Filters/General/vtkTransformFilter.cxx             |    18 +
 Filters/General/vtkTransformFilter.h               |     9 +
 Filters/General/vtkTransformPolyDataFilter.cxx     |    18 +
 Filters/General/vtkTransformPolyDataFilter.h       |     9 +
 Filters/General/vtkWarpLens.h                      |     2 +-
 Filters/General/vtkWarpTo.h                        |     2 +-
 Filters/General/vtkWarpVector.cxx                  |    54 +-
 Filters/General/vtkYoungsMaterialInterface.cxx     |   262 +-
 Filters/Generic/Testing/Cxx/CMakeLists.txt         |    12 +-
 Filters/Generic/Testing/Cxx/TestGenericClip.cxx    |     2 +-
 .../Testing/Cxx/TestGenericContourFilter.cxx       |     2 +-
 Filters/Generic/Testing/Cxx/TestGenericCutter.cxx  |     2 +-
 .../Testing/Cxx/TestGenericDataSetTessellator.cxx  |     2 +-
 .../Testing/Cxx/TestGenericGeometryFilter.cxx      |     2 +-
 .../Testing/Cxx/TestGenericGlyph3DFilter.cxx       |     2 +-
 .../Generic/Testing/Cxx/TestGenericProbeFilter.cxx |     2 +-
 .../Testing/Cxx/TestGenericStreamTracer.cxx        |     2 +-
 Filters/Generic/Testing/Cxx/otherCreation.cxx      |     2 +-
 .../Testing/Data/Baseline/TestGenericClip.png.md5  |     1 +
 .../Data/Baseline/TestGenericContourFilter.png.md5 |     1 +
 .../Data/Baseline/TestGenericCutter.png.md5        |     1 +
 .../Baseline/TestGenericDataSetTessellator.png.md5 |     1 +
 .../Baseline/TestGenericGeometryFilter.png.md5     |     1 +
 .../Data/Baseline/TestGenericGlyph3DFilter.png.md5 |     1 +
 .../Data/Baseline/TestGenericProbeFilter.png.md5   |     1 +
 .../Data/Baseline/TestGenericStreamTracer.png.md5  |     1 +
 Filters/Generic/vtkGenericStreamTracer.cxx         |     2 +-
 Filters/Geometry/Testing/Cxx/CMakeLists.txt        |    35 +-
 .../Cxx/TestStructuredAMRGridConnectivity.cxx      |     2 +-
 .../Cxx/TestUnstructuredGridGeometryFilter.cxx     |     2 +-
 .../TestExtractSurfaceNonLinearSubdivision.png.md5 |     1 +
 .../TestUnstructuredGridGeometryFilter.png.md5     |     1 +
 .../Data/Baseline/dataSetSurfaceFilter.png.md5     |     1 +
 .../Testing/Data/Baseline/geomFilter.png.md5       |     1 +
 .../Data/Baseline/officeStreamPoints.png.md5       |     1 +
 .../Testing/Data/Baseline/rectGrid.png.md5         |     1 +
 .../Testing/Data/Baseline/rectGrid_1.png.md5       |     1 +
 .../Testing/Data/Baseline/rectGrid_2.png.md5       |     1 +
 .../Testing/Data/Baseline/rectGrid_3.png.md5       |     1 +
 .../Data/Baseline/structuredGridBlanking.png.md5   |     1 +
 Filters/Geometry/Testing/Python/CMakeLists.txt     |    11 +-
 .../Testing/Python/structuredGridBlanking.py       |    83 +
 Filters/Geometry/Testing/Tcl/CMakeLists.txt        |    10 +-
 Filters/Geometry/vtkDataSetSurfaceFilter.cxx       |   543 +-
 Filters/Geometry/vtkDataSetSurfaceFilter.h         |     2 +-
 Filters/Geometry/vtkGeometryFilter.cxx             |     1 +
 Filters/Geometry/vtkImageDataGeometryFilter.h      |     2 +-
 .../Geometry/vtkRectilinearGridGeometryFilter.h    |     2 +-
 Filters/Geometry/vtkStructuredAMRNeighbor.cxx      |     7 -
 Filters/Geometry/vtkStructuredAMRNeighbor.h        |     7 +-
 .../Geometry/vtkStructuredPointsGeometryFilter.h   |     2 +-
 .../Geometry/vtkUnstructuredGridGeometryFilter.cxx |    35 +-
 Filters/Hybrid/Testing/Cxx/CMakeLists.txt          |    58 +-
 .../Testing/Cxx/TestProcrustesAlignmentFilter.cxx  |   280 +
 .../Hybrid/Testing/Data/Baseline/3DMorph.png.md5   |     1 +
 .../Data/Baseline/TemporalStatistics.png.md5       |     1 +
 .../Testing/Data/Baseline/TestFacetReader.png.md5  |     1 +
 .../Baseline/TestGreedyTerrainDecimation.png.md5   |     1 +
 .../Baseline/TestGreedyTerrainDecimation_1.png.md5 |     1 +
 .../Testing/Data/Baseline/TestGridWarp3D.png.md5   |     1 +
 .../Data/Baseline/TestGridWarpCubic.png.md5        |     1 +
 .../Data/Baseline/TestGridWarpLinear.png.md5       |     1 +
 .../Data/Baseline/TestGridWarpNearest.png.md5      |     1 +
 .../Baseline/TestImageStencilWithPolydata.png.md5  |     1 +
 .../Hybrid/Testing/Data/Baseline/TestPCA.png.md5   |     1 +
 .../Data/Baseline/TestPolyDataSilhouette.png.md5   |     1 +
 .../Testing/Data/Baseline/TestProcrustes.png.md5   |     1 +
 .../Baseline/TestProcrustesRigidCentroid.png.md5   |     1 +
 .../Data/Baseline/TestProjectedTerrainPath.png.md5 |     1 +
 .../Data/Baseline/TestTemporalFractal.png.md5      |     1 +
 .../Testing/Data/Baseline/WarpPolyData.png.md5     |     1 +
 .../Data/Baseline/appendImplicitModel.png.md5      |     1 +
 .../Baseline/appendImplicitModelNoBounds.png.md5   |     1 +
 .../Hybrid/Testing/Data/Baseline/banana.png.md5    |     1 +
 .../Hybrid/Testing/Data/Baseline/depthSort.png.md5 |     1 +
 Filters/Hybrid/Testing/Data/Baseline/earth.png.md5 |     1 +
 .../Hybrid/Testing/Data/Baseline/earth_1.png.md5   |     1 +
 .../Testing/Data/Baseline/imageToPolyData.png.md5  |     1 +
 .../Testing/Data/Baseline/largeImageOffset.png.md5 |     1 +
 .../Data/Baseline/largeImageParallel.png.md5       |     1 +
 Filters/Hybrid/Testing/Python/CMakeLists.txt       |    47 +-
 Filters/Hybrid/Testing/Python/largeImageOffset.py  |    16 +-
 .../Hybrid/Testing/Python/largeImageParallel.py    |    16 +-
 Filters/Hybrid/Testing/Tcl/CMakeLists.txt          |    45 +-
 Filters/Hybrid/Testing/Tcl/largeImageOffset.tcl    |    18 +-
 Filters/Hybrid/Testing/Tcl/largeImageParallel.tcl  |    18 +-
 Filters/Hybrid/vtkDepthSortPolyData.cxx            |     4 +-
 Filters/Hybrid/vtkEarthSource.h                    |     2 +-
 Filters/Hybrid/vtkImplicitModeller.cxx             |     3 +-
 Filters/Hybrid/vtkProcrustesAlignmentFilter.cxx    |    66 +-
 Filters/Hybrid/vtkProcrustesAlignmentFilter.h      |    12 +
 Filters/Hybrid/vtkTemporalFractal.cxx              |     2 +-
 Filters/Hybrid/vtkTemporalShiftScale.cxx           |     2 +-
 Filters/Hybrid/vtkTransformToGrid.cxx              |     4 +-
 Filters/HyperTree/Testing/Cxx/CMakeLists.txt       |    27 +-
 .../HyperTree/Testing/Cxx/TestClipHyperOctree.cxx  |     2 +-
 .../Testing/Cxx/TestHyperOctreeContourFilter.cxx   |     2 +-
 .../Testing/Cxx/TestHyperOctreeCutter.cxx          |     2 +-
 .../HyperTree/Testing/Cxx/TestHyperOctreeDual.cxx  |     2 +-
 .../Testing/Cxx/TestHyperOctreeSurfaceFilter.cxx   |     2 +-
 .../Testing/Cxx/TestHyperOctreeToUniformGrid.cxx   |     2 +-
 .../Data/Baseline/TestClipHyperOctree.png.md5      |     1 +
 .../Baseline/TestHyperOctreeContourFilter.png.md5  |     1 +
 .../Data/Baseline/TestHyperOctreeCutter.png.md5    |     1 +
 .../Data/Baseline/TestHyperOctreeDual.png.md5      |     1 +
 .../Data/Baseline/TestHyperOctreeDual_1.png.md5    |     1 +
 .../Baseline/TestHyperOctreeSurfaceFilter.png.md5  |     1 +
 .../Baseline/TestHyperOctreeToUniformGrid.png.md5  |     1 +
 .../Baseline/TestHyperTreeGridBinary2D.png.md5     |     1 +
 .../Baseline/TestHyperTreeGridBinary2DIJK.png.md5  |     1 +
 .../TestHyperTreeGridBinary2DMaterial.png.md5      |     1 +
 .../TestHyperTreeGridBinary2DMaterialIJK.png.md5   |     1 +
 .../TestHyperTreeGridBinaryEllipseMaterial.png.md5 |     1 +
 ...eGridBinaryHyperbolicParaboloidMaterial.png.md5 |     1 +
 .../Baseline/TestHyperTreeGridTernary2D.png.md5    |     1 +
 .../TestHyperTreeGridTernary2DBiMaterial.png.md5   |     1 +
 ...tHyperTreeGridTernary2DFullMaterialBits.png.md5 |     1 +
 .../TestHyperTreeGridTernary2DMaterial.png.md5     |     1 +
 .../TestHyperTreeGridTernary2DMaterialBits.png.md5 |     1 +
 .../TestHyperTreeGridTernary3DAxisCut.png.md5      |     1 +
 ...stHyperTreeGridTernary3DAxisCutMaterial.png.md5 |     1 +
 ...HyperTreeGridTernary3DAxisCutMaterial_1.png.md5 |     1 +
 .../TestHyperTreeGridTernary3DAxisCut_1.png.md5    |     1 +
 .../TestHyperTreeGridTernary3DClip.png.md5         |     1 +
 .../TestHyperTreeGridTernary3DClip_1.png.md5       |     1 +
 .../TestHyperTreeGridTernary3DClip_2.png.md5       |     1 +
 .../TestHyperTreeGridTernary3DContour.png.md5      |     1 +
 ...stHyperTreeGridTernary3DContourMaterial.png.md5 |     1 +
 ...HyperTreeGridTernary3DContourMaterial_1.png.md5 |     1 +
 .../TestHyperTreeGridTernary3DContour_1.png.md5    |     1 +
 .../Baseline/TestHyperTreeGridTernary3DCut.png.md5 |     1 +
 .../TestHyperTreeGridTernary3DCut_1.png.md5        |     1 +
 .../TestHyperTreeGridTernary3DCut_2.png.md5        |     1 +
 .../TestHyperTreeGridTernary3DGeometry.png.md5     |     1 +
 ...eGridTernary3DGeometryLargeMaterialBits.png.md5 |     1 +
 ...tHyperTreeGridTernary3DGeometryMaterial.png.md5 |     1 +
 ...erTreeGridTernary3DGeometryMaterialBits.png.md5 |     1 +
 ...TreeGridTernary3DGeometryMaterialBits_1.png.md5 |     1 +
 ...yperTreeGridTernary3DGeometryMaterial_1.png.md5 |     1 +
 .../TestHyperTreeGridTernary3DGeometry_1.png.md5   |     1 +
 .../TestHyperTreeGridTernary3DUnstructured.png.md5 |     1 +
 ...erTreeGridTernary3DUnstructuredMaterial.png.md5 |     1 +
 ...TreeGridTernary3DUnstructuredMaterial_1.png.md5 |     1 +
 ...estHyperTreeGridTernary3DUnstructured_1.png.md5 |     1 +
 .../TestHyperTreeGridTernaryHyperbola.png.md5      |     1 +
 .../TestHyperTreeGridTernarySphereMaterial.png.md5 |     1 +
 ...estHyperTreeGridTernarySphereMaterial_1.png.md5 |     1 +
 Filters/HyperTree/vtkClipHyperOctree.cxx           |     2 +-
 .../vtkHyperOctreeClipCutPointsGrabber.cxx         |     2 +-
 Filters/HyperTree/vtkHyperOctreeContourFilter.cxx  |     2 +-
 Filters/HyperTree/vtkHyperOctreeCutter.cxx         |     2 +-
 .../vtkHyperOctreeDualGridContourFilter.cxx        |     2 +-
 Filters/HyperTree/vtkHyperOctreeSampleFunction.cxx |     2 +-
 Filters/HyperTree/vtkHyperOctreeSurfaceFilter.cxx  |     2 +-
 .../vtkHyperOctreeToUniformGridFilter.cxx          |     2 +-
 Filters/Imaging/vtkExtractHistogram2D.h            |     6 +-
 Filters/Imaging/vtkPairwiseExtractHistogram2D.cxx  |     1 +
 Filters/Imaging/vtkPairwiseExtractHistogram2D.h    |     8 +-
 .../Testing/Cxx/TestMatlabEngineInterface.cxx      |     2 +-
 Filters/Matlab/vtkMatlabMexAdapter.cxx             |     2 +-
 Filters/Modeling/Testing/Cxx/CMakeLists.txt        |    36 +-
 .../Modeling/Testing/Data/Baseline/Hyper.png.md5   |     1 +
 .../Testing/Data/Baseline/HyperScalarBar.png.md5   |     1 +
 .../Testing/Data/Baseline/KlineBottle.png.md5      |     1 +
 .../Testing/Data/Baseline/TenEllip.png.md5         |     1 +
 .../Data/Baseline/TestBandedContourFilter.png.md5  |     1 +
 .../Testing/Data/Baseline/TestBoxFunction.png.md5  |     1 +
 .../Data/Baseline/TestButterflyScalars.png.md5     |     1 +
 .../Data/Baseline/TestFillHolesFilter.png.md5      |     1 +
 .../Data/Baseline/TestImageMarchingCubes.png.md5   |     1 +
 .../Baseline/TestNamedColorsIntegration.png.md5    |     1 +
 .../Data/Baseline/TestPolyDataPointSampler.png.md5 |     1 +
 .../Baseline/TestQuadRotationalExtrusion.png.md5   |     1 +
 .../TestQuadRotationalExtrusionMultiBlock.png.md5  |     1 +
 ...TestQuadRotationalExtrusionMultiBlock_1.png.md5 |     1 +
 .../Data/Baseline/TestRibbonAndTube.png.md5        |     1 +
 .../Data/Baseline/TestRibbonAndTube_1.png.md5      |     1 +
 .../Data/Baseline/TestRibbonAndTube_2.png.md5      |     1 +
 .../Data/Baseline/TestRibbonAndTube_3.png.md5      |     1 +
 .../Data/Baseline/TestRibbonAndTube_4.png.md5      |     1 +
 .../Data/Baseline/TestRotationalExtrusion.png.md5  |     1 +
 .../Testing/Data/Baseline/TestRuledSurface.png.md5 |     1 +
 .../Data/Baseline/TestRuledSurface2.png.md5        |     1 +
 .../Data/Baseline/TestSelectEnclosedPoints.png.md5 |     1 +
 .../Testing/Data/Baseline/TestSpherePuzzle.png.md5 |     1 +
 .../Data/Baseline/TestSpherePuzzleArrows.png.md5   |     1 +
 .../Modeling/Testing/Data/Baseline/camera.png.md5  |     1 +
 .../Testing/Data/Baseline/contour2DAll.png.md5     |     1 +
 .../Testing/Data/Baseline/contour3DAll.png.md5     |     1 +
 .../Testing/Data/Baseline/eleState.png.md5         |     1 +
 .../Testing/Data/Baseline/extrudeCopyCD.png.md5    |     1 +
 .../Modeling/Testing/Data/Baseline/schwarz.png.md5 |     1 +
 .../Testing/Data/Baseline/smoothCyl.png.md5        |     1 +
 .../Testing/Data/Baseline/smoothCyl2.png.md5       |     1 +
 .../Testing/Data/Baseline/subDivideTetra.png.md5   |     1 +
 .../Data/Baseline/subdividePointData.png.md5       |     1 +
 .../Testing/Data/Baseline/sync3dAll.png.md5        |     1 +
 Filters/Modeling/Testing/Python/CMakeLists.txt     |    53 +-
 .../Testing/Python/TestNamedColorsIntegration.py   |     4 -
 Filters/Modeling/Testing/Python/contour2DAll.py    |     4 -
 Filters/Modeling/Testing/Python/contour3DAll.py    |     4 -
 Filters/Modeling/Testing/Python/smoothCyl.py       |     2 +-
 Filters/Modeling/Testing/Python/sync3dAll.py       |     6 +-
 Filters/Modeling/Testing/Tcl/CMakeLists.txt        |    51 +-
 .../Modeling/vtkBandedPolyDataContourFilter.cxx    |     2 +-
 Filters/Modeling/vtkButterflySubdivisionFilter.h   |     4 +-
 Filters/Modeling/vtkDijkstraGraphGeodesicPath.h    |     4 -
 Filters/Modeling/vtkGeodesicPath.h                 |     2 -
 Filters/Modeling/vtkLinearExtrusionFilter.h        |     2 +-
 Filters/Modeling/vtkLinearSubdivisionFilter.h      |     4 +-
 Filters/Modeling/vtkLoopSubdivisionFilter.h        |     4 +-
 Filters/Modeling/vtkProjectedTexture.h             |     2 +-
 .../Modeling/vtkQuadRotationalExtrusionFilter.h    |     2 +-
 Filters/Modeling/vtkRotationalExtrusionFilter.h    |     2 +-
 Filters/Modeling/vtkSectorSource.h                 |     2 +-
 Filters/Modeling/vtkSelectPolyData.cxx             |    32 +-
 Filters/Modeling/vtkSelectPolyData.h               |     5 +
 Filters/Modeling/vtkSubdivideTetra.h               |     2 +-
 Filters/Parallel/CMakeLists.txt                    |     1 -
 Filters/Parallel/Testing/Cxx/CMakeLists.txt        |    19 +-
 .../Testing/Cxx/DistributedDataRenderPass.cxx      |     1 -
 .../Testing/Data/Baseline/DistributedData.png.md5  |     1 +
 .../Baseline/DistributedDataRenderPass.png.md5     |     1 +
 .../Testing/Data/Baseline/RectOutline.png.md5      |     1 +
 .../Testing/Data/Baseline/TestCutMaterial.png.md5  |     1 +
 .../Data/Baseline/TestExtractCTHPart.png.md5       |     1 +
 .../Testing/Data/Baseline/TestExtrudePiece.png.md5 |     1 +
 .../Data/Baseline/TestImageStreamer.png.md5        |     1 +
 .../Data/Baseline/TransmitImageData.png.md5        |     1 +
 .../Baseline/TransmitImageDataRenderPass.png.md5   |     1 +
 .../Baseline/TransmitImageDataRenderPass_1.png.md5 |     1 +
 .../Data/Baseline/TransmitRectilinearGrid.png.md5  |     1 +
 .../Data/Baseline/TransmitStructuredGrid.png.md5   |     1 +
 Filters/Parallel/Testing/Python/CMakeLists.txt     |    10 +-
 Filters/Parallel/Testing/Tcl/CMakeLists.txt        |    13 +-
 Filters/Parallel/module.cmake                      |     1 +
 Filters/Parallel/vtkExtractCTHPart.cxx             |  1566 +--
 Filters/Parallel/vtkExtractCTHPart.h               |   249 +-
 Filters/Parallel/vtkExtractPolyDataPiece.h         |     2 +-
 Filters/Parallel/vtkExtractUnstructuredGridPiece.h |     2 +-
 Filters/Parallel/vtkExtractUserDefinedPiece.cxx    |     6 +-
 Filters/Parallel/vtkPCellDataToPointData.h         |     2 +-
 Filters/Parallel/vtkPExtractArraysOverTime.cxx     |     2 +-
 Filters/Parallel/vtkPKdTree.cxx                    |     2 +-
 Filters/Parallel/vtkPLinearExtrusionFilter.h       |     2 +-
 Filters/Parallel/vtkPPolyDataNormals.h             |     2 +-
 Filters/Parallel/vtkPSphereSource.h                |     4 +-
 Filters/Parallel/vtkPTableToStructuredGrid.cxx     |   177 -
 Filters/Parallel/vtkPTableToStructuredGrid.h       |    62 -
 Filters/Parallel/vtkPassThroughFilter.h            |     4 +-
 Filters/Parallel/vtkPieceRequestFilter.h           |     2 +-
 Filters/Parallel/vtkPipelineSize.h                 |     2 +-
 Filters/Parallel/vtkRectilinearGridOutlineFilter.h |     4 +-
 .../ParallelFlowPaths/Testing/Cxx/CMakeLists.txt   |     9 +-
 .../Testing/Cxx/TestPParticleTracers.cxx           |   179 +-
 .../Testing/Data/Baseline/TestPStream.cxx.png.md5  |     1 +
 .../ParallelFlowPaths/vtkPParticlePathFilter.cxx   |     5 +-
 .../ParallelFlowPaths/vtkPParticleTracerBase.cxx   |   165 +-
 Filters/ParallelFlowPaths/vtkPParticleTracerBase.h |   118 +-
 Filters/ParallelFlowPaths/vtkPStreaklineFilter.cxx |     9 +-
 Filters/ParallelFlowPaths/vtkPStreamTracer.cxx     |     2 +-
 .../ParallelFlowPaths/vtkPTemporalStreamTracer.cxx |     2 +-
 Filters/ParallelGeometry/CMakeLists.txt            |     2 +
 .../ParallelGeometry/Testing/Cxx/CMakeLists.txt    |    16 +-
 .../Cxx/TestPUnstructuredGridConnectivity.cxx      |   141 +
 .../TestPUnstructuredGridGhostDataGenerator.cxx    |   125 +
 .../Testing/Cxx/UnstructuredGhostZonesCommon.h     |   389 +
 .../vtkPUnstructuredGridConnectivity.cxx           |  2059 +++
 .../vtkPUnstructuredGridConnectivity.h             |   294 +
 .../vtkPUnstructuredGridGhostDataGenerator.cxx     |   120 +
 .../vtkPUnstructuredGridGhostDataGenerator.h       |    75 +
 .../vtkMemoryLimitImageDataStreamer.h              |     2 +-
 .../ParallelStatistics/Testing/Cxx/CMakeLists.txt  |    17 +-
 Filters/Programmable/Testing/Cxx/CMakeLists.txt    |    27 +-
 .../Data/Baseline/MultidimensionalSolution.png.md5 |     1 +
 .../Baseline/MultidimensionalSolution_1.png.md5    |     1 +
 .../Baseline/MultidimensionalSolution_2.png.md5    |     1 +
 .../Data/Baseline/TestProgrammableGlyph.png.md5    |     1 +
 .../Testing/Data/Baseline/progGlyphs.png.md5       |     1 +
 .../Data/Baseline/progGlyphsBySource.png.md5       |     1 +
 .../Data/Baseline/progGlyphsBySource_1.png.md5     |     1 +
 .../Data/Baseline/progGlyphsBySource_2.png.md5     |     1 +
 .../Testing/Data/Baseline/progGlyphs_1.png.md5     |     1 +
 Filters/Programmable/Testing/Python/CMakeLists.txt |     8 +-
 Filters/Programmable/Testing/Tcl/CMakeLists.txt    |     9 +-
 Filters/ReebGraph/Testing/Cxx/CMakeLists.txt       |     4 +-
 Filters/SMP/CMakeLists.txt                         |    15 +
 Filters/SMP/Testing/Cxx/CMakeLists.txt             |     6 +
 Filters/SMP/Testing/Cxx/TestSMPContour.cxx         |   220 +
 Filters/SMP/Testing/Cxx/TestSMPTransform.cxx       |   136 +
 Filters/SMP/Testing/Cxx/TestSMPWarp.cxx            |   272 +
 Filters/SMP/module.cmake                           |    11 +
 Filters/SMP/vtkSMPContourGrid.cxx                  |   526 +
 Filters/SMP/vtkSMPContourGrid.h                    |    70 +
 Filters/SMP/vtkSMPContourGridManyPieces.cxx        |   346 +
 Filters/SMP/vtkSMPContourGridManyPieces.h          |    54 +
 Filters/SMP/vtkSMPMergePoints.cxx                  |   175 +
 Filters/SMP/vtkSMPMergePoints.h                    |   109 +
 Filters/SMP/vtkSMPMergePolyDataHelper.cxx          |   436 +
 Filters/SMP/vtkSMPMergePolyDataHelper.h            |    83 +
 Filters/SMP/vtkSMPTransform.cxx                    |   279 +
 Filters/SMP/vtkSMPTransform.h                      |    71 +
 Filters/SMP/vtkSMPWarpVector.cxx                   |   203 +
 Filters/SMP/vtkSMPWarpVector.h                     |    52 +
 Filters/Selection/Testing/Cxx/CMakeLists.txt       |    43 +-
 .../Testing/Cxx/TestCellDistanceSelector3D.cxx     |     2 +-
 .../Selection/Testing/Cxx/TestLinearSelector2D.cxx |     2 +-
 .../Selection/Testing/Cxx/TestLinearSelector3D.cxx |     2 +-
 Filters/Sources/Testing/Cxx/CMakeLists.txt         |    58 +-
 Filters/Sources/Testing/Cxx/TestArcSource.cxx      |    88 +
 Filters/Sources/Testing/Cxx/TestConeSource.cxx     |   102 +
 Filters/Sources/Testing/Cxx/TestCubeSource.cxx     |    93 +
 Filters/Sources/Testing/Cxx/TestCylinderSource.cxx |    87 +
 Filters/Sources/Testing/Cxx/TestDiskSource.cxx     |    84 +
 .../Testing/Cxx/TestEllipticalButtonSource.cxx     |   101 +
 Filters/Sources/Testing/Cxx/TestFrustumSource.cxx  |   105 +
 Filters/Sources/Testing/Cxx/TestGlyphSource2D.cxx  |    90 +
 Filters/Sources/Testing/Cxx/TestLineSource.cxx     |   157 +-
 .../Testing/Cxx/TestOutlineCornerSource.cxx        |   103 +
 Filters/Sources/Testing/Cxx/TestOutlineSource.cxx  |    95 +
 .../Testing/Cxx/TestParametricFunctionSource.cxx   |    91 +
 Filters/Sources/Testing/Cxx/TestPlaneSource.cxx    |    86 +
 .../Testing/Cxx/TestPlatonicSolidSource.cxx        |   139 +
 Filters/Sources/Testing/Cxx/TestPointSource.cxx    |    79 +
 .../Testing/Cxx/TestRectangularButtonSource.cxx    |   100 +
 .../Testing/Cxx/TestRegularPolygonSource.cxx       |    97 +
 Filters/Sources/Testing/Cxx/TestSphereSource.cxx   |    84 +
 .../Sources/Testing/Cxx/TestSuperquadricSource.cxx |    90 +
 Filters/Sources/Testing/Cxx/TestTextSource.cxx     |    54 +
 .../Testing/Cxx/TestTexturedSphereSource.cxx       |    66 +
 Filters/Sources/Testing/Data/Baseline/Disk.png.md5 |     1 +
 .../Sources/Testing/Data/Baseline/OSCone.png.md5   |     1 +
 .../Testing/Data/Baseline/TestButtonSource.png.md5 |     1 +
 .../Testing/Data/Baseline/TestMultiBlock.png.md5   |     1 +
 .../Data/Baseline/TestPlatonicSolids.png.md5       |     1 +
 .../Data/Baseline/TestRegularPolygonSource.png.md5 |     1 +
 .../Testing/Data/Baseline/coneResolution.png.md5   |     1 +
 .../Sources/Testing/Data/Baseline/glyph2D.png.md5  |     1 +
 .../Testing/Data/Baseline/squadViewer.png.md5      |     1 +
 Filters/Sources/Testing/Python/CMakeLists.txt      |    17 +-
 .../Sources/Testing/Python/TestPlatonicSolids.py   |     4 -
 Filters/Sources/Testing/Tcl/CMakeLists.txt         |     8 +-
 Filters/Sources/vtkArcSource.cxx                   |    17 +-
 Filters/Sources/vtkArcSource.h                     |    18 +-
 Filters/Sources/vtkArrowSource.h                   |     2 +-
 Filters/Sources/vtkConeSource.cxx                  |    15 +-
 Filters/Sources/vtkConeSource.h                    |     8 +
 Filters/Sources/vtkCubeSource.cxx                  |    16 +-
 Filters/Sources/vtkCubeSource.h                    |    12 +-
 Filters/Sources/vtkCylinderSource.cxx              |    13 +
 Filters/Sources/vtkCylinderSource.h                |    10 +-
 Filters/Sources/vtkDiskSource.cxx                  |    13 +
 Filters/Sources/vtkDiskSource.h                    |    10 +-
 Filters/Sources/vtkEllipticalButtonSource.cxx      |    14 +
 Filters/Sources/vtkEllipticalButtonSource.h        |    14 +-
 Filters/Sources/vtkFrustumSource.cxx               |    16 +-
 Filters/Sources/vtkFrustumSource.h                 |     8 +
 Filters/Sources/vtkGlyphSource2D.cxx               |    14 +
 Filters/Sources/vtkGlyphSource2D.h                 |    18 +-
 Filters/Sources/vtkHyperOctreeFractalSource.cxx    |     2 +-
 Filters/Sources/vtkHyperTreeGridSource.cxx         |     2 +-
 Filters/Sources/vtkLineSource.cxx                  |    14 +
 Filters/Sources/vtkLineSource.h                    |     8 +
 Filters/Sources/vtkOutlineCornerSource.cxx         |    14 +
 Filters/Sources/vtkOutlineCornerSource.h           |    10 +-
 Filters/Sources/vtkOutlineSource.cxx               |    16 +
 Filters/Sources/vtkOutlineSource.h                 |    12 +-
 Filters/Sources/vtkParametricFunctionSource.cxx    |    26 +-
 Filters/Sources/vtkParametricFunctionSource.h      |     8 +
 Filters/Sources/vtkPlaneSource.cxx                 |    14 +
 Filters/Sources/vtkPlaneSource.h                   |    10 +-
 Filters/Sources/vtkPlatonicSolidSource.cxx         |    16 +-
 Filters/Sources/vtkPlatonicSolidSource.h           |     8 +
 Filters/Sources/vtkPointSource.cxx                 |    13 +
 Filters/Sources/vtkPointSource.h                   |    10 +-
 Filters/Sources/vtkRectangularButtonSource.cxx     |    15 +
 Filters/Sources/vtkRectangularButtonSource.h       |     9 +
 Filters/Sources/vtkRegularPolygonSource.cxx        |    13 +
 Filters/Sources/vtkRegularPolygonSource.h          |     8 +
 Filters/Sources/vtkSphereSource.cxx                |    15 +
 Filters/Sources/vtkSphereSource.h                  |     8 +
 Filters/Sources/vtkSuperquadricSource.cxx          |    16 +-
 Filters/Sources/vtkSuperquadricSource.h            |    10 +-
 Filters/Sources/vtkTessellatedBoxSource.cxx        |    22 +-
 Filters/Sources/vtkTessellatedBoxSource.h          |     8 +
 Filters/Sources/vtkTextSource.cxx                  |    14 +
 Filters/Sources/vtkTextSource.h                    |     8 +
 Filters/Sources/vtkTexturedSphereSource.cxx        |    14 +
 Filters/Sources/vtkTexturedSphereSource.h          |    10 +-
 Filters/Statistics/CMakeLists.txt                  |     2 +
 Filters/Statistics/Testing/Cxx/CMakeLists.txt      |    20 +-
 .../Testing/Cxx/TestExtractFunctionalBagPlot.cxx   |   141 +
 .../Cxx/TestHighestDensityRegionsStatistics.cxx    |   119 +
 Filters/Statistics/Testing/Python/CMakeLists.txt   |     8 +-
 Filters/Statistics/vtkExtractFunctionalBagPlot.cxx |   207 +
 Filters/Statistics/vtkExtractFunctionalBagPlot.h   |    55 +
 .../vtkHighestDensityRegionsStatistics.cxx         |   314 +
 .../vtkHighestDensityRegionsStatistics.h           |   144 +
 .../Statistics/vtkMultiCorrelativeStatistics.cxx   |     6 +-
 Filters/StatisticsGnuR/CMakeLists.txt              |     2 +-
 .../Testing/Cxx/TestRCalculatorFilter.cxx          |     2 +-
 .../StatisticsGnuR/Testing/Cxx/TestRInterface.cxx  |    13 +-
 .../StatisticsGnuR/Testing/Python/CMakeLists.txt   |    10 +
 .../Testing/Python/TestRCalculatorFilter.py        |   245 +
 Filters/StatisticsGnuR/module.cmake                |     2 +
 Filters/StatisticsGnuR/vtkRAdapter.cxx             |    62 +-
 Filters/StatisticsGnuR/vtkRCalculatorFilter.cxx    |   296 +-
 Filters/StatisticsGnuR/vtkRCalculatorFilter.h      |    32 +
 .../Data/Baseline/AutomaticPlaneGeneration.png.md5 |     1 +
 .../Texture/Testing/Data/Baseline/cylMap.png.md5   |     1 +
 .../Texture/Testing/Data/Baseline/socbal.png.md5   |     1 +
 .../Texture/Testing/Data/Baseline/socbal_1.png.md5 |     1 +
 .../Testing/Data/Baseline/textureThreshold.png.md5 |     1 +
 .../Data/Baseline/textureThreshold_1.png.md5       |     1 +
 .../Data/Baseline/triangularTCoords.png.md5        |     1 +
 Filters/Texture/Testing/Python/CMakeLists.txt      |    13 +-
 Filters/Texture/Testing/Tcl/CMakeLists.txt         |    13 +-
 Filters/Texture/vtkTextureMapToCylinder.h          |     2 +-
 Filters/Texture/vtkTextureMapToPlane.h             |     2 +-
 Filters/Texture/vtkTextureMapToSphere.h            |     2 +-
 Filters/Texture/vtkThresholdTextureCoords.h        |     2 +-
 Filters/Texture/vtkTransformTextureCoords.h        |     2 +-
 Filters/Texture/vtkTriangularTCoords.h             |     4 +-
 Filters/Verdict/Testing/Cxx/CMakeLists.txt         |    25 +-
 Filters/Verdict/Testing/Cxx/MeshQuality.cxx        |     2 +-
 Filters/Verdict/Testing/Python/CMakeLists.txt      |     4 +-
 GUISupport/MFC/CMakeLists.txt                      |    10 +-
 GUISupport/Qt/CMakeLists.txt                       |    58 +-
 GUISupport/Qt/Q4VTKWidgetPlugin.cxx                |     2 +
 GUISupport/Qt/Q4VTKWidgetPlugin.h                  |    10 +-
 GUISupport/Qt/QVTKWidget.cxx                       |     4 +-
 GUISupport/Qt/QVTKWidget.h                         |     4 +-
 GUISupport/Qt/Testing/Cxx/CMakeLists.txt           |    40 +-
 GUISupport/Qt/Testing/Cxx/QTestApp.cxx             |    18 +
 GUISupport/Qt/Testing/Cxx/QTestApp.h               |     6 +
 GUISupport/Qt/module.cmake                         |     2 +
 GUISupport/Qt/vtkQtAbstractModelAdapter.h          |    10 +-
 GUISupport/Qt/vtkQtConnection.cxx                  |     4 +-
 GUISupport/Qt/vtkQtDebugLeaksView.cxx              |     1 +
 GUISupport/Qt/vtkQtTableModelAdapter.cxx           |     2 +-
 GUISupport/QtOpenGL/CMakeLists.txt                 |    23 +-
 GUISupport/QtOpenGL/QVTKGraphicsItem.cxx           |    11 +-
 GUISupport/QtOpenGL/QVTKGraphicsItem.h             |     4 +-
 GUISupport/QtSQL/CMakeLists.txt                    |    27 +-
 GUISupport/QtSQL/Testing/Cxx/TestQtSQLDatabase.cxx |    20 +-
 GUISupport/QtSQL/module.cmake                      |     2 +
 GUISupport/QtSQL/vtkQtSQLDatabase.cxx              |     8 +-
 GUISupport/QtSQL/vtkQtSQLQuery.cxx                 |    14 +-
 GUISupport/QtSQL/vtkQtTimePointUtility.h           |     4 +-
 GUISupport/QtWebkit/CMakeLists.txt                 |    40 +-
 GUISupport/QtWebkit/vtkQtRichTextView.cxx          |     2 -
 Geovis/Core/Testing/Cxx/CMakeLists.txt             |    25 +-
 .../TestCoincidentGeoGraphRepresentation2D.png.md5 |     1 +
 .../Data/Baseline/TestGeoAssignCoordinates.png.md5 |     1 +
 .../Testing/Data/Baseline/TestGeoGraticule.png.md5 |     1 +
 .../Testing/Data/Baseline/TestGlobeSource.png.md5  |     1 +
 .../Data/Baseline/TestLabeledGeoView2D.png.md5     |     1 +
 .../Data/Baseline/TestLabeledGeoView2D_1.png.md5   |     1 +
 .../Data/Baseline/TestLabeledGeoView2D_2.png.md5   |     1 +
 .../Data/Baseline/TestLabeledGeoView2D_3.png.md5   |     1 +
 .../Data/Baseline/TestLabeledGeoView2D_4.png.md5   |     1 +
 .../Data/Baseline/TestLabeledGeoView2D_5.png.md5   |     1 +
 Geovis/Core/vtkGeoAlignedImageSource.cxx           |     2 +-
 IO/AMR/Testing/Cxx/CMakeLists.txt                  |    29 +-
 IO/AMR/module.cmake                                |     6 +-
 IO/AMR/vtkAMREnzoReaderInternal.cxx                |    46 +
 IO/AMR/vtkAMREnzoReaderInternal.h                  |     5 +
 IO/Core/Testing/Cxx/CMakeLists.txt                 |    26 +-
 IO/Core/Testing/Python/CMakeLists.txt              |     6 +-
 IO/Core/Testing/Tcl/CMakeLists.txt                 |     7 +-
 IO/Core/module.cmake                               |     1 +
 IO/Core/vtkBase64Utilities.cxx                     |     2 +-
 IO/Core/vtkBase64Utilities.h                       |     4 +-
 IO/Core/vtkSortFileNames.cxx                       |    12 +-
 IO/Core/vtkTextCodec.cxx                           |     1 -
 IO/Core/vtkTextCodecFactory.cxx                    |     6 +-
 IO/Core/vtkWriter.cxx                              |     5 -
 .../Testing/Data/Baseline/EnSight6Elements.png.md5 |     1 +
 .../Data/Baseline/EnSight6OfficeBin.png.md5        |     1 +
 .../Data/Baseline/EnSightBlow1ASCII.png.md5        |     1 +
 .../Testing/Data/Baseline/EnSightBlow1Bin.png.md5  |     1 +
 .../Data/Baseline/EnSightBlow2ASCII.png.md5        |     1 +
 .../Testing/Data/Baseline/EnSightBlow2Bin.png.md5  |     1 +
 .../Testing/Data/Baseline/EnSightBlow3Bin.png.md5  |     1 +
 .../Testing/Data/Baseline/EnSightBlow4Bin.png.md5  |     1 +
 .../Data/Baseline/EnSightBlow5ASCII.png.md5        |     1 +
 .../Testing/Data/Baseline/EnSightCompound.png.md5  |     1 +
 .../Data/Baseline/EnSightGoldElements.png.md5      |     1 +
 .../Data/Baseline/EnSightIronProtASCII.png.md5     |     1 +
 .../Data/Baseline/EnSightIronProtBin.png.md5       |     1 +
 .../Data/Baseline/EnSightMandelbrot.png.md5        |     1 +
 .../Data/Baseline/EnSightNfacedASCII.png.md5       |     1 +
 .../Testing/Data/Baseline/EnSightNfacedBin.png.md5 |     1 +
 .../Data/Baseline/EnSightOfficeASCII.png.md5       |     1 +
 .../Testing/Data/Baseline/EnSightOfficeBin.png.md5 |     1 +
 .../Data/Baseline/EnSightRectGridASCII.png.md5     |     1 +
 .../Data/Baseline/EnSightRectGridASCII_1.png.md5   |     1 +
 .../Data/Baseline/EnSightRectGridBin.png.md5       |     1 +
 .../Data/Baseline/EnSightRectGridBin_1.png.md5     |     1 +
 .../Data/Baseline/EnSightSelectArrays.png.md5      |     1 +
 .../Testing/Data/Baseline/nacaBinary.png.md5       |     1 +
 IO/EnSight/Testing/Python/CMakeLists.txt           |    46 +-
 IO/EnSight/Testing/Tcl/CMakeLists.txt              |    58 +-
 IO/EnSight/vtkEnSight6Reader.cxx                   |     2 +-
 IO/EnSight/vtkEnSightReader.cxx                    |     1 -
 IO/EnSight/vtkGenericEnSightReader.cxx             |     2 +-
 IO/Exodus/CMakeLists.txt                           |    13 +
 IO/Exodus/Testing/Cxx/CMakeLists.txt               |    28 +-
 IO/Exodus/Testing/Cxx/TestExodusAttributes.cxx     |    75 +
 IO/Exodus/Testing/Cxx/TestExodusSideSets.cxx       |    94 +
 IO/Exodus/Testing/Cxx/TestInSituExodus.cxx         |  1010 ++
 .../Baseline/TestMultiBlockExodusWrite.png.md5     |     1 +
 IO/Exodus/module.cmake                             |     2 +
 IO/Exodus/vtkCPExodusIIElementBlock.cxx            |   222 +
 IO/Exodus/vtkCPExodusIIElementBlock.h              |   113 +
 .../vtkCPExodusIIElementBlockCellIterator.cxx      |   113 +
 IO/Exodus/vtkCPExodusIIElementBlockCellIterator.h  |    64 +
 IO/Exodus/vtkCPExodusIIInSituReader.cxx            |   442 +
 IO/Exodus/vtkCPExodusIIInSituReader.h              |   112 +
 IO/Exodus/vtkCPExodusIINodalCoordinatesTemplate.h  |   124 +
 .../vtkCPExodusIINodalCoordinatesTemplate.txx      |   509 +
 IO/Exodus/vtkCPExodusIIResultsArrayTemplate.h      |   114 +
 IO/Exodus/vtkCPExodusIIResultsArrayTemplate.txx    |   501 +
 IO/Exodus/vtkExodusIICache.h                       |     8 +
 IO/Exodus/vtkExodusIIReader.cxx                    |   221 +-
 IO/Exodus/vtkExodusIIReader.h                      |    24 +
 IO/Exodus/vtkExodusIIReaderPrivate.h               |     1 +
 IO/Export/Testing/Cxx/CMakeLists.txt               |    60 +-
 IO/Export/Testing/Cxx/TestContextGL2PS.cxx         |     2 +-
 .../Testing/Cxx/TestGL2PSLabeledDataMapper.cxx     |   156 +
 IO/Export/Testing/Cxx/TestLinePlotGL2PS.cxx        |   124 +
 IO/Export/Testing/Cxx/TestStackedPlotGL2PS.cxx     |     2 +-
 .../Baseline/TestContextGL2PS-rasterRef.png.md5    |     1 +
 .../Baseline/TestContextGL2PS-rasterRef_1.png.md5  |     1 +
 ...L2PSExporterMultipleRenderers-rasterRef.png.md5 |     1 +
 ...PSExporterMultipleRenderers-rasterRef_1.png.md5 |     1 +
 .../TestGL2PSExporterMultipleRenderers.png.md5     |     1 +
 .../TestGL2PSExporterRaster-rasterRef.png.md5      |     1 +
 .../TestGL2PSExporterRaster-rasterRef_1.png.md5    |     1 +
 .../TestGL2PSExporterRaster-rasterRef_2.png.md5    |     1 +
 .../TestGL2PSExporterRaster-rasterRef_3.png.md5    |     1 +
 ...tGL2PSExporterRasterExclusion-rasterRef.png.md5 |     1 +
 ...L2PSExporterRasterExclusion-rasterRef_1.png.md5 |     1 +
 ...L2PSExporterRasterExclusion-rasterRef_2.png.md5 |     1 +
 .../TestGL2PSExporterRasterExclusion.png.md5       |     1 +
 .../TestGL2PSExporterVector-rasterRef.png.md5      |     1 +
 .../TestGL2PSExporterVector-rasterRef_1.png.md5    |     1 +
 .../TestGL2PSExporterVector-rasterRef_2.png.md5    |     1 +
 .../TestGL2PSExporterVector-rasterRef_3.png.md5    |     1 +
 ...TestGL2PSExporterVolumeRaster-rasterRef.png.md5 |     1 +
 ...stGL2PSExporterVolumeRaster-rasterRef_1.png.md5 |     1 +
 ...stGL2PSExporterVolumeRaster-rasterRef_2.png.md5 |     1 +
 ...stGL2PSExporterVolumeRaster-rasterRef_3.png.md5 |     1 +
 ...stGL2PSExporterVolumeRaster-rasterRef_4.png.md5 |     1 +
 .../TestGL2PSLabeledDataMapper-rasterRef.png.md5   |     1 +
 .../Baseline/TestGL2PSLabeledDataMapper.png.md5    |     1 +
 .../TestGL2PSTextActor3D-rasterRef.png.md5         |     1 +
 .../Data/Baseline/TestGL2PSTextActor3D.png.md5     |     1 +
 .../Baseline/TestLinePlotGL2PS-rasterRef.png.md5   |     1 +
 .../Data/Baseline/TestLinePlotGL2PS.png.md5        |     1 +
 .../Data/Baseline/TestLinePlotGL2PS_1.png.md5      |     1 +
 .../TestStackedPlotGL2PS-rasterRef.png.md5         |     1 +
 .../TestStackedPlotGL2PS-rasterRef_1.png.md5       |     1 +
 .../Data/Baseline/TestStackedPlotGL2PS.png.md5     |     1 +
 IO/Export/module.cmake                             |     7 +-
 IO/Export/vtkGL2PSExporter.cxx                     |    93 +-
 IO/Export/vtkGL2PSExporter.h                       |    16 +
 IO/Export/vtkX3DExporterWriter.h                   |     2 +-
 IO/FFMPEG/CMakeLists.txt                           |     2 +-
 IO/FFMPEG/Testing/Cxx/CMakeLists.txt               |    30 +-
 IO/FFMPEG/vtkFFMPEGConfig.h.in                     |     2 +-
 IO/FFMPEG/vtkFFMPEGWriter.cxx                      |    24 +-
 IO/GDAL/CMakeLists.txt                             |     2 +-
 IO/GDAL/Testing/Cxx/CMakeLists.txt                 |    27 +-
 IO/GDAL/Testing/Cxx/TestGDALVectorReader.cxx       |    31 +
 .../Data/Baseline/TestGDALVectorReader.png.md5     |     1 +
 IO/GDAL/vtkGDALVectorReader.cxx                    |    44 +-
 IO/GDAL/vtkGDALVectorReader.h                      |    23 +-
 IO/GeoJSON/CMakeLists.txt                          |     5 +
 IO/GeoJSON/Testing/Python/CMakeLists.txt           |     1 +
 IO/GeoJSON/Testing/Python/TestGeoJSONWriter.py     |    54 +
 IO/GeoJSON/module.cmake                            |     7 +
 IO/GeoJSON/vtkGeoJSONWriter.cxx                    |   433 +
 IO/GeoJSON/vtkGeoJSONWriter.h                      |   113 +
 IO/Geometry/CMakeLists.txt                         |     1 -
 IO/Geometry/Testing/Cxx/CMakeLists.txt             |    82 +-
 IO/Geometry/Testing/Cxx/TestMFIXReader.cxx         |   183 +
 IO/Geometry/Testing/Cxx/TestOpenFOAMReader.cxx     |   138 +
 IO/Geometry/Testing/Cxx/TestWindBladeReader.cxx    |     2 +-
 .../Testing/Data/Baseline/ParticleReader.png.md5   |     1 +
 .../Testing/Data/Baseline/Plot3DScalars.png.md5    |     1 +
 .../Testing/Data/Baseline/Plot3DScalars_1.png.md5  |     1 +
 .../Testing/Data/Baseline/Plot3DScalars_2.png.md5  |     1 +
 .../Testing/Data/Baseline/Plot3DScalars_3.png.md5  |     1 +
 .../Testing/Data/Baseline/Plot3DVectors.png.md5    |     1 +
 .../Testing/Data/Baseline/TestAVSucdReader.png.md5 |     1 +
 .../Testing/Data/Baseline/TestChacoReader.png.md5  |     1 +
 .../Testing/Data/Baseline/TestGAMBITReader.png.md5 |     1 +
 .../Data/Baseline/TestOpenFOAMReader.png.md5       |     1 +
 .../Testing/Data/Baseline/TestPlot3DMeta.png.md5   |     1 +
 .../Data/Baseline/TestPolygonWriters.png.md5       |     1 +
 .../Data/Baseline/TestProStarReader.png.md5        |     1 +
 .../Data/Baseline/TestSimplePointsReader.png.md5   |     1 +
 .../Data/Baseline/TestTecplotReader.png.md5        |     1 +
 .../Data/Baseline/TestTecplotReader_1.png.md5      |     1 +
 .../Data/Baseline/TestWindBladeReader.png.md5      |     1 +
 .../Data/Baseline/TestWindBladeReader_1.png.md5    |     1 +
 .../Testing/Data/Baseline/TestXYZMol.png.md5       |     1 +
 IO/Geometry/Testing/Data/Baseline/caffeine.png.md5 |     1 +
 IO/Geometry/Testing/Data/Baseline/motor.png.md5    |     1 +
 .../Testing/Data/Baseline/testHexaPenta.png.md5    |     1 +
 .../Testing/Data/Baseline/testHexaPenta_1.png.md5  |     1 +
 .../Testing/Data/Baseline/testHexaPenta_2.png.md5  |     1 +
 IO/Geometry/Testing/Python/CMakeLists.txt          |    30 +-
 IO/Geometry/Testing/Tcl/CMakeLists.txt             |    26 +-
 IO/Geometry/module.cmake                           |     2 +
 IO/Geometry/vtkChacoReader.cxx                     |    16 +-
 IO/Geometry/vtkFLUENTReader.cxx                    |     2 +-
 IO/Geometry/vtkFLUENTReader.h                      |     2 +-
 IO/Geometry/vtkMFIXReader.cxx                      |    41 +-
 IO/Geometry/vtkMoleculeReaderBase.cxx              |     7 +-
 IO/Geometry/vtkMultiBlockPLOT3DReader.cxx          |    12 +-
 IO/Geometry/vtkMultiBlockPLOT3DReader.h            |     5 +
 IO/Geometry/vtkOpenFOAMReader.cxx                  |    11 -
 IO/Geometry/vtkPlot3DMetaReader.cxx                |     8 +-
 IO/Geometry/vtkSESAMEReader.cxx                    |   656 -
 IO/Geometry/vtkSESAMEReader.h                      |   120 -
 IO/Geometry/vtkWindBladeReader.cxx                 |     4 +-
 IO/Geometry/vtkWindBladeReader.h                   |     4 +-
 IO/Image/Testing/Cxx/CMakeLists.txt                |    45 +-
 .../Testing/Data/Baseline/TestBMPReader.png.md5    |     1 +
 .../Testing/Data/Baseline/TestImageWriters.png.md5 |     1 +
 .../Testing/Data/Baseline/TestJPEGReader.png.md5   |     1 +
 IO/Image/Testing/Data/Baseline/TestMHD.png.md5     |     1 +
 .../Testing/Data/Baseline/TestMetaImage2D.png.md5  |     1 +
 .../Testing/Data/Baseline/TestNrrdReader.png.md5   |     1 +
 .../Testing/Data/Baseline/TestSetFileNames.png.md5 |     1 +
 .../Testing/Data/Baseline/TestTIFFReader.png.md5   |     1 +
 IO/Image/Testing/Data/Baseline/dem.png.md5         |     1 +
 IO/Image/Testing/Python/CMakeLists.txt             |    18 +-
 IO/Image/Testing/Python/TestSetFileNames.py        |     2 +-
 IO/Image/Testing/Tcl/CMakeLists.txt                |    18 +-
 IO/Image/Testing/Tcl/TestSetFileNames.tcl          |     2 +-
 IO/Image/module.cmake                              |     2 +
 IO/Image/vtkBMPWriter.h                            |     2 +-
 IO/Image/vtkGESignaReader.h                        |     4 +-
 IO/Image/vtkImageImport.cxx                        |    17 +
 IO/Image/vtkImageImport.h                          |     8 +
 IO/Image/vtkImageImportExecutive.h                 |     4 +-
 IO/Image/vtkImageReader2Collection.h               |     4 +-
 IO/Image/vtkImageWriter.h                          |     4 +-
 IO/Image/vtkJPEGReader.h                           |     4 +-
 IO/Image/vtkJPEGWriter.cxx                         |    21 +-
 IO/Image/vtkMedicalImageProperties.cxx             |     9 +-
 IO/Image/vtkPNGReader.h                            |     4 +-
 IO/Image/vtkPNGWriter.cxx                          |     3 +
 IO/Image/vtkPNGWriter.h                            |    10 +
 IO/Image/vtkPNMReader.cxx                          |     4 +-
 IO/Image/vtkPNMReader.h                            |     4 +-
 IO/Image/vtkPNMWriter.h                            |     4 +-
 IO/Image/vtkPostScriptWriter.h                     |     4 +-
 IO/Image/vtkTIFFReader.cxx                         |    55 +-
 IO/Image/vtkTIFFReader.h                           |     4 +-
 IO/Import/Testing/Cxx/CMakeLists.txt               |    29 +-
 IO/Import/Testing/Cxx/TestVRMLNormals.cxx          |     6 +-
 .../Testing/Data/Baseline/TestVRMLNormals.png.md5  |     1 +
 .../Testing/Data/Baseline/VRMLImporter.png.md5     |     1 +
 IO/Import/Testing/Python/CMakeLists.txt            |     2 +-
 IO/Import/Testing/Tcl/CMakeLists.txt               |     4 +-
 IO/Import/module.cmake                             |     2 +
 IO/Import/vtk3DSImporter.cxx                       |    24 +-
 IO/Import/vtkImporter.h                            |    10 +-
 IO/Import/vtkVRMLImporter.cxx                      |   142 +-
 IO/Import/vtkVRMLImporter.h                        |     8 +-
 IO/Infovis/CMakeLists.txt                          |     1 +
 IO/Infovis/Testing/Cxx/CMakeLists.txt              |    45 +-
 .../Testing/Cxx/TestDelimitedTextReader2.cxx       |    82 +
 IO/Infovis/Testing/Cxx/TestNewickTreeReader.cxx    |    64 +-
 IO/Infovis/Testing/Cxx/TestNewickTreeWriter.cxx    |   124 +
 IO/Infovis/module.cmake                            |     2 +
 IO/Infovis/vtkDIMACSGraphWriter.h                  |     4 +-
 IO/Infovis/vtkDelimitedTextReader.cxx              |   104 +-
 IO/Infovis/vtkDelimitedTextReader.h                |    22 +
 IO/Infovis/vtkNewickTreeReader.cxx                 |   139 +-
 IO/Infovis/vtkNewickTreeReader.h                   |     4 +-
 IO/Infovis/vtkNewickTreeWriter.cxx                 |   145 +
 IO/Infovis/vtkNewickTreeWriter.h                   |    83 +
 IO/Infovis/vtkTulipReader.cxx                      |     2 +-
 IO/Infovis/vtkXGMLReader.cxx                       |     2 +-
 IO/Infovis/vtkXMLTreeReader.cxx                    |     2 +-
 IO/LSDyna/Testing/Cxx/CMakeLists.txt               |    40 +-
 IO/LSDyna/Testing/Cxx/TestLSDynaReader.cxx         |     2 +-
 IO/LSDyna/Testing/Cxx/TestLSDynaReaderSPH.cxx      |     2 +-
 .../Testing/Data/Baseline/TestLSDynaReader.png.md5 |     1 +
 .../Data/Baseline/TestLSDynaReaderSPH.png.md5      |     1 +
 IO/LSDyna/module.cmake                             |     2 +
 IO/LSDyna/private/LSDynaFamily.cxx                 |     6 +-
 IO/LSDyna/vtkLSDynaReader.cxx                      |     2 +-
 IO/Legacy/CMakeLists.txt                           |     6 +
 IO/Legacy/Testing/Cxx/CMakeLists.txt               |    25 +-
 IO/Legacy/module.cmake                             |     2 +
 IO/Legacy/vtkCompositeDataReader.cxx               |    17 +-
 IO/Legacy/vtkCompositeDataWriter.cxx               |    21 +-
 IO/Legacy/vtkDataReader.cxx                        |     2 +-
 IO/Legacy/vtkDataSetWriter.h                       |     4 +-
 IO/Legacy/vtkDataWriter.cxx                        |     4 +-
 IO/Legacy/vtkGraphWriter.h                         |     4 +-
 IO/Legacy/vtkPixelExtentIO.cxx                     |   200 +
 IO/Legacy/vtkPixelExtentIO.h                       |    75 +
 IO/Legacy/vtkPolyDataWriter.h                      |     4 +-
 IO/Legacy/vtkRectilinearGridWriter.h               |     4 +-
 IO/Legacy/vtkStructuredGridWriter.h                |     4 +-
 IO/Legacy/vtkStructuredPointsWriter.h              |     4 +-
 IO/Legacy/vtkTableWriter.h                         |     4 +-
 IO/Legacy/vtkTreeReader.cxx                        |     2 +-
 IO/Legacy/vtkTreeWriter.cxx                        |    16 +-
 IO/Legacy/vtkTreeWriter.h                          |     6 +-
 IO/Legacy/vtkUnstructuredGridWriter.h              |     4 +-
 .../Data/Baseline/TestMINCImageReader.png.md5      |     1 +
 .../Data/Baseline/TestMINCImageWriter.png.md5      |     1 +
 .../Testing/Data/Baseline/TestMNIObjects.png.md5   |     1 +
 .../Testing/Data/Baseline/TestMNITagPoints.png.md5 |     1 +
 .../Data/Baseline/TestMNITransforms.png.md5        |     1 +
 IO/MINC/Testing/Python/CMakeLists.txt              |    10 +-
 IO/MINC/Testing/Tcl/CMakeLists.txt                 |    12 +-
 IO/MINC/module.cmake                               |     3 +
 IO/MINC/vtkMNITagPointWriter.h                     |     2 +-
 IO/MPIImage/CMakeLists.txt                         |     5 +-
 IO/MPIImage/Testing/Cxx/CMakeLists.txt             |    26 +-
 .../Testing/Data/Baseline/ParallelIso.cxx.png.md5  |     1 +
 IO/MPIImage/module.cmake                           |     2 +
 IO/MPIParallel/CMakeLists.txt                      |     8 +-
 IO/MPIParallel/Testing/Cxx/CMakeLists.txt          |    17 +-
 .../Testing/Cxx/TestPWindBladeReader.cxx           |     2 +-
 .../Data/Baseline/TestWindBladeReader.png.md5      |     1 +
 .../Data/Baseline/TestWindBladeReader_1.png.md5    |     1 +
 IO/MPIParallel/module.cmake                        |     2 +
 IO/Movie/CMakeLists.txt                            |     2 +-
 IO/Movie/Testing/Cxx/CMakeLists.txt                |    26 +-
 IO/Movie/vtkOggTheoraWriter.cxx                    |     3 +-
 IO/MySQL/CMakeLists.txt                            |     2 +-
 IO/MySQL/Testing/Cxx/CMakeLists.txt                |    33 +-
 IO/MySQL/Testing/Data/Input/simple_table.vtk.md5   |     1 +
 .../Testing/Data/Input/simple_table_win.vtk.md5    |     1 +
 IO/MySQL/module.cmake                              |     2 +
 IO/MySQL/vtkMySQLDatabase.cxx                      |     2 +-
 IO/MySQL/vtkMySQLQuery.cxx                         |    13 +-
 IO/NetCDF/CMakeLists.txt                           |     3 -
 IO/NetCDF/Testing/Cxx/CMakeLists.txt               |    37 +-
 IO/NetCDF/Testing/Cxx/TestMPASReader.cxx           |     2 +-
 IO/NetCDF/Testing/Cxx/TestNetCDFCAMReader.cxx      |     2 +-
 IO/NetCDF/Testing/Cxx/TestNetCDFPOPReader.cxx      |     2 +-
 .../Testing/Data/Baseline/NetCDFCF2DBounds.png.md5 |     1 +
 .../Data/Baseline/NetCDFCFSetOutputType.png.md5    |     1 +
 .../Data/Baseline/NetCDFCFSphericalCoords.png.md5  |     1 +
 .../Data/Baseline/NetCDFCFUnstructured.png.md5     |     1 +
 .../Testing/Data/Baseline/NetCDFReader.png.md5     |     1 +
 .../Data/Baseline/SLACMultipleModes.png.md5        |     1 +
 .../Data/Baseline/SLACParticleReader.png.md5       |     1 +
 .../Testing/Data/Baseline/SLACReaderLinear.png.md5 |     1 +
 .../Data/Baseline/SLACReaderQuadratic.png.md5      |     1 +
 .../Testing/Data/Baseline/TestMPASReader.png.md5   |     1 +
 .../Data/Baseline/TestNetCDFCAMReader.png.md5      |     1 +
 .../Data/Baseline/TestNetCDFPOPReader.png.md5      |     1 +
 IO/NetCDF/Testing/Python/CMakeLists.txt            |    12 +-
 IO/NetCDF/Testing/Tcl/CMakeLists.txt               |    12 +-
 IO/NetCDF/module.cmake                             |     3 +-
 IO/NetCDF/vtkMPASReader.cxx                        |   184 +-
 IO/NetCDF/vtkMPASReader.h                          |     1 +
 IO/NetCDF/vtkNetCDFCFReader.cxx                    |    73 +-
 IO/NetCDF/vtkNetCDFCFReader.h                      |     2 +
 IO/NetCDF/vtkNetCDFReader.cxx                      |    97 +
 IO/NetCDF/vtkNetCDFReader.h                        |    17 +-
 IO/ODBC/CMakeLists.txt                             |     2 +-
 IO/ODBC/Testing/Cxx/CMakeLists.txt                 |    25 +-
 IO/ODBC/module.cmake                               |     2 +
 IO/ODBC/vtkODBCDatabase.cxx                        |     2 +-
 IO/ODBC/vtkODBCQuery.cxx                           |     2 +-
 IO/PLY/Testing/Cxx/CMakeLists.txt                  |    33 +-
 .../Testing/Data/Baseline/TestPLYReadWrite.png.md5 |     1 +
 IO/PLY/Testing/Data/Baseline/TestPLYReader.png.md5 |     1 +
 IO/PLY/Testing/Python/CMakeLists.txt               |     2 +-
 IO/PLY/Testing/Tcl/CMakeLists.txt                  |     4 +-
 IO/PLY/vtkPLY.cxx                                  |     4 +-
 IO/PLY/vtkPLYWriter.cxx                            |     4 +-
 IO/Parallel/Testing/Cxx/CMakeLists.txt             |    33 +-
 IO/Parallel/Testing/Cxx/TestPOpenFOAMReader.cxx    |   139 +
 .../Data/Baseline/PSLACReaderLinear.png.md5        |     1 +
 .../Data/Baseline/PSLACReaderQuadratic.png.md5     |     1 +
 .../Data/Baseline/TestPDataSetReaderGrid.png.md5   |     1 +
 .../Testing/Data/Baseline/TestPImageWriter.png.md5 |     1 +
 .../Data/Baseline/TestPOpenFOAMReader.png.md5      |     1 +
 IO/Parallel/Testing/Python/CMakeLists.txt          |     4 +-
 IO/Parallel/Testing/Tcl/CMakeLists.txt             |     6 +-
 IO/Parallel/module.cmake                           |     3 +
 IO/Parallel/vtkXMLPUniformGridAMRWriter.cxx        |     2 +-
 IO/ParallelExodus/Testing/Cxx/CMakeLists.txt       |     3 +-
 IO/ParallelExodus/module.cmake                     |     2 +
 IO/ParallelExodus/vtkPExodusIIReader.cxx           |    21 +-
 IO/ParallelLSDyna/Testing/Cxx/CMakeLists.txt       |     9 +-
 .../Testing/Data/Baseline/PLSDynaReader.png.md5    |     1 +
 IO/ParallelNetCDF/CMakeLists.txt                   |     7 +-
 IO/ParallelNetCDF/Testing/Cxx/CMakeLists.txt       |    23 +-
 .../Testing/Cxx/TestPNetCDFPOPReader.cxx           |     2 +-
 .../Data/Baseline/TestPNetCDFPOPReader.png.md5     |     1 +
 IO/ParallelNetCDF/module.cmake                     |     2 +-
 IO/PostgreSQL/CMakeLists.txt                       |     2 +-
 IO/PostgreSQL/Testing/Cxx/CMakeLists.txt           |    34 +-
 .../Testing/Data/Input/simple_table.vtk.md5        |     1 +
 .../Testing/Data/Input/simple_table_win.vtk.md5    |     1 +
 IO/PostgreSQL/module.cmake                         |     2 +
 IO/PostgreSQL/vtkPostgreSQLDatabase.cxx            |     2 +-
 IO/SQL/Testing/Cxx/CMakeLists.txt                  |    35 +-
 IO/SQL/Testing/Data/Input/simple_table.vtk.md5     |     1 +
 IO/SQL/module.cmake                                |     2 +
 IO/SQL/vtkSQLiteQuery.cxx                          |     2 +-
 IO/VPIC/vtkVPICReader.cxx                          |    18 +-
 IO/Video/CMakeLists.txt                            |     2 +-
 IO/Video/module.cmake                              |     2 +
 IO/XML/Testing/Cxx/CMakeLists.txt                  |    49 +-
 .../Data/Baseline/TestHyperOctreeIO.png.md5        |     1 +
 .../Data/Baseline/TestXMLImageDataIO.png.md5       |     1 +
 .../Data/Baseline/TestXMLPolyDataIO.png.md5        |     1 +
 .../Data/Baseline/TestXMLRectilinearGridIO.png.md5 |     1 +
 .../Data/Baseline/TestXMLStructuredGridIO.png.md5  |     1 +
 .../Baseline/TestXMLUnstructuredGridIO.png.md5     |     1 +
 .../Baseline/TestXMLUnstructuredGridReader.png.md5 |     1 +
 IO/XML/Testing/Python/CMakeLists.txt               |    14 +-
 IO/XML/Testing/Tcl/CMakeLists.txt                  |    10 +-
 IO/XML/module.cmake                                |     3 +
 IO/XML/vtkXMLDataReader.cxx                        |     2 +-
 IO/XML/vtkXMLGenericDataObjectReader.cxx           |     6 +-
 IO/XML/vtkXMLOffsetsManager.h                      |     5 +-
 IO/XML/vtkXMLPDataWriter.cxx                       |    11 +-
 IO/XML/vtkXMLPStructuredGridWriter.h               |     5 +-
 IO/XML/vtkXMLPUnstructuredGridWriter.cxx           |     6 +-
 IO/XML/vtkXMLPUnstructuredGridWriter.h             |     4 +-
 IO/XML/vtkXMLPolyDataReader.cxx                    |     2 +-
 IO/XML/vtkXMLReader.cxx                            |    10 +-
 IO/XML/vtkXMLReader.h                              |     4 +-
 IO/XML/vtkXMLUniformGridAMRWriter.cxx              |     2 +-
 IO/XML/vtkXMLUnstructuredDataReader.cxx            |     2 +-
 IO/XML/vtkXMLUnstructuredDataWriter.cxx            |   102 +-
 IO/XML/vtkXMLUnstructuredDataWriter.h              |    22 +
 IO/XML/vtkXMLUnstructuredGridReader.cxx            |     2 +-
 IO/XML/vtkXMLUnstructuredGridWriter.cxx            |    95 +-
 IO/XML/vtkXMLUnstructuredGridWriter.h              |     4 +-
 IO/XML/vtkXMLWriter.cxx                            |   135 +-
 IO/XML/vtkXMLWriter.h                              |     6 +-
 IO/XMLParser/module.cmake                          |     1 +
 IO/XMLParser/vtkXMLDataParser.cxx                  |     4 +-
 IO/XMLParser/vtkXMLUtilities.h                     |     4 +-
 IO/Xdmf2/module.cmake                              |     2 +
 IO/Xdmf2/vtkXdmfHeavyData.cxx                      |     2 +-
 IO/Xdmf2/vtkXdmfReaderInternal.h                   |     2 +-
 Imaging/Color/vtkImageHSIToRGB.cxx                 |     2 +-
 Imaging/Color/vtkImageHSIToRGB.h                   |     2 +-
 Imaging/Color/vtkImageHSVToRGB.cxx                 |     2 +-
 Imaging/Color/vtkImageHSVToRGB.h                   |     2 +-
 Imaging/Color/vtkImageLuminance.cxx                |     2 +-
 Imaging/Color/vtkImageLuminance.h                  |     2 +-
 Imaging/Color/vtkImageMapToRGBA.h                  |     4 +-
 Imaging/Color/vtkImageQuantizeRGBToIndex.cxx       |    10 +-
 Imaging/Color/vtkImageRGBToHSI.cxx                 |     2 +-
 Imaging/Color/vtkImageRGBToHSI.h                   |     2 +-
 Imaging/Color/vtkImageRGBToHSV.cxx                 |     2 +-
 Imaging/Color/vtkImageRGBToHSV.h                   |     2 +-
 Imaging/Core/Testing/Cxx/CMakeLists.txt            |    88 +-
 Imaging/Core/Testing/Cxx/FastSplatter.cxx          |    16 +-
 Imaging/Core/Testing/Cxx/ImageAccumulate.cxx       |     1 -
 Imaging/Core/Testing/Cxx/ImageAutoRange.cxx        |    45 +-
 .../Core/Testing/Cxx/ImageBSplineCoefficients.cxx  |    59 +-
 Imaging/Core/Testing/Cxx/ImageHistogram.cxx        |    48 +-
 Imaging/Core/Testing/Cxx/ImageResize.cxx           |    44 +-
 Imaging/Core/Testing/Cxx/ImageResize3D.cxx         |    49 +-
 Imaging/Core/Testing/Cxx/ImageResizeCropping.cxx   |    57 +-
 Imaging/Core/Testing/Cxx/ImageWeightedSum.cxx      |    33 +-
 Imaging/Core/Testing/Cxx/ImportExport.cxx          |    23 +-
 .../Data/Baseline/ContinuousClose2D.png.md5        |     1 +
 .../Testing/Data/Baseline/FastSplatter.png.md5     |     1 +
 .../Testing/Data/Baseline/IdealHighPass.png.md5    |     1 +
 .../Testing/Data/Baseline/ImageAutoRange.png.md5   |     1 +
 .../Data/Baseline/ImageBSplineCoefficients.png.md5 |     1 +
 .../Testing/Data/Baseline/ImageHistogram.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/ImageResize.png.md5 |     1 +
 .../Testing/Data/Baseline/ImageResize3D.png.md5    |     1 +
 .../Data/Baseline/ImageResizeCropping.png.md5      |     1 +
 .../Data/Baseline/LaplacianEdgeEnhance.png.md5     |     1 +
 .../Data/Baseline/MultipleUpdateExtents.png.md5    |     1 +
 .../Testing/Data/Baseline/ResliceBSpline.png.md5   |     1 +
 .../Testing/Data/Baseline/ResliceColorWrap.png.md5 |     1 +
 .../Data/Baseline/ResliceInformationInput.png.md5  |     1 +
 .../Baseline/ResliceInterpolationModes.png.md5     |     1 +
 .../Baseline/ResliceInterpolationOblique.png.md5   |     1 +
 .../Data/Baseline/ResliceLanczosKaiser.png.md5     |     1 +
 .../Data/Baseline/ResliceMirrorOblique.png.md5     |     1 +
 .../Testing/Data/Baseline/ResliceMirrorPad.png.md5 |     1 +
 .../Data/Baseline/ResliceOptimizationOff.png.md5   |     1 +
 .../Data/Baseline/ReslicePermutations.png.md5      |     1 +
 .../Data/Baseline/ReslicePermuteResample.png.md5   |     1 +
 .../Data/Baseline/ReslicePermuteSlab.png.md5       |     1 +
 .../Testing/Data/Baseline/ResliceSlabModes.png.md5 |     1 +
 .../Testing/Data/Baseline/ResliceToColors.png.md5  |     1 +
 .../Data/Baseline/ResliceWrapOblique.png.md5       |     1 +
 .../Testing/Data/Baseline/ResliceWrapPad.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/Spectrum.png.md5    |     1 +
 .../Testing/Data/Baseline/TestAccumulate.png.md5   |     1 +
 .../Data/Baseline/TestAddStencilData.png.md5       |     1 +
 .../Testing/Data/Baseline/TestAllBlends.png.md5    |     1 +
 .../Data/Baseline/TestAllBlendsFloat.png.md5       |     1 +
 .../Testing/Data/Baseline/TestAllFlips.png.md5     |     1 +
 .../Testing/Data/Baseline/TestAllLogic.png.md5     |     1 +
 .../Testing/Data/Baseline/TestAllMaskBits.png.md5  |     1 +
 .../Data/Baseline/TestAllMathematics.png.md5       |     1 +
 .../Testing/Data/Baseline/TestAllShrinks.png.md5   |     1 +
 .../Baseline/TestAnisotropicDiffusion2D.png.md5    |     1 +
 .../Baseline/TestAnisotropicDiffusion3D.png.md5    |     1 +
 .../Testing/Data/Baseline/TestBlendStencil.png.md5 |     1 +
 .../Data/Baseline/TestButterworthHighPass.png.md5  |     1 +
 .../Data/Baseline/TestButterworthLowPass.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestCache.png.md5   |     1 +
 .../Data/Baseline/TestChangeInformation.png.md5    |     1 +
 .../Testing/Data/Baseline/TestCheckerboard.png.md5 |     1 +
 .../Data/Baseline/TestCityBlockDistance.png.md5    |     1 +
 .../Data/Baseline/TestClipStencilData.png.md5      |     1 +
 .../Testing/Data/Baseline/TestConvolve.png.md5     |     1 +
 .../Testing/Data/Baseline/TestCorrelation.png.md5  |     1 +
 .../Testing/Data/Baseline/TestDivergence.png.md5   |     1 +
 .../Testing/Data/Baseline/TestDotProduct.png.md5   |     1 +
 .../Data/Baseline/TestEuclideanDistance.png.md5    |     1 +
 .../Baseline/TestEuclideanDistanceCached.png.md5   |     1 +
 .../Data/Baseline/TestEuclideanToPolar.png.md5     |     1 +
 .../Testing/Data/Baseline/TestExtractVOI.png.md5   |     1 +
 .../Data/Baseline/TestFFTCorrelation.png.md5       |     1 +
 .../Data/Baseline/TestGradientMagnitude.png.md5    |     1 +
 .../Data/Baseline/TestGradientMagnitude2.png.md5   |     1 +
 .../Testing/Data/Baseline/TestHSIToRGB.png.md5     |     1 +
 .../Testing/Data/Baseline/TestHSVToRGB.png.md5     |     1 +
 .../Data/Baseline/TestHybridMedian2D.png.md5       |     1 +
 .../Testing/Data/Baseline/TestIdealLowPass.png.md5 |     1 +
 .../Testing/Data/Baseline/TestImageCanvas.png.md5  |     1 +
 .../Data/Baseline/TestImageProjection.png.md5      |     1 +
 .../TestImageThresholdConnectivity.png.md5         |     1 +
 .../Data/Baseline/TestImageWeightedSum.png.md5     |     1 +
 .../Data/Baseline/TestInPlaceFilter.png.md5        |     1 +
 .../Data/Baseline/TestIslandRemoval2D.png.md5      |     1 +
 .../Testing/Data/Baseline/TestLassoStencil.png.md5 |     1 +
 .../Baseline/TestMapToRGBABlockStreaming.png.md5   |     1 +
 .../Baseline/TestMapToWindowLevelColors.png.md5    |     1 +
 .../Baseline/TestMapToWindowLevelColors2.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestMask2.png.md5   |     1 +
 .../Testing/Data/Baseline/TestMedian3D.png.md5     |     1 +
 .../Testing/Data/Baseline/TestNormalize.png.md5    |     1 +
 .../Testing/Data/Baseline/TestOpenClose3D.png.md5  |     1 +
 .../Core/Testing/Data/Baseline/TestPermute.png.md5 |     1 +
 .../Data/Baseline/TestQuantizeTo16Colors.png.md5   |     1 +
 .../Testing/Data/Baseline/TestROIStencil.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestRange3D.png.md5 |     1 +
 .../Testing/Data/Baseline/TestResample.png.md5     |     1 +
 .../Data/Baseline/TestSeparableFilter.png.md5      |     1 +
 .../Testing/Data/Baseline/TestShiftScale.png.md5   |     1 +
 .../Testing/Data/Baseline/TestShiftScale2.png.md5  |     1 +
 .../Data/Baseline/TestSimpleImageExample.png.md5   |     1 +
 .../Testing/Data/Baseline/TestSkeleton2D.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestSobel2D.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/TestSobel3D.png.md5 |     1 +
 .../Data/Baseline/TestStencilToImage.png.md5       |     1 +
 .../Data/Baseline/TestStencilWithFunction.png.md5  |     1 +
 .../Data/Baseline/TestStencilWithImage.png.md5     |     1 +
 .../Data/Baseline/TestSubtractStencilData.png.md5  |     1 +
 .../Testing/Data/Baseline/TestThreshold.png.md5    |     1 +
 .../Testing/Data/Baseline/TestVariance3D.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestWipe.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/TestWrapPad.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/imageMCAll.png.md5  |     1 +
 .../Data/Baseline/reconstructSurface.png.md5       |     1 +
 .../Testing/Data/Baseline/resampledTexture.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/voxelModel.png.md5  |     1 +
 Imaging/Core/Testing/Python/CMakeLists.txt         |   185 +-
 Imaging/Core/Testing/Python/TestAllBlends.py       |     4 -
 Imaging/Core/Testing/Python/TestAllBlendsFloat.py  |     4 -
 Imaging/Core/Testing/Python/TestAllLogic.py        |     4 -
 Imaging/Core/Testing/Python/TestAllMaskBits.py     |     4 -
 Imaging/Core/Testing/Python/TestAllMathematics.py  |     4 -
 Imaging/Core/Testing/Python/TestAllShrinks.py      |     4 -
 .../Python/TestImageThresholdConnectivity.py       |     4 -
 Imaging/Core/Testing/Python/TestThreshold.py       |     4 -
 Imaging/Core/Testing/Python/TestWipe.py            |     4 -
 Imaging/Core/Testing/Python/imageMCAll.py          |     4 -
 Imaging/Core/Testing/Python/reconstructSurface.py  |     4 -
 Imaging/Core/Testing/Tcl/CMakeLists.txt            |   183 +-
 Imaging/Core/vtkExtractVOI.h                       |     2 +-
 Imaging/Core/vtkImageAppendComponents.cxx          |     4 +-
 Imaging/Core/vtkImageAppendComponents.h            |     4 +-
 Imaging/Core/vtkImageBSplineInternals.h            |     4 +-
 Imaging/Core/vtkImageBlend.cxx                     |     4 +-
 Imaging/Core/vtkImageCast.cxx                      |     2 +-
 Imaging/Core/vtkImageCast.h                        |     2 +-
 Imaging/Core/vtkImageClip.h                        |     2 +-
 Imaging/Core/vtkImageConstantPad.cxx               |     2 +-
 Imaging/Core/vtkImageConstantPad.h                 |     2 +-
 Imaging/Core/vtkImageDecomposeFilter.h             |     2 +-
 Imaging/Core/vtkImageDifference.h                  |     2 +-
 Imaging/Core/vtkImageExtractComponents.h           |     2 +-
 Imaging/Core/vtkImageFlip.h                        |     2 +-
 Imaging/Core/vtkImageMagnify.cxx                   |     2 +-
 Imaging/Core/vtkImageMagnify.h                     |     2 +-
 Imaging/Core/vtkImageMask.cxx                      |     2 +-
 Imaging/Core/vtkImageMirrorPad.cxx                 |     2 +-
 Imaging/Core/vtkImageMirrorPad.h                   |     4 +-
 Imaging/Core/vtkImagePadFilter.h                   |     2 +-
 Imaging/Core/vtkImagePermute.h                     |     2 +-
 Imaging/Core/vtkImageResample.h                    |     2 +-
 Imaging/Core/vtkImageShrink3D.h                    |     2 +-
 Imaging/Core/vtkImageThreshold.h                   |     2 +-
 Imaging/Core/vtkImageTranslateExtent.h             |     2 +-
 Imaging/Core/vtkImageWrapPad.h                     |     4 +-
 Imaging/Core/vtkRTAnalyticSource.cxx               |     2 +-
 Imaging/Fourier/module.cmake                       |     2 +
 Imaging/Fourier/vtkImageButterworthHighPass.h      |     2 +-
 Imaging/Fourier/vtkImageButterworthLowPass.h       |     2 +-
 Imaging/Fourier/vtkImageFFT.h                      |     4 +-
 Imaging/Fourier/vtkImageFourierCenter.h            |     2 +-
 Imaging/Fourier/vtkImageFourierFilter.h            |     4 +-
 Imaging/Fourier/vtkImageIdealHighPass.h            |     2 +-
 Imaging/Fourier/vtkImageIdealLowPass.h             |     2 +-
 Imaging/Fourier/vtkImageRFFT.cxx                   |     7 +-
 Imaging/Fourier/vtkImageRFFT.h                     |     4 +-
 Imaging/General/vtkImageAnisotropicDiffusion2D.h   |     2 +-
 Imaging/General/vtkImageAnisotropicDiffusion3D.h   |     2 +-
 Imaging/General/vtkImageCheckerboard.h             |     2 +-
 Imaging/General/vtkImageCityBlockDistance.h        |     2 +-
 Imaging/General/vtkImageCorrelation.cxx            |     2 +-
 Imaging/General/vtkImageCorrelation.h              |     2 +-
 Imaging/General/vtkImageEuclideanToPolar.cxx       |     2 +-
 Imaging/General/vtkImageEuclideanToPolar.h         |     2 +-
 Imaging/General/vtkImageGradient.cxx               |     2 +-
 Imaging/General/vtkImageGradient.h                 |     2 +-
 Imaging/General/vtkImageGradientMagnitude.cxx      |     2 +-
 Imaging/General/vtkImageGradientMagnitude.h        |     2 +-
 Imaging/General/vtkImageHybridMedian2D.h           |     2 +-
 Imaging/General/vtkImageLaplacian.cxx              |     2 +-
 Imaging/General/vtkImageLaplacian.h                |     2 +-
 Imaging/General/vtkImageNormalize.cxx              |     2 +-
 Imaging/General/vtkImageNormalize.h                |     2 +-
 Imaging/General/vtkImageSlabReslice.h              |     2 +
 Imaging/General/vtkImageSobel2D.h                  |     2 +-
 Imaging/General/vtkImageSobel3D.h                  |     2 +-
 Imaging/General/vtkImageSpatialAlgorithm.h         |     2 +-
 Imaging/General/vtkSimpleImageFilterExample.h      |     4 +-
 Imaging/Hybrid/Testing/Cxx/CMakeLists.txt          |    18 +-
 .../Hybrid/Testing/Data/Baseline/genHead.png.md5   |     1 +
 .../Hybrid/Testing/Data/Baseline/iceCream.png.md5  |     1 +
 .../Hybrid/Testing/Data/Baseline/shepards.png.md5  |     1 +
 .../Data/Baseline/triangularTexture.png.md5        |     1 +
 Imaging/Hybrid/Testing/Python/CMakeLists.txt       |    11 +-
 Imaging/Hybrid/Testing/Tcl/CMakeLists.txt          |    12 +-
 Imaging/Hybrid/vtkBooleanTexture.h                 |     2 +-
 Imaging/Hybrid/vtkGaussianSplatter.h               |     2 +-
 Imaging/Hybrid/vtkImageCursor3D.h                  |     2 +-
 Imaging/Hybrid/vtkImageRectilinearWipe.cxx         |     2 +-
 Imaging/Hybrid/vtkImageRectilinearWipe.h           |     2 +-
 Imaging/Hybrid/vtkPointLoad.h                      |     8 +-
 Imaging/Hybrid/vtkSampleFunction.cxx               |     2 +-
 Imaging/Hybrid/vtkSampleFunction.h                 |     2 +-
 Imaging/Hybrid/vtkShepardMethod.h                  |     2 +-
 Imaging/Hybrid/vtkSurfaceReconstructionFilter.h    |     2 +-
 Imaging/Hybrid/vtkTriangularTexture.h              |     2 +-
 Imaging/Hybrid/vtkVoxelModeller.cxx                |     2 +-
 Imaging/Hybrid/vtkVoxelModeller.h                  |     4 +-
 Imaging/Math/vtkImageDivergence.cxx                |     2 +-
 Imaging/Math/vtkImageDivergence.h                  |     2 +-
 Imaging/Math/vtkImageDotProduct.cxx                |     2 +-
 Imaging/Math/vtkImageDotProduct.h                  |     2 +-
 Imaging/Math/vtkImageLogarithmicScale.cxx          |     2 +-
 Imaging/Math/vtkImageLogarithmicScale.h            |     2 +-
 Imaging/Math/vtkImageLogic.cxx                     |     4 +-
 Imaging/Math/vtkImageLogic.h                       |     2 +-
 Imaging/Math/vtkImageMagnitude.cxx                 |     2 +-
 Imaging/Math/vtkImageMagnitude.h                   |     2 +-
 Imaging/Math/vtkImageMaskBits.cxx                  |     2 +-
 Imaging/Math/vtkImageMaskBits.h                    |     2 +-
 Imaging/Math/vtkImageMathematics.cxx               |     2 +-
 Imaging/Math/vtkImageMathematics.h                 |     2 +-
 Imaging/Math/vtkImageWeightedSum.cxx               |     2 +-
 Imaging/Morphological/vtkImageIslandRemoval2D.h    |     2 +-
 .../vtkImageNonMaximumSuppression.cxx              |     2 +-
 .../Morphological/vtkImageNonMaximumSuppression.h  |     2 +-
 Imaging/Morphological/vtkImageSkeleton2D.h         |     2 +-
 .../vtkImageThresholdConnectivity.cxx              |     2 +-
 Imaging/Sources/vtkImageGaussianSource.cxx         |     2 +-
 Imaging/Sources/vtkImageGaussianSource.h           |     2 +-
 Imaging/Sources/vtkImageGridSource.cxx             |     2 +-
 Imaging/Sources/vtkImageGridSource.h               |     2 +-
 Imaging/Sources/vtkImageNoiseSource.cxx            |     2 +-
 Imaging/Sources/vtkImageNoiseSource.h              |     2 +-
 Imaging/Sources/vtkImageSinusoidSource.cxx         |     2 +-
 Imaging/Sources/vtkImageSinusoidSource.h           |     2 +-
 Imaging/Stencil/vtkImageStencilToImage.cxx         |     2 +-
 Infovis/Boost/Testing/Cxx/CMakeLists.txt           |     2 +-
 .../Testing/Cxx/CMakeLists.txt                     |    36 +-
 .../Testing/Cxx/TestBoostAdapter.cxx               |    24 +-
 .../Data/Baseline/TestBoostAlgorithms.png.md5      |     1 +
 .../Data/Baseline/TestBoostAlgorithms_1.png.md5    |     1 +
 .../Baseline/TestBoostDividedEdgeBundling.png.md5  |     1 +
 .../vtkBoostBetweennessClustering.cxx              |     2 -
 .../BoostGraphAlgorithms/vtkBoostGraphAdapter.h    |     6 +
 Infovis/Core/CMakeLists.txt                        |     1 +
 Infovis/Core/Testing/Cxx/CMakeLists.txt            |    64 +-
 Infovis/Core/Testing/Cxx/TestMergeGraphs.cxx       |    12 +-
 Infovis/Core/Testing/Cxx/TestReduceTable.cxx       |   127 +
 .../Data/Baseline/TestGraphAlgorithms.png.md5      |     1 +
 .../Data/Baseline/TestPruneTreeFilter.png.md5      |     1 +
 Infovis/Core/vtkAdjacencyMatrixToEdgeTable.cxx     |     1 +
 Infovis/Core/vtkCollapseVerticesByArray.cxx        |     2 -
 Infovis/Core/vtkEdgeCenters.h                      |     2 +-
 Infovis/Core/vtkPruneTreeFilter.cxx                |     3 +
 Infovis/Core/vtkReduceTable.cxx                    |   334 +
 Infovis/Core/vtkReduceTable.h                      |   156 +
 Infovis/Core/vtkTreeDifferenceFilter.cxx           |     1 +
 Infovis/Layout/Testing/Cxx/CMakeLists.txt          |    32 +-
 .../Data/Baseline/TestChacoGraphReader.png.md5     |     1 +
 .../Baseline/TestCirclePackLayoutStrategy.png.md5  |     1 +
 .../TestCirclePackLayoutStrategy_1.png.md5         |     1 +
 .../Baseline/TestTreeMapLayoutStrategy.png.md5     |     1 +
 .../vtkAttributeClustering2DLayoutStrategy.cxx     |     2 +-
 Infovis/Layout/vtkEdgeLayoutStrategy.h             |     2 +-
 Infovis/Layout/vtkForceDirectedLayoutStrategy.cxx  |     4 +-
 Infovis/Layout/vtkGraphLayoutStrategy.cxx          |     2 +-
 Infovis/Layout/vtkGraphLayoutStrategy.h            |     2 +-
 Infovis/Layout/vtkIncrementalForceLayout.cxx       |     1 +
 Infovis/Layout/vtkPerturbCoincidentVertices.cxx    |     1 -
 Infovis/Parallel/CMakeLists.txt                    |     2 +-
 Infovis/Parallel/Testing/Cxx/CMakeLists.txt        |    24 +-
 .../Parallel/Testing/Cxx/TestPBGLAlgorithms.cxx    |     2 +-
 .../Testing/Cxx/TestPBGLGraphSQLReaderFile.cxx     |     2 +-
 Infovis/Parallel/vtkPBGLDistributedGraphHelper.cxx |     2 +-
 .../Style/Testing/Data/Baseline/TestFlyTo.png.md5  |     1 +
 .../Baseline/TestInteractorStyleTerrain.png.md5    |     1 +
 .../Baseline/TestInteractorStyleTerrain_1.png.md5  |     1 +
 .../Data/Baseline/TestStyleBaseSpike.png.md5       |     1 +
 .../Data/Baseline/TestStyleJoystickActor.png.md5   |     1 +
 .../Data/Baseline/TestStyleJoystickCamera.png.md5  |     1 +
 .../Data/Baseline/TestStyleRubberBandZoom.png.md5  |     1 +
 .../Testing/Data/Baseline/TestStyleTerrain.png.md5 |     1 +
 .../Data/Baseline/TestStyleTrackballActor.png.md5  |     1 +
 .../Data/Baseline/TestStyleTrackballCamera.png.md5 |     1 +
 Interaction/Style/Testing/Python/CMakeLists.txt    |    21 +-
 .../Style/Testing/Python/TestStyleBaseSpike.py     |     4 -
 .../Style/Testing/Python/TestStyleJoystickActor.py |     4 -
 .../Testing/Python/TestStyleJoystickCamera.py      |     4 -
 .../Style/Testing/Python/TestStyleTerrain.py       |     4 -
 .../Testing/Python/TestStyleTrackballActor.py      |     4 -
 .../Testing/Python/TestStyleTrackballCamera.py     |     4 -
 Interaction/Style/Testing/Tcl/CMakeLists.txt       |    22 +-
 Interaction/Style/module.cmake                     |     3 +
 Interaction/Style/vtkInteractorStyleImage.cxx      |    11 +-
 Interaction/Widgets/Testing/Cxx/BoxWidget.cxx      |     2 +-
 Interaction/Widgets/Testing/Cxx/BoxWidget2.cxx     |     2 +-
 Interaction/Widgets/Testing/Cxx/CMakeLists.txt     |    85 +-
 .../Widgets/Testing/Cxx/TerrainPolylineEditor.cxx  |     2 +-
 .../Widgets/Testing/Cxx/TestAngleWidget2D.cxx      |     2 +-
 .../Widgets/Testing/Cxx/TestAngleWidget3D.cxx      |     2 +-
 .../Testing/Cxx/TestCellCentersPointPlacer.cxx     |     2 +-
 .../Testing/Cxx/TestDijkstraImageGeodesicPath.cxx  |     2 +-
 .../Widgets/Testing/Cxx/TestDistanceWidget.cxx     |     2 +-
 .../Widgets/Testing/Cxx/TestDistanceWidget3D.cxx   |     2 +-
 .../Cxx/TestFixedSizeHandleRepresentation3D.cxx    |     2 +-
 .../Widgets/Testing/Cxx/TestImageTracerWidget.cxx  |     2 +-
 .../Testing/Cxx/TestImplicitPlaneWidget.cxx        |     2 +-
 .../Testing/Cxx/TestImplicitPlaneWidget2.cxx       |     2 +-
 .../TestImplicitPlaneWidget2LockNormalToCamera.cxx |     2 +-
 Interaction/Widgets/Testing/Cxx/TestLineWidget.cxx |     2 +-
 .../Widgets/Testing/Cxx/TestLineWidget2.cxx        |     2 +-
 .../Testing/Cxx/TestLogoWidgetAlphaBlending.cxx    |     2 +-
 .../Testing/Cxx/TestLogoWidgetDepthPeeling.cxx     |     2 +-
 .../Testing/Cxx/TestOrientationMarkerWidget.cxx    |     2 +-
 .../Testing/Cxx/TestPickingManagerSeedWidget.cxx   |     2 +-
 .../Widgets/Testing/Cxx/TestPlaneWidget.cxx        |     2 +-
 .../Widgets/Testing/Cxx/TestPointWidget.cxx        |     2 +-
 ...stPolygonalSurfaceConstrainedDistanceWidget.cxx |     2 +-
 .../Widgets/Testing/Cxx/TestScalarBarWidget.cxx    |     2 +-
 Interaction/Widgets/Testing/Cxx/TestSeedWidget.cxx |     2 +-
 .../Widgets/Testing/Cxx/TestSliderWidget.cxx       |     2 +-
 .../Widgets/Testing/Cxx/TestSliderWidget2D.cxx     |     2 +-
 .../Widgets/Testing/Cxx/TestSphereHandleWidget.cxx |     2 +-
 .../Testing/Data/Baseline/BoxWidget.png.md5        |     1 +
 .../Testing/Data/Baseline/BoxWidget2.png.md5       |     1 +
 .../Testing/Data/Baseline/BoxWidget_1.png.md5      |     1 +
 .../Data/Baseline/TerrainPolylineEditor.png.md5    |     1 +
 .../Testing/Data/Baseline/TestAffineWidget.png.md5 |     1 +
 .../Data/Baseline/TestAngleWidget2D.png.md5        |     1 +
 .../Data/Baseline/TestAngleWidget2D_1.png.md5      |     1 +
 .../Data/Baseline/TestAngleWidget3D.png.md5        |     1 +
 .../Data/Baseline/TestBalloonWidget.png.md5        |     1 +
 .../Data/Baseline/TestBiDimensionalWidget.png.md5  |     1 +
 .../Testing/Data/Baseline/TestBorderWidget.png.md5 |     1 +
 .../Data/Baseline/TestBorderWidget_1.png.md5       |     1 +
 .../Testing/Data/Baseline/TestBoxWidget.png.md5    |     1 +
 .../Testing/Data/Baseline/TestCameraWidget.png.md5 |     1 +
 .../Baseline/TestCellCentersPointPlacer.png.md5    |     1 +
 .../Baseline/TestCenteredSliderWidget2D.png.md5    |     1 +
 .../Data/Baseline/TestCheckerboardWidget.png.md5   |     1 +
 .../Baseline/TestConstrainedHandleWidget.png.md5   |     1 +
 .../Data/Baseline/TestContourWidget2.png.md5       |     1 +
 .../Baseline/TestDijkstraGraphGeodesicPath.png.md5 |     1 +
 .../TestDijkstraGraphGeodesicPath_1.png.md5        |     1 +
 .../Baseline/TestDijkstraImageGeodesicPath.png.md5 |     1 +
 .../Data/Baseline/TestDistanceWidget.png.md5       |     1 +
 .../Data/Baseline/TestDistanceWidget3D.png.md5     |     1 +
 .../Data/Baseline/TestDistanceWidget_1.png.md5     |     1 +
 .../TestFixedSizeHandleRepresentation3D.png.md5    |     1 +
 .../Data/Baseline/TestFocalPlaneContour.png.md5    |     1 +
 .../Testing/Data/Baseline/TestHandleWidget.png.md5 |     1 +
 .../Data/Baseline/TestHandleWidget2D.png.md5       |     1 +
 .../Data/Baseline/TestHandleWidget_1.png.md5       |     1 +
 .../Data/Baseline/TestHandleWidget_2.png.md5       |     1 +
 .../Data/Baseline/TestImagePlaneWidget.png.md5     |     1 +
 .../Data/Baseline/TestImageTracerWidget.png.md5    |     1 +
 .../Data/Baseline/TestImageTracerWidget_1.png.md5  |     1 +
 .../Data/Baseline/TestImageTracerWidget_2.png.md5  |     1 +
 .../Data/Baseline/TestImplicitPlaneWidget.png.md5  |     1 +
 .../Data/Baseline/TestImplicitPlaneWidget2.png.md5 |     1 +
 ...tImplicitPlaneWidget2LockNormalToCamera.png.md5 |     1 +
 ...mplicitPlaneWidget2LockNormalToCamera_1.png.md5 |     1 +
 .../Baseline/TestImplicitPlaneWidget2_1.png.md5    |     1 +
 .../Baseline/TestImplicitPlaneWidget2_2.png.md5    |     1 +
 .../Baseline/TestImplicitPlaneWidget2b.png.md5     |     1 +
 .../Baseline/TestImplicitPlaneWidget2b_1.png.md5   |     1 +
 .../Baseline/TestImplicitPlaneWidget2b_2.png.md5   |     1 +
 .../Baseline/TestInteractorEventRecorder.png.md5   |     1 +
 .../Testing/Data/Baseline/TestLineWidget.png.md5   |     1 +
 .../Testing/Data/Baseline/TestLineWidget2.png.md5  |     1 +
 .../Testing/Data/Baseline/TestLogoWidget.png.md5   |     1 +
 .../Baseline/TestLogoWidgetAlphaBlending.png.md5   |     1 +
 .../Baseline/TestLogoWidgetDepthPeeling.png.md5    |     1 +
 .../Baseline/TestOrientationMarkerWidget.png.md5   |     1 +
 .../Baseline/TestOrientationMarkerWidget_1.png.md5 |     1 +
 .../Baseline/TestOrientationMarkerWidget_2.png.md5 |     1 +
 .../Data/Baseline/TestParallelopipedWidget.png.md5 |     1 +
 .../Baseline/TestPickingManagerSeedWidget.png.md5  |     1 +
 .../Baseline/TestPickingManagerWidgets.png.md5     |     1 +
 .../Testing/Data/Baseline/TestPlaneWidget.png.md5  |     1 +
 .../Data/Baseline/TestPlaybackWidget.png.md5       |     1 +
 .../TestPointHandleRepresentation3D.png.md5        |     1 +
 .../Testing/Data/Baseline/TestPointWidget.png.md5  |     1 +
 .../Data/Baseline/TestPointWidget_1.png.md5        |     1 +
 .../TestPolygonalHandleRepresentations.png.md5     |     1 +
 ...TestPolygonalRepresentationHandleWidget.png.md5 |     1 +
 ...lygonalSurfaceConstrainedDistanceWidget.png.md5 |     1 +
 .../Baseline/TestProgrammaticPlacement.png.md5     |     1 +
 .../Baseline/TestRectilinearWipeWidget.png.md5     |     1 +
 .../Baseline/TestRectilinearWipeWidget_1.png.md5   |     1 +
 .../Data/Baseline/TestScalarBarWidget.png.md5      |     1 +
 .../Testing/Data/Baseline/TestSeedWidget.png.md5   |     1 +
 .../Testing/Data/Baseline/TestSeedWidget2.png.md5  |     1 +
 ...TestSeedWidgetNonUniformRepresentations.png.md5 |     1 +
 ...stSeedWidgetNonUniformRepresentations_1.png.md5 |     1 +
 ...stSeedWidgetNonUniformRepresentations_2.png.md5 |     1 +
 .../Testing/Data/Baseline/TestSliderWidget.png.md5 |     1 +
 .../Data/Baseline/TestSliderWidget2D.png.md5       |     1 +
 .../Data/Baseline/TestSliderWidget2D_1.png.md5     |     1 +
 .../Data/Baseline/TestSphereHandleWidget.png.md5   |     1 +
 .../Testing/Data/Baseline/TestSphereWidget.png.md5 |     1 +
 .../Data/Baseline/TestSphereWidget_1.png.md5       |     1 +
 .../Data/Baseline/TestSphereWidget_2.png.md5       |     1 +
 .../Data/Baseline/TestSphereWidget_3.png.md5       |     1 +
 .../TestSurfaceConstrainedHandleWidget.png.md5     |     1 +
 .../TestSurfaceConstrainedHandleWidget_1.png.md5   |     1 +
 .../Data/Baseline/TestTensorProbeWidget.png.md5    |     1 +
 .../Testing/Data/Baseline/TestTextWidget.png.md5   |     1 +
 Interaction/Widgets/Testing/Python/CMakeLists.txt  |    12 +-
 .../Widgets/Testing/Python/TestBoxWidget.py        |     4 -
 .../Widgets/Testing/Python/TestImagePlaneWidget.py |     4 -
 .../Testing/Python/TestInteractorEventRecorder.py  |     4 -
 .../Widgets/Testing/Python/TestSphereWidget.py     |     4 -
 .../Widgets/Testing/Python/TestTextWidget.py       |     4 -
 Interaction/Widgets/Testing/Tcl/CMakeLists.txt     |    11 +-
 Interaction/Widgets/vtkAffineRepresentation2D.h    |     2 +-
 Interaction/Widgets/vtkBalloonWidget.cxx           |     8 +
 Interaction/Widgets/vtkBorderRepresentation.cxx    |   173 +-
 Interaction/Widgets/vtkBorderRepresentation.h      |    30 +-
 Interaction/Widgets/vtkBorderWidget.cxx            |     9 +-
 Interaction/Widgets/vtkCameraRepresentation.cxx    |     2 +-
 Interaction/Widgets/vtkCaptionRepresentation.cxx   |     2 +-
 .../vtkContinuousValueWidgetRepresentation.h       |     2 +-
 Interaction/Widgets/vtkLogoRepresentation.cxx      |     2 +-
 Interaction/Widgets/vtkPlaybackRepresentation.cxx  |     2 +-
 .../Widgets/vtkPolygonalHandleRepresentation3D.h   |     2 +-
 Interaction/Widgets/vtkScalarBarRepresentation.cxx |     8 +-
 Interaction/Widgets/vtkTextRepresentation.cxx      |     2 +-
 Parallel/Core/Testing/Cxx/CMakeLists.txt           |     3 +-
 .../Data/Baseline/TestPolyDataPieces.png.md5       |     1 +
 .../Data/Baseline/TestUnstructuredPieces.png.md5   |     1 +
 Parallel/Core/Testing/Python/CMakeLists.txt        |     6 +-
 Parallel/Core/Testing/Tcl/CMakeLists.txt           |     6 +-
 Parallel/Core/module.cmake                         |     2 +
 Parallel/Core/vtkCommunicator.cxx                  |    66 +-
 Parallel/Core/vtkCommunicator.h                    |     1 -
 Parallel/Core/vtkFieldDataSerializer.cxx           |    42 +-
 Parallel/Core/vtkMultiProcessStream.cxx            |   211 +-
 Parallel/Core/vtkMultiProcessStream.h              |    11 +-
 Parallel/Core/vtkSocketCommunicator.cxx            |     2 +-
 Parallel/Core/vtkSocketController.h                |    10 +-
 Parallel/MPI/CMakeLists.txt                        |    10 +-
 Parallel/MPI/Testing/Cxx/CMakeLists.txt            |    22 +-
 .../Cxx/TestDistributedDataShadowMapPass.cxx       |     3 +-
 .../MPI/Testing/Data/Baseline/TestPProbe.png.md5   |     1 +
 Parallel/MPI/Testing/Tcl/CMakeLists.txt            |    15 +-
 Parallel/MPI/vtkMPICommunicator.cxx                |     2 +-
 Parallel/MPI/vtkMPIUtilities.cxx                   |   115 +
 Parallel/MPI/vtkMPIUtilities.h                     |    46 +
 Rendering/Annotation/CMakeLists.txt                |     1 +
 Rendering/Annotation/Testing/Cxx/CMakeLists.txt    |    28 +-
 .../Annotation/Testing/Cxx/TestAxisActor3D.cxx     |    68 +-
 .../Testing/Data/Baseline/TestAxisActor3D.png.md5  |     1 +
 .../Data/Baseline/TestBarChartActor.png.md5        |     1 +
 .../Testing/Data/Baseline/TestCaptionActor.png.md5 |     1 +
 .../Data/Baseline/TestCaptionActor2D.png.md5       |     1 +
 .../Data/Baseline/TestCaptionActor_1.png.md5       |     1 +
 .../Data/Baseline/TestCubeAxes2DMode.png.md5       |     1 +
 .../Testing/Data/Baseline/TestCubeAxes3.png.md5    |     1 +
 .../Data/Baseline/TestCubeAxesInnerGridAll.png.md5 |     1 +
 .../Baseline/TestCubeAxesInnerGridClosest.png.md5  |     1 +
 .../Baseline/TestCubeAxesInnerGridFurthest.png.md5 |     1 +
 .../Baseline/TestCubeAxesIntersectionPoint.png.md5 |     1 +
 .../TestCubeAxesOrientedBoundingBox.png.md5        |     1 +
 .../Baseline/TestCubeAxesWithGridLines.png.md5     |     1 +
 .../Baseline/TestCubeAxesWithXInnerGrids.png.md5   |     1 +
 .../Baseline/TestCubeAxesWithXInnerPolys.png.md5   |     1 +
 .../Baseline/TestCubeAxesWithXInnerPolys_1.png.md5 |     1 +
 .../Data/Baseline/TestCubeAxesWithXLines.png.md5   |     1 +
 .../Data/Baseline/TestCubeAxesWithXLines_1.png.md5 |     1 +
 .../Baseline/TestCubeAxesWithYInnerGrids.png.md5   |     1 +
 .../Baseline/TestCubeAxesWithYInnerPolys.png.md5   |     1 +
 .../Baseline/TestCubeAxesWithYInnerPolys_1.png.md5 |     1 +
 .../Data/Baseline/TestCubeAxesWithYLines.png.md5   |     1 +
 .../Data/Baseline/TestCubeAxesWithYLines_1.png.md5 |     1 +
 .../Baseline/TestCubeAxesWithZInnerGrids.png.md5   |     1 +
 .../Baseline/TestCubeAxesWithZInnerPolys.png.md5   |     1 +
 .../Data/Baseline/TestCubeAxesWithZLines.png.md5   |     1 +
 .../Data/Baseline/TestLegendBoxActor.png.md5       |     1 +
 .../Data/Baseline/TestLegendScaleActor.png.md5     |     1 +
 .../Data/Baseline/TestPieChartActor.png.md5        |     1 +
 .../Testing/Data/Baseline/TestPolarAxes.png.md5    |     1 +
 .../Data/Baseline/TestSpiderPlotActor.png.md5      |     1 +
 .../Testing/Data/Baseline/TestXYPlotActor.png.md5  |     1 +
 .../Annotation/Testing/Data/Baseline/bore.png.md5  |     1 +
 .../Testing/Data/Baseline/cubeAxes.png.md5         |     1 +
 .../Testing/Data/Baseline/cubeAxes2.png.md5        |     1 +
 .../Testing/Data/Baseline/cubeAxes3.png.md5        |     1 +
 .../Testing/Data/Baseline/xyPlot.png.md5           |     1 +
 .../Testing/Data/Baseline/xyPlot2.png.md5          |     1 +
 .../Testing/Data/Baseline/xyPlot3.png.md5          |     1 +
 .../Testing/Data/Baseline/xyPlot4.png.md5          |     1 +
 Rendering/Annotation/Testing/Python/CMakeLists.txt |    21 +-
 Rendering/Annotation/Testing/Tcl/CMakeLists.txt    |    21 +-
 Rendering/Annotation/module.cmake                  |     2 +
 Rendering/Annotation/vtkAxisActor.cxx              |   272 +-
 Rendering/Annotation/vtkAxisActor.h                |    36 +-
 Rendering/Annotation/vtkAxisActor2D.cxx            |    16 +-
 Rendering/Annotation/vtkAxisFollower.cxx           |     5 +-
 Rendering/Annotation/vtkAxisFollower.h             |     2 +-
 Rendering/Annotation/vtkBarChartActor.cxx          |    19 +-
 Rendering/Annotation/vtkCornerAnnotation.cxx       |    32 +-
 Rendering/Annotation/vtkCubeAxesActor.cxx          |   159 +-
 Rendering/Annotation/vtkCubeAxesActor.h            |     7 +
 Rendering/Annotation/vtkCubeAxesActor2D.cxx        |    22 +-
 Rendering/Annotation/vtkLeaderActor2D.cxx          |    15 +-
 .../Annotation/vtkParallelCoordinatesActor.cxx     |    14 +-
 Rendering/Annotation/vtkPieChartActor.cxx          |    12 +-
 Rendering/Annotation/vtkPolarAxesActor.cxx         |    14 +-
 Rendering/Annotation/vtkProp3DAxisFollower.cxx     |   593 +
 Rendering/Annotation/vtkProp3DAxisFollower.h       |   165 +
 Rendering/Annotation/vtkScalarBarActor.cxx         |    77 +-
 Rendering/Annotation/vtkScalarBarActor.h           |    21 +
 Rendering/Annotation/vtkSpiderPlotActor.cxx        |     7 +-
 Rendering/Annotation/vtkXYPlotActor.cxx            |    10 +-
 Rendering/Cg/vtkCgShader.cxx                       |   511 -
 Rendering/Cg/vtkCgShader.h                         |   172 -
 Rendering/Cg/vtkCgShaderDeviceAdapter.cxx          |   114 -
 Rendering/Cg/vtkCgShaderDeviceAdapter.h            |    75 -
 Rendering/Cg/vtkCgShaderProgram.cxx                |    81 -
 Rendering/Cg/vtkCgShaderProgram.h                  |    77 -
 Rendering/Context2D/module.cmake                   |     3 +-
 Rendering/Context2D/vtkAbstractContextItem.h       |     2 +-
 Rendering/Context2D/vtkContext2D.cxx               |    44 +
 Rendering/Context2D/vtkContext2D.h                 |     9 +-
 Rendering/Context2D/vtkContextBufferId.cxx         |     5 +
 Rendering/Context2D/vtkContextDevice2D.cxx         |     2 +-
 Rendering/Context2D/vtkContextMouseEvent.h         |     4 -
 Rendering/Context2D/vtkContextScene.cxx            |     2 +-
 Rendering/Context2D/vtkMarkerUtilities.cxx         |     2 +
 Rendering/Context2D/vtkOpenGL2ContextDevice2D.cxx  |    41 +-
 Rendering/Context2D/vtkOpenGLContextBufferId.cxx   |     6 +
 Rendering/Context2D/vtkOpenGLContextDevice2D.cxx   |   134 +-
 .../Context2D/vtkOpenGLContextDevice2DPrivate.h    |    21 +-
 Rendering/Context2D/vtkOpenGLContextDevice3D.cxx   |    19 +-
 Rendering/Context2D/vtkTooltipItem.cxx             |    14 +
 Rendering/Core/CMakeLists.txt                      |    13 +-
 Rendering/Core/Testing/Cxx/CMakeLists.txt          |    27 +-
 .../Testing/Cxx/TestViewDependentErrorMetric.cxx   |     2 +-
 .../Core/Testing/Data/Baseline/CamBlur.png.md5     |     1 +
 .../Core/Testing/Data/Baseline/ImageActor.png.md5  |     1 +
 .../Data/Baseline/ImageActorStressed.png.md5       |     1 +
 .../Data/Baseline/NoLightGeneration.png.md5        |     1 +
 .../Data/Baseline/PickerWithLocator.png.md5        |     1 +
 .../Baseline/PolyDataMapperAllPolygons.png.md5     |     1 +
 .../Baseline/PolyDataMapperAllPolygons_1.png.md5   |     1 +
 .../Baseline/PolyDataMapperAllWireframe.png.md5    |     1 +
 .../Baseline/PolyDataMapperAllWireframe_1.png.md5  |     1 +
 .../Core/Testing/Data/Baseline/ScalarBar.png.md5   |     1 +
 .../Data/Baseline/SurfacePickerWithTexture.png.md5 |     1 +
 .../Baseline/SurfacePickerWithTexture_1.png.md5    |     1 +
 .../Data/Baseline/TestCameraInterpolator.png.md5   |     1 +
 .../TestGenericVertexAttributesGLSL.png.md5        |     1 +
 .../TestGenericVertexAttributesGLSL_1.png.md5      |     1 +
 .../Data/Baseline/TestLeaderActor2D.png.md5        |     1 +
 .../Testing/Data/Baseline/TestOnePoint.png.md5     |     1 +
 .../Testing/Data/Baseline/TestOpacity2.png.md5     |     1 +
 .../Testing/Data/Baseline/TestOpacity2_1.png.md5   |     1 +
 .../Testing/Data/Baseline/TestOpacity2_2.png.md5   |     1 +
 .../Testing/Data/Baseline/TestOpacity2_3.png.md5   |     1 +
 .../Data/Baseline/TestOpacityVectors.png.md5       |     1 +
 .../Data/Baseline/TestOpacityVectors_1.png.md5     |     1 +
 .../Data/Baseline/TestOpacityVectors_2.png.md5     |     1 +
 .../Core/Testing/Data/Baseline/TestRotate.png.md5  |     1 +
 .../TestSplitViewportStereoHorizontal.png.md5      |     1 +
 .../TestTransformCoordinateSystems.png.md5         |     1 +
 .../Baseline/TestTransformInterpolator.png.md5     |     1 +
 .../Baseline/TestTransformInterpolator_1.png.md5   |     1 +
 .../Baseline/TestTransformInterpolator_2.png.md5   |     1 +
 .../Baseline/TestTriangleStripCellColor.png.md5    |     1 +
 .../Baseline/TestWindowToImageTransparency.png.md5 |     1 +
 .../Testing/Data/Baseline/TexturedSphere.png.md5   |     1 +
 .../Testing/Data/Baseline/TexturedSphere_1.png.md5 |     1 +
 .../Data/Baseline/TransformConcatenation.png.md5   |     1 +
 .../Data/Baseline/TransformCoverage.png.md5        |     1 +
 .../Data/Baseline/TransformCoverage_1.png.md5      |     1 +
 .../Data/Baseline/TransformImageData.png.md5       |     1 +
 .../Data/Baseline/TransformPolyData.png.md5        |     1 +
 .../Core/Testing/Data/Baseline/assembly.png.md5    |     1 +
 .../Testing/Data/Baseline/cameraWarpedCone.png.md5 |     1 +
 Rendering/Core/Testing/Data/Baseline/cells.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/cowHair.png.md5     |     1 +
 .../Core/Testing/Data/Baseline/cowHair2.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/pickCells.png.md5   |     1 +
 .../Testing/Data/Baseline/propAssembly.png.md5     |     1 +
 .../Testing/Data/Baseline/rendererSource.png.md5   |     1 +
 .../Testing/Data/Baseline/rendererSource_1.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/rotations.png.md5   |     1 +
 .../Data/Baseline/stereoDresdenMace.png.md5        |     1 +
 Rendering/Core/Testing/Python/CMakeLists.txt       |    84 +-
 Rendering/Core/Testing/Python/TestCgShader.py      |    29 -
 .../Python/TestGenericVertexAttributesCg.py        |    84 -
 .../Core/Testing/Python/TestOpacityVectors.py      |    71 +
 Rendering/Core/Testing/Python/cells.py             |     4 -
 Rendering/Core/Testing/Tcl/CMakeLists.txt          |    66 +-
 Rendering/Core/module.cmake                        |     9 +-
 Rendering/Core/vtkAbstractPropPicker.cxx           |    10 -
 Rendering/Core/vtkAbstractPropPicker.h             |    17 -
 Rendering/Core/vtkAbstractVolumeMapper.h           |     2 +-
 Rendering/Core/vtkActor2D.cxx                      |     3 +-
 Rendering/Core/vtkActor2DCollection.h              |     2 +-
 Rendering/Core/vtkActorCollection.h                |     4 +-
 Rendering/Core/vtkAssemblyPaths.h                  |     4 +-
 Rendering/Core/vtkBackgroundColorMonitor.cxx       |    95 +
 Rendering/Core/vtkBackgroundColorMonitor.h         |    73 +
 Rendering/Core/vtkCellPicker.cxx                   |     2 +-
 Rendering/Core/vtkChooserPainter.cxx               |     2 +-
 Rendering/Core/vtkColorTransferFunction.cxx        |    14 +-
 Rendering/Core/vtkColorTransferFunction.h          |     2 +-
 Rendering/Core/vtkCompositePainter.cxx             |     2 +-
 .../Core/vtkDiscretizableColorTransferFunction.cxx |   334 +-
 .../Core/vtkDiscretizableColorTransferFunction.h   |    88 +-
 Rendering/Core/vtkFollower.h                       |     2 +-
 Rendering/Core/vtkFrustumCoverageCuller.h          |     2 +-
 Rendering/Core/vtkGPUInfoList.cxx                  |     2 +-
 .../Core/vtkGenericVertexAttributeMapping.cxx      |     2 +-
 Rendering/Core/vtkGlyph3DMapper.cxx                |     2 +-
 Rendering/Core/vtkHardwareSelector.cxx             |    40 +-
 Rendering/Core/vtkHardwareSelector.h               |    19 +-
 Rendering/Core/vtkImageActor.cxx                   |    12 +-
 Rendering/Core/vtkInteractorEventRecorder.cxx      |    19 +-
 Rendering/Core/vtkInteractorObserver.h             |     2 +-
 Rendering/Core/vtkInteractorStyle.cxx              |     7 +-
 Rendering/Core/vtkInteractorStyle.h                |    46 +-
 Rendering/Core/vtkLight.h                          |    10 +-
 Rendering/Core/vtkLightActor.cxx                   |    10 +-
 Rendering/Core/vtkLookupTableWithEnabling.cxx      |     2 +-
 Rendering/Core/vtkMaterialLibrary.cxx              |    74 -
 Rendering/Core/vtkMaterialLibrary.h                |    61 -
 Rendering/Core/vtkPainterDeviceAdapter.h           |    14 +
 Rendering/Core/vtkPainterPolyDataMapper.cxx        |     6 +
 Rendering/Core/vtkPointPicker.h                    |     2 +-
 Rendering/Core/vtkPrimitivePainter.cxx             |    12 -
 Rendering/Core/vtkProp.cxx                         |     8 +-
 Rendering/Core/vtkProp3D.h                         |     2 +-
 Rendering/Core/vtkProp3DCollection.h               |     4 +-
 Rendering/Core/vtkProp3DFollower.cxx               |    32 +-
 Rendering/Core/vtkProp3DFollower.h                 |     8 +-
 Rendering/Core/vtkPropCollection.h                 |     4 +-
 Rendering/Core/vtkProperty.cxx                     |   592 +-
 Rendering/Core/vtkProperty.h                       |    45 -
 Rendering/Core/vtkRenderWindow.cxx                 |    83 +-
 Rendering/Core/vtkRenderWindow.h                   |    82 +-
 Rendering/Core/vtkRenderWindowInteractor.cxx       |     5 +-
 Rendering/Core/vtkRenderer.cxx                     |    21 +-
 Rendering/Core/vtkRenderer.h                       |     2 +-
 Rendering/Core/vtkShader.cxx                       |  1235 --
 Rendering/Core/vtkShader.h                         |   224 -
 Rendering/Core/vtkShaderCodeLibrary.cxx            |   115 -
 Rendering/Core/vtkShaderCodeLibrary.h              |    80 -
 Rendering/Core/vtkShaderDeviceAdapter.cxx          |    38 -
 Rendering/Core/vtkShaderDeviceAdapter.h            |    81 -
 Rendering/Core/vtkShaderDeviceAdapter2.cxx         |     1 -
 Rendering/Core/vtkShaderProgram.cxx                |   260 -
 Rendering/Core/vtkShaderProgram.h                  |   168 -
 Rendering/Core/vtkStandardPolyDataPainter.cxx      |    82 +-
 Rendering/Core/vtkStandardPolyDataPainter.h        |     5 +-
 Rendering/Core/vtkTDxInteractorStyleCamera.cxx     |     2 +-
 Rendering/Core/vtkTextMapper.cxx                   |   392 +-
 Rendering/Core/vtkTextMapper.h                     |    83 +-
 Rendering/Core/vtkTextProperty.cxx                 |     5 +
 Rendering/Core/vtkTextProperty.h                   |    19 +
 Rendering/Core/vtkTextRenderer.h                   |     4 +
 Rendering/Core/vtkViewDependentErrorMetric.cxx     |     2 +-
 Rendering/Core/vtkViewport.h                       |     4 +-
 Rendering/Core/vtkVolume.cxx                       |    70 +-
 Rendering/Core/vtkWindowLevelLookupTable.h         |     2 +-
 Rendering/Core/vtkWorldPointPicker.h               |     2 +-
 Rendering/Core/vtkXMLMaterial.cxx                  |   313 -
 Rendering/Core/vtkXMLMaterial.h                    |   109 -
 Rendering/Core/vtkXMLMaterialParser.cxx            |   152 -
 Rendering/Core/vtkXMLMaterialParser.h              |   123 -
 Rendering/Core/vtkXMLMaterialReader.cxx            |   112 -
 Rendering/Core/vtkXMLMaterialReader.h              |    92 -
 Rendering/Core/vtkXMLShader.cxx                    |   447 -
 Rendering/Core/vtkXMLShader.h                      |   137 -
 Rendering/FreeType/Testing/Cxx/CMakeLists.txt      |    69 +-
 .../Testing/Cxx/TestFreeTypeTextMapper.cxx         |   265 +
 .../Testing/Cxx/TestFreeTypeTextMapperNoMath.cxx   |   211 +
 .../Cxx/TestMathTextFreeTypeTextRenderer.cxx       |    23 +-
 .../Cxx/TestMathTextFreeTypeTextRendererNoMath.cxx |    23 +-
 .../Data/Baseline/OverlayTextOnImage.png.md5       |     1 +
 .../Data/Baseline/TestFTStringToPath.png.md5       |     1 +
 .../Data/Baseline/TestFreeTypeTextMapper.png.md5   |     1 +
 .../Baseline/TestFreeTypeTextMapperNoMath.png.md5  |     1 +
 .../TestMathTextFreeTypeTextRenderer.png.md5       |     1 +
 .../TestMathTextFreeTypeTextRendererNoMath.png.md5 |     1 +
 .../Testing/Data/Baseline/multiLineText.png.md5    |     1 +
 .../FreeType/Testing/Data/Baseline/text.png.md5    |     1 +
 .../FreeType/Testing/Data/Fonts/DejaVuSans.ttf.md5 |     1 +
 Rendering/FreeType/Testing/Python/CMakeLists.txt   |     6 +-
 Rendering/FreeType/Testing/Tcl/CMakeLists.txt      |     6 +-
 Rendering/FreeType/vtkFreeTypeTools.cxx            |    24 +-
 .../FreeType/vtkMathTextFreeTypeTextRenderer.cxx   |     9 +-
 Rendering/FreeType/vtkMathTextUtilities.cxx        |     2 +
 Rendering/FreeType/vtkMathTextUtilities.h          |     6 +-
 Rendering/FreeType/vtkTextActor.cxx                |     2 +
 Rendering/FreeType/vtkTextActor.h                  |     2 +-
 Rendering/FreeType/vtkTextActor3D.cxx              |    15 +-
 Rendering/FreeType/vtkTextActor3D.h                |     2 +-
 Rendering/FreeTypeFontConfig/CMakeLists.txt        |     2 +-
 .../FreeTypeFontConfig/Testing/Cxx/CMakeLists.txt  |    34 +-
 .../Testing/Cxx/TestSystemFontRendering.cxx        |    29 +-
 .../Data/Baseline/TestSystemFontRendering.png.md5  |     1 +
 .../Baseline/TestSystemFontRendering_1.png.md5     |     1 +
 .../Baseline/TestSystemFontRendering_2.png.md5     |     1 +
 .../vtkFontConfigFreeTypeTools.cxx                 |    46 +-
 .../FreeTypeOpenGL/vtkOpenGLFreeTypeTextMapper.cxx |   201 +-
 .../FreeTypeOpenGL/vtkOpenGLFreeTypeTextMapper.h   |    12 +
 Rendering/GL2PS/Testing/Cxx/CMakeLists.txt         |     7 +-
 Rendering/GL2PS/module.cmake                       |     2 +
 Rendering/GL2PS/vtkGL2PSContextDevice2D.cxx        |   139 +-
 Rendering/GL2PS/vtkGL2PSContextDevice2D.h          |     9 +-
 Rendering/GL2PS/vtkGL2PSUtilities.cxx              |    34 +-
 Rendering/GL2PS/vtkGL2PSUtilities.h                |    17 +-
 Rendering/HybridOpenGL/CMakeLists.txt              |    34 -
 Rendering/HybridOpenGL/Testing/Cxx/CMakeLists.txt  |    43 -
 .../Testing/Cxx/TestImageDataLIC2D.cxx             |    48 -
 .../HybridOpenGL/Testing/Cxx/TestImageDataLIC2D.h  |   297 -
 .../Testing/Cxx/TestStructuredGridLIC2DSlice.h     |   304 -
 .../Testing/Cxx/TestStructuredGridLIC2DXSlice.cxx  |    56 -
 .../Testing/Cxx/TestStructuredGridLIC2DYSlice.cxx  |    55 -
 .../Testing/Cxx/TestStructuredGridLIC2DZSlice.cxx  |    55 -
 .../HybridOpenGL/Testing/Cxx/TestSurfaceLIC.cxx    |    46 -
 .../HybridOpenGL/Testing/Cxx/TestSurfaceLIC.h      |   216 -
 Rendering/HybridOpenGL/module.cmake                |    15 -
 Rendering/HybridOpenGL/vtkImageDataLIC2D.cxx       |   613 -
 Rendering/HybridOpenGL/vtkImageDataLIC2D.h         |   155 -
 .../vtkImageDataLIC2DExtentTranslator.cxx          |    93 -
 .../vtkImageDataLIC2DExtentTranslator.h            |    66 -
 Rendering/HybridOpenGL/vtkStructuredGridLIC2D.cxx  |   817 --
 Rendering/HybridOpenGL/vtkStructuredGridLIC2D.h    |   166 -
 .../HybridOpenGL/vtkStructuredGridLIC2D_fs.glsl    |   179 -
 .../HybridOpenGL/vtkSurfaceLICDefaultPainter.cxx   |    60 -
 .../HybridOpenGL/vtkSurfaceLICDefaultPainter.h     |    68 -
 Rendering/HybridOpenGL/vtkSurfaceLICPainter.cxx    |   937 --
 Rendering/HybridOpenGL/vtkSurfaceLICPainter.h      |   167 -
 .../HybridOpenGL/vtkSurfaceLICPainter_fs1.glsl     |    30 -
 .../HybridOpenGL/vtkSurfaceLICPainter_fs2.glsl     |    58 -
 .../HybridOpenGL/vtkSurfaceLICPainter_vs1.glsl     |    51 -
 Rendering/Image/vtkImageSliceCollection.h          |     2 +-
 Rendering/LIC/CMakeLists.txt                       |    66 +
 Rendering/LIC/Testing/Cxx/CMakeLists.txt           |   375 +
 Rendering/LIC/Testing/Cxx/TestImageDataLIC2D.cxx   |   401 +
 Rendering/LIC/Testing/Cxx/TestImageDataLIC2D.h     |    24 +
 .../Testing/Cxx/TestStructuredGridLIC2DXSlice.cxx  |    55 +
 .../Testing/Cxx/TestStructuredGridLIC2DYSlice.cxx  |    54 +
 .../Testing/Cxx/TestStructuredGridLIC2DZSlice.cxx  |    54 +
 Rendering/LIC/Testing/Cxx/TestSurfaceLIC.cxx       |   252 +
 Rendering/LIC/Testing/Cxx/TestSurfaceLIC.h         |    20 +
 .../Cxx/vtkStructuredGridLIC2DTestDriver.cxx       |   335 +
 .../Testing/Cxx/vtkStructuredGridLIC2DTestDriver.h |    26 +
 .../LIC/Testing/Cxx/vtkSurfaceLICTestDriver.cxx    |   406 +
 .../LIC/Testing/Cxx/vtkSurfaceLICTestDriver.h      |    61 +
 .../Data/Baseline/TestImageDataLIC2D.png.md5       |     1 +
 .../Data/Baseline/TestImageDataLIC2D_1.png.md5     |     1 +
 .../Baseline/TestStructuredGridLIC2DXSlice.png.md5 |     1 +
 .../TestStructuredGridLIC2DXSlice_1.png.md5        |     1 +
 .../Baseline/TestStructuredGridLIC2DYSlice.png.md5 |     1 +
 .../TestStructuredGridLIC2DYSlice_1.png.md5        |     1 +
 .../Baseline/TestStructuredGridLIC2DZSlice.png.md5 |     1 +
 .../TestStructuredGridLIC2DZSlice_1.png.md5        |     1 +
 .../Testing/Data/Baseline/TestSurfaceLIC.png.md5   |     1 +
 ...SurfaceLICCurvedContrastEnhancedBlended.png.md5 |     1 +
 ...CurvedContrastEnhancedBlendedSmallGrain.png.md5 |     1 +
 ...dContrastEnhancedColorBlendedSmallGrain.png.md5 |     1 +
 ...trastEnhancedColorBlendedSmallGrainMask.png.md5 |     1 +
 ...edContrastEnhancedColorMappedSmallGrain.png.md5 |     1 +
 ...ntrastEnhancedColorMappedSmallGrainMask.png.md5 |     1 +
 ...tSurfaceLICCurvedContrastEnhancedMapped.png.md5 |     1 +
 ...CCurvedContrastEnhancedMappedSmallGrain.png.md5 |     1 +
 ...stEnhancedMappedSmallVectorNormalizeOff.png.md5 |     1 +
 ...LICCurvedContrastEnhancedSmallGrainMask.png.md5 |     1 +
 .../Baseline/TestSurfaceLICCurvedDefaults.png.md5  |     1 +
 .../TestSurfaceLICCurvedDefaultsColor.png.md5      |     1 +
 ...faceLICCurvedEnhancedVectorNormalizeOff.png.md5 |     1 +
 ...faceLICMultiBlockContrastEnhancedPerlin.png.md5 |     1 +
 .../TestSurfaceLICPlanarContrastEnhanced.png.md5   |     1 +
 .../Baseline/TestSurfaceLICPlanarDefaults.png.md5  |     1 +
 .../TestSurfaceLICPlanarVectorNormalizeOff.png.md5 |     1 +
 ...anarVectorNormalizeOffMediumGrainPerlin.png.md5 |     1 +
 ...narVectorNormalizeOffMediumGrainUniform.png.md5 |     1 +
 Rendering/LIC/module.cmake                         |    15 +
 Rendering/LIC/vtkImageDataLIC2D.cxx                |   722 ++
 Rendering/LIC/vtkImageDataLIC2D.h                  |   141 +
 .../LIC/vtkImageDataLIC2DExtentTranslator.cxx      |   121 +
 Rendering/LIC/vtkImageDataLIC2DExtentTranslator.h  |    74 +
 Rendering/LIC/vtkLineIntegralConvolution2D.cxx     |  2156 ++++
 Rendering/LIC/vtkLineIntegralConvolution2D.h       |   396 +
 Rendering/LIC/vtkLineIntegralConvolution2D_AA.glsl |    88 +
 .../LIC/vtkLineIntegralConvolution2D_AAH.glsl      |    56 +
 .../LIC/vtkLineIntegralConvolution2D_AAV.glsl      |    56 +
 Rendering/LIC/vtkLineIntegralConvolution2D_CE.glsl |    38 +
 Rendering/LIC/vtkLineIntegralConvolution2D_EE.glsl |    73 +
 .../LIC/vtkLineIntegralConvolution2D_LIC0.glsl     |    89 +
 .../LIC/vtkLineIntegralConvolution2D_LICI.glsl     |   124 +
 .../LIC/vtkLineIntegralConvolution2D_LICN.glsl     |    32 +
 Rendering/LIC/vtkLineIntegralConvolution2D_VT.glsl |    33 +
 Rendering/LIC/vtkPainterCommunicator.h             |    72 +
 Rendering/LIC/vtkPixelTransfer.cxx                 |    32 +
 Rendering/LIC/vtkPixelTransfer.h                   |   233 +
 Rendering/LIC/vtkStructuredGridLIC2D.cxx           |   851 ++
 Rendering/LIC/vtkStructuredGridLIC2D.h             |   166 +
 Rendering/LIC/vtkStructuredGridLIC2D_fs.glsl       |   158 +
 Rendering/LIC/vtkSurfaceLICComposite.cxx           |   425 +
 Rendering/LIC/vtkSurfaceLICComposite.h             |   270 +
 Rendering/LIC/vtkSurfaceLICDefaultPainter.cxx      |   114 +
 Rendering/LIC/vtkSurfaceLICDefaultPainter.h        |    74 +
 Rendering/LIC/vtkSurfaceLICPainter.cxx             |  3442 +++++
 Rendering/LIC/vtkSurfaceLICPainter.h               |   532 +
 Rendering/LIC/vtkSurfaceLICPainter_CE.glsl         |   105 +
 Rendering/LIC/vtkSurfaceLICPainter_DCpy.glsl       |    38 +
 Rendering/LIC/vtkSurfaceLICPainter_GeomFs.glsl     |    32 +
 Rendering/LIC/vtkSurfaceLICPainter_GeomVs.glsl     |    78 +
 Rendering/LIC/vtkSurfaceLICPainter_SC.glsl         |   202 +
 Rendering/LIC/vtkTextureIO.cxx                     |   172 +
 Rendering/LIC/vtkTextureIO.h                       |    86 +
 .../Data/Baseline/TestQuadricLODActor.png.md5      |     1 +
 Rendering/LOD/Testing/Python/CMakeLists.txt        |     2 +-
 Rendering/LOD/Testing/Tcl/CMakeLists.txt           |     2 +-
 Rendering/LOD/vtkLODActor.cxx                      |    20 +-
 .../Testing/Data/Baseline/labeledContours.png.md5  |     1 +
 .../Data/Baseline/labeledContours_1.png.md5        |     1 +
 .../Data/Baseline/labeledContours_2.png.md5        |     1 +
 .../Data/Baseline/labeledContours_3.png.md5        |     1 +
 .../Testing/Data/Baseline/labeledMesh.png.md5      |     1 +
 .../Testing/Data/Baseline/labeledMesh_1.png.md5    |     1 +
 Rendering/Label/Testing/Python/CMakeLists.txt      |     4 +-
 Rendering/Label/Testing/Tcl/CMakeLists.txt         |     7 +-
 Rendering/Label/module.cmake                       |     2 +
 Rendering/Label/vtkLabeledDataMapper.cxx           |     9 +-
 Rendering/Label/vtkLabeledDataMapper.h             |    20 +
 Rendering/Matplotlib/Testing/Cxx/CMakeLists.txt    |    75 +-
 .../Testing/Cxx/TestScalarBarCombinatorics.cxx     |    18 +-
 .../Data/Baseline/TestContextMathTextImage.png.md5 |     1 +
 .../Baseline/TestContextMathTextImage_1.png.md5    |     1 +
 .../TestGL2PSMathTextActor-rasterRef.png.md5       |     1 +
 .../Data/Baseline/TestGL2PSMathTextActor.png.md5   |     1 +
 .../TestGL2PSMathTextActor3D-rasterRef.png.md5     |     1 +
 .../Data/Baseline/TestGL2PSMathTextActor3D.png.md5 |     1 +
 .../Baseline/TestGL2PSMathTextActor3D_1.png.md5    |     1 +
 .../Baseline/TestGL2PSMathTextActor3D_2.png.md5    |     1 +
 .../Baseline/TestGL2PSMathTextActor3D_3.png.md5    |     1 +
 .../Data/Baseline/TestGL2PSMathTextActor_1.png.md5 |     1 +
 .../TestGL2PSMathTextOutput-rasterRef.png.md5      |     1 +
 .../TestGL2PSMathTextOutput-rasterRef_1.png.md5    |     1 +
 .../Data/Baseline/TestGL2PSMathTextOutput.png.md5  |     1 +
 .../Baseline/TestGL2PSMathTextOutput_1.png.md5     |     1 +
 .../TestGL2PSMathTextScaling-rasterRef.png.md5     |     1 +
 .../Data/Baseline/TestGL2PSMathTextScaling.png.md5 |     1 +
 .../Baseline/TestGL2PSMathTextScaling_1.png.md5    |     1 +
 .../Baseline/TestIndexedLookupScalarBar.png.md5    |     1 +
 .../Baseline/TestIndexedLookupScalarBar_1.png.md5  |     1 +
 .../Baseline/TestIndexedLookupScalarBar_2.png.md5  |     1 +
 .../Data/Baseline/TestMathTextActor.png.md5        |     1 +
 .../Data/Baseline/TestMathTextActor3D.png.md5      |     1 +
 .../Data/Baseline/TestMathTextActor3D_1.png.md5    |     1 +
 .../Data/Baseline/TestMathTextActor3D_2.png.md5    |     1 +
 .../Data/Baseline/TestMathTextActor_1.png.md5      |     1 +
 .../Testing/Data/Baseline/TestRenderString.png.md5 |     1 +
 .../Data/Baseline/TestRenderString_1.png.md5       |     1 +
 .../Data/Baseline/TestRenderString_2.png.md5       |     1 +
 .../Baseline/TestScalarBarCombinatorics.png.md5    |     1 +
 .../Testing/Data/Baseline/TestStringToPath.png.md5 |     1 +
 .../Data/Baseline/TestStringToPath_1.png.md5       |     1 +
 Rendering/OpenGL/CMakeLists.txt                    |    58 +-
 Rendering/OpenGL/Testing/Cxx/CMakeLists.txt        |   158 +-
 .../OpenGL/Testing/Cxx/LoadOpenGLExtension.cxx     |    26 +
 .../OpenGL/Testing/Cxx/TestFBOImplementation.cxx   |   292 +-
 .../OpenGL/Testing/Cxx/TestFollowerPicking.cxx     |     2 +-
 .../OpenGL/Testing/Cxx/TestGaussianBlurPass.cxx    |     4 +-
 ...estGenericVertexAttributesGLSLAlphaBlending.cxx |     4 +-
 ...GenericVertexAttributesGLSLDepthPeelingPass.cxx |     4 +-
 .../Testing/Cxx/TestGlyph3DMapperPicking.cxx       |     2 +-
 Rendering/OpenGL/Testing/Cxx/TestLightActor.cxx    |     2 +-
 Rendering/OpenGL/Testing/Cxx/TestMonitors.cxx      |   261 +
 Rendering/OpenGL/Testing/Cxx/TestShadowMapPass.cxx |     2 +-
 .../Cxx/TestTranslucentLUTDepthPeelingPass.cxx     |    34 +-
 .../Data/Baseline/LoadOpenGLExtension.png.md5      |     1 +
 .../Data/Baseline/LoadOpenGLExtension_1.png.md5    |     1 +
 .../Testing/Data/Baseline/RenderNonFinite.png.md5  |     1 +
 .../Testing/Data/Baseline/SurfacePlusEdges.png.md5 |     1 +
 .../Data/Baseline/TestActorLightingFlag.png.md5    |     1 +
 .../Data/Baseline/TestAnimationScene.png.md5       |     1 +
 .../Data/Baseline/TestAreaSelections.png.md5       |     1 +
 .../Data/Baseline/TestAreaSelections_1.png.md5     |     1 +
 .../Data/Baseline/TestBackfaceCulling.png.md5      |     1 +
 .../Data/Baseline/TestBlurAndSobelPasses.png.md5   |     1 +
 .../Data/Baseline/TestBlurAndSobelPasses_1.png.md5 |     1 +
 .../Data/Baseline/TestDynamic2DLabelMapper.png.md5 |     1 +
 .../Data/Baseline/TestFollowerPicking.png.md5      |     1 +
 .../Data/Baseline/TestFreetypeTextMapper.png.md5   |     1 +
 .../Baseline/TestFreetypeTextMapperBigger.png.md5  |     1 +
 .../Data/Baseline/TestFreetypeTextOverlay.png.md5  |     1 +
 .../Data/Baseline/TestGaussianBlurPass.png.md5     |     1 +
 .../Data/Baseline/TestGaussianBlurPass_1.png.md5   |     1 +
 .../Data/Baseline/TestGaussianBlurPass_2.png.md5   |     1 +
 ...enericVertexAttributesGLSLAlphaBlending.png.md5 |     1 +
 ...ericVertexAttributesGLSLAlphaBlending_1.png.md5 |     1 +
 .../TestGenericVertexAttributesGLSLCxx.png.md5     |     1 +
 .../TestGenericVertexAttributesGLSLCxx_1.png.md5   |     1 +
 ...ricVertexAttributesGLSLDepthPeelingPass.png.md5 |     1 +
 ...cVertexAttributesGLSLDepthPeelingPass_1.png.md5 |     1 +
 ...cVertexAttributesGLSLDepthPeelingPass_2.png.md5 |     1 +
 .../Data/Baseline/TestGlyph3DMapper.png.md5        |     1 +
 .../Data/Baseline/TestGlyph3DMapperArrow.png.md5   |     1 +
 .../Data/Baseline/TestGlyph3DMapperMasking.png.md5 |     1 +
 .../Baseline/TestGlyph3DMapperMasking_1.png.md5    |     1 +
 .../TestGlyph3DMapperOrientationArray.png.md5      |     1 +
 .../TestGlyph3DMapperOrientationArray_1.png.md5    |     1 +
 .../Data/Baseline/TestGlyph3DMapperPicking.png.md5 |     1 +
 .../Data/Baseline/TestGradientBackground.png.md5   |     1 +
 .../TestHomogeneousTransformOfActor.png.md5        |     1 +
 .../Baseline/TestImageResliceMapperAlpha.png.md5   |     1 +
 .../TestImageResliceMapperBackground.png.md5       |     1 +
 .../Baseline/TestImageResliceMapperBorder.png.md5  |     1 +
 .../TestImageResliceMapperInterpolation.png.md5    |     1 +
 .../Baseline/TestImageResliceMapperOffAxis.png.md5 |     1 +
 .../TestImageResliceMapperOrient3D.png.md5         |     1 +
 .../Baseline/TestImageResliceMapperSlab.png.md5    |     1 +
 .../Baseline/TestImageSliceMapperAlpha.png.md5     |     1 +
 .../TestImageSliceMapperBackground.png.md5         |     1 +
 .../TestImageSliceMapperBackground_1.png.md5       |     1 +
 .../Baseline/TestImageSliceMapperBorder.png.md5    |     1 +
 .../Baseline/TestImageSliceMapperBorder_1.png.md5  |     1 +
 .../TestImageSliceMapperInterpolation.png.md5      |     1 +
 .../Baseline/TestImageSliceMapperOrient2D.png.md5  |     1 +
 .../Baseline/TestImageSliceMapperOrient3D.png.md5  |     1 +
 .../Testing/Data/Baseline/TestImageStack.png.md5   |     1 +
 .../Testing/Data/Baseline/TestImageStack_1.png.md5 |     1 +
 .../Data/Baseline/TestLabelPlacementMapper.png.md5 |     1 +
 .../Baseline/TestLabelPlacementMapper2D.png.md5    |     1 +
 .../Baseline/TestLabelPlacementMapper2D_1.png.md5  |     1 +
 .../Baseline/TestLabelPlacementMapper2D_2.png.md5  |     1 +
 ...estLabelPlacementMapperCoincidentPoints.png.md5 |     1 +
 .../Testing/Data/Baseline/TestLabelPlacer.png.md5  |     1 +
 .../Data/Baseline/TestLabelPlacer2D.png.md5        |     1 +
 .../Data/Baseline/TestLabelPlacer2D_1.png.md5      |     1 +
 .../Data/Baseline/TestLabelPlacer2D_2.png.md5      |     1 +
 .../Data/Baseline/TestLabelPlacer2D_3.png.md5      |     1 +
 .../TestLabelPlacerCoincidentPoints.png.md5        |     1 +
 .../Testing/Data/Baseline/TestLightActor.png.md5   |     1 +
 .../Data/Baseline/TestMultiTexturing.png.md5       |     1 +
 .../Baseline/TestMultiTexturingTransform.png.md5   |     1 +
 .../Baseline/TestMultiTexturingTransform_1.png.md5 |     1 +
 .../Data/Baseline/TestMultiTexturing_1.png.md5     |     1 +
 .../TestMultiblockDisplayProperties.png.md5        |     1 +
 .../TestMultiblockDisplayProperties_1.png.md5      |     1 +
 .../Testing/Data/Baseline/TestOSConeCxx.png.md5    |     1 +
 .../Data/Baseline/TestOffAxisStereo.png.md5        |     1 +
 .../Testing/Data/Baseline/TestOpacity.png.md5      |     1 +
 .../Testing/Data/Baseline/TestOpacity_1.png.md5    |     1 +
 .../Data/Baseline/TestOpenGLPolyDataMapper.png.md5 |     1 +
 .../Data/Baseline/TestOrderedTriangulator.png.md5  |     1 +
 .../Data/Baseline/TestPolygonSelection.png.md5     |     1 +
 .../TestResetCameraVerticalAspectRatio.png.md5     |     1 +
 ...tResetCameraVerticalAspectRatioParallel.png.md5 |     1 +
 .../Testing/Data/Baseline/TestScalarBar.png.md5    |     1 +
 .../Testing/Data/Baseline/TestScalarBar_1.png.md5  |     1 +
 .../Testing/Data/Baseline/TestScalarBar_2.png.md5  |     1 +
 .../Testing/Data/Baseline/TestScalarBar_3.png.md5  |     1 +
 .../Data/Baseline/TestSetImageOrientation.png.md5  |     1 +
 .../Data/Baseline/TestShadowMapPass.png.md5        |     1 +
 .../Data/Baseline/TestShadowMapPass_1.png.md5      |     1 +
 .../TestSobelGradientMagnitudePass.png.md5         |     1 +
 .../TestSobelGradientMagnitudePass_1.png.md5       |     1 +
 .../OpenGL/Testing/Data/Baseline/TestTDx.png.md5   |     1 +
 .../Data/Baseline/TestTStripsColorsTCoords.png.md5 |     1 +
 .../TestTStripsNormalsColorsTCoords.png.md5        |     1 +
 .../Baseline/TestTStripsNormalsTCoords.png.md5     |     1 +
 .../Data/Baseline/TestTStripsTCoords.png.md5       |     1 +
 .../Baseline/TestTextActor3DAlphaBlending.png.md5  |     1 +
 .../Baseline/TestTextActor3DDepthPeeling.png.md5   |     1 +
 .../Baseline/TestTextActorAlphaBlending.png.md5    |     1 +
 .../Baseline/TestTextActorDepthPeeling.png.md5     |     1 +
 .../Testing/Data/Baseline/TestTextureRGBA.png.md5  |     1 +
 .../Baseline/TestTextureRGBADepthPeeling.png.md5   |     1 +
 .../Data/Baseline/TestTexturedBackground.png.md5   |     1 +
 .../Testing/Data/Baseline/TestTilingCxx.png.md5    |     1 +
 .../TestTransformCoordinateUseDouble.png.md5       |     1 +
 .../TestTranslucentImageActorAlphaBlending.png.md5 |     1 +
 .../TestTranslucentImageActorDepthPeeling.png.md5  |     1 +
 .../TestTranslucentLUTAlphaBlending.png.md5        |     1 +
 .../TestTranslucentLUTDepthPeeling.png.md5         |     1 +
 .../TestTranslucentLUTDepthPeelingPass.png.md5     |     1 +
 .../TestTranslucentLUTDepthPeelingPass_1.png.md5   |     1 +
 .../TestTranslucentLUTDepthPeeling_1.png.md5       |     1 +
 .../TestTranslucentLUTTextureAlphaBlending.png.md5 |     1 +
 .../TestTranslucentLUTTextureDepthPeeling.png.md5  |     1 +
 ...TestTranslucentLUTTextureDepthPeeling_1.png.md5 |     1 +
 Rendering/OpenGL/Testing/Python/CMakeLists.txt     |     9 +-
 .../Testing/Python/TestFreetypeTextMapper.py       |     4 -
 .../Testing/Python/TestFreetypeTextMapperBigger.py |     4 -
 Rendering/OpenGL/Testing/Tcl/CMakeLists.txt        |     6 +-
 Rendering/OpenGL/module.cmake                      |     4 +-
 Rendering/OpenGL/vtkCameraPass.cxx                 |     9 +-
 Rendering/OpenGL/vtkCarbonRenderWindow.cxx         |     1 -
 Rendering/OpenGL/vtkClearZPass.cxx                 |     2 +-
 Rendering/OpenGL/vtkCocoaRenderWindow.h            |     7 +
 Rendering/OpenGL/vtkCocoaRenderWindow.mm           |    80 +-
 Rendering/OpenGL/vtkCocoaRenderWindowInteractor.mm |    58 +-
 Rendering/OpenGL/vtkColorMaterialHelper.cxx        |    16 +
 Rendering/OpenGL/vtkColorMaterialHelper.h          |    15 +-
 Rendering/OpenGL/vtkColorMaterialHelper_vs.glsl    |     6 -
 Rendering/OpenGL/vtkCoreGraphicsGPUInfoList.cxx    |     2 +-
 Rendering/OpenGL/vtkDataTransferHelper.cxx         |     2 +-
 Rendering/OpenGL/vtkDefaultPass.cxx                |     2 +-
 Rendering/OpenGL/vtkDepthPeelingPass.cxx           |   285 +-
 Rendering/OpenGL/vtkDirectXGPUInfoList.cxx         |     2 +-
 Rendering/OpenGL/vtkDummyGPUInfoList.cxx           |     2 +-
 Rendering/OpenGL/vtkFrameBufferObject.cxx          |   582 +-
 Rendering/OpenGL/vtkFrameBufferObject.h            |   122 +-
 Rendering/OpenGL/vtkFrameBufferObject2.cxx         |   728 ++
 Rendering/OpenGL/vtkFrameBufferObject2.h           |   316 +
 Rendering/OpenGL/vtkGLSLShader.cxx                 |   521 -
 Rendering/OpenGL/vtkGLSLShader.h                   |   151 -
 Rendering/OpenGL/vtkGLSLShaderDeviceAdapter.cxx    |   294 -
 Rendering/OpenGL/vtkGLSLShaderDeviceAdapter.h      |    83 -
 Rendering/OpenGL/vtkGLSLShaderDeviceAdapter2.cxx   |     5 +
 Rendering/OpenGL/vtkGLSLShaderProgram.cxx          |   403 -
 Rendering/OpenGL/vtkGLSLShaderProgram.h            |   101 -
 Rendering/OpenGL/vtkGaussianBlurPass.cxx           |     7 +-
 Rendering/OpenGL/vtkGenericOpenGLRenderWindow.cxx  |    43 +-
 Rendering/OpenGL/vtkGenericOpenGLRenderWindow.h    |    10 +
 Rendering/OpenGL/vtkImageProcessingPass.cxx        |     2 +-
 Rendering/OpenGL/vtkLightingHelper.cxx             |    14 +-
 Rendering/OpenGL/vtkLightingHelper.h               |    11 +-
 Rendering/OpenGL/vtkLightsPass.cxx                 |     2 +-
 Rendering/OpenGL/vtkLineIntegralConvolution2D.cxx  |  1002 --
 Rendering/OpenGL/vtkLineIntegralConvolution2D.h    |   225 -
 .../OpenGL/vtkLineIntegralConvolution2D_fs.glsl    |   149 -
 .../OpenGL/vtkLineIntegralConvolution2D_fs1.glsl   |   151 -
 .../OpenGL/vtkLineIntegralConvolution2D_fs2.glsl   |   111 -
 Rendering/OpenGL/vtkOSOpenGLRenderWindow.cxx       |     4 +
 Rendering/OpenGL/vtkOpaquePass.cxx                 |     2 +-
 Rendering/OpenGL/vtkOpenGLActor.cxx                |     5 +
 Rendering/OpenGL/vtkOpenGLCamera.cxx               |     9 +
 Rendering/OpenGL/vtkOpenGLClipPlanesPainter.cxx    |     7 +-
 ...tkOpenGLCoincidentTopologyResolutionPainter.cxx |     8 +
 Rendering/OpenGL/vtkOpenGLDisplayListPainter.cxx   |    10 +-
 Rendering/OpenGL/vtkOpenGLError.h.in               |   252 +
 Rendering/OpenGL/vtkOpenGLExtensionManager.cxx     |   522 +-
 Rendering/OpenGL/vtkOpenGLExtensionManager.h       |   106 +-
 Rendering/OpenGL/vtkOpenGLGlyph3DMapper.cxx        |    12 +-
 Rendering/OpenGL/vtkOpenGLHardwareSelector.cxx     |   217 +
 Rendering/OpenGL/vtkOpenGLHardwareSelector.h       |    64 +
 Rendering/OpenGL/vtkOpenGLImageMapper.cxx          |    60 +-
 Rendering/OpenGL/vtkOpenGLImageSliceMapper.cxx     |    26 +
 Rendering/OpenGL/vtkOpenGLLight.cxx                |     4 +
 Rendering/OpenGL/vtkOpenGLLightMonitor.cxx         |   199 +
 Rendering/OpenGL/vtkOpenGLLightMonitor.h           |   104 +
 .../OpenGL/vtkOpenGLModelViewProjectionMonitor.cxx |    88 +
 .../OpenGL/vtkOpenGLModelViewProjectionMonitor.h   |    79 +
 Rendering/OpenGL/vtkOpenGLPainterDeviceAdapter.cxx |    32 +-
 Rendering/OpenGL/vtkOpenGLPainterDeviceAdapter.h   |    24 +-
 Rendering/OpenGL/vtkOpenGLPolyDataMapper.cxx       |    18 +-
 Rendering/OpenGL/vtkOpenGLPolyDataMapper2D.cxx     |    28 +-
 Rendering/OpenGL/vtkOpenGLProperty.cxx             |    99 +-
 Rendering/OpenGL/vtkOpenGLProperty.h               |     4 -
 Rendering/OpenGL/vtkOpenGLRenderWindow.cxx         |    50 +-
 Rendering/OpenGL/vtkOpenGLRenderWindow.h           |    25 +-
 Rendering/OpenGL/vtkOpenGLRenderer.cxx             |   315 +-
 .../OpenGL/vtkOpenGLRepresentationPainter.cxx      |     4 +
 .../OpenGL/vtkOpenGLScalarsToColorsPainter.cxx     |    10 +
 Rendering/OpenGL/vtkOpenGLState.cxx                |     1 +
 Rendering/OpenGL/vtkOpenGLTexture.cxx              |    99 +-
 Rendering/OpenGL/vtkOverlayPass.cxx                |     2 +-
 Rendering/OpenGL/vtkPixelBufferObject.cxx          |   463 +-
 Rendering/OpenGL/vtkPixelBufferObject.h            |   110 +-
 Rendering/OpenGL/vtkRenderPass.cxx                 |     2 +-
 Rendering/OpenGL/vtkRenderState.cxx                |     2 +-
 Rendering/OpenGL/vtkRenderbuffer.cxx               |   215 +
 Rendering/OpenGL/vtkRenderbuffer.h                 |    94 +
 Rendering/OpenGL/vtkRenderingOpenGLConfigure.h.in  |     4 -
 Rendering/OpenGL/vtkSequencePass.cxx               |     2 +-
 Rendering/OpenGL/vtkShader2.cxx                    |   142 +-
 Rendering/OpenGL/vtkShader2.h                      |    18 +-
 Rendering/OpenGL/vtkShader2Collection.cxx          |     2 +-
 Rendering/OpenGL/vtkShaderProgram2.cxx             |   230 +-
 Rendering/OpenGL/vtkShaderProgram2.h               |   162 +-
 Rendering/OpenGL/vtkShadowMapBakerPass.cxx         |     5 +
 Rendering/OpenGL/vtkShadowMapPass.cxx              |     7 +-
 Rendering/OpenGL/vtkSobelGradientMagnitudePass.cxx |    82 +-
 .../vtkSobelGradientMagnitudePassShader1_fs.glsl   |     4 +-
 .../vtkSobelGradientMagnitudePassShader2_fs.glsl   |     4 +-
 Rendering/OpenGL/vtkTDxDevice.cxx                  |     2 +-
 Rendering/OpenGL/vtkTDxInteractorStyleGeo.cxx      |     2 +-
 Rendering/OpenGL/vtkTDxMacDevice.cxx               |     2 +-
 Rendering/OpenGL/vtkTDxUnixDevice.cxx              |     2 +-
 Rendering/OpenGL/vtkTDxWinDevice.cxx               |     2 +-
 Rendering/OpenGL/vtkTextureObject.cxx              |   589 +-
 Rendering/OpenGL/vtkTextureObject.h                |    92 +-
 Rendering/OpenGL/vtkTextureUnitManager.cxx         |     2 +-
 Rendering/OpenGL/vtkTranslucentPass.cxx            |     2 +-
 Rendering/OpenGL/vtkUniformVariables.cxx           |     8 +-
 Rendering/OpenGL/vtkUniformVariables.h             |    53 +
 Rendering/OpenGL/vtkVolumetricPass.cxx             |     2 +-
 Rendering/OpenGL/vtkWin32OpenGLRenderWindow.cxx    |    30 +-
 Rendering/OpenGL/vtkXGPUInfoList.cxx               |     2 +-
 Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx        |    19 +-
 Rendering/Parallel/Testing/Cxx/CMakeLists.txt      |    18 +-
 .../Cxx/TestDistributedDataCompositeZPass.cxx      |     3 +-
 .../Parallel/Testing/Cxx/TestPCompositeZPass.cxx   |     3 +-
 .../Parallel/Testing/Cxx/TestPShadowMapPass.cxx    |     3 +-
 .../Testing/Data/Baseline/PrmMagnify.png.md5       |     1 +
 .../TestDistributedDataCompositeZPass.png.md5      |     1 +
 .../Data/Baseline/TestPCompositeZPass.png.md5      |     1 +
 .../Data/Baseline/TestPShadowMapPass.png.md5       |     1 +
 .../Data/Baseline/TestPShadowMapPass_1.png.md5     |     1 +
 .../Data/Baseline/TestPShadowMapPass_2.png.md5     |     1 +
 Rendering/Parallel/module.cmake                    |     2 +
 .../vtkClientServerSynchronizedRenderers.cxx       |     2 +-
 Rendering/Parallel/vtkCompositeRGBAPass.cxx        |    64 +-
 Rendering/Parallel/vtkCompositeZPass.cxx           |    26 +-
 Rendering/Parallel/vtkPHardwareSelector.cxx        |     3 +-
 Rendering/Parallel/vtkPHardwareSelector.h          |     6 +-
 Rendering/Parallel/vtkParallelRenderManager.h      |     4 +-
 Rendering/Parallel/vtkSynchronizedRenderers.cxx    |     7 +-
 Rendering/ParallelLIC/CMakeLists.txt               |   102 +
 Rendering/ParallelLIC/module.cmake                 |     8 +
 Rendering/ParallelLIC/vtkMPIPixelTT.cxx            |    43 +
 Rendering/ParallelLIC/vtkMPIPixelTT.h              |    61 +
 Rendering/ParallelLIC/vtkMPIPixelView.h            |   108 +
 .../ParallelLIC/vtkPLineIntegralConvolution2D.cxx  |   128 +
 .../ParallelLIC/vtkPLineIntegralConvolution2D.h    |    88 +
 Rendering/ParallelLIC/vtkPPainterCommunicator.cxx  |   343 +
 Rendering/ParallelLIC/vtkPPainterCommunicator.h    |   101 +
 Rendering/ParallelLIC/vtkPPixelTransfer.cxx        |    84 +
 Rendering/ParallelLIC/vtkPPixelTransfer.h          |   524 +
 Rendering/ParallelLIC/vtkPSurfaceLICComposite.cxx  |  1857 +++
 Rendering/ParallelLIC/vtkPSurfaceLICComposite.h    |   198 +
 .../ParallelLIC/vtkPSurfaceLICComposite_Comp.glsl  |    34 +
 Rendering/ParallelLIC/vtkPSurfaceLICPainter.cxx    |   172 +
 Rendering/ParallelLIC/vtkPSurfaceLICPainter.h      |    87 +
 Rendering/ParallelLIC/vtkParallelTimer.cxx         |   673 +
 Rendering/ParallelLIC/vtkParallelTimer.h           |   262 +
 Rendering/Qt/CMakeLists.txt                        |    17 +-
 Rendering/Qt/module.cmake                          |     4 +-
 Rendering/Qt/vtkQImageToImageSource.h              |     2 +-
 .../Data/Baseline/TestTkRenderWidget.png.md5       |     1 +
 .../Baseline/TestTkRenderWindowInteractor.png.md5  |     1 +
 .../Tk/Testing/Data/Baseline/cursor3D.png.md5      |     1 +
 Rendering/Tk/Testing/Python/CMakeLists.txt         |    16 +-
 Rendering/Tk/Testing/Python/TestTkRenderWidget.py  |     3 -
 .../Testing/Python/TestTkRenderWindowInteractor.py |     3 -
 Rendering/Tk/Testing/Tcl/CMakeLists.txt            |     4 +-
 Rendering/Tk/vtkCocoaTkUtilities.h                 |     4 +-
 Rendering/Tk/vtkTkImageViewerWidget.cxx            |     4 +-
 Rendering/Tk/vtkTkRenderWidget.cxx                 |     4 +-
 Rendering/Volume/Testing/Cxx/CMakeLists.txt        |   100 +-
 .../Testing/Cxx/ProjectedTetrahedraZoomIn.cxx      |    18 +-
 .../Cxx/TestGPURayCastCompositeShadeMask.cxx       |    18 +-
 .../Volume/Testing/Cxx/TestProjectedTetrahedra.cxx |    21 +-
 .../Baseline/HomogeneousRayIntegration.png.md5     |     1 +
 .../Data/Baseline/LinearRayIntegration.png.md5     |     1 +
 .../Data/Baseline/PartialPreIntegration.png.md5    |     1 +
 .../Baseline/PreIntegrationIncremental.png.md5     |     1 +
 .../Baseline/PreIntegrationNonIncremental.png.md5  |     1 +
 .../Data/Baseline/TestBunykRayCastFunction.png.md5 |     1 +
 .../Baseline/TestFinalColorWindowLevel.png.md5     |     1 +
 .../TestFixedPointRayCastLightComponents.png.md5   |     1 +
 .../Baseline/TestFixedPointRayCasterLinear.png.md5 |     1 +
 .../TestFixedPointRayCasterLinearCropped.png.md5   |     1 +
 .../TestFixedPointRayCasterLinear_1.png.md5        |     1 +
 .../TestFixedPointRayCasterNearest.png.md5         |     1 +
 .../TestFixedPointRayCasterNearestCropped.png.md5  |     1 +
 .../TestFixedPointRayCasterNearest_1.png.md5       |     1 +
 .../Data/Baseline/TestGPURayCastAdditive.png.md5   |     1 +
 .../TestGPURayCastCompositeBinaryMask.png.md5      |     1 +
 .../Baseline/TestGPURayCastCompositeMask.png.md5   |     1 +
 .../TestGPURayCastCompositeMaskBlend.png.md5       |     1 +
 .../Baseline/TestGPURayCastCompositeMask_1.png.md5 |     1 +
 .../TestGPURayCastCompositeShadeMask.png.md5       |     1 +
 .../TestGPURayCastCompositeShadeMask_1.png.md5     |     1 +
 .../Baseline/TestGPURayCastCompositeToMIP.png.md5  |     1 +
 .../Data/Baseline/TestGPURayCastCropping.png.md5   |     1 +
 .../Baseline/TestGPURayCastDataTypesMIP.png.md5    |     1 +
 .../Baseline/TestGPURayCastDataTypesMinIP.png.md5  |     1 +
 .../TestGPURayCastFourComponentsComposite.png.md5  |     1 +
 ...RayCastFourComponentsCompositeStreaming.png.md5 |     1 +
 .../TestGPURayCastFourComponentsMIP.png.md5        |     1 +
 .../TestGPURayCastFourComponentsMinIP.png.md5      |     1 +
 .../Baseline/TestGPURayCastMIPBinaryMask.png.md5   |     1 +
 .../Baseline/TestGPURayCastMIPToComposite.png.md5  |     1 +
 .../TestGPURayCastNearestDataTypesMIP.png.md5      |     1 +
 .../TestGPURayCastPerspectiveParallel.png.md5      |     1 +
 .../Data/Baseline/TestHAVSVolumeMapper.png.md5     |     1 +
 .../Data/Baseline/TestHAVSVolumeMapper_1.png.md5   |     1 +
 .../Testing/Data/Baseline/TestLODProp3D.png.md5    |     1 +
 .../Baseline/TestMinIntensityRendering.png.md5     |     1 +
 .../Testing/Data/Baseline/TestPTZSweep.png.md5     |     1 +
 .../Data/Baseline/TestProjectedHexahedra.png.md5   |     1 +
 .../Data/Baseline/TestProjectedTetrahedra.png.md5  |     1 +
 .../Baseline/TestProjectedTetrahedra_1.png.md5     |     1 +
 .../Baseline/TestProjectedTetrahedra_2.png.md5     |     1 +
 .../Baseline/TestProjectedTetrahedra_3.png.md5     |     1 +
 .../Data/Baseline/TestProp3DFollower.png.md5       |     1 +
 .../Data/Baseline/TestSmartVolumeMapper.png.md5    |     1 +
 .../TestSmartVolumeMapperWindowLevel.png.md5       |     1 +
 .../Data/Baseline/TestTM3DLightComponents.png.md5  |     1 +
 .../Data/Baseline/VolumeOutlineSource.png.md5      |     1 +
 .../Baseline/VolumeOutlineSourceClipped.png.md5    |     1 +
 .../Testing/Data/Baseline/VolumePicker.png.md5     |     1 +
 .../Testing/Data/Baseline/VolumePickerCrop.png.md5 |     1 +
 .../Data/Baseline/ZsweepConcavities.png.md5        |     1 +
 .../Volume/Testing/Data/Baseline/cursor3D.png.md5  |     1 +
 .../Volume/Testing/Data/Baseline/gaussian.png.md5  |     1 +
 .../Volume/Testing/Data/Baseline/volProt.png.md5   |     1 +
 .../Volume/Testing/Data/Baseline/volProt_1.png.md5 |     1 +
 .../Testing/Data/Baseline/volRCClipPlanes.png.md5  |     1 +
 .../Testing/Data/Baseline/volRCCropRegions.png.md5 |     1 +
 .../Testing/Data/Baseline/volRCRotateClip.png.md5  |     1 +
 .../Data/Baseline/volTM2DCropRegions.png.md5       |     1 +
 .../Data/Baseline/volTM2DRotateClip.png.md5        |     1 +
 .../Baseline/volTM3DCompressedCropRegions.png.md5  |     1 +
 .../volTM3DCompressedCropRegions_1.png.md5         |     1 +
 .../volTM3DCompressedCropRegions_2.png.md5         |     1 +
 .../volTM3DCompressedCropRegions_3.png.md5         |     1 +
 .../Data/Baseline/volTM3DCropRegions.png.md5       |     1 +
 .../Data/Baseline/volTM3DCropRegions_1.png.md5     |     1 +
 .../Data/Baseline/volTM3DCropRegions_2.png.md5     |     1 +
 .../Data/Baseline/volTM3DCropRegions_3.png.md5     |     1 +
 .../Data/Baseline/volTM3DCropRegions_4.png.md5     |     1 +
 .../Data/Baseline/volTM3DCropRegions_5.png.md5     |     1 +
 .../Data/Baseline/volTM3DRotateClip.png.md5        |     1 +
 .../Data/Baseline/volTM3DRotateClip_1.png.md5      |     1 +
 .../Data/Baseline/volTM3DRotateClip_2.png.md5      |     1 +
 .../Data/Baseline/volTM3DRotateClip_3.png.md5      |     1 +
 Rendering/Volume/Testing/Python/CMakeLists.txt     |    45 +-
 .../Python/TestFixedPointRayCasterLinear.py        |     4 -
 .../Python/TestFixedPointRayCasterLinearCropped.py |     4 -
 .../Python/TestFixedPointRayCasterNearest.py       |     4 -
 .../TestFixedPointRayCasterNearestCropped.py       |     4 -
 Rendering/Volume/Testing/Python/VolumePicker.py    |     4 -
 .../Volume/Testing/Python/volTM3DRotateClip.py     |     1 -
 Rendering/Volume/Testing/Tcl/CMakeLists.txt        |    43 +-
 Rendering/Volume/Testing/Tcl/volTM3DRotateClip.tcl |     1 -
 Rendering/Volume/vtkDirectionEncoder.h             |     4 +-
 Rendering/Volume/vtkGPUVolumeRayCastMapper.cxx     |     2 +-
 Rendering/Volume/vtkGPUVolumeRayCastMapper.h       |     2 +-
 Rendering/Volume/vtkHAVSVolumeMapper.cxx           |    68 +-
 Rendering/Volume/vtkProjectedTetrahedraMapper.cxx  |    61 +-
 Rendering/Volume/vtkProjectedTetrahedraMapper.h    |     7 +
 Rendering/Volume/vtkSmartVolumeMapper.cxx          |     8 +-
 .../vtkUnstructuredGridBunykRayCastFunction.cxx    |    50 +-
 .../vtkUnstructuredGridBunykRayCastFunction.h      |     4 +-
 .../vtkUnstructuredGridLinearRayIntegrator.cxx     |    12 +-
 .../Volume/vtkUnstructuredGridVolumeMapper.cxx     |    16 +-
 Rendering/Volume/vtkUnstructuredGridVolumeMapper.h |     8 +-
 .../vtkUnstructuredGridVolumeRayCastFunction.h     |     4 +-
 .../vtkUnstructuredGridVolumeZSweepMapper.cxx      |    66 +-
 Rendering/Volume/vtkVolumeMapper.h                 |     2 +-
 Rendering/Volume/vtkVolumeRayCastFunction.h        |     4 +-
 Rendering/Volume/vtkVolumeTextureMapper2D.h        |     4 +-
 Rendering/Volume/vtkVolumeTextureMapper3D.h        |     2 +-
 Rendering/VolumeOpenGL/module.cmake                |     4 +
 .../vtkOpenGLGPUVolumeRayCastMapper.cxx            |   187 +-
 .../VolumeOpenGL/vtkOpenGLHAVSVolumeMapper.cxx     |    75 +-
 .../vtkOpenGLProjectedAAHexahedraMapper.cxx        |    49 +-
 .../vtkOpenGLProjectedTetrahedraMapper.cxx         |   528 +-
 .../vtkOpenGLProjectedTetrahedraMapper.h           |    10 +-
 .../vtkOpenGLRayCastImageDisplayHelper.cxx         |     8 +
 .../vtkOpenGLVolumeTextureMapper2D.cxx             |     9 +
 .../vtkOpenGLVolumeTextureMapper3D.cxx             |   139 +-
 Testing/Core/ConfigSummary.txt.in                  |     6 -
 Testing/Core/HeaderTesting.py                      |    18 +-
 Testing/Core/vtkTestDriver.h                       |     1 +
 Testing/Core/vtk_site_history.py                   |   151 +
 Testing/Core/vtk_submitter_summary.py              |    17 +-
 Testing/Data/2LYZ.pdb.md5                          |     1 +
 Testing/Data/2h2o.aux.md5                          |     1 +
 Testing/Data/3GQP.pdb.md5                          |     1 +
 Testing/Data/42400-IDGH.stl.md5                    |     1 +
 .../AMR/Enzo/DD0010/moving7_0010.boundary.hdf.md5  |     1 +
 .../Data/AMR/Enzo/DD0010/moving7_0010.boundary.md5 |     1 +
 .../Data/AMR/Enzo/DD0010/moving7_0010.cpu0000.md5  |     1 +
 .../Data/AMR/Enzo/DD0010/moving7_0010.harrays.md5  |     1 +
 .../AMR/Enzo/DD0010/moving7_0010.hierarchy.md5     |     1 +
 Testing/Data/AMR/Enzo/DD0010/moving7_0010.md5      |     1 +
 .../Data/AMR/Enzo/DD0010/moving7_0010.procmap.md5  |     1 +
 .../Data/AMR/HierarchicalBoxDataset.v1.0.vthb.md5  |     1 +
 .../HierarchicalBoxDataset.v1.0_0.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_1.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_10.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_11.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_12.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_13.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_14.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_15.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_16.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_17.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_18.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_19.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_2.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_20.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_21.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_22.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_23.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_24.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_25.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_26.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_27.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_28.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_29.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_3.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_30.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_31.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_32.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_33.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_34.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_35.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_36.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_37.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_38.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_39.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_4.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_40.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_41.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_42.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_43.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_44.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_45.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_46.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_47.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_48.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_49.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_5.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_50.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_51.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_52.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_53.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_54.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_55.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_56.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_57.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_58.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_59.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_6.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_60.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_61.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_62.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_63.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_64.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_65.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_66.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_67.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_68.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_69.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_7.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_70.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_71.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_72.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_73.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_74.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_75.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_76.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_77.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_78.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_79.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_8.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_80.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_9.vti.md5          |     1 +
 .../Data/AMR/HierarchicalBoxDataset.v1.1.vthb.md5  |     1 +
 .../HierarchicalBoxDataset.v1.1_0.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_1.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_10.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_11.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_12.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_13.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_14.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_15.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_16.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_17.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_18.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_19.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_2.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_20.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_21.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_22.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_23.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_24.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_25.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_26.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_27.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_28.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_29.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_3.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_30.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_31.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_32.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_33.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_34.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_35.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_36.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_37.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_38.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_39.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_4.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_40.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_41.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_42.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_43.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_44.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_45.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_46.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_47.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_48.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_49.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_5.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_50.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_51.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_52.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_53.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_54.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_55.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_56.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_57.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_58.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_59.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_6.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_60.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_61.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_62.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_63.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_64.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_65.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_66.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_67.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_68.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_69.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_7.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_70.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_71.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_72.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_73.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_74.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_75.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_76.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_77.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_78.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_79.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_8.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_80.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_9.vti.md5          |     1 +
 Testing/Data/AngularSector.vtk.md5                 |     1 +
 Testing/Data/B.pgm.md5                             |     1 +
 Testing/Data/BlueCircle.png.md5                    |     1 +
 Testing/Data/CityPopulationsUTF8.txt.md5           |     1 +
 .../sample.spcth-timeseries.md5                    |     1 +
 Testing/Data/Dave_Karelitz_Small/spcth.0.md5       |     1 +
 Testing/Data/Dave_Karelitz_Small/spcth.1.md5       |     1 +
 Testing/Data/Dave_Karelitz_Small/spcth.2.md5       |     1 +
 Testing/Data/Dave_Karelitz_Small/spcth.3.md5       |     1 +
 Testing/Data/Dave_Karelitz_Small/spcth_a.0.md5     |     1 +
 Testing/Data/Dave_Karelitz_Small/spcth_a.1.md5     |     1 +
 Testing/Data/Dave_Karelitz_Small/spcth_a.2.md5     |     1 +
 Testing/Data/Dave_Karelitz_Small/spcth_a.3.md5     |     1 +
 Testing/Data/E07733S002I009.MR.md5                 |     1 +
 Testing/Data/EnSight/RectGrid_ascii.case.md5       |     1 +
 Testing/Data/EnSight/RectGrid_ascii.geo.md5        |     1 +
 Testing/Data/EnSight/RectGrid_ascii_pd_scalars.md5 |     1 +
 Testing/Data/EnSight/RectGrid_ascii_pd_vectors.md5 |     1 +
 Testing/Data/EnSight/RectGrid_bin.case.md5         |     1 +
 Testing/Data/EnSight/RectGrid_bin.geo.md5          |     1 +
 Testing/Data/EnSight/RectGrid_bin_pd_scalars.md5   |     1 +
 Testing/Data/EnSight/RectGrid_bin_pd_vectors.md5   |     1 +
 Testing/Data/EnSight/TEST.case.md5                 |     1 +
 Testing/Data/EnSight/TEST_bin.case.md5             |     1 +
 Testing/Data/EnSight/blow1_ascii.case.md5          |     1 +
 Testing/Data/EnSight/blow1_ascii.geo.md5           |     1 +
 .../Data/EnSight/blow1_ascii_cd_displacement.md5   |     1 +
 Testing/Data/EnSight/blow1_ascii_cd_thickness.md5  |     1 +
 .../Data/EnSight/blow1_ascii_pd_displacement.md5   |     1 +
 .../Data/EnSight/blow1_ascii_pd_displacement1.md5  |     1 +
 Testing/Data/EnSight/blow1_ascii_pd_thickness.md5  |     1 +
 Testing/Data/EnSight/blow1_ascii_pd_thickness1.md5 |     1 +
 Testing/Data/EnSight/blow1_bin.case.md5            |     1 +
 Testing/Data/EnSight/blow1_bin.geo.md5             |     1 +
 Testing/Data/EnSight/blow1_bin_cd_displacement.md5 |     1 +
 Testing/Data/EnSight/blow1_bin_cd_thickness.md5    |     1 +
 Testing/Data/EnSight/blow1_bin_pd_displacement.md5 |     1 +
 .../Data/EnSight/blow1_bin_pd_displacement1.md5    |     1 +
 Testing/Data/EnSight/blow1_bin_pd_thickness.md5    |     1 +
 Testing/Data/EnSight/blow1_bin_pd_thickness1.md5   |     1 +
 Testing/Data/EnSight/blow2_ascii.case.md5          |     1 +
 Testing/Data/EnSight/blow2_ascii.geo000.md5        |     1 +
 Testing/Data/EnSight/blow2_ascii.geo001.md5        |     1 +
 .../EnSight/blow2_ascii_cd_displacement000.md5     |     1 +
 .../EnSight/blow2_ascii_cd_displacement001.md5     |     1 +
 .../Data/EnSight/blow2_ascii_cd_thickness000.md5   |     1 +
 .../Data/EnSight/blow2_ascii_cd_thickness001.md5   |     1 +
 .../EnSight/blow2_ascii_pd_displacement000.md5     |     1 +
 .../EnSight/blow2_ascii_pd_displacement001.md5     |     1 +
 .../EnSight/blow2_ascii_pd_displacement1000.md5    |     1 +
 .../EnSight/blow2_ascii_pd_displacement1001.md5    |     1 +
 .../Data/EnSight/blow2_ascii_pd_thickness000.md5   |     1 +
 .../Data/EnSight/blow2_ascii_pd_thickness001.md5   |     1 +
 .../Data/EnSight/blow2_ascii_pd_thickness1000.md5  |     1 +
 .../Data/EnSight/blow2_ascii_pd_thickness1001.md5  |     1 +
 Testing/Data/EnSight/blow2_bin.case.md5            |     1 +
 Testing/Data/EnSight/blow2_bin.geo000.md5          |     1 +
 Testing/Data/EnSight/blow2_bin.geo001.md5          |     1 +
 .../Data/EnSight/blow2_bin_cd_displacement000.md5  |     1 +
 .../Data/EnSight/blow2_bin_cd_displacement001.md5  |     1 +
 Testing/Data/EnSight/blow2_bin_cd_thickness000.md5 |     1 +
 Testing/Data/EnSight/blow2_bin_cd_thickness001.md5 |     1 +
 .../Data/EnSight/blow2_bin_pd_displacement000.md5  |     1 +
 .../Data/EnSight/blow2_bin_pd_displacement001.md5  |     1 +
 Testing/Data/EnSight/blow2_bin_pd_thickness000.md5 |     1 +
 Testing/Data/EnSight/blow2_bin_pd_thickness001.md5 |     1 +
 Testing/Data/EnSight/blow3_bin.case.md5            |     1 +
 Testing/Data/EnSight/blow3_bin.geo.md5             |     1 +
 Testing/Data/EnSight/blow3_bin_cd_displacement.md5 |     1 +
 Testing/Data/EnSight/blow3_bin_cd_thickness.md5    |     1 +
 Testing/Data/EnSight/blow3_bin_pd_displacement.md5 |     1 +
 Testing/Data/EnSight/blow3_bin_pd_thickness.md5    |     1 +
 Testing/Data/EnSight/blow4_bin.case.md5            |     1 +
 Testing/Data/EnSight/blow4_bin.geo000.md5          |     1 +
 Testing/Data/EnSight/blow4_bin.geo001.md5          |     1 +
 .../Data/EnSight/blow4_bin_cd_displacement000.md5  |     1 +
 .../Data/EnSight/blow4_bin_cd_displacement001.md5  |     1 +
 Testing/Data/EnSight/blow4_bin_cd_thickness000.md5 |     1 +
 Testing/Data/EnSight/blow4_bin_cd_thickness001.md5 |     1 +
 .../Data/EnSight/blow4_bin_pd_displacement000.md5  |     1 +
 .../Data/EnSight/blow4_bin_pd_displacement001.md5  |     1 +
 Testing/Data/EnSight/blow4_bin_pd_thickness000.md5 |     1 +
 Testing/Data/EnSight/blow4_bin_pd_thickness001.md5 |     1 +
 Testing/Data/EnSight/blow5_ascii.case.md5          |     1 +
 Testing/Data/EnSight/blow5_ascii.geo.md5           |     1 +
 .../Data/EnSight/blow5_ascii_cd_displacement.md5   |     1 +
 Testing/Data/EnSight/blow5_ascii_cd_thickness.md5  |     1 +
 .../Data/EnSight/blow5_ascii_pd_displacement.md5   |     1 +
 Testing/Data/EnSight/blow5_ascii_pd_thickness.md5  |     1 +
 Testing/Data/EnSight/elements.ECsca_i.md5          |     1 +
 Testing/Data/EnSight/elements.ECsca_r.md5          |     1 +
 Testing/Data/EnSight/elements.ECvec_i.md5          |     1 +
 Testing/Data/EnSight/elements.ECvec_r.md5          |     1 +
 Testing/Data/EnSight/elements.Esca.md5             |     1 +
 Testing/Data/EnSight/elements.Eten.md5             |     1 +
 Testing/Data/EnSight/elements.Evec.md5             |     1 +
 Testing/Data/EnSight/elements.NCsca_i.md5          |     1 +
 Testing/Data/EnSight/elements.NCsca_r.md5          |     1 +
 Testing/Data/EnSight/elements.NCvec_i.md5          |     1 +
 Testing/Data/EnSight/elements.NCvec_r.md5          |     1 +
 Testing/Data/EnSight/elements.Nsca.md5             |     1 +
 Testing/Data/EnSight/elements.Nten.md5             |     1 +
 Testing/Data/EnSight/elements.Nvec.md5             |     1 +
 Testing/Data/EnSight/elements.case.md5             |     1 +
 Testing/Data/EnSight/elements.geo.md5              |     1 +
 Testing/Data/EnSight/elements.sos.md5              |     1 +
 Testing/Data/EnSight/elements6.ECsca_i.md5         |     1 +
 Testing/Data/EnSight/elements6.ECsca_r.md5         |     1 +
 Testing/Data/EnSight/elements6.ECvec_i.md5         |     1 +
 Testing/Data/EnSight/elements6.ECvec_r.md5         |     1 +
 Testing/Data/EnSight/elements6.Esca.md5            |     1 +
 Testing/Data/EnSight/elements6.Eten.md5            |     1 +
 Testing/Data/EnSight/elements6.Evec.md5            |     1 +
 Testing/Data/EnSight/elements6.NCsca_i.md5         |     1 +
 Testing/Data/EnSight/elements6.NCsca_r.md5         |     1 +
 Testing/Data/EnSight/elements6.NCvec_i.md5         |     1 +
 Testing/Data/EnSight/elements6.NCvec_r.md5         |     1 +
 Testing/Data/EnSight/elements6.Nsca.md5            |     1 +
 Testing/Data/EnSight/elements6.Nten.md5            |     1 +
 Testing/Data/EnSight/elements6.Nvec.md5            |     1 +
 Testing/Data/EnSight/elements6.case.md5            |     1 +
 Testing/Data/EnSight/elements6.geo.md5             |     1 +
 Testing/Data/EnSight/ironProt_ascii.case.md5       |     1 +
 Testing/Data/EnSight/ironProt_ascii.geo.md5        |     1 +
 Testing/Data/EnSight/ironProt_ascii_pd_scalars.md5 |     1 +
 Testing/Data/EnSight/ironProt_bin.case.md5         |     1 +
 Testing/Data/EnSight/ironProt_bin.geo.md5          |     1 +
 Testing/Data/EnSight/ironProt_bin_pd_scalars.md5   |     1 +
 Testing/Data/EnSight/mandelbrot.sos.md5            |     1 +
 Testing/Data/EnSight/mandelbrot1.case.md5          |     1 +
 Testing/Data/EnSight/mandelbrot1.geo.md5           |     1 +
 Testing/Data/EnSight/mandelbrot1_pd_Iterations.md5 |     1 +
 Testing/Data/EnSight/mandelbrot2.case.md5          |     1 +
 Testing/Data/EnSight/mandelbrot2.geo.md5           |     1 +
 Testing/Data/EnSight/mandelbrot2_pd_Iterations.md5 |     1 +
 Testing/Data/EnSight/naca.bin.case.md5             |     1 +
 Testing/Data/EnSight/naca.gold.bin.DENS_1.md5      |     1 +
 Testing/Data/EnSight/naca.gold.bin.DENS_3.md5      |     1 +
 Testing/Data/EnSight/naca.gold.bin.geo.md5         |     1 +
 Testing/Data/EnSight/office6_bin.case.md5          |     1 +
 Testing/Data/EnSight/office6_bin.geo.md5           |     1 +
 Testing/Data/EnSight/office6_bin_pd_scalars.md5    |     1 +
 Testing/Data/EnSight/office6_bin_pd_vectors.md5    |     1 +
 Testing/Data/EnSight/office_ascii.case.md5         |     1 +
 Testing/Data/EnSight/office_ascii.geo.md5          |     1 +
 Testing/Data/EnSight/office_ascii_pd_scalars.md5   |     1 +
 Testing/Data/EnSight/office_ascii_pd_vectors.md5   |     1 +
 Testing/Data/EnSight/office_bin.case.md5           |     1 +
 Testing/Data/EnSight/office_bin.geo.md5            |     1 +
 Testing/Data/EnSight/office_bin_pd_scalars.md5     |     1 +
 Testing/Data/EnSight/office_bin_pd_vectors.md5     |     1 +
 Testing/Data/EnSight/test.extr_pressure.0001.md5   |     1 +
 Testing/Data/EnSight/test.extr_velocity.0001.md5   |     1 +
 Testing/Data/EnSight/test.geo.md5                  |     1 +
 Testing/Data/EnSight/test.pressure.0001.md5        |     1 +
 Testing/Data/EnSight/test.velocity.0001.md5        |     1 +
 .../Data/EnSight/test_bin.extr_pressure.0001.md5   |     1 +
 .../Data/EnSight/test_bin.extr_velocity.0001.md5   |     1 +
 Testing/Data/EnSight/test_bin.geo.md5              |     1 +
 Testing/Data/EnSight/test_bin.pressure.0001.md5    |     1 +
 Testing/Data/EnSight/test_bin.velocity.0001.md5    |     1 +
 Testing/Data/EventRecording.log.md5                |     1 +
 Testing/Data/GIS/countries.dbf.md5                 |     1 +
 Testing/Data/GIS/countries.prj.md5                 |     1 +
 Testing/Data/GIS/countries.shp.md5                 |     1 +
 Testing/Data/GIS/countries.shx.md5                 |     1 +
 Testing/Data/GreenCircle.png.md5                   |     1 +
 Testing/Data/HeadMRVolume.mhd.md5                  |     1 +
 Testing/Data/HeadMRVolume.raw.md5                  |     1 +
 Testing/Data/IncOctPntLocData.dat.md5              |     1 +
 Testing/Data/IncOctPntLocResult.dat.md5            |     1 +
 Testing/Data/Infovis/DaveDS_-_Sketchy.ttf.md5      |     1 +
 .../Data/Infovis/DimacsGraphs/iso_pattern.gr.md5   |     1 +
 .../Data/Infovis/DimacsGraphs/iso_target.gr.md5    |     1 +
 Testing/Data/Infovis/DimacsGraphs/maxflow.max.md5  |     1 +
 Testing/Data/Infovis/Images/NE2_ps_bath.jpg.md5    |     1 +
 Testing/Data/Infovis/Images/NE2_ps_bath.png.md5    |     1 +
 .../Infovis/Images/NE2_ps_bath_transparent.png.md5 |     1 +
 .../PintassilgoPrints_-_Talvez_Assim.ttf.md5       |     1 +
 Testing/Data/Infovis/SQLite/SmallEmailTest.db.md5  |     1 +
 Testing/Data/Infovis/SQLite/SmallTestGraphs.db.md5 |     1 +
 Testing/Data/Infovis/SQLite/ports_protocols.db.md5 |     1 +
 Testing/Data/Infovis/SQLite/temperatures.db.md5    |     1 +
 Testing/Data/Infovis/XML/smalltest.xml.md5         |     1 +
 Testing/Data/Infovis/XML/vtkclasses.xml.md5        |     1 +
 Testing/Data/Infovis/XML/vtkfiles.xml.md5          |     1 +
 Testing/Data/Infovis/XML/vtklibrary.xml.md5        |     1 +
 .../Data/Infovis/authors-tabletographtest.csv.md5  |     1 +
 Testing/Data/Infovis/authors.csv.md5               |     1 +
 Testing/Data/Infovis/classes.csv.md5               |     1 +
 Testing/Data/Infovis/clustered-graph.tlp.md5       |     1 +
 Testing/Data/Infovis/document-term.csv.md5         |     1 +
 Testing/Data/Infovis/eg1.ris.md5                   |     1 +
 Testing/Data/Infovis/eg2.isi.md5                   |     1 +
 Testing/Data/Infovis/fruit.csv.md5                 |     1 +
 Testing/Data/Infovis/fsm.gml.md5                   |     1 +
 Testing/Data/Infovis/kcore_edges.csv.md5           |     1 +
 Testing/Data/Infovis/kcore_verts.csv.md5           |     1 +
 Testing/Data/Infovis/martyb_-_Ridiculous.ttf.md5   |     1 +
 Testing/Data/Infovis/matrix.csv.md5                |     1 +
 Testing/Data/Infovis/merge1.csv.md5                |     1 +
 Testing/Data/Infovis/merge2.csv.md5                |     1 +
 Testing/Data/Infovis/multi_tree.tre.md5            |     1 +
 Testing/Data/Infovis/otu_table.biom.md5            |     1 +
 Testing/Data/Infovis/person-document.csv.md5       |     1 +
 Testing/Data/Infovis/publications.csv.md5          |     1 +
 Testing/Data/Infovis/rep_set.tre.md5               |     1 +
 Testing/Data/Infovis/small.graph.md5               |     1 +
 Testing/Data/Infovis/small.tlp.md5                 |     1 +
 Testing/Data/Infovis/term-concept.csv.md5          |     1 +
 Testing/Data/LSDyna/foam/foam.d3plot.md5           |     1 +
 Testing/Data/LSDyna/foam/foam.d3plot01.md5         |     1 +
 Testing/Data/LSDyna/hemi.draw/hemi_draw.d3plot.md5 |     1 +
 .../Data/LSDyna/hemi.draw/hemi_draw.d3plot01.md5   |     1 +
 Testing/Data/LSDyna/hemi.draw/hemi_draw.d3thdt.md5 |     1 +
 Testing/Data/LSDyna/hemi.draw/hemi_draw.glstat.md5 |     1 +
 Testing/Data/LSDyna/hemi.draw/hemi_draw.k.md5      |     1 +
 Testing/Data/MFIXReader/BUB01.RES.md5              |     1 +
 Testing/Data/MFIXReader/BUB01.SP1.md5              |     1 +
 Testing/Data/MFIXReader/BUB01.SP2.md5              |     1 +
 Testing/Data/MFIXReader/BUB01.SP3.md5              |     1 +
 Testing/Data/MFIXReader/BUB01.SP4.md5              |     1 +
 Testing/Data/MFIXReader/BUB01.SP5.md5              |     1 +
 Testing/Data/MFIXReader/BUB01.SP6.md5              |     1 +
 Testing/Data/MFIXReader/BUB01.SP7.md5              |     1 +
 Testing/Data/MFIXReader/BUB01.SP8.md5              |     1 +
 Testing/Data/MFIXReader/BUB01.SP9.md5              |     1 +
 Testing/Data/MFIXReader/BUB01.SPA.md5              |     1 +
 Testing/Data/MetaIO/ChestCT-SHORT.mha.md5          |     1 +
 Testing/Data/NE2_ps_bath_small.jpg.md5             |     1 +
 Testing/Data/NetCDF/CAMReaderConnectivity.nc.md5   |     1 +
 Testing/Data/NetCDF/CAMReaderPoints.nc.md5         |     1 +
 Testing/Data/NetCDF/MPASReader.nc.md5              |     1 +
 Testing/Data/NetCDF/test.pop.nc.md5                |     1 +
 Testing/Data/OpenFOAM/cavity/0.5/U.md5             |     1 +
 Testing/Data/OpenFOAM/cavity/0.5/p.md5             |     1 +
 Testing/Data/OpenFOAM/cavity/0.5/phi.md5           |     1 +
 Testing/Data/OpenFOAM/cavity/0.5/uniform/time.md5  |     1 +
 Testing/Data/OpenFOAM/cavity/0/U.md5               |     1 +
 Testing/Data/OpenFOAM/cavity/0/p.md5               |     1 +
 Testing/Data/OpenFOAM/cavity/1.5/U.md5             |     1 +
 Testing/Data/OpenFOAM/cavity/1.5/p.md5             |     1 +
 Testing/Data/OpenFOAM/cavity/1.5/phi.md5           |     1 +
 Testing/Data/OpenFOAM/cavity/1.5/uniform/time.md5  |     1 +
 Testing/Data/OpenFOAM/cavity/1/U.md5               |     1 +
 Testing/Data/OpenFOAM/cavity/1/p.md5               |     1 +
 Testing/Data/OpenFOAM/cavity/1/phi.md5             |     1 +
 Testing/Data/OpenFOAM/cavity/1/uniform/time.md5    |     1 +
 Testing/Data/OpenFOAM/cavity/2.5/U.md5             |     1 +
 Testing/Data/OpenFOAM/cavity/2.5/p.md5             |     1 +
 Testing/Data/OpenFOAM/cavity/2.5/phi.md5           |     1 +
 Testing/Data/OpenFOAM/cavity/2.5/uniform/time.md5  |     1 +
 Testing/Data/OpenFOAM/cavity/2/U.md5               |     1 +
 Testing/Data/OpenFOAM/cavity/2/p.md5               |     1 +
 Testing/Data/OpenFOAM/cavity/2/phi.md5             |     1 +
 Testing/Data/OpenFOAM/cavity/2/uniform/time.md5    |     1 +
 Testing/Data/OpenFOAM/cavity/cavity.foam.md5       |     1 +
 .../cavity/constant/polyMesh/blockMeshDict.md5     |     1 +
 .../OpenFOAM/cavity/constant/polyMesh/boundary.md5 |     1 +
 .../OpenFOAM/cavity/constant/polyMesh/faces.md5    |     1 +
 .../cavity/constant/polyMesh/neighbour.md5         |     1 +
 .../OpenFOAM/cavity/constant/polyMesh/owner.md5    |     1 +
 .../OpenFOAM/cavity/constant/polyMesh/points.md5   |     1 +
 .../cavity/constant/transportProperties.md5        |     1 +
 .../Data/OpenFOAM/cavity/system/controlDict.md5    |     1 +
 Testing/Data/OpenFOAM/cavity/system/fvSchemes.md5  |     1 +
 Testing/Data/OpenFOAM/cavity/system/fvSolution.md5 |     1 +
 Testing/Data/Particles.raw.md5                     |     1 +
 Testing/Data/PentaHexa.vtk.md5                     |     1 +
 Testing/Data/Quadratic/CylinderLinear.vtk.md5      |     1 +
 Testing/Data/Quadratic/CylinderQuadratic.vtk.md5   |     1 +
 Testing/Data/RectGrid2.vtk.md5                     |     1 +
 Testing/Data/RedCircle.png.md5                     |     1 +
 Testing/Data/SLAC/ll-9cell-f523/README.md5         |     1 +
 .../Data/SLAC/ll-9cell-f523/ll-9cell-f523.ncdf.md5 |     1 +
 .../mode0.l0.R2.457036E+09I2.778314E+04.m3.md5     |     1 +
 Testing/Data/SLAC/pic-example/README.md5           |     1 +
 Testing/Data/SLAC/pic-example/fields_0.mod.md5     |     1 +
 Testing/Data/SLAC/pic-example/fields_1.mod.md5     |     1 +
 Testing/Data/SLAC/pic-example/fields_2.mod.md5     |     1 +
 Testing/Data/SLAC/pic-example/fields_3.mod.md5     |     1 +
 Testing/Data/SLAC/pic-example/fields_4.mod.md5     |     1 +
 Testing/Data/SLAC/pic-example/fields_5.mod.md5     |     1 +
 Testing/Data/SLAC/pic-example/fields_6.mod.md5     |     1 +
 Testing/Data/SLAC/pic-example/fields_7.mod.md5     |     1 +
 Testing/Data/SLAC/pic-example/fields_8.mod.md5     |     1 +
 Testing/Data/SLAC/pic-example/mesh.ncdf.md5        |     1 +
 Testing/Data/SLAC/pic-example/particles_0.ncdf.md5 |     1 +
 Testing/Data/SLAC/pic-example/particles_1.ncdf.md5 |     1 +
 Testing/Data/SLAC/pic-example/particles_2.ncdf.md5 |     1 +
 Testing/Data/SLAC/pic-example/particles_3.ncdf.md5 |     1 +
 Testing/Data/SLAC/pic-example/particles_4.ncdf.md5 |     1 +
 Testing/Data/SLAC/pic-example/particles_5.ncdf.md5 |     1 +
 Testing/Data/SLAC/pic-example/particles_6.ncdf.md5 |     1 +
 Testing/Data/SLAC/pic-example/particles_7.ncdf.md5 |     1 +
 Testing/Data/SLAC/pic-example/particles_8.ncdf.md5 |     1 +
 .../Data/SLAC/pillbox/Pillbox3TenDSlice.ncdf.md5   |     1 +
 .../pillbox/omega3p.l0.m0000.1.3138186e+09.mod.md5 |     1 +
 .../pillbox/omega3p.l0.m0001.1.3138187e+09.mod.md5 |     1 +
 .../pillbox/omega3p.l0.m0002.1.3138189e+09.mod.md5 |     1 +
 Testing/Data/SainteHelens.dem.md5                  |     1 +
 Testing/Data/SampleStructGrid.vtk.md5              |     1 +
 Testing/Data/SemiDisk/SemiDisk-0.vtp.md5           |     1 +
 Testing/Data/SemiDisk/SemiDisk-1.vtp.md5           |     1 +
 Testing/Data/SemiDisk/SemiDisk.vtk.md5             |     1 +
 Testing/Data/SemiDisk/SemiDisk.xml.md5             |     1 +
 Testing/Data/SurfaceVectors.vtk.md5                |     1 +
 Testing/Data/SyntheticPolyline.vtp.md5             |     1 +
 Testing/Data/Tango/README.VTK.txt.md5              |     1 +
 Testing/Data/Tango/TangoIcons.png.md5              |     1 +
 Testing/Data/UCD2D/UCD_00000.inp.md5               |     1 +
 Testing/Data/UCD2D/UCD_00001.inp.md5               |     1 +
 Testing/Data/UCD2D/UCD_00002.inp.md5               |     1 +
 Testing/Data/UCD2D/UCD_00003.inp.md5               |     1 +
 Testing/Data/UCD2D/UCD_00004.inp.md5               |     1 +
 Testing/Data/UCD2D/UCD_00005.inp.md5               |     1 +
 Testing/Data/UCD2D/UCD_00006.inp.md5               |     1 +
 Testing/Data/UCD2D/UCD_00007.inp.md5               |     1 +
 Testing/Data/UCD2D/UCD_00008.inp.md5               |     1 +
 Testing/Data/UCD2D/UCD_00009.inp.md5               |     1 +
 Testing/Data/UCD2D/UCD_00010.inp.md5               |     1 +
 Testing/Data/Viewpoint/README.md5                  |     1 +
 Testing/Data/Viewpoint/cow.g.md5                   |     1 +
 Testing/Data/Viewpoint/cow.obj.md5                 |     1 +
 Testing/Data/Viewpoint/iflamigm.3ds.md5            |     1 +
 Testing/Data/WindBladeReader/WT_topo1.dat.md5      |     1 +
 Testing/Data/WindBladeReader/field/comp.out.10.md5 |     1 +
 .../Data/WindBladeReader/field/comp.out.5500.md5   |     1 +
 Testing/Data/WindBladeReader/test1_topo.wind.md5   |     1 +
 Testing/Data/WindBladeReader/turbine/WT_list.md5   |     1 +
 Testing/Data/WindBladeReader/turbine/WT_rist.md5   |     1 +
 Testing/Data/WindBladeReader/turbine/wtbl.10.md5   |     1 +
 Testing/Data/WindBladeReader/turbine/wtbl.5500.md5 |     1 +
 Testing/Data/WineGlass.wrl.md5                     |     1 +
 Testing/Data/alphachannel.png.md5                  |     1 +
 Testing/Data/authors.csv.md5                       |     1 +
 Testing/Data/avg152T1_RL_nifti.nii.gz.md5          |     1 +
 Testing/Data/beach.ascii.md5                       |     1 +
 Testing/Data/beach.ascii.nhdr.md5                  |     1 +
 Testing/Data/beach.jpg.md5                         |     1 +
 Testing/Data/beach.nrrd.md5                        |     1 +
 Testing/Data/beach.tif.md5                         |     1 +
 Testing/Data/billBoard.pgm.md5                     |     1 +
 Testing/Data/blow.vtk.md5                          |     1 +
 Testing/Data/blowAttr.vtk.md5                      |     1 +
 Testing/Data/blowGeom.vtk.md5                      |     1 +
 Testing/Data/bluntfinq.bin.md5                     |     1 +
 Testing/Data/bluntfinxyz.bin.md5                   |     1 +
 Testing/Data/bolt.fac.md5                          |     1 +
 Testing/Data/bolt.slc.md5                          |     1 +
 Testing/Data/bore.vtk.md5                          |     1 +
 Testing/Data/bot2.wrl.md5                          |     1 +
 Testing/Data/box-noglom.ex2.md5                    |     1 +
 Testing/Data/bpa.mol.md5                           |     1 +
 Testing/Data/brainImageSmooth.vtk.md5              |     1 +
 Testing/Data/bunny.ply.md5                         |     1 +
 Testing/Data/cactus.3337.pts.md5                   |     1 +
 Testing/Data/caffeine.pdb.md5                      |     1 +
 Testing/Data/camscene.png.md5                      |     1 +
 Testing/Data/cellcentered.tec.md5                  |     1 +
 Testing/Data/cellsnd.ascii.inp.md5                 |     1 +
 Testing/Data/cellsnd.bin.inp.md5                   |     1 +
 .../chi_field/chi_chunk_0_700_0_50x50x50.bov.md5   |     1 +
 Testing/Data/chombo3d/chombo3d.vtm.md5             |     1 +
 Testing/Data/chombo3d/chombo3d_0.vti.md5           |     1 +
 Testing/Data/chombo3d/chombo3d_1.vti.md5           |     1 +
 Testing/Data/chombo3d/chombo3d_10.vti.md5          |     1 +
 Testing/Data/chombo3d/chombo3d_11.vti.md5          |     1 +
 Testing/Data/chombo3d/chombo3d_12.vti.md5          |     1 +
 Testing/Data/chombo3d/chombo3d_13.vti.md5          |     1 +
 Testing/Data/chombo3d/chombo3d_14.vti.md5          |     1 +
 Testing/Data/chombo3d/chombo3d_15.vti.md5          |     1 +
 Testing/Data/chombo3d/chombo3d_2.vti.md5           |     1 +
 Testing/Data/chombo3d/chombo3d_3.vti.md5           |     1 +
 Testing/Data/chombo3d/chombo3d_4.vti.md5           |     1 +
 Testing/Data/chombo3d/chombo3d_5.vti.md5           |     1 +
 Testing/Data/chombo3d/chombo3d_6.vti.md5           |     1 +
 Testing/Data/chombo3d/chombo3d_7.vti.md5           |     1 +
 Testing/Data/chombo3d/chombo3d_8.vti.md5           |     1 +
 Testing/Data/chombo3d/chombo3d_9.vti.md5           |     1 +
 Testing/Data/clouds.jpeg.md5                       |     1 +
 Testing/Data/clown.facet.md5                       |     1 +
 Testing/Data/combq.bin.md5                         |     1 +
 Testing/Data/combxyz.bin.md5                       |     1 +
 Testing/Data/cow.vtp.md5                           |     1 +
 Testing/Data/cth.vtr.md5                           |     1 +
 Testing/Data/delimited.txt.md5                     |     1 +
 Testing/Data/delimited2.txt.md5                    |     1 +
 Testing/Data/delimited2UTF16.txt.md5               |     1 +
 Testing/Data/delimited2UTF16BE.txt.md5             |     1 +
 Testing/Data/delimited2UTF16LE.txt.md5             |     1 +
 Testing/Data/delimitedUTF16.txt.md5                |     1 +
 Testing/Data/delimitedUTF16BE.txt.md5              |     1 +
 Testing/Data/delimitedUTF16LE.txt.md5              |     1 +
 Testing/Data/disk_out_ref.ex2.md5                  |     1 +
 Testing/Data/disk_out_ref_surface.vtp.md5          |     1 +
 Testing/Data/earth.ppm.md5                         |     1 +
 Testing/Data/edgeFaceElem.exii.md5                 |     1 +
 Testing/Data/ex-blow_5.vtm.md5                     |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_0_0.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_0_1.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_0_2.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_0_3.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_0_4.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_0_5.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_0_6.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_0_7.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_1_0.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_1_1.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_1_2.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_1_3.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_1_4.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_1_5.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_1_6.vtu.md5       |     1 +
 Testing/Data/ex-blow_5/ex-blow_5_1_7.vtu.md5       |     1 +
 Testing/Data/faults.vtk.md5                        |     1 +
 Testing/Data/fieldfile.vtk.md5                     |     1 +
 Testing/Data/filledContours.vtp.md5                |     1 +
 Testing/Data/financial.txt.md5                     |     1 +
 Testing/Data/financial.vtk.md5                     |     1 +
 Testing/Data/fixedwidth.txt.md5                    |     1 +
 Testing/Data/flow.tec.gz.md5                       |     1 +
 Testing/Data/flow.tec.md5                          |     1 +
 Testing/Data/foot/foot.mha.md5                     |     1 +
 Testing/Data/foot/foot.raw.md5                     |     1 +
 Testing/Data/fran_cut.png.md5                      |     1 +
 Testing/Data/fran_cut.vtk.md5                      |     1 +
 Testing/Data/fullhead15.png.md5                    |     1 +
 Testing/Data/headsq/quarter.1.md5                  |     1 +
 Testing/Data/headsq/quarter.10.md5                 |     1 +
 Testing/Data/headsq/quarter.11.md5                 |     1 +
 Testing/Data/headsq/quarter.12.md5                 |     1 +
 Testing/Data/headsq/quarter.13.md5                 |     1 +
 Testing/Data/headsq/quarter.14.md5                 |     1 +
 Testing/Data/headsq/quarter.15.md5                 |     1 +
 Testing/Data/headsq/quarter.16.md5                 |     1 +
 Testing/Data/headsq/quarter.17.md5                 |     1 +
 Testing/Data/headsq/quarter.18.md5                 |     1 +
 Testing/Data/headsq/quarter.19.md5                 |     1 +
 Testing/Data/headsq/quarter.2.md5                  |     1 +
 Testing/Data/headsq/quarter.20.md5                 |     1 +
 Testing/Data/headsq/quarter.21.md5                 |     1 +
 Testing/Data/headsq/quarter.22.md5                 |     1 +
 Testing/Data/headsq/quarter.23.md5                 |     1 +
 Testing/Data/headsq/quarter.24.md5                 |     1 +
 Testing/Data/headsq/quarter.25.md5                 |     1 +
 Testing/Data/headsq/quarter.26.md5                 |     1 +
 Testing/Data/headsq/quarter.27.md5                 |     1 +
 Testing/Data/headsq/quarter.28.md5                 |     1 +
 Testing/Data/headsq/quarter.29.md5                 |     1 +
 Testing/Data/headsq/quarter.3.md5                  |     1 +
 Testing/Data/headsq/quarter.30.md5                 |     1 +
 Testing/Data/headsq/quarter.31.md5                 |     1 +
 Testing/Data/headsq/quarter.32.md5                 |     1 +
 Testing/Data/headsq/quarter.33.md5                 |     1 +
 Testing/Data/headsq/quarter.34.md5                 |     1 +
 Testing/Data/headsq/quarter.35.md5                 |     1 +
 Testing/Data/headsq/quarter.36.md5                 |     1 +
 Testing/Data/headsq/quarter.37.md5                 |     1 +
 Testing/Data/headsq/quarter.38.md5                 |     1 +
 Testing/Data/headsq/quarter.39.md5                 |     1 +
 Testing/Data/headsq/quarter.4.md5                  |     1 +
 Testing/Data/headsq/quarter.40.md5                 |     1 +
 Testing/Data/headsq/quarter.41.md5                 |     1 +
 Testing/Data/headsq/quarter.42.md5                 |     1 +
 Testing/Data/headsq/quarter.43.md5                 |     1 +
 Testing/Data/headsq/quarter.44.md5                 |     1 +
 Testing/Data/headsq/quarter.45.md5                 |     1 +
 Testing/Data/headsq/quarter.46.md5                 |     1 +
 Testing/Data/headsq/quarter.47.md5                 |     1 +
 Testing/Data/headsq/quarter.48.md5                 |     1 +
 Testing/Data/headsq/quarter.49.md5                 |     1 +
 Testing/Data/headsq/quarter.5.md5                  |     1 +
 Testing/Data/headsq/quarter.50.md5                 |     1 +
 Testing/Data/headsq/quarter.51.md5                 |     1 +
 Testing/Data/headsq/quarter.52.md5                 |     1 +
 Testing/Data/headsq/quarter.53.md5                 |     1 +
 Testing/Data/headsq/quarter.54.md5                 |     1 +
 Testing/Data/headsq/quarter.55.md5                 |     1 +
 Testing/Data/headsq/quarter.56.md5                 |     1 +
 Testing/Data/headsq/quarter.57.md5                 |     1 +
 Testing/Data/headsq/quarter.58.md5                 |     1 +
 Testing/Data/headsq/quarter.59.md5                 |     1 +
 Testing/Data/headsq/quarter.6.md5                  |     1 +
 Testing/Data/headsq/quarter.60.md5                 |     1 +
 Testing/Data/headsq/quarter.61.md5                 |     1 +
 Testing/Data/headsq/quarter.62.md5                 |     1 +
 Testing/Data/headsq/quarter.63.md5                 |     1 +
 Testing/Data/headsq/quarter.64.md5                 |     1 +
 Testing/Data/headsq/quarter.65.md5                 |     1 +
 Testing/Data/headsq/quarter.66.md5                 |     1 +
 Testing/Data/headsq/quarter.67.md5                 |     1 +
 Testing/Data/headsq/quarter.68.md5                 |     1 +
 Testing/Data/headsq/quarter.69.md5                 |     1 +
 Testing/Data/headsq/quarter.7.md5                  |     1 +
 Testing/Data/headsq/quarter.70.md5                 |     1 +
 Testing/Data/headsq/quarter.71.md5                 |     1 +
 Testing/Data/headsq/quarter.72.md5                 |     1 +
 Testing/Data/headsq/quarter.73.md5                 |     1 +
 Testing/Data/headsq/quarter.74.md5                 |     1 +
 Testing/Data/headsq/quarter.75.md5                 |     1 +
 Testing/Data/headsq/quarter.76.md5                 |     1 +
 Testing/Data/headsq/quarter.77.md5                 |     1 +
 Testing/Data/headsq/quarter.78.md5                 |     1 +
 Testing/Data/headsq/quarter.79.md5                 |     1 +
 Testing/Data/headsq/quarter.8.md5                  |     1 +
 Testing/Data/headsq/quarter.80.md5                 |     1 +
 Testing/Data/headsq/quarter.81.md5                 |     1 +
 Testing/Data/headsq/quarter.82.md5                 |     1 +
 Testing/Data/headsq/quarter.83.md5                 |     1 +
 Testing/Data/headsq/quarter.84.md5                 |     1 +
 Testing/Data/headsq/quarter.85.md5                 |     1 +
 Testing/Data/headsq/quarter.86.md5                 |     1 +
 Testing/Data/headsq/quarter.87.md5                 |     1 +
 Testing/Data/headsq/quarter.88.md5                 |     1 +
 Testing/Data/headsq/quarter.89.md5                 |     1 +
 Testing/Data/headsq/quarter.9.md5                  |     1 +
 Testing/Data/headsq/quarter.90.md5                 |     1 +
 Testing/Data/headsq/quarter.91.md5                 |     1 +
 Testing/Data/headsq/quarter.92.md5                 |     1 +
 Testing/Data/headsq/quarter.93.md5                 |     1 +
 Testing/Data/headsq/quarter.nhdr.md5               |     1 +
 Testing/Data/hello.vtk.md5                         |     1 +
 Testing/Data/hexa.vtk.md5                          |     1 +
 Testing/Data/iflamigm.3ds.md5                      |     1 +
 Testing/Data/ironProt.vtk.md5                      |     1 +
 Testing/Data/libtiff/test.tif.md5                  |     1 +
 Testing/Data/m4_TotalDensity.cube.md5              |     1 +
 Testing/Data/many_blocks/many_blocks.vtm.md5       |     1 +
 .../many_blocks/many_blocks_0_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_10_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_11_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_12_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_13_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_14_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_15_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_16_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_17_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_18_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_19_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_1_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_20_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_21_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_22_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_23_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_24_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_25_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_26_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_27_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_28_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_29_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_2_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_30_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_31_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_32_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_33_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_34_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_35_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_36_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_37_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_38_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_39_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_3_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_40_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_41_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_42_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_43_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_44_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_45_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_46_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_47_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_48_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_49_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_4_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_50_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_51_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_52_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_53_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_54_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_55_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_56_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_57_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_58_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_59_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_5_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_60_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_61_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_62_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_63_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_64_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_65_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_6_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_7_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_8_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_9_0.vtp.md5            |     1 +
 Testing/Data/masonry-wide.jpg.md5                  |     1 +
 Testing/Data/masonry.bmp.md5                       |     1 +
 Testing/Data/matrix.vtk.md5                        |     1 +
 Testing/Data/mbwavelet_ascii.q.md5                 |     1 +
 Testing/Data/mbwavelet_ascii.xyz.md5               |     1 +
 Testing/Data/minimal.hdr.gz.md5                    |     1 +
 Testing/Data/minimal.img.gz.md5                    |     1 +
 Testing/Data/minimal.nii.gz.md5                    |     1 +
 Testing/Data/mni-surface-mesh.obj.md5              |     1 +
 Testing/Data/motor.g.md5                           |     1 +
 Testing/Data/mr.001.md5                            |     1 +
 Testing/Data/multi-ascii.q.md5                     |     1 +
 Testing/Data/multi-ascii.xyz.md5                   |     1 +
 Testing/Data/multi-bin-2D.q.md5                    |     1 +
 Testing/Data/multi-bin-2D.xyz.md5                  |     1 +
 Testing/Data/multi-bin-C.q.md5                     |     1 +
 Testing/Data/multi-bin-C.xyz.md5                   |     1 +
 Testing/Data/multi-bin-oflow.q.md5                 |     1 +
 Testing/Data/multi-bin.f.md5                       |     1 +
 Testing/Data/multi-bin.q.md5                       |     1 +
 Testing/Data/multi-bin.xyz.md5                     |     1 +
 Testing/Data/multi.p3d.md5                         |     1 +
 Testing/Data/multicomb_0.vts.md5                   |     1 +
 Testing/Data/multicomb_1.vts.md5                   |     1 +
 Testing/Data/multicomb_2.vts.md5                   |     1 +
 Testing/Data/neghip.slc.md5                        |     1 +
 Testing/Data/noise.png.md5                         |     1 +
 Testing/Data/nut.slc.md5                           |     1 +
 Testing/Data/office.binary.vtk.md5                 |     1 +
 Testing/Data/plate.vtk.md5                         |     1 +
 Testing/Data/points.txt.md5                        |     1 +
 Testing/Data/political.vtp.md5                     |     1 +
 Testing/Data/polyEx.vtk.md5                        |     1 +
 Testing/Data/polyhedron2pieces.vtu.md5             |     1 +
 Testing/Data/porphyrin.cml.md5                     |     1 +
 Testing/Data/post.vtk.md5                          |     1 +
 Testing/Data/prism.neu.md5                         |     1 +
 Testing/Data/prostar.cel.md5                       |     1 +
 Testing/Data/prostar.vrt.md5                       |     1 +
 Testing/Data/quadraticTetra01.vtu.md5              |     1 +
 Testing/Data/qualityEx.vtk.md5                     |     1 +
 Testing/Data/ruler.png.md5                         |     1 +
 Testing/Data/sample.xml.md5                        |     1 +
 Testing/Data/sampleCurveGrid4.nc.md5               |     1 +
 Testing/Data/sampleGenGrid3.nc.md5                 |     1 +
 Testing/Data/sphere.slc.md5                        |     1 +
 Testing/Data/t3_grid_0.mnc.md5                     |     1 +
 Testing/Data/teapot.g.md5                          |     1 +
 Testing/Data/tensors.vtk.md5                       |     1 +
 Testing/Data/test.p3d.md5                          |     1 +
 Testing/Data/tetraMesh.vtk.md5                     |     1 +
 Testing/Data/texThres2.vtk.md5                     |     1 +
 Testing/Data/textureRGBA.png.md5                   |     1 +
 Testing/Data/thio3xx.xyz.md5                       |     1 +
 Testing/Data/timestep_0_15.vts.md5                 |     1 +
 Testing/Data/tos_O1_2001-2002.nc.md5               |     1 +
 Testing/Data/track1.binary.vtk.md5                 |     1 +
 Testing/Data/track2.binary.vtk.md5                 |     1 +
 Testing/Data/track3.binary.vtk.md5                 |     1 +
 Testing/Data/treetest.xml.md5                      |     1 +
 Testing/Data/uGridEx.vtk.md5                       |     1 +
 Testing/Data/uniform-001371-5x5x5.vtp.md5          |     1 +
 Testing/Data/usa.vtk.md5                           |     1 +
 Testing/Data/usa_image.jpg.md5                     |     1 +
 Testing/Data/vase_1comp.vti.md5                    |     1 +
 Testing/Data/vase_4comp.vti.md5                    |     1 +
 Testing/Data/vehicle_data.csv.md5                  |     1 +
 Testing/Data/vtk.png.md5                           |     1 +
 Testing/Data/vtk.vtk.md5                           |     1 +
 Testing/Data/vwgt.coords.md5                       |     1 +
 Testing/Data/vwgt.graph.md5                        |     1 +
 Testing/External/CMakeLists.txt                    |    18 +-
 Testing/GenericBridge/vtkBridgeAttribute.cxx       |     2 +-
 Testing/GenericBridge/vtkBridgeCell.cxx            |     2 +-
 Testing/GenericBridge/vtkBridgeCellIterator.cxx    |     2 +-
 .../vtkBridgeCellIteratorOnCellBoundaries.cxx      |     2 +-
 .../vtkBridgeCellIteratorOnCellList.cxx            |     2 +-
 .../vtkBridgeCellIteratorOnDataSet.cxx             |     2 +-
 Testing/GenericBridge/vtkBridgeCellIteratorOne.cxx |     2 +-
 .../vtkBridgeCellIteratorStrategy.cxx              |     2 +-
 Testing/GenericBridge/vtkBridgeDataSet.cxx         |     2 +-
 Testing/GenericBridge/vtkBridgePointIterator.cxx   |     4 +-
 .../GenericBridge/vtkBridgePointIteratorOnCell.cxx |     2 +-
 .../vtkBridgePointIteratorOnDataSet.cxx            |     2 +-
 .../GenericBridge/vtkBridgePointIteratorOne.cxx    |     4 +-
 Testing/Install/VIT/CMakeLists.txt                 |     2 +-
 Testing/Rendering/module.cmake                     |     3 +
 Testing/Rendering/vtkRegressionTestImage.h         |     4 +-
 Testing/Rendering/vtkTesting.cxx                   |   399 +-
 Testing/Rendering/vtkTesting.h                     |    11 +-
 ThirdParty/AutobahnPython/CMakeLists.txt           |    21 +
 ThirdParty/AutobahnPython/PKG-INFO                 |    38 +
 ThirdParty/AutobahnPython/autobahn/__init__.py     |    31 +
 ThirdParty/AutobahnPython/autobahn/_version.py     |    19 +
 ThirdParty/AutobahnPython/autobahn/flashpolicy.py  |   106 +
 ThirdParty/AutobahnPython/autobahn/httpstatus.py   |   271 +
 ThirdParty/AutobahnPython/autobahn/pbkdf2.py       |   134 +
 ThirdParty/AutobahnPython/autobahn/prefixmap.py    |   144 +
 ThirdParty/AutobahnPython/autobahn/resource.py     |   172 +
 ThirdParty/AutobahnPython/autobahn/useragent.py    |   312 +
 .../AutobahnPython/autobahn/utf8validator.py       |   120 +
 ThirdParty/AutobahnPython/autobahn/util.py         |   154 +
 ThirdParty/AutobahnPython/autobahn/wamp.py         |  2344 ++++
 ThirdParty/AutobahnPython/autobahn/websocket.py    |  3847 ++++++
 ThirdParty/AutobahnPython/autobahn/xormasker.py    |   100 +
 ThirdParty/AutobahnPython/module.cmake             |     5 +
 ThirdParty/Cosmo/BasicDefinition.h                 |   244 -
 ThirdParty/Cosmo/CMakeLists.txt                    |    66 -
 ThirdParty/Cosmo/ChainingMesh.cxx                  |   306 -
 ThirdParty/Cosmo/ChainingMesh.h                    |   143 -
 ThirdParty/Cosmo/CosmoDefinition.h.in              |    70 -
 ThirdParty/Cosmo/CosmoHalo.h                       |   157 -
 ThirdParty/Cosmo/CosmoHaloFinder.cxx               |   581 -
 ThirdParty/Cosmo/CosmoHaloFinder.h                 |   236 -
 ThirdParty/Cosmo/CosmoHaloFinderP.cxx              |  1119 --
 ThirdParty/Cosmo/CosmoHaloFinderP.h                |   218 -
 ThirdParty/Cosmo/FOFHaloProperties.cxx             |   702 -
 ThirdParty/Cosmo/FOFHaloProperties.h               |   223 -
 ThirdParty/Cosmo/HaloCenterFinder.cxx              |  1325 --
 ThirdParty/Cosmo/HaloCenterFinder.h                |   185 -
 ThirdParty/Cosmo/Message.cxx                       |   242 -
 ThirdParty/Cosmo/Message.h                         |   126 -
 ThirdParty/Cosmo/ParticleDistribute.cxx            |  1460 ---
 ThirdParty/Cosmo/ParticleDistribute.h              |   233 -
 ThirdParty/Cosmo/ParticleExchange.cxx              |   756 --
 ThirdParty/Cosmo/ParticleExchange.h                |   183 -
 ThirdParty/Cosmo/Partition.cxx                     |   276 -
 ThirdParty/Cosmo/Partition.h                       |   117 -
 ThirdParty/Cosmo/SODHalo.cxx                       |   849 --
 ThirdParty/Cosmo/SODHalo.h                         |   265 -
 ThirdParty/Cosmo/module.cmake                      |     6 -
 ThirdParty/Cosmo/winDirent.h                       |   232 -
 .../TclTk/resources/tk8.3/win/rc/CMakeLists.txt    |     2 +-
 .../TclTk/resources/tk8.4/win/rc/CMakeLists.txt    |     2 +-
 .../TclTk/resources/tk8.5/win/rc/CMakeLists.txt    |     2 +-
 .../TclTk/resources/tk8.6/win/rc/CMakeLists.txt    |     2 +-
 ThirdParty/Twisted/CMakeLists.txt                  |    20 +
 ThirdParty/Twisted/LICENSE                         |    57 +
 ThirdParty/Twisted/README                          |   117 +
 ThirdParty/Twisted/module.cmake                    |     5 +
 ThirdParty/Twisted/twisted/__init__.py             |    62 +
 ThirdParty/Twisted/twisted/_version.py             |     3 +
 ThirdParty/Twisted/twisted/application/__init__.py |     7 +
 ThirdParty/Twisted/twisted/application/app.py      |   674 +
 ThirdParty/Twisted/twisted/application/internet.py |   365 +
 ThirdParty/Twisted/twisted/application/reactors.py |    83 +
 ThirdParty/Twisted/twisted/application/service.py  |   413 +
 ThirdParty/Twisted/twisted/application/strports.py |   103 +
 .../Twisted/twisted/application/test/__init__.py   |     6 +
 .../twisted/application/test/test_internet.py      |   252 +
 ThirdParty/Twisted/twisted/conch/__init__.py       |    18 +
 ThirdParty/Twisted/twisted/conch/_version.py       |     3 +
 ThirdParty/Twisted/twisted/conch/avatar.py         |    37 +
 ThirdParty/Twisted/twisted/conch/checkers.py       |   308 +
 .../Twisted/twisted/conch/client/__init__.py       |     9 +
 ThirdParty/Twisted/twisted/conch/client/agent.py   |    73 +
 ThirdParty/Twisted/twisted/conch/client/connect.py |    21 +
 ThirdParty/Twisted/twisted/conch/client/default.py |   256 +
 ThirdParty/Twisted/twisted/conch/client/direct.py  |   107 +
 .../Twisted/twisted/conch/client/knownhosts.py     |   478 +
 ThirdParty/Twisted/twisted/conch/client/options.py |    96 +
 ThirdParty/Twisted/twisted/conch/error.py          |   102 +
 .../Twisted/twisted/conch/insults/__init__.py      |    16 +
 ThirdParty/Twisted/twisted/conch/insults/client.py |   138 +
 ThirdParty/Twisted/twisted/conch/insults/colors.py |    29 +
 ThirdParty/Twisted/twisted/conch/insults/helper.py |   450 +
 .../Twisted/twisted/conch/insults/insults.py       |  1087 ++
 ThirdParty/Twisted/twisted/conch/insults/text.py   |   186 +
 ThirdParty/Twisted/twisted/conch/insults/window.py |   868 ++
 ThirdParty/Twisted/twisted/conch/interfaces.py     |   402 +
 ThirdParty/Twisted/twisted/conch/ls.py             |    75 +
 ThirdParty/Twisted/twisted/conch/manhole.py        |   340 +
 ThirdParty/Twisted/twisted/conch/manhole_ssh.py    |   146 +
 ThirdParty/Twisted/twisted/conch/manhole_tap.py    |   124 +
 ThirdParty/Twisted/twisted/conch/mixin.py          |    49 +
 .../twisted/conch/openssh_compat/__init__.py       |    11 +
 .../twisted/conch/openssh_compat/factory.py        |    73 +
 .../Twisted/twisted/conch/openssh_compat/primes.py |    26 +
 ThirdParty/Twisted/twisted/conch/recvline.py       |   329 +
 .../Twisted/twisted/conch/scripts/__init__.py      |     1 +
 ThirdParty/Twisted/twisted/conch/scripts/cftp.py   |   832 ++
 .../Twisted/twisted/conch/scripts/ckeygen.py       |   201 +
 ThirdParty/Twisted/twisted/conch/scripts/conch.py  |   512 +
 .../Twisted/twisted/conch/scripts/tkconch.py       |   572 +
 ThirdParty/Twisted/twisted/conch/ssh/__init__.py   |    10 +
 ThirdParty/Twisted/twisted/conch/ssh/address.py    |    38 +
 ThirdParty/Twisted/twisted/conch/ssh/agent.py      |   294 +
 ThirdParty/Twisted/twisted/conch/ssh/channel.py    |   281 +
 ThirdParty/Twisted/twisted/conch/ssh/common.py     |   117 +
 ThirdParty/Twisted/twisted/conch/ssh/connection.py |   637 +
 ThirdParty/Twisted/twisted/conch/ssh/factory.py    |   141 +
 .../Twisted/twisted/conch/ssh/filetransfer.py      |   934 ++
 ThirdParty/Twisted/twisted/conch/ssh/forwarding.py |   181 +
 ThirdParty/Twisted/twisted/conch/ssh/keys.py       |   844 ++
 ThirdParty/Twisted/twisted/conch/ssh/service.py    |    48 +
 ThirdParty/Twisted/twisted/conch/ssh/session.py    |   348 +
 ThirdParty/Twisted/twisted/conch/ssh/sexpy.py      |    42 +
 ThirdParty/Twisted/twisted/conch/ssh/transport.py  |  1617 +++
 ThirdParty/Twisted/twisted/conch/ssh/userauth.py   |   848 ++
 ThirdParty/Twisted/twisted/conch/stdio.py          |    95 +
 ThirdParty/Twisted/twisted/conch/tap.py            |    92 +
 ThirdParty/Twisted/twisted/conch/telnet.py         |  1086 ++
 ThirdParty/Twisted/twisted/conch/test/__init__.py  |     1 +
 ThirdParty/Twisted/twisted/conch/test/keydata.py   |   208 +
 .../Twisted/twisted/conch/test/test_address.py     |    49 +
 .../Twisted/twisted/conch/test/test_agent.py       |   399 +
 ThirdParty/Twisted/twisted/conch/test/test_cftp.py |   975 ++
 .../Twisted/twisted/conch/test/test_channel.py     |   279 +
 .../Twisted/twisted/conch/test/test_checkers.py    |   609 +
 .../Twisted/twisted/conch/test/test_ckeygen.py     |   137 +
 .../Twisted/twisted/conch/test/test_conch.py       |   552 +
 .../Twisted/twisted/conch/test/test_connection.py  |   730 ++
 .../Twisted/twisted/conch/test/test_default.py     |   171 +
 .../twisted/conch/test/test_filetransfer.py        |   765 ++
 .../Twisted/twisted/conch/test/test_helper.py      |   560 +
 .../Twisted/twisted/conch/test/test_insults.py     |   496 +
 ThirdParty/Twisted/twisted/conch/test/test_keys.py |   644 +
 .../Twisted/twisted/conch/test/test_knownhosts.py  |  1037 ++
 .../Twisted/twisted/conch/test/test_manhole.py     |   372 +
 .../Twisted/twisted/conch/test/test_mixin.py       |    47 +
 .../twisted/conch/test/test_openssh_compat.py      |   102 +
 .../Twisted/twisted/conch/test/test_recvline.py    |   706 +
 .../Twisted/twisted/conch/test/test_scripts.py     |    82 +
 .../Twisted/twisted/conch/test/test_session.py     |  1256 ++
 ThirdParty/Twisted/twisted/conch/test/test_ssh.py  |   995 ++
 ThirdParty/Twisted/twisted/conch/test/test_tap.py  |   184 +
 .../Twisted/twisted/conch/test/test_telnet.py      |   767 ++
 ThirdParty/Twisted/twisted/conch/test/test_text.py |   101 +
 .../Twisted/twisted/conch/test/test_transport.py   |  2225 ++++
 .../Twisted/twisted/conch/test/test_userauth.py    |  1077 ++
 .../Twisted/twisted/conch/test/test_window.py      |    67 +
 ThirdParty/Twisted/twisted/conch/topfiles/NEWS     |   432 +
 ThirdParty/Twisted/twisted/conch/topfiles/README   |    11 +
 ThirdParty/Twisted/twisted/conch/topfiles/setup.py |    48 +
 ThirdParty/Twisted/twisted/conch/ttymodes.py       |   121 +
 ThirdParty/Twisted/twisted/conch/ui/__init__.py    |    11 +
 ThirdParty/Twisted/twisted/conch/ui/ansi.py        |   240 +
 ThirdParty/Twisted/twisted/conch/ui/tkvt100.py     |   197 +
 ThirdParty/Twisted/twisted/conch/unix.py           |   457 +
 ThirdParty/Twisted/twisted/copyright.py            |    41 +
 ThirdParty/Twisted/twisted/cred/__init__.py        |    13 +
 ThirdParty/Twisted/twisted/cred/_digest.py         |   129 +
 ThirdParty/Twisted/twisted/cred/checkers.py        |   268 +
 ThirdParty/Twisted/twisted/cred/credentials.py     |   483 +
 ThirdParty/Twisted/twisted/cred/error.py           |    41 +
 ThirdParty/Twisted/twisted/cred/pamauth.py         |    79 +
 ThirdParty/Twisted/twisted/cred/portal.py          |   121 +
 ThirdParty/Twisted/twisted/cred/strcred.py         |   270 +
 ThirdParty/Twisted/twisted/enterprise/__init__.py  |     9 +
 ThirdParty/Twisted/twisted/enterprise/adbapi.py    |   483 +
 ThirdParty/Twisted/twisted/internet/__init__.py    |    12 +
 .../Twisted/twisted/internet/_baseprocess.py       |    62 +
 .../Twisted/twisted/internet/_dumbwin32proc.py     |   388 +
 .../Twisted/twisted/internet/_endpointspy3.py      |   483 +
 ThirdParty/Twisted/twisted/internet/_glibbase.py   |   391 +
 ThirdParty/Twisted/twisted/internet/_newtls.py     |   271 +
 ThirdParty/Twisted/twisted/internet/_oldtls.py     |   381 +
 .../Twisted/twisted/internet/_pollingfile.py       |   300 +
 .../Twisted/twisted/internet/_posixserialport.py   |    74 +
 ThirdParty/Twisted/twisted/internet/_posixstdio.py |   175 +
 ThirdParty/Twisted/twisted/internet/_signals.py    |    68 +
 ThirdParty/Twisted/twisted/internet/_ssl.py        |    32 +
 ThirdParty/Twisted/twisted/internet/_sslverify.py  |   786 ++
 .../Twisted/twisted/internet/_threadedselect.py    |   361 +
 ThirdParty/Twisted/twisted/internet/_utilspy3.py   |    59 +
 .../Twisted/twisted/internet/_win32serialport.py   |   126 +
 ThirdParty/Twisted/twisted/internet/_win32stdio.py |   124 +
 ThirdParty/Twisted/twisted/internet/abstract.py    |   530 +
 ThirdParty/Twisted/twisted/internet/address.py     |   146 +
 ThirdParty/Twisted/twisted/internet/base.py        |  1194 ++
 ThirdParty/Twisted/twisted/internet/cfreactor.py   |   501 +
 ThirdParty/Twisted/twisted/internet/default.py     |    56 +
 ThirdParty/Twisted/twisted/internet/defer.py       |  1592 +++
 ThirdParty/Twisted/twisted/internet/endpoints.py   |   884 ++
 .../Twisted/twisted/internet/epollreactor.py       |   396 +
 ThirdParty/Twisted/twisted/internet/error.py       |   455 +
 ThirdParty/Twisted/twisted/internet/fdesc.py       |   118 +
 ThirdParty/Twisted/twisted/internet/gireactor.py   |   188 +
 .../Twisted/twisted/internet/glib2reactor.py       |    44 +
 ThirdParty/Twisted/twisted/internet/gtk2reactor.py |   119 +
 ThirdParty/Twisted/twisted/internet/gtk3reactor.py |    80 +
 ThirdParty/Twisted/twisted/internet/gtkreactor.py  |   250 +
 ThirdParty/Twisted/twisted/internet/inotify.py     |   405 +
 ThirdParty/Twisted/twisted/internet/interfaces.py  |  2015 +++
 .../twisted/internet/iocpreactor/__init__.py       |    10 +
 .../twisted/internet/iocpreactor/abstract.py       |   400 +
 .../Twisted/twisted/internet/iocpreactor/build.bat |     4 +
 .../Twisted/twisted/internet/iocpreactor/const.py  |    26 +
 .../twisted/internet/iocpreactor/interfaces.py     |    47 +
 .../internet/iocpreactor/iocpsupport/acceptex.pxi  |    46 +
 .../internet/iocpreactor/iocpsupport/connectex.pxi |    47 +
 .../internet/iocpreactor/iocpsupport/iocpsupport.c |  6376 ++++++++++
 .../iocpreactor/iocpsupport/iocpsupport.pyx        |   312 +
 .../iocpreactor/iocpsupport/winsock_pointers.c     |    62 +
 .../iocpreactor/iocpsupport/winsock_pointers.h     |    51 +
 .../internet/iocpreactor/iocpsupport/wsarecv.pxi   |    76 +
 .../internet/iocpreactor/iocpsupport/wsasend.pxi   |    30 +
 .../Twisted/twisted/internet/iocpreactor/notes.txt |    24 +
 .../twisted/internet/iocpreactor/reactor.py        |   275 +
 .../Twisted/twisted/internet/iocpreactor/setup.py  |    23 +
 .../Twisted/twisted/internet/iocpreactor/tcp.py    |   578 +
 .../Twisted/twisted/internet/iocpreactor/udp.py    |   382 +
 ThirdParty/Twisted/twisted/internet/kqreactor.py   |   305 +
 ThirdParty/Twisted/twisted/internet/main.py        |    37 +
 ThirdParty/Twisted/twisted/internet/pollreactor.py |   189 +
 ThirdParty/Twisted/twisted/internet/posixbase.py   |   640 +
 ThirdParty/Twisted/twisted/internet/process.py     |  1084 ++
 ThirdParty/Twisted/twisted/internet/protocol.py    |   827 ++
 ThirdParty/Twisted/twisted/internet/pyuisupport.py |    37 +
 ThirdParty/Twisted/twisted/internet/qtreactor.py   |    19 +
 ThirdParty/Twisted/twisted/internet/reactor.py     |    39 +
 .../Twisted/twisted/internet/selectreactor.py      |   204 +
 ThirdParty/Twisted/twisted/internet/serialport.py  |    87 +
 ThirdParty/Twisted/twisted/internet/ssl.py         |   205 +
 ThirdParty/Twisted/twisted/internet/stdio.py       |    35 +
 ThirdParty/Twisted/twisted/internet/task.py        |   857 ++
 ThirdParty/Twisted/twisted/internet/tcp.py         |  1183 ++
 .../Twisted/twisted/internet/test/__init__.py      |     6 +
 .../Twisted/twisted/internet/test/_posixifaces.py  |   148 +
 .../Twisted/twisted/internet/test/_win32ifaces.py  |   119 +
 .../twisted/internet/test/connectionmixins.py      |   776 ++
 .../internet/test/fake_CAs/not-a-certificate       |     1 +
 .../twisted/internet/test/fake_CAs/thing1.pem      |    26 +
 .../internet/test/fake_CAs/thing2-duplicate.pem    |    26 +
 .../twisted/internet/test/fake_CAs/thing2.pem      |    26 +
 .../Twisted/twisted/internet/test/fakeendpoint.py  |    66 +
 .../Twisted/twisted/internet/test/modulehelpers.py |    43 +
 .../internet/test/process_gireactornocompat.py     |    22 +
 .../twisted/internet/test/process_helper.py        |    33 +
 .../Twisted/twisted/internet/test/reactormixins.py |   315 +
 .../Twisted/twisted/internet/test/test_abstract.py |    58 +
 .../Twisted/twisted/internet/test/test_address.py  |   318 +
 .../Twisted/twisted/internet/test/test_base.py     |   279 +
 .../twisted/internet/test/test_baseprocess.py      |    73 +
 .../Twisted/twisted/internet/test/test_core.py     |   333 +
 .../Twisted/twisted/internet/test/test_default.py  |   120 +
 .../twisted/internet/test/test_endpoints.py        |  1029 ++
 .../twisted/internet/test/test_endpointspy3.py     |  1036 ++
 .../twisted/internet/test/test_epollreactor.py     |   248 +
 .../Twisted/twisted/internet/test/test_fdset.py    |   426 +
 .../twisted/internet/test/test_filedescriptor.py   |    99 +
 .../twisted/internet/test/test_gireactor.py        |   251 +
 .../Twisted/twisted/internet/test/test_glibbase.py |    68 +
 .../twisted/internet/test/test_gtkreactor.py       |    95 +
 .../Twisted/twisted/internet/test/test_inlinecb.py |    90 +
 .../Twisted/twisted/internet/test/test_inotify.py  |   504 +
 .../Twisted/twisted/internet/test/test_iocp.py     |   150 +
 .../Twisted/twisted/internet/test/test_main.py     |    50 +
 .../Twisted/twisted/internet/test/test_newtls.py   |   197 +
 .../twisted/internet/test/test_pollingfile.py      |    46 +
 .../twisted/internet/test/test_posixbase.py        |   320 +
 .../twisted/internet/test/test_posixprocess.py     |   340 +
 .../Twisted/twisted/internet/test/test_process.py  |   695 +
 .../Twisted/twisted/internet/test/test_protocol.py |   457 +
 .../twisted/internet/test/test_qtreactor.py        |    35 +
 .../twisted/internet/test/test_serialport.py       |    72 +
 .../Twisted/twisted/internet/test/test_sigchld.py  |   125 +
 .../Twisted/twisted/internet/test/test_socket.py   |   128 +
 .../Twisted/twisted/internet/test/test_stdio.py    |   195 +
 .../Twisted/twisted/internet/test/test_tcp.py      |  2092 +++
 .../Twisted/twisted/internet/test/test_threads.py  |   220 +
 .../Twisted/twisted/internet/test/test_time.py     |    66 +
 .../Twisted/twisted/internet/test/test_tls.py      |   438 +
 .../Twisted/twisted/internet/test/test_udp.py      |   218 +
 .../twisted/internet/test/test_udp_internals.py    |   167 +
 .../Twisted/twisted/internet/test/test_unix.py     |   559 +
 .../Twisted/twisted/internet/test/test_utilspy3.py |    92 +
 .../twisted/internet/test/test_win32events.py      |   200 +
 ThirdParty/Twisted/twisted/internet/threads.py     |   127 +
 ThirdParty/Twisted/twisted/internet/tksupport.py   |    75 +
 ThirdParty/Twisted/twisted/internet/udp.py         |   348 +
 ThirdParty/Twisted/twisted/internet/unix.py        |   518 +
 ThirdParty/Twisted/twisted/internet/utils.py       |   178 +
 .../Twisted/twisted/internet/win32eventreactor.py  |   430 +
 ThirdParty/Twisted/twisted/internet/wxreactor.py   |   184 +
 ThirdParty/Twisted/twisted/internet/wxsupport.py   |    61 +
 ThirdParty/Twisted/twisted/lore/__init__.py        |    21 +
 ThirdParty/Twisted/twisted/lore/_version.py        |     3 +
 ThirdParty/Twisted/twisted/lore/default.py         |    56 +
 ThirdParty/Twisted/twisted/lore/docbook.py         |    68 +
 ThirdParty/Twisted/twisted/lore/htmlbook.py        |    49 +
 ThirdParty/Twisted/twisted/lore/indexer.py         |    50 +
 ThirdParty/Twisted/twisted/lore/latex.py           |   463 +
 ThirdParty/Twisted/twisted/lore/lint.py            |   204 +
 ThirdParty/Twisted/twisted/lore/lmath.py           |    85 +
 ThirdParty/Twisted/twisted/lore/man2lore.py        |   295 +
 ThirdParty/Twisted/twisted/lore/numberer.py        |    33 +
 ThirdParty/Twisted/twisted/lore/process.py         |   120 +
 .../Twisted/twisted/lore/scripts/__init__.py       |     1 +
 ThirdParty/Twisted/twisted/lore/scripts/lore.py    |   155 +
 ThirdParty/Twisted/twisted/lore/slides.py          |   359 +
 ThirdParty/Twisted/twisted/lore/template.mgp       |    24 +
 ThirdParty/Twisted/twisted/lore/test/__init__.py   |     1 +
 .../twisted/lore/test/lore_index_file_out.html     |     2 +
 .../lore/test/lore_index_file_out_multiple.html    |     5 +
 .../lore/test/lore_index_file_unnumbered_out.html  |     2 +
 .../twisted/lore/test/lore_index_test.xhtml        |    21 +
 .../twisted/lore/test/lore_index_test2.xhtml       |    22 +
 .../twisted/lore/test/lore_numbering_test_out.html |     2 +
 .../lore/test/lore_numbering_test_out2.html        |     2 +
 ThirdParty/Twisted/twisted/lore/test/simple.html   |     9 +
 ThirdParty/Twisted/twisted/lore/test/simple3.html  |     9 +
 ThirdParty/Twisted/twisted/lore/test/simple4.html  |     9 +
 ThirdParty/Twisted/twisted/lore/test/template.tpl  |    13 +
 .../Twisted/twisted/lore/test/test_docbook.py      |    35 +
 ThirdParty/Twisted/twisted/lore/test/test_latex.py |   146 +
 ThirdParty/Twisted/twisted/lore/test/test_lint.py  |   132 +
 ThirdParty/Twisted/twisted/lore/test/test_lmath.py |    72 +
 ThirdParty/Twisted/twisted/lore/test/test_lore.py  |  1198 ++
 .../Twisted/twisted/lore/test/test_man2lore.py     |   169 +
 .../Twisted/twisted/lore/test/test_scripts.py      |    27 +
 .../Twisted/twisted/lore/test/test_slides.py       |    85 +
 ThirdParty/Twisted/twisted/lore/texi.py            |   109 +
 ThirdParty/Twisted/twisted/lore/topfiles/NEWS      |   167 +
 ThirdParty/Twisted/twisted/lore/topfiles/README    |     3 +
 ThirdParty/Twisted/twisted/lore/topfiles/setup.py  |    29 +
 ThirdParty/Twisted/twisted/lore/tree.py            |  1122 ++
 ThirdParty/Twisted/twisted/lore/xhtml-lat1.ent     |   196 +
 ThirdParty/Twisted/twisted/lore/xhtml-special.ent  |    80 +
 ThirdParty/Twisted/twisted/lore/xhtml-symbol.ent   |   237 +
 ThirdParty/Twisted/twisted/lore/xhtml1-strict.dtd  |   978 ++
 .../Twisted/twisted/lore/xhtml1-transitional.dtd   |  1201 ++
 ThirdParty/Twisted/twisted/mail/__init__.py        |    15 +
 ThirdParty/Twisted/twisted/mail/_version.py        |     3 +
 ThirdParty/Twisted/twisted/mail/alias.py           |   435 +
 ThirdParty/Twisted/twisted/mail/bounce.py          |    60 +
 ThirdParty/Twisted/twisted/mail/imap4.py           |  6209 +++++++++
 ThirdParty/Twisted/twisted/mail/mail.py            |   333 +
 ThirdParty/Twisted/twisted/mail/maildir.py         |   518 +
 ThirdParty/Twisted/twisted/mail/pb.py              |   115 +
 ThirdParty/Twisted/twisted/mail/pop3.py            |  1071 ++
 ThirdParty/Twisted/twisted/mail/pop3client.py      |   706 +
 ThirdParty/Twisted/twisted/mail/protocols.py       |   233 +
 ThirdParty/Twisted/twisted/mail/relay.py           |   114 +
 ThirdParty/Twisted/twisted/mail/relaymanager.py    |   631 +
 .../Twisted/twisted/mail/scripts/__init__.py       |     1 +
 .../Twisted/twisted/mail/scripts/mailmail.py       |   366 +
 ThirdParty/Twisted/twisted/mail/smtp.py            |  1934 +++
 ThirdParty/Twisted/twisted/mail/tap.py             |   361 +
 ThirdParty/Twisted/twisted/mail/test/__init__.py   |     1 +
 .../Twisted/twisted/mail/test/pop3testserver.py    |   314 +
 .../Twisted/twisted/mail/test/rfc822.message       |    86 +
 ThirdParty/Twisted/twisted/mail/test/server.pem    |    36 +
 .../Twisted/twisted/mail/test/test_bounce.py       |    32 +
 ThirdParty/Twisted/twisted/mail/test/test_imap.py  |  4892 +++++++
 ThirdParty/Twisted/twisted/mail/test/test_mail.py  |  2060 +++
 .../Twisted/twisted/mail/test/test_mailmail.py     |    75 +
 .../Twisted/twisted/mail/test/test_options.py      |   247 +
 ThirdParty/Twisted/twisted/mail/test/test_pop3.py  |  1071 ++
 .../Twisted/twisted/mail/test/test_pop3client.py   |   582 +
 .../Twisted/twisted/mail/test/test_scripts.py      |    18 +
 ThirdParty/Twisted/twisted/mail/test/test_smtp.py  |  1520 +++
 ThirdParty/Twisted/twisted/mail/topfiles/NEWS      |   328 +
 ThirdParty/Twisted/twisted/mail/topfiles/README    |     6 +
 ThirdParty/Twisted/twisted/mail/topfiles/setup.py  |    50 +
 ThirdParty/Twisted/twisted/manhole/__init__.py     |     8 +
 ThirdParty/Twisted/twisted/manhole/_inspectro.py   |   369 +
 ThirdParty/Twisted/twisted/manhole/explorer.py     |   654 +
 .../Twisted/twisted/manhole/gladereactor.glade     |   342 +
 ThirdParty/Twisted/twisted/manhole/gladereactor.py |   219 +
 ThirdParty/Twisted/twisted/manhole/inspectro.glade |   510 +
 ThirdParty/Twisted/twisted/manhole/logview.glade   |    39 +
 ThirdParty/Twisted/twisted/manhole/service.py      |   399 +
 ThirdParty/Twisted/twisted/manhole/telnet.py       |   117 +
 .../Twisted/twisted/manhole/test/__init__.py       |     6 +
 .../Twisted/twisted/manhole/test/test_explorer.py  |   102 +
 ThirdParty/Twisted/twisted/manhole/ui/__init__.py  |     7 +
 .../Twisted/twisted/manhole/ui/gtk2manhole.glade   |   268 +
 .../Twisted/twisted/manhole/ui/gtk2manhole.py      |   375 +
 .../Twisted/twisted/manhole/ui/test/__init__.py    |     4 +
 .../twisted/manhole/ui/test/test_gtk2manhole.py    |    48 +
 ThirdParty/Twisted/twisted/names/__init__.py       |     7 +
 ThirdParty/Twisted/twisted/names/_version.py       |     3 +
 ThirdParty/Twisted/twisted/names/authority.py      |   334 +
 ThirdParty/Twisted/twisted/names/cache.py          |   127 +
 ThirdParty/Twisted/twisted/names/client.py         |   932 ++
 ThirdParty/Twisted/twisted/names/common.py         |   307 +
 ThirdParty/Twisted/twisted/names/dns.py            |  2049 +++
 ThirdParty/Twisted/twisted/names/error.py          |    97 +
 ThirdParty/Twisted/twisted/names/hosts.py          |   149 +
 ThirdParty/Twisted/twisted/names/resolve.py        |    59 +
 ThirdParty/Twisted/twisted/names/root.py           |   448 +
 ThirdParty/Twisted/twisted/names/secondary.py      |   179 +
 ThirdParty/Twisted/twisted/names/server.py         |   205 +
 ThirdParty/Twisted/twisted/names/srvconnect.py     |   211 +
 ThirdParty/Twisted/twisted/names/tap.py            |   150 +
 ThirdParty/Twisted/twisted/names/test/__init__.py  |     1 +
 .../Twisted/twisted/names/test/test_cache.py       |   135 +
 .../Twisted/twisted/names/test/test_client.py      |  1047 ++
 .../Twisted/twisted/names/test/test_common.py      |   126 +
 ThirdParty/Twisted/twisted/names/test/test_dns.py  |  1790 +++
 .../Twisted/twisted/names/test/test_hosts.py       |   258 +
 .../Twisted/twisted/names/test/test_names.py       |   817 ++
 .../Twisted/twisted/names/test/test_rootresolve.py |   725 ++
 .../Twisted/twisted/names/test/test_srvconnect.py  |   169 +
 ThirdParty/Twisted/twisted/names/test/test_tap.py  |    99 +
 ThirdParty/Twisted/twisted/names/topfiles/NEWS     |   258 +
 ThirdParty/Twisted/twisted/names/topfiles/README   |     3 +
 ThirdParty/Twisted/twisted/names/topfiles/setup.py |    50 +
 ThirdParty/Twisted/twisted/news/__init__.py        |    11 +
 ThirdParty/Twisted/twisted/news/_version.py        |     3 +
 ThirdParty/Twisted/twisted/news/database.py        |  1051 ++
 ThirdParty/Twisted/twisted/news/news.py            |    90 +
 ThirdParty/Twisted/twisted/news/nntp.py            |  1036 ++
 ThirdParty/Twisted/twisted/news/tap.py             |   138 +
 ThirdParty/Twisted/twisted/news/test/__init__.py   |     1 +
 .../Twisted/twisted/news/test/test_database.py     |   224 +
 ThirdParty/Twisted/twisted/news/test/test_news.py  |   107 +
 ThirdParty/Twisted/twisted/news/test/test_nntp.py  |   197 +
 ThirdParty/Twisted/twisted/news/topfiles/NEWS      |   118 +
 ThirdParty/Twisted/twisted/news/topfiles/README    |     4 +
 ThirdParty/Twisted/twisted/news/topfiles/setup.py  |    28 +
 ThirdParty/Twisted/twisted/pair/__init__.py        |    20 +
 ThirdParty/Twisted/twisted/pair/_version.py        |     3 +
 ThirdParty/Twisted/twisted/pair/ethernet.py        |    56 +
 ThirdParty/Twisted/twisted/pair/ip.py              |    72 +
 ThirdParty/Twisted/twisted/pair/raw.py             |    35 +
 ThirdParty/Twisted/twisted/pair/rawudp.py          |    55 +
 ThirdParty/Twisted/twisted/pair/test/__init__.py   |     1 +
 .../Twisted/twisted/pair/test/test_ethernet.py     |   226 +
 ThirdParty/Twisted/twisted/pair/test/test_ip.py    |   417 +
 .../Twisted/twisted/pair/test/test_rawudp.py       |   327 +
 ThirdParty/Twisted/twisted/pair/topfiles/NEWS      |    68 +
 ThirdParty/Twisted/twisted/pair/topfiles/README    |     4 +
 ThirdParty/Twisted/twisted/pair/topfiles/setup.py  |    28 +
 ThirdParty/Twisted/twisted/pair/tuntap.py          |   170 +
 ThirdParty/Twisted/twisted/persisted/__init__.py   |     6 +
 ThirdParty/Twisted/twisted/persisted/aot.py        |   560 +
 ThirdParty/Twisted/twisted/persisted/crefutil.py   |   163 +
 ThirdParty/Twisted/twisted/persisted/dirdbm.py     |   358 +
 ThirdParty/Twisted/twisted/persisted/sob.py        |   227 +
 ThirdParty/Twisted/twisted/persisted/styles.py     |   262 +
 .../Twisted/twisted/persisted/test/__init__.py     |     6 +
 .../Twisted/twisted/persisted/test/test_styles.py  |    55 +
 ThirdParty/Twisted/twisted/plugin.py               |   255 +
 ThirdParty/Twisted/twisted/plugins/__init__.py     |    17 +
 .../Twisted/twisted/plugins/cred_anonymous.py      |    40 +
 ThirdParty/Twisted/twisted/plugins/cred_file.py    |    60 +
 ThirdParty/Twisted/twisted/plugins/cred_memory.py  |    68 +
 ThirdParty/Twisted/twisted/plugins/cred_sshkeys.py |    51 +
 ThirdParty/Twisted/twisted/plugins/cred_unix.py    |   138 +
 .../Twisted/twisted/plugins/twisted_conch.py       |    18 +
 ThirdParty/Twisted/twisted/plugins/twisted_core.py |     9 +
 ThirdParty/Twisted/twisted/plugins/twisted_ftp.py  |    10 +
 ThirdParty/Twisted/twisted/plugins/twisted_inet.py |    10 +
 ThirdParty/Twisted/twisted/plugins/twisted_lore.py |    38 +
 ThirdParty/Twisted/twisted/plugins/twisted_mail.py |    10 +
 .../Twisted/twisted/plugins/twisted_manhole.py     |    10 +
 .../Twisted/twisted/plugins/twisted_names.py       |    10 +
 ThirdParty/Twisted/twisted/plugins/twisted_news.py |    10 +
 .../Twisted/twisted/plugins/twisted_portforward.py |    10 +
 .../Twisted/twisted/plugins/twisted_qtstub.py      |    45 +
 .../Twisted/twisted/plugins/twisted_reactors.py    |    42 +
 .../Twisted/twisted/plugins/twisted_runner.py      |    10 +
 .../Twisted/twisted/plugins/twisted_socks.py       |    10 +
 .../Twisted/twisted/plugins/twisted_telnet.py      |    10 +
 .../Twisted/twisted/plugins/twisted_trial.py       |    59 +
 ThirdParty/Twisted/twisted/plugins/twisted_web.py  |    11 +
 .../Twisted/twisted/plugins/twisted_words.py       |    43 +
 ThirdParty/Twisted/twisted/protocols/__init__.py   |     7 +
 ThirdParty/Twisted/twisted/protocols/amp.py        |  2705 ++++
 ThirdParty/Twisted/twisted/protocols/basic.py      |   963 ++
 ThirdParty/Twisted/twisted/protocols/dict.py       |   362 +
 ThirdParty/Twisted/twisted/protocols/finger.py     |    42 +
 ThirdParty/Twisted/twisted/protocols/ftp.py        |  3059 +++++
 .../Twisted/twisted/protocols/gps/__init__.py      |     1 +
 ThirdParty/Twisted/twisted/protocols/gps/nmea.py   |   209 +
 .../Twisted/twisted/protocols/gps/rockwell.py      |   268 +
 ThirdParty/Twisted/twisted/protocols/htb.py        |   297 +
 ThirdParty/Twisted/twisted/protocols/ident.py      |   231 +
 ThirdParty/Twisted/twisted/protocols/loopback.py   |   377 +
 ThirdParty/Twisted/twisted/protocols/memcache.py   |   758 ++
 .../Twisted/twisted/protocols/mice/__init__.py     |     1 +
 .../Twisted/twisted/protocols/mice/mouseman.py     |   127 +
 ThirdParty/Twisted/twisted/protocols/pcp.py        |   204 +
 ThirdParty/Twisted/twisted/protocols/policies.py   |   727 ++
 .../Twisted/twisted/protocols/portforward.py       |    87 +
 ThirdParty/Twisted/twisted/protocols/postfix.py    |   112 +
 ThirdParty/Twisted/twisted/protocols/shoutcast.py  |   111 +
 ThirdParty/Twisted/twisted/protocols/sip.py        |  1347 ++
 ThirdParty/Twisted/twisted/protocols/socks.py      |   240 +
 ThirdParty/Twisted/twisted/protocols/stateful.py   |    52 +
 ThirdParty/Twisted/twisted/protocols/telnet.py     |   325 +
 .../Twisted/twisted/protocols/test/__init__.py     |     6 +
 .../Twisted/twisted/protocols/test/test_basic.py   |  1061 ++
 .../Twisted/twisted/protocols/test/test_tls.py     |  1522 +++
 ThirdParty/Twisted/twisted/protocols/tls.py        |   617 +
 ThirdParty/Twisted/twisted/protocols/wire.py       |    90 +
 ThirdParty/Twisted/twisted/python/__init__.py      |    13 +
 ThirdParty/Twisted/twisted/python/_epoll.c         |  3348 +++++
 ThirdParty/Twisted/twisted/python/_epoll.pyx       |   285 +
 ThirdParty/Twisted/twisted/python/_initgroups.c    |    66 +
 ThirdParty/Twisted/twisted/python/_inotify.py      |   101 +
 ThirdParty/Twisted/twisted/python/_reflectpy3.py   |   325 +
 ThirdParty/Twisted/twisted/python/_release.py      |  1371 ++
 ThirdParty/Twisted/twisted/python/_shellcomp.py    |   668 +
 ThirdParty/Twisted/twisted/python/_utilpy3.py      |   337 +
 ThirdParty/Twisted/twisted/python/compat.py        |   432 +
 ThirdParty/Twisted/twisted/python/components.py    |   443 +
 ThirdParty/Twisted/twisted/python/constants.py     |   377 +
 ThirdParty/Twisted/twisted/python/context.py       |   133 +
 ThirdParty/Twisted/twisted/python/deprecate.py     |   539 +
 ThirdParty/Twisted/twisted/python/dist.py          |   461 +
 ThirdParty/Twisted/twisted/python/failure.py       |   654 +
 ThirdParty/Twisted/twisted/python/fakepwd.py       |   219 +
 ThirdParty/Twisted/twisted/python/filepath.py      |  1429 +++
 ThirdParty/Twisted/twisted/python/finalize.py      |    46 +
 ThirdParty/Twisted/twisted/python/formmethod.py    |   363 +
 ThirdParty/Twisted/twisted/python/hashlib.py       |    24 +
 ThirdParty/Twisted/twisted/python/hook.py          |   176 +
 ThirdParty/Twisted/twisted/python/htmlizer.py      |    91 +
 ThirdParty/Twisted/twisted/python/lockfile.py      |   214 +
 ThirdParty/Twisted/twisted/python/log.py           |   629 +
 ThirdParty/Twisted/twisted/python/logfile.py       |   323 +
 ThirdParty/Twisted/twisted/python/modules.py       |   758 ++
 ThirdParty/Twisted/twisted/python/monkey.py        |    75 +
 ThirdParty/Twisted/twisted/python/procutils.py     |    45 +
 ThirdParty/Twisted/twisted/python/randbytes.py     |   150 +
 ThirdParty/Twisted/twisted/python/rebuild.py       |   271 +
 ThirdParty/Twisted/twisted/python/reflect.py       |   537 +
 ThirdParty/Twisted/twisted/python/release.py       |    63 +
 ThirdParty/Twisted/twisted/python/roots.py         |   248 +
 ThirdParty/Twisted/twisted/python/runtime.py       |   154 +
 ThirdParty/Twisted/twisted/python/sendmsg.c        |   511 +
 ThirdParty/Twisted/twisted/python/shortcut.py      |    76 +
 ThirdParty/Twisted/twisted/python/syslog.py        |   107 +
 ThirdParty/Twisted/twisted/python/systemd.py       |    87 +
 ThirdParty/Twisted/twisted/python/text.py          |   208 +
 ThirdParty/Twisted/twisted/python/threadable.py    |   139 +
 ThirdParty/Twisted/twisted/python/threadpool.py    |   245 +
 .../Twisted/twisted/python/twisted-completion.zsh  |    33 +
 ThirdParty/Twisted/twisted/python/urlpath.py       |   122 +
 ThirdParty/Twisted/twisted/python/usage.py         |   973 ++
 ThirdParty/Twisted/twisted/python/util.py          |   754 ++
 ThirdParty/Twisted/twisted/python/versions.py      |   258 +
 ThirdParty/Twisted/twisted/python/win32.py         |   166 +
 ThirdParty/Twisted/twisted/python/zippath.py       |   268 +
 ThirdParty/Twisted/twisted/python/zipstream.py     |   319 +
 ThirdParty/Twisted/twisted/python/zsh/README.txt   |     9 +
 ThirdParty/Twisted/twisted/python/zsh/_cftp        |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_ckeygen     |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_conch       |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_lore        |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_manhole     |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_mktap       |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_pyhtmlizer  |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_tap2deb     |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_tap2rpm     |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_tapconvert  |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_tkconch     |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_tkmktap     |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_trial       |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_twistd      |    34 +
 ThirdParty/Twisted/twisted/python/zsh/_websetroot  |    34 +
 ThirdParty/Twisted/twisted/python/zshcomp.py       |   824 ++
 ThirdParty/Twisted/twisted/runner/__init__.py      |    15 +
 ThirdParty/Twisted/twisted/runner/_version.py      |     3 +
 ThirdParty/Twisted/twisted/runner/inetd.py         |    70 +
 ThirdParty/Twisted/twisted/runner/inetdconf.py     |   194 +
 ThirdParty/Twisted/twisted/runner/inetdtap.py      |   163 +
 ThirdParty/Twisted/twisted/runner/portmap.c        |    57 +
 ThirdParty/Twisted/twisted/runner/procmon.py       |   310 +
 ThirdParty/Twisted/twisted/runner/procmontap.py    |    73 +
 ThirdParty/Twisted/twisted/runner/test/__init__.py |     6 +
 .../Twisted/twisted/runner/test/test_procmon.py    |   477 +
 .../Twisted/twisted/runner/test/test_procmontap.py |    87 +
 ThirdParty/Twisted/twisted/runner/topfiles/NEWS    |   113 +
 ThirdParty/Twisted/twisted/runner/topfiles/README  |     3 +
 .../Twisted/twisted/runner/topfiles/setup.py       |    35 +
 ThirdParty/Twisted/twisted/scripts/__init__.py     |    27 +
 ThirdParty/Twisted/twisted/scripts/_twistd_unix.py |   349 +
 ThirdParty/Twisted/twisted/scripts/_twistw.py      |    50 +
 ThirdParty/Twisted/twisted/scripts/htmlizer.py     |    69 +
 ThirdParty/Twisted/twisted/scripts/manhole.py      |    69 +
 ThirdParty/Twisted/twisted/scripts/tap2deb.py      |   281 +
 ThirdParty/Twisted/twisted/scripts/tap2rpm.py      |   331 +
 ThirdParty/Twisted/twisted/scripts/tapconvert.py   |    57 +
 .../Twisted/twisted/scripts/test/__init__.py       |     6 +
 .../Twisted/twisted/scripts/test/test_scripts.py   |   201 +
 .../Twisted/twisted/scripts/test/test_tap2rpm.py   |   399 +
 ThirdParty/Twisted/twisted/scripts/tkunzip.py      |   290 +
 ThirdParty/Twisted/twisted/scripts/trial.py        |   521 +
 ThirdParty/Twisted/twisted/scripts/twistd.py       |    30 +
 ThirdParty/Twisted/twisted/spread/__init__.py      |    12 +
 ThirdParty/Twisted/twisted/spread/banana.py        |   358 +
 ThirdParty/Twisted/twisted/spread/flavors.py       |   590 +
 ThirdParty/Twisted/twisted/spread/interfaces.py    |    28 +
 ThirdParty/Twisted/twisted/spread/jelly.py         |  1151 ++
 ThirdParty/Twisted/twisted/spread/pb.py            |  1434 +++
 ThirdParty/Twisted/twisted/spread/publish.py       |   142 +
 ThirdParty/Twisted/twisted/spread/ui/__init__.py   |    12 +
 ThirdParty/Twisted/twisted/spread/ui/gtk2util.py   |   218 +
 ThirdParty/Twisted/twisted/spread/ui/login2.glade  |   461 +
 ThirdParty/Twisted/twisted/spread/ui/tktree.py     |   204 +
 ThirdParty/Twisted/twisted/spread/ui/tkutil.py     |   397 +
 ThirdParty/Twisted/twisted/spread/util.py          |   215 +
 ThirdParty/Twisted/twisted/tap/__init__.py         |    10 +
 ThirdParty/Twisted/twisted/tap/ftp.py              |    69 +
 ThirdParty/Twisted/twisted/tap/manhole.py          |    54 +
 ThirdParty/Twisted/twisted/tap/portforward.py      |    27 +
 ThirdParty/Twisted/twisted/tap/socks.py            |    38 +
 ThirdParty/Twisted/twisted/tap/telnet.py           |    32 +
 ThirdParty/Twisted/twisted/test/__init__.py        |    10 +
 ThirdParty/Twisted/twisted/test/_preamble.py       |    17 +
 .../Twisted/twisted/test/crash_test_dummy.py       |    34 +
 ThirdParty/Twisted/twisted/test/iosim.py           |   270 +
 .../Twisted/twisted/test/mock_win32process.py      |    48 +
 ThirdParty/Twisted/twisted/test/myrebuilder1.py    |    15 +
 ThirdParty/Twisted/twisted/test/myrebuilder2.py    |    16 +
 ThirdParty/Twisted/twisted/test/plugin_basic.py    |    57 +
 ThirdParty/Twisted/twisted/test/plugin_extra1.py   |    23 +
 ThirdParty/Twisted/twisted/test/plugin_extra2.py   |    35 +
 ThirdParty/Twisted/twisted/test/process_cmdline.py |     5 +
 ThirdParty/Twisted/twisted/test/process_echoer.py  |    11 +
 ThirdParty/Twisted/twisted/test/process_fds.py     |    40 +
 ThirdParty/Twisted/twisted/test/process_linger.py  |    17 +
 ThirdParty/Twisted/twisted/test/process_reader.py  |    12 +
 ThirdParty/Twisted/twisted/test/process_signal.py  |     8 +
 .../Twisted/twisted/test/process_stdinreader.py    |    23 +
 ThirdParty/Twisted/twisted/test/process_tester.py  |    37 +
 ThirdParty/Twisted/twisted/test/process_tty.py     |     6 +
 ThirdParty/Twisted/twisted/test/process_twisted.py |    43 +
 ThirdParty/Twisted/twisted/test/proto_helpers.py   |   573 +
 ThirdParty/Twisted/twisted/test/raiser.c           |  1443 +++
 ThirdParty/Twisted/twisted/test/raiser.pyx         |    21 +
 .../Twisted/twisted/test/reflect_helper_IE.py      |     4 +
 .../Twisted/twisted/test/reflect_helper_VE.py      |     4 +
 .../Twisted/twisted/test/reflect_helper_ZDE.py     |     4 +
 ThirdParty/Twisted/twisted/test/server.pem         |    36 +
 ThirdParty/Twisted/twisted/test/ssl_helpers.py     |    37 +
 .../Twisted/twisted/test/stdio_test_consumer.py    |    39 +
 .../Twisted/twisted/test/stdio_test_halfclose.py   |    66 +
 .../Twisted/twisted/test/stdio_test_hostpeer.py    |    32 +
 .../Twisted/twisted/test/stdio_test_lastwrite.py   |    45 +
 .../Twisted/twisted/test/stdio_test_loseconn.py    |    48 +
 .../Twisted/twisted/test/stdio_test_producer.py    |    55 +
 .../Twisted/twisted/test/stdio_test_write.py       |    31 +
 .../Twisted/twisted/test/stdio_test_writeseq.py    |    30 +
 ThirdParty/Twisted/twisted/test/test_abstract.py   |    85 +
 ThirdParty/Twisted/twisted/test/test_adbapi.py     |   819 ++
 ThirdParty/Twisted/twisted/test/test_amp.py        |  3178 +++++
 .../Twisted/twisted/test/test_application.py       |   841 ++
 ThirdParty/Twisted/twisted/test/test_banana.py     |   278 +
 ThirdParty/Twisted/twisted/test/test_compat.py     |   623 +
 ThirdParty/Twisted/twisted/test/test_context.py    |    51 +
 ThirdParty/Twisted/twisted/test/test_cooperator.py |   671 +
 ThirdParty/Twisted/twisted/test/test_defer.py      |  2030 +++
 ThirdParty/Twisted/twisted/test/test_defgen.py     |   301 +
 ThirdParty/Twisted/twisted/test/test_dict.py       |    22 +
 ThirdParty/Twisted/twisted/test/test_digestauth.py |   671 +
 ThirdParty/Twisted/twisted/test/test_dirdbm.py     |   170 +
 ThirdParty/Twisted/twisted/test/test_doc.py        |   104 +
 ThirdParty/Twisted/twisted/test/test_epoll.py      |   158 +
 ThirdParty/Twisted/twisted/test/test_error.py      |   251 +
 ThirdParty/Twisted/twisted/test/test_explorer.py   |   236 +
 ThirdParty/Twisted/twisted/test/test_factories.py  |   145 +
 ThirdParty/Twisted/twisted/test/test_failure.py    |   781 ++
 ThirdParty/Twisted/twisted/test/test_fdesc.py      |   266 +
 ThirdParty/Twisted/twisted/test/test_finger.py     |    67 +
 ThirdParty/Twisted/twisted/test/test_formmethod.py |    98 +
 ThirdParty/Twisted/twisted/test/test_ftp.py        |  3202 +++++
 .../Twisted/twisted/test/test_ftp_options.py       |    80 +
 ThirdParty/Twisted/twisted/test/test_hook.py       |   150 +
 ThirdParty/Twisted/twisted/test/test_htb.py        |   109 +
 ThirdParty/Twisted/twisted/test/test_ident.py      |   194 +
 ThirdParty/Twisted/twisted/test/test_import.py     |    75 +
 ThirdParty/Twisted/twisted/test/test_internet.py   |  1419 +++
 ThirdParty/Twisted/twisted/test/test_iutils.py     |   259 +
 ThirdParty/Twisted/twisted/test/test_jelly.py      |   671 +
 ThirdParty/Twisted/twisted/test/test_lockfile.py   |   445 +
 ThirdParty/Twisted/twisted/test/test_log.py        |   842 ++
 ThirdParty/Twisted/twisted/test/test_logfile.py    |   320 +
 ThirdParty/Twisted/twisted/test/test_loopback.py   |   431 +
 ThirdParty/Twisted/twisted/test/test_manhole.py    |    75 +
 ThirdParty/Twisted/twisted/test/test_memcache.py   |   663 +
 ThirdParty/Twisted/twisted/test/test_modules.py    |   494 +
 ThirdParty/Twisted/twisted/test/test_monkey.py     |   164 +
 ThirdParty/Twisted/twisted/test/test_newcred.py    |   445 +
 ThirdParty/Twisted/twisted/test/test_nmea.py       |   115 +
 ThirdParty/Twisted/twisted/test/test_paths.py      |  1510 +++
 ThirdParty/Twisted/twisted/test/test_pb.py         |  1846 +++
 ThirdParty/Twisted/twisted/test/test_pbfailure.py  |   475 +
 ThirdParty/Twisted/twisted/test/test_pcp.py        |   368 +
 ThirdParty/Twisted/twisted/test/test_persisted.py  |   377 +
 ThirdParty/Twisted/twisted/test/test_plugin.py     |   719 ++
 ThirdParty/Twisted/twisted/test/test_policies.py   |   854 ++
 ThirdParty/Twisted/twisted/test/test_postfix.py    |   108 +
 ThirdParty/Twisted/twisted/test/test_process.py    |  2561 ++++
 ThirdParty/Twisted/twisted/test/test_protocols.py  |   236 +
 ThirdParty/Twisted/twisted/test/test_randbytes.py  |   121 +
 ThirdParty/Twisted/twisted/test/test_rebuild.py    |   252 +
 ThirdParty/Twisted/twisted/test/test_reflect.py    |   419 +
 ThirdParty/Twisted/twisted/test/test_roots.py      |    63 +
 ThirdParty/Twisted/twisted/test/test_setup.py      |    61 +
 ThirdParty/Twisted/twisted/test/test_shortcut.py   |    26 +
 ThirdParty/Twisted/twisted/test/test_sip.py        |   984 ++
 ThirdParty/Twisted/twisted/test/test_sob.py        |   172 +
 ThirdParty/Twisted/twisted/test/test_socks.py      |   498 +
 ThirdParty/Twisted/twisted/test/test_ssl.py        |   727 ++
 ThirdParty/Twisted/twisted/test/test_sslverify.py  |   566 +
 ThirdParty/Twisted/twisted/test/test_stateful.py   |    81 +
 ThirdParty/Twisted/twisted/test/test_stdio.py      |   371 +
 ThirdParty/Twisted/twisted/test/test_strcred.py    |   657 +
 ThirdParty/Twisted/twisted/test/test_strerror.py   |   151 +
 .../Twisted/twisted/test/test_stringtransport.py   |   279 +
 ThirdParty/Twisted/twisted/test/test_strports.py   |   133 +
 ThirdParty/Twisted/twisted/test/test_task.py       |  1029 ++
 ThirdParty/Twisted/twisted/test/test_tcp.py        |  1829 +++
 .../Twisted/twisted/test/test_tcp_internals.py     |   255 +
 ThirdParty/Twisted/twisted/test/test_text.py       |   242 +
 ThirdParty/Twisted/twisted/test/test_threadable.py |   132 +
 ThirdParty/Twisted/twisted/test/test_threadpool.py |   542 +
 ThirdParty/Twisted/twisted/test/test_threads.py    |   421 +
 ThirdParty/Twisted/twisted/test/test_tpfile.py     |    52 +
 ThirdParty/Twisted/twisted/test/test_twistd.py     |  1549 +++
 ThirdParty/Twisted/twisted/test/test_twisted.py    |   678 +
 ThirdParty/Twisted/twisted/test/test_udp.py        |   708 ++
 ThirdParty/Twisted/twisted/test/test_unix.py       |   405 +
 ThirdParty/Twisted/twisted/test/test_usage.py      |   584 +
 ThirdParty/Twisted/twisted/test/testutils.py       |    55 +
 ThirdParty/Twisted/twisted/topfiles/CREDITS        |    60 +
 ThirdParty/Twisted/twisted/topfiles/ChangeLog.Old  |  3888 ++++++
 ThirdParty/Twisted/twisted/topfiles/NEWS           |  1912 +++
 ThirdParty/Twisted/twisted/topfiles/README         |    14 +
 ThirdParty/Twisted/twisted/topfiles/setup.py       |    96 +
 ThirdParty/Twisted/twisted/trial/__init__.py       |    52 +
 ThirdParty/Twisted/twisted/trial/_asyncrunner.py   |   235 +
 ThirdParty/Twisted/twisted/trial/_asynctest.py     |   415 +
 ThirdParty/Twisted/twisted/trial/_dist/__init__.py |    47 +
 .../Twisted/twisted/trial/_dist/_preamble.py       |    23 +
 .../Twisted/twisted/trial/_dist/distreporter.py    |    94 +
 .../Twisted/twisted/trial/_dist/disttrial.py       |   252 +
 .../Twisted/twisted/trial/_dist/managercommands.py |    76 +
 ThirdParty/Twisted/twisted/trial/_dist/options.py  |    30 +
 .../Twisted/twisted/trial/_dist/test/__init__.py   |     6 +
 .../twisted/trial/_dist/test/test_distreporter.py  |    62 +
 .../twisted/trial/_dist/test/test_disttrial.py     |   372 +
 .../twisted/trial/_dist/test/test_options.py       |    48 +
 .../twisted/trial/_dist/test/test_worker.py        |   473 +
 .../trial/_dist/test/test_workerreporter.py        |   119 +
 .../twisted/trial/_dist/test/test_workertrial.py   |   149 +
 ThirdParty/Twisted/twisted/trial/_dist/worker.py   |   328 +
 .../Twisted/twisted/trial/_dist/workercommands.py  |    28 +
 .../Twisted/twisted/trial/_dist/workerreporter.py  |   123 +
 .../Twisted/twisted/trial/_dist/workertrial.py     |    94 +
 ThirdParty/Twisted/twisted/trial/_synctest.py      |  1252 ++
 ThirdParty/Twisted/twisted/trial/itrial.py         |   253 +
 ThirdParty/Twisted/twisted/trial/reporter.py       |  1249 ++
 ThirdParty/Twisted/twisted/trial/runner.py         |   846 ++
 ThirdParty/Twisted/twisted/trial/test/__init__.py  |     6 +
 ThirdParty/Twisted/twisted/trial/test/detests.py   |   203 +
 ThirdParty/Twisted/twisted/trial/test/erroneous.py |   167 +
 .../Twisted/twisted/trial/test/mockcustomsuite.py  |    21 +
 .../Twisted/twisted/trial/test/mockcustomsuite2.py |    21 +
 .../Twisted/twisted/trial/test/mockcustomsuite3.py |    28 +
 .../Twisted/twisted/trial/test/mockdoctest.py      |   104 +
 .../Twisted/twisted/trial/test/moduleself.py       |     7 +
 .../Twisted/twisted/trial/test/moduletest.py       |    11 +
 ThirdParty/Twisted/twisted/trial/test/notpython    |     2 +
 ThirdParty/Twisted/twisted/trial/test/novars.py    |     6 +
 ThirdParty/Twisted/twisted/trial/test/packages.py  |   180 +
 ThirdParty/Twisted/twisted/trial/test/sample.py    |   108 +
 .../Twisted/twisted/trial/test/scripttest.py       |    14 +
 ThirdParty/Twisted/twisted/trial/test/skipping.py  |   270 +
 .../Twisted/twisted/trial/test/suppression.py      |   115 +
 .../Twisted/twisted/trial/test/test_assertions.py  |  1076 ++
 .../twisted/trial/test/test_asyncassertions.py     |    83 +
 .../Twisted/twisted/trial/test/test_deferred.py    |   236 +
 .../Twisted/twisted/trial/test/test_doctest.py     |    64 +
 .../Twisted/twisted/trial/test/test_keyboard.py    |   119 +
 .../Twisted/twisted/trial/test/test_loader.py      |   613 +
 ThirdParty/Twisted/twisted/trial/test/test_log.py  |   235 +
 .../Twisted/twisted/trial/test/test_output.py      |   179 +
 .../Twisted/twisted/trial/test/test_plugins.py     |    46 +
 .../twisted/trial/test/test_pyunitcompat.py        |   302 +
 .../Twisted/twisted/trial/test/test_reporter.py    |  1657 +++
 .../Twisted/twisted/trial/test/test_runner.py      |  1022 ++
 .../Twisted/twisted/trial/test/test_script.py      |   596 +
 .../Twisted/twisted/trial/test/test_suppression.py |   162 +
 .../twisted/trial/test/test_test_visitor.py        |    82 +
 .../Twisted/twisted/trial/test/test_testcase.py    |    70 +
 .../Twisted/twisted/trial/test/test_tests.py       |  1267 ++
 ThirdParty/Twisted/twisted/trial/test/test_util.py |   739 ++
 .../Twisted/twisted/trial/test/test_warning.py     |   491 +
 ThirdParty/Twisted/twisted/trial/test/weird.py     |    23 +
 ThirdParty/Twisted/twisted/trial/unittest.py       |    42 +
 ThirdParty/Twisted/twisted/trial/util.py           |   458 +
 ThirdParty/Twisted/twisted/web/__init__.py         |    15 +
 ThirdParty/Twisted/twisted/web/_auth/__init__.py   |     7 +
 ThirdParty/Twisted/twisted/web/_auth/basic.py      |    59 +
 ThirdParty/Twisted/twisted/web/_auth/digest.py     |    54 +
 ThirdParty/Twisted/twisted/web/_auth/wrapper.py    |   225 +
 ThirdParty/Twisted/twisted/web/_element.py         |   185 +
 ThirdParty/Twisted/twisted/web/_flatten.py         |   314 +
 ThirdParty/Twisted/twisted/web/_newclient.py       |  1502 +++
 ThirdParty/Twisted/twisted/web/_responses.py       |   114 +
 ThirdParty/Twisted/twisted/web/_stan.py            |   325 +
 ThirdParty/Twisted/twisted/web/_version.py         |     3 +
 ThirdParty/Twisted/twisted/web/client.py           |  1616 +++
 ThirdParty/Twisted/twisted/web/demo.py             |    24 +
 ThirdParty/Twisted/twisted/web/distrib.py          |   373 +
 ThirdParty/Twisted/twisted/web/domhelpers.py       |   268 +
 ThirdParty/Twisted/twisted/web/error.py            |   380 +
 ThirdParty/Twisted/twisted/web/failure.xhtml       |    71 +
 ThirdParty/Twisted/twisted/web/guard.py            |    17 +
 ThirdParty/Twisted/twisted/web/html.py             |    46 +
 ThirdParty/Twisted/twisted/web/http.py             |  1889 +++
 ThirdParty/Twisted/twisted/web/http_headers.py     |   261 +
 ThirdParty/Twisted/twisted/web/iweb.py             |   591 +
 ThirdParty/Twisted/twisted/web/microdom.py         |  1028 ++
 ThirdParty/Twisted/twisted/web/proxy.py            |   303 +
 ThirdParty/Twisted/twisted/web/resource.py         |   405 +
 ThirdParty/Twisted/twisted/web/rewrite.py          |    52 +
 ThirdParty/Twisted/twisted/web/script.py           |   170 +
 ThirdParty/Twisted/twisted/web/server.py           |   723 ++
 ThirdParty/Twisted/twisted/web/soap.py             |   154 +
 ThirdParty/Twisted/twisted/web/static.py           |  1033 ++
 ThirdParty/Twisted/twisted/web/sux.py              |   636 +
 ThirdParty/Twisted/twisted/web/tap.py              |   232 +
 ThirdParty/Twisted/twisted/web/template.py         |   566 +
 ThirdParty/Twisted/twisted/web/test/__init__.py    |     7 +
 ThirdParty/Twisted/twisted/web/test/_util.py       |    77 +
 .../Twisted/twisted/web/test/requesthelper.py      |   239 +
 ThirdParty/Twisted/twisted/web/test/test_agent.py  |  2103 +++
 ThirdParty/Twisted/twisted/web/test/test_cgi.py    |   270 +
 .../Twisted/twisted/web/test/test_distrib.py       |   434 +
 .../Twisted/twisted/web/test/test_domhelpers.py    |   306 +
 ThirdParty/Twisted/twisted/web/test/test_error.py  |   151 +
 .../Twisted/twisted/web/test/test_flatten.py       |   348 +
 ThirdParty/Twisted/twisted/web/test/test_http.py   |  1849 +++
 .../Twisted/twisted/web/test/test_http_headers.py  |   631 +
 .../Twisted/twisted/web/test/test_httpauth.py      |   634 +
 .../Twisted/twisted/web/test/test_newclient.py     |  2521 ++++
 ThirdParty/Twisted/twisted/web/test/test_proxy.py  |   544 +
 .../Twisted/twisted/web/test/test_resource.py      |   261 +
 ThirdParty/Twisted/twisted/web/test/test_script.py |    70 +
 ThirdParty/Twisted/twisted/web/test/test_soap.py   |   114 +
 ThirdParty/Twisted/twisted/web/test/test_stan.py   |   139 +
 ThirdParty/Twisted/twisted/web/test/test_static.py |  1486 +++
 ThirdParty/Twisted/twisted/web/test/test_tap.py    |   196 +
 .../Twisted/twisted/web/test/test_template.py      |   810 ++
 ThirdParty/Twisted/twisted/web/test/test_util.py   |   424 +
 ThirdParty/Twisted/twisted/web/test/test_vhost.py  |   105 +
 ThirdParty/Twisted/twisted/web/test/test_web.py    |   972 ++
 .../Twisted/twisted/web/test/test_webclient.py     |  1070 ++
 ThirdParty/Twisted/twisted/web/test/test_wsgi.py   |  1572 +++
 ThirdParty/Twisted/twisted/web/test/test_xml.py    |  1105 ++
 ThirdParty/Twisted/twisted/web/test/test_xmlrpc.py |   849 ++
 ThirdParty/Twisted/twisted/web/topfiles/NEWS       |   602 +
 ThirdParty/Twisted/twisted/web/topfiles/README     |     6 +
 ThirdParty/Twisted/twisted/web/topfiles/setup.py   |    30 +
 ThirdParty/Twisted/twisted/web/twcgi.py            |   299 +
 ThirdParty/Twisted/twisted/web/util.py             |   433 +
 ThirdParty/Twisted/twisted/web/vhost.py            |   135 +
 ThirdParty/Twisted/twisted/web/wsgi.py             |   403 +
 ThirdParty/Twisted/twisted/web/xmlrpc.py           |   590 +
 ThirdParty/Twisted/twisted/words/__init__.py       |    10 +
 ThirdParty/Twisted/twisted/words/_version.py       |     3 +
 ThirdParty/Twisted/twisted/words/ewords.py         |    34 +
 ThirdParty/Twisted/twisted/words/im/__init__.py    |     6 +
 ThirdParty/Twisted/twisted/words/im/baseaccount.py |    62 +
 ThirdParty/Twisted/twisted/words/im/basechat.py    |   512 +
 ThirdParty/Twisted/twisted/words/im/basesupport.py |   270 +
 .../twisted/words/im/instancemessenger.glade       |  3165 +++++
 ThirdParty/Twisted/twisted/words/im/interfaces.py  |   364 +
 ThirdParty/Twisted/twisted/words/im/ircsupport.py  |   263 +
 ThirdParty/Twisted/twisted/words/im/locals.py      |    26 +
 ThirdParty/Twisted/twisted/words/im/pbsupport.py   |   260 +
 ThirdParty/Twisted/twisted/words/iwords.py         |   266 +
 .../Twisted/twisted/words/protocols/__init__.py    |     1 +
 ThirdParty/Twisted/twisted/words/protocols/irc.py  |  3302 +++++
 .../twisted/words/protocols/jabber/__init__.py     |     8 +
 .../twisted/words/protocols/jabber/client.py       |   368 +
 .../twisted/words/protocols/jabber/component.py    |   474 +
 .../twisted/words/protocols/jabber/error.py        |   336 +
 .../twisted/words/protocols/jabber/ijabber.py      |   199 +
 .../Twisted/twisted/words/protocols/jabber/jid.py  |   249 +
 .../twisted/words/protocols/jabber/jstrports.py    |    31 +
 .../Twisted/twisted/words/protocols/jabber/sasl.py |   243 +
 .../words/protocols/jabber/sasl_mechanisms.py      |   240 +
 .../twisted/words/protocols/jabber/xmlstream.py    |  1136 ++
 .../words/protocols/jabber/xmpp_stringprep.py      |   253 +
 ThirdParty/Twisted/twisted/words/protocols/msn.py  |  2479 ++++
 .../Twisted/twisted/words/protocols/oscar.py       |  1235 ++
 ThirdParty/Twisted/twisted/words/service.py        |  1223 ++
 ThirdParty/Twisted/twisted/words/tap.py            |    74 +
 ThirdParty/Twisted/twisted/words/test/__init__.py  |     1 +
 .../Twisted/twisted/words/test/test_basechat.py    |    68 +
 .../Twisted/twisted/words/test/test_basesupport.py |    97 +
 .../Twisted/twisted/words/test/test_domish.py      |   434 +
 ThirdParty/Twisted/twisted/words/test/test_irc.py  |  1898 +++
 .../Twisted/twisted/words/test/test_irc_service.py |   216 +
 .../Twisted/twisted/words/test/test_ircsupport.py  |    79 +
 .../twisted/words/test/test_jabberclient.py        |   414 +
 .../twisted/words/test/test_jabbercomponent.py     |   422 +
 .../Twisted/twisted/words/test/test_jabbererror.py |   342 +
 .../Twisted/twisted/words/test/test_jabberjid.py   |   225 +
 .../twisted/words/test/test_jabberjstrports.py     |    34 +
 .../Twisted/twisted/words/test/test_jabbersasl.py  |   272 +
 .../words/test/test_jabbersaslmechanisms.py        |    90 +
 .../twisted/words/test/test_jabberxmlstream.py     |  1334 ++
 .../words/test/test_jabberxmppstringprep.py        |    92 +
 ThirdParty/Twisted/twisted/words/test/test_msn.py  |   522 +
 .../Twisted/twisted/words/test/test_oscar.py       |    24 +
 .../Twisted/twisted/words/test/test_service.py     |   995 ++
 ThirdParty/Twisted/twisted/words/test/test_tap.py  |    78 +
 .../Twisted/twisted/words/test/test_xishutil.py    |   345 +
 .../Twisted/twisted/words/test/test_xmlstream.py   |   224 +
 .../twisted/words/test/test_xmpproutertap.py       |    84 +
 .../Twisted/twisted/words/test/test_xpath.py       |   260 +
 ThirdParty/Twisted/twisted/words/topfiles/NEWS     |   378 +
 ThirdParty/Twisted/twisted/words/topfiles/README   |     5 +
 ThirdParty/Twisted/twisted/words/topfiles/setup.py |    53 +
 ThirdParty/Twisted/twisted/words/xish/__init__.py  |    10 +
 ThirdParty/Twisted/twisted/words/xish/domish.py    |   848 ++
 ThirdParty/Twisted/twisted/words/xish/utility.py   |   372 +
 ThirdParty/Twisted/twisted/words/xish/xmlstream.py |   261 +
 ThirdParty/Twisted/twisted/words/xish/xpath.py     |   333 +
 .../Twisted/twisted/words/xish/xpathparser.g       |   375 +
 .../Twisted/twisted/words/xish/xpathparser.py      |   508 +
 ThirdParty/Twisted/twisted/words/xmpproutertap.py  |    30 +
 ThirdParty/VPIC/CMakeLists.txt                     |     2 +-
 ThirdParty/ZopeInterface/CMakeLists.txt            |    20 +
 ThirdParty/ZopeInterface/COPYRIGHT.txt             |     1 +
 ThirdParty/ZopeInterface/LICENSE.txt               |    44 +
 ThirdParty/ZopeInterface/module.cmake              |     4 +
 ThirdParty/ZopeInterface/zope/__init__.py          |     7 +
 .../ZopeInterface/zope/interface/__init__.py       |    89 +
 ThirdParty/ZopeInterface/zope/interface/_compat.py |    69 +
 .../ZopeInterface/zope/interface/_flatten.py       |    35 +
 .../interface/_zope_interface_coptimizations.c     |  1688 +++
 ThirdParty/ZopeInterface/zope/interface/adapter.py |   704 +
 ThirdParty/ZopeInterface/zope/interface/advice.py  |   206 +
 .../zope/interface/common/__init__.py              |     2 +
 .../zope/interface/common/idatetime.py             |   575 +
 .../zope/interface/common/interfaces.py            |   102 +
 .../ZopeInterface/zope/interface/common/mapping.py |   125 +
 .../zope/interface/common/sequence.py              |   160 +
 .../zope/interface/common/tests/__init__.py        |     2 +
 .../zope/interface/common/tests/basemapping.py     |   107 +
 .../zope/interface/common/tests/test_idatetime.py  |    47 +
 .../common/tests/test_import_interfaces.py         |    29 +
 .../ZopeInterface/zope/interface/declarations.py   |   848 ++
 .../ZopeInterface/zope/interface/document.py       |   104 +
 .../ZopeInterface/zope/interface/exceptions.py     |    67 +
 .../ZopeInterface/zope/interface/interface.py      |   712 ++
 .../ZopeInterface/zope/interface/interfaces.py     |  1288 ++
 .../ZopeInterface/zope/interface/registry.py       |   530 +
 ThirdParty/ZopeInterface/zope/interface/ro.py      |    69 +
 .../ZopeInterface/zope/interface/tests/__init__.py |    13 +
 .../zope/interface/tests/advisory_testing.py       |    42 +
 .../ZopeInterface/zope/interface/tests/dummy.py    |    23 +
 .../ZopeInterface/zope/interface/tests/idummy.py   |    23 +
 .../ZopeInterface/zope/interface/tests/ifoo.py     |    26 +
 .../zope/interface/tests/ifoo_other.py             |    26 +
 .../ZopeInterface/zope/interface/tests/m1.py       |    21 +
 .../ZopeInterface/zope/interface/tests/m2.py       |    15 +
 .../ZopeInterface/zope/interface/tests/odd.py      |   129 +
 .../zope/interface/tests/test_adapter.py           |  1285 ++
 .../zope/interface/tests/test_advice.py            |   397 +
 .../zope/interface/tests/test_declarations.py      |  1576 +++
 .../zope/interface/tests/test_document.py          |   286 +
 .../zope/interface/tests/test_element.py           |    41 +
 .../zope/interface/tests/test_exceptions.py        |    75 +
 .../zope/interface/tests/test_interface.py         |  2089 +++
 .../zope/interface/tests/test_interfaces.py        |   115 +
 .../zope/interface/tests/test_odd_declarations.py  |   227 +
 .../zope/interface/tests/test_registry.py          |  2454 ++++
 .../zope/interface/tests/test_sorting.py           |    55 +
 .../zope/interface/tests/test_verify.py            |   548 +
 ThirdParty/ZopeInterface/zope/interface/verify.py  |   116 +
 ThirdParty/alglib/CMakeLists.txt                   |    10 +-
 ThirdParty/exodusII/vtkexodusII/CMakeLists.txt     |     2 +-
 ThirdParty/expat/vtkexpat/CMakeLists.txt           |     2 +-
 ThirdParty/freetype/vtkfreetype/CMakeLists.txt     |     6 +-
 ThirdParty/hdf5/CMakeLists.txt                     |     3 -
 ThirdParty/hdf5/vtkhdf5/CMakeLists.txt             |     2 +-
 ThirdParty/hdf5/vtkhdf5/c++/src/CMakeLists.txt     |     8 +-
 ThirdParty/hdf5/vtkhdf5/hl/c++/src/CMakeLists.txt  |     8 +-
 ThirdParty/hdf5/vtkhdf5/src/CMakeLists.txt         |     2 +-
 ThirdParty/hdf5/vtkhdf5/src/H5FDfamily.c           |     2 +-
 ThirdParty/hdf5/vtkhdf5/src/H5public.h             |     2 +-
 ThirdParty/jpeg/vtkjpeg/CMakeLists.txt             |     2 +-
 ThirdParty/jsoncpp/CMakeLists.txt                  |    33 +-
 ThirdParty/jsoncpp/json/json.h                     |  1855 ---
 ThirdParty/jsoncpp/vtk_jsoncpp.h.in                |    33 +
 ThirdParty/jsoncpp/vtkjsoncpp/CMakeLists.txt       |    32 +
 .../jsoncpp/{ => vtkjsoncpp}/json/json-forwards.h  |     0
 ThirdParty/jsoncpp/vtkjsoncpp/json/json.h          |  1855 +++
 ThirdParty/jsoncpp/{ => vtkjsoncpp}/jsoncpp.cpp    |     0
 ThirdParty/libproj4/CMakeLists.txt                 |     4 +-
 ThirdParty/libproj4/vtklibproj4/CMakeLists.txt     |    22 +-
 ThirdParty/libxml2/vtklibxml2/CMakeLists.txt       |     2 +-
 ThirdParty/libxml2/vtklibxml2/SAX2.c               |     4 +-
 ThirdParty/libxml2/vtklibxml2/xmllint.c            |     2 +-
 ThirdParty/libxml2/vtklibxml2/xmlregexp.c          |     2 +-
 ThirdParty/libxml2/vtklibxml2/xmlschemas.c         |     2 +-
 ThirdParty/mrmpi/mpistubs/CMakeLists.txt           |     2 +-
 ThirdParty/mrmpi/src/CMakeLists.txt                |     2 +-
 ThirdParty/netcdf/CMakeLists.txt                   |    24 +-
 ThirdParty/netcdf/vtk_netcdf.h                     |    21 -
 ThirdParty/netcdf/vtk_netcdf.h.in                  |    27 +
 ThirdParty/netcdf/vtk_netcdfcpp.h                  |    21 -
 ThirdParty/netcdf/vtk_netcdfcpp.h.in               |    27 +
 ThirdParty/netcdf/vtknetcdf/CMakeLists.txt         |     4 +-
 ThirdParty/netcdf/vtknetcdf/libsrc4/nc4file.c      |     4 +-
 ThirdParty/oggtheora/vtkoggtheora/CMakeLists.txt   |     6 +-
 .../vtkoggtheora/libogg-1.1.4/include/ogg/ogg.h    |     4 +-
 ThirdParty/png/vtkpng/CMakeLists.txt               |     2 +-
 ThirdParty/png/vtkpng/png.h                        |     6 +-
 ThirdParty/png/vtkpng/pngwio.c                     |     2 +-
 ThirdParty/sqlite/vtksqlite/CMakeLists.txt         |     2 +-
 ThirdParty/sqlite/vtksqlite/vtk_sqlite3.c          |     6 +-
 ThirdParty/tiff/vtktiff/CMakeLists.txt             |     4 +-
 ThirdParty/tiff/vtktiff/tif_config.h.in            |     9 +-
 ThirdParty/utf8/doc/ReleaseNotes                   |     3 +
 ThirdParty/utf8/source/utf8/checked.h              |    18 +
 .../xdmf2/vtkxdmf2/libsrc/XdmfValuesBinary.cxx     |     2 +-
 ThirdParty/zlib/vtkzlib/CMakeLists.txt             |     2 +-
 Utilities/DICOMParser/DICOMAppHelper.cxx           |     1 +
 Utilities/DICOMParser/DICOMCallback.h              |     2 +-
 Utilities/DICOMParser/DICOMParser.cxx              |     2 +-
 Utilities/DICOMParser/DICOMParserMap.h             |     2 +-
 Utilities/Doxygen/CMakeLists.txt                   |     9 +-
 Utilities/Doxygen/doc_header2doxygen.pl            |     1 +
 Utilities/EncodeString/vtkEncodeString.cxx         |     6 +-
 Utilities/KWSys/vtksys/CMakeLists.txt              |   154 +-
 Utilities/KWSys/vtksys/CommandLineArguments.hxx.in |    10 +-
 Utilities/KWSys/vtksys/Configure.hxx.in            |     4 +
 Utilities/KWSys/vtksys/Directory.cxx               |    17 +-
 Utilities/KWSys/vtksys/DynamicLoader.cxx           |    19 +-
 Utilities/KWSys/vtksys/Encoding.h.in               |    79 +
 Utilities/KWSys/vtksys/Encoding.hxx.in             |    56 +
 Utilities/KWSys/vtksys/EncodingC.c                 |    79 +
 Utilities/KWSys/vtksys/EncodingCXX.cxx             |    88 +
 Utilities/KWSys/vtksys/FStream.hxx.in              |   172 +
 Utilities/KWSys/vtksys/ProcessUNIX.c               |     6 +
 Utilities/KWSys/vtksys/ProcessWin32.c              |    78 +-
 Utilities/KWSys/vtksys/RegularExpression.cxx       |   114 +-
 Utilities/KWSys/vtksys/SharedForward.h.in          |     2 +-
 Utilities/KWSys/vtksys/SystemInformation.cxx       |   432 +-
 Utilities/KWSys/vtksys/SystemInformation.hxx.in    |    10 +-
 Utilities/KWSys/vtksys/SystemTools.cxx             |   606 +-
 Utilities/KWSys/vtksys/SystemTools.hxx.in          |    24 +-
 Utilities/KWSys/vtksys/auto_ptr.hxx.in             |    18 +
 Utilities/KWSys/vtksys/hashtable.hxx.in            |    18 +
 Utilities/KWSys/vtksys/kwsysPlatformTests.cmake    |     3 +
 Utilities/KWSys/vtksys/kwsysPlatformTestsCXX.cxx   |    75 +-
 Utilities/KWSys/vtksys/testDynamicLoader.cxx       |    10 +-
 Utilities/KWSys/vtksys/testEncoding.cxx            |   159 +
 Utilities/KWSys/vtksys/testIOS.cxx                 |     2 +-
 Utilities/KWSys/vtksys/testSystemInformation.cxx   |    25 +-
 Utilities/Maintenance/ArchiveTestingData.py        |   184 +
 Utilities/Maintenance/SourceTarball.bash           |   223 +
 .../Maintenance/VisualizeModuleDependencies.py     |   328 +
 Utilities/Maintenance/WhatModulesVTK.py            |   272 +-
 Utilities/MaterialLibrary/CMakeLists.txt           |   283 -
 .../CgShaders/FragmentIsotropicTorranceSparrow.cg  |   228 -
 .../MaterialLibrary/CgShaders/FragmentTexture.cg   |    20 -
 Utilities/MaterialLibrary/CgShaders/Twisted.cg     |    92 -
 .../MaterialLibrary/CgShaders/VertPassThrough.cg   |    60 -
 .../CgShaders/VertTexPassThrough.cg                |    63 -
 .../MaterialLibrary/CgShaders/VertexLighting.cg    |    56 -
 Utilities/MaterialLibrary/CgShaders/cg_sinewave.cg |    77 -
 .../GLSLShaders/TestAppVarFrag.glsl                |   110 -
 .../GLSLShaders/TestMatrixFrag.glsl                |    89 -
 .../GLSLShaders/TestScalarVectorFrag.glsl          |   120 -
 .../MaterialLibrary/GLSLShaders/TestVertex.glsl    |    62 -
 .../GLSLShaders/TestVtkPropertyFrag.glsl           |   113 -
 Utilities/MaterialLibrary/GLSLShaders/Twisted.glsl |    39 -
 Utilities/MaterialLibrary/Materials/CgLighting.xml |    28 -
 Utilities/MaterialLibrary/Materials/CgSinewave.xml |    31 -
 Utilities/MaterialLibrary/Materials/CgTwisted.xml  |    30 -
 .../MaterialLibrary/Materials/GLSLTwisted.xml      |    15 -
 Utilities/MaterialLibrary/ProcessShader.cxx        |   231 -
 .../Repository/OrangeBook/3DLabsLicense.txt        |    37 -
 .../Repository/OrangeBook/Ch06/Ch06Brick.xml       |    56 -
 .../Repository/OrangeBook/Ch06/Ch06BrickFrag.glsl  |    37 -
 .../Repository/OrangeBook/Ch06/Ch06BrickVert.glsl  |    40 -
 .../Repository/OrangeBook/Ch10/Ch10Earth1DTex.xml  |    23 -
 .../OrangeBook/Ch10/Ch10Earth1DTexFrag.glsl        |    18 -
 .../OrangeBook/Ch10/Ch10Earth1DTexVert.glsl        |    36 -
 .../Repository/OrangeBook/Ch10/Ch10Earth3DTex.xml  |    48 -
 .../OrangeBook/Ch10/Ch10Earth3DTexFrag.glsl        |    41 -
 .../OrangeBook/Ch10/Ch10Earth3DTexVert.glsl        |    33 -
 .../Repository/OrangeBook/Ch10/Ch10EnvMap.xml      |    23 -
 .../Repository/OrangeBook/Ch10/Ch10EnvMapFrag.glsl |    62 -
 .../Repository/OrangeBook/Ch10/Ch10EnvMapVert.glsl |    25 -
 .../Repository/OrangeBook/Ch11/BumpMap.xml         |    34 -
 .../OrangeBook/Ch11/Ch11BumpMapFrag.glsl           |    41 -
 .../OrangeBook/Ch11/Ch11BumpMapVert.glsl           |    42 -
 .../OrangeBook/Ch11/Ch11LatticeFrag.glsl           |    27 -
 .../OrangeBook/Ch11/Ch11LatticeVert.glsl           |    39 -
 .../Repository/OrangeBook/Ch11/Ch11StripeFrag.glsl |    35 -
 .../Repository/OrangeBook/Ch11/Ch11StripeVert.glsl |    39 -
 .../OrangeBook/Ch11/Ch11ToyBallFrag.glsl           |    78 -
 .../OrangeBook/Ch11/Ch11ToyBallVert.glsl           |    20 -
 .../Repository/OrangeBook/Ch11/Lattice.xml         |    50 -
 .../Repository/OrangeBook/Ch11/Stripe.xml          |    51 -
 .../Repository/OrangeBook/Ch11/ToyBall.xml         |    49 -
 .../Repository/OrangeBook/Ch12/Ch12Cloud.xml       |    39 -
 .../Repository/OrangeBook/Ch12/Ch12CloudFrag.glsl  |    28 -
 .../Repository/OrangeBook/Ch12/Ch12CloudVert.glsl  |    25 -
 .../Repository/OrangeBook/Ch12/Ch12Fire.xml        |    40 -
 .../Repository/OrangeBook/Ch12/Ch12FireFrag.glsl   |    33 -
 .../Repository/OrangeBook/Ch12/Ch12FireVert.glsl   |    25 -
 .../Repository/OrangeBook/Ch12/Ch12Granite.xml     |    38 -
 .../OrangeBook/Ch12/Ch12GraniteFrag.glsl           |    24 -
 .../OrangeBook/Ch12/Ch12GraniteVert.glsl           |    29 -
 .../Repository/OrangeBook/Ch12/Ch12Wood.xml        |    46 -
 .../Repository/OrangeBook/Ch12/Ch12WoodFrag.glsl   |    52 -
 .../Repository/OrangeBook/Ch12/Ch12WoodVert.glsl   |    25 -
 .../Repository/OrangeBook/Ch13/Ch13Cloud.xml       |    20 -
 .../OrangeBook/Ch13/Ch13CloudAnimFrag.glsl         |    29 -
 .../OrangeBook/Ch13/Ch13CloudAnimVert.glsl         |    25 -
 .../Repository/OrangeBook/Ch13/Ch13Particle.xml    |    33 -
 .../OrangeBook/Ch13/Ch13ParticleFrag.glsl          |    17 -
 .../OrangeBook/Ch13/Ch13ParticleVert.glsl          |    38 -
 .../Repository/OrangeBook/Ch13/Ch13Wobble.xml      |    29 -
 .../Repository/OrangeBook/Ch13/Ch13WobbleFrag.glsl |    71 -
 .../Repository/OrangeBook/Ch13/Ch13WobbleVert.glsl |    33 -
 .../Repository/OrangeBook/Ch14/Ch14AABrick.xml     |    42 -
 .../OrangeBook/Ch14/Ch14AABrickFrag.glsl           |    46 -
 .../OrangeBook/Ch14/Ch14AABrickVert.glsl           |    41 -
 .../Repository/OrangeBook/Ch14/Ch14Adaptive.xml    |    12 -
 .../OrangeBook/Ch14/Ch14AdaptiveAAFrag.glsl        |    25 -
 .../OrangeBook/Ch14/Ch14AdaptiveAAVert.glsl        |    28 -
 .../Repository/OrangeBook/Ch15/Ch15Gooch.xml       |    52 -
 .../Repository/OrangeBook/Ch15/Ch15GoochFrag.glsl  |    34 -
 .../Repository/OrangeBook/Ch15/Ch15GoochVert.glsl  |    26 -
 .../Repository/OrangeBook/Ch15/Ch15Hatch.xml       |    37 -
 .../Repository/OrangeBook/Ch15/Ch15HatchFrag.glsl  |    48 -
 .../Repository/OrangeBook/Ch15/Ch15HatchVert.glsl  |    34 -
 .../Repository/OrangeBook/Ch15/Ch15Julia.xml       |    29 -
 .../Repository/OrangeBook/Ch15/Ch15JuliaFrag.glsl  |    56 -
 .../Repository/OrangeBook/Ch15/Ch15JuliaVert.glsl  |    35 -
 .../Repository/OrangeBook/Ch15/Ch15Mandel.xml      |    34 -
 .../Repository/OrangeBook/Ch15/Ch15MandelFrag.glsl |    54 -
 .../Repository/OrangeBook/Ch15/Ch15MandelVert.glsl |    40 -
 .../Repository/OrangeBook/Readme.txt               |     7 -
 Utilities/MaterialLibrary/Repository/README.txt    |     6 -
 .../Repository/TestCg/AppVarFragmentTest.cg        |    51 -
 .../Repository/TestCg/AppVarTest.xml               |    62 -
 .../Repository/TestCg/MatrixFragmentTest.cg        |    79 -
 .../Repository/TestCg/MatrixTest.xml               |    64 -
 .../Repository/TestCg/ModelViewXFormTest.xml       |    36 -
 .../Repository/TestCg/ModelViewXFormVertexTest.cg  |    83 -
 .../Repository/TestCg/ScalarVectorFragmentTest.cg  |    79 -
 .../Repository/TestCg/ScalarVectorTest.xml         |    61 -
 .../Repository/TestCg/StructureFragmentTest.cg     |    77 -
 .../Repository/TestCg/StructureTest.xml            |    65 -
 .../MaterialLibrary/Repository/TestCg/Vertex.cg    |    50 -
 .../Repository/TestCg/VtkPropertyFragmentTest.cg   |    79 -
 .../Repository/TestCg/VtkPropertyTest.xml          |    76 -
 .../Repository/TestGLSL/AppVarTestFragment.glsl    |   110 -
 .../Repository/TestGLSL/AppVarTestFragment.xml     |    49 -
 .../Repository/TestGLSL/MatrixTestFragment.glsl    |    86 -
 .../Repository/TestGLSL/MatrixTestFragment.xml     |    55 -
 .../TestGLSL/ScalarVectorTestFragment.glsl         |   120 -
 .../TestGLSL/ScalarVectorTestFragment.xml          |    78 -
 .../Repository/TestGLSL/Vertex.glsl                |    62 -
 .../TestGLSL/VtkPropertyTestFragment.glsl          |   113 -
 .../TestGLSL/VtkPropertyTestFragment.xml           |    66 -
 .../Repository/TestGLSL/XFormsTestFragment.xml     |    48 -
 .../Repository/TestGLSL/XFormsTestVertex.glsl      |    77 -
 .../MaterialLibrary/Repository/Textures/earth.ppm  |   Bin 393231 -> 0 bytes
 Utilities/MaterialLibrary/module.cmake             |     5 -
 Utilities/MaterialLibrary/vtk-forward.c.in         |    29 -
 .../MaterialLibrary/vtkMaterialLibraryMacro.h.in   |    23 -
 .../vtkMaterialXMLLibrary.h.forcebuild.in          |     5 -
 .../MaterialLibrary/vtkShaderCodeLibraryMacro.h.in |    21 -
 Utilities/MetaIO/vtkmetaio/CMakeLists.txt          |    10 +-
 Utilities/MetaIO/vtkmetaio/metaForm.cxx            |    21 +-
 Utilities/MetaIO/vtkmetaio/metaForm.h              |    10 +-
 Utilities/MetaIO/vtkmetaio/metaImage.h             |    30 +-
 Utilities/MetaIO/vtkmetaio/metaMesh.cxx            |     2 +-
 Utilities/MetaIO/vtkmetaio/metaOutput.cxx          |     2 +-
 Utilities/MetaIO/vtkmetaio/metaTransform.cxx       |     2 +-
 Utilities/MetaIO/vtkmetaio/metaTube.cxx            |     2 +-
 Utilities/MetaIO/vtkmetaio/metaUtils.cxx           |    22 +-
 .../MetaIO/vtkmetaio/tests/testMeta10Contour.cxx   |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta11Form.cxx      |    16 +-
 .../MetaIO/vtkmetaio/tests/testMeta12Array.cxx     |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta1Utils.cxx      |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta2Object.cxx     |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta3Image.cxx      |     2 +-
 Utilities/MetaIO/vtkmetaio/tests/testMeta4Tube.cxx |     2 +-
 Utilities/MetaIO/vtkmetaio/tests/testMeta5Blob.cxx |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta6Surface.cxx    |     2 +-
 Utilities/MetaIO/vtkmetaio/tests/testMeta7Line.cxx |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta8Scene.cxx      |     2 +-
 Utilities/Python/CMakeLists.txt                    |    16 +
 Utilities/Release/CMakeLists.txt                   |   124 -
 Utilities/Release/VTKInstall.bmp                   |   Bin 25818 -> 0 bytes
 Utilities/Scripts/SetupExternalData.sh             |    92 +
 Utilities/Scripts/git-gerrit-push                  |   136 +-
 Utilities/Scripts/pre-commit                       |    71 +
 Utilities/SetupForDevelopment.sh                   |     1 +
 Utilities/octree/octree                            |     8 -
 Utilities/octree/octree_cursor.cxx                 |     8 -
 Utilities/octree/octree_cursor.h                   |     5 +-
 Utilities/octree/octree_iterator.cxx               |    32 -
 Utilities/octree/octree_iterator.h                 |     4 -
 Utilities/octree/octree_path.cxx                   |    41 -
 Utilities/octree/octree_path.h                     |     4 -
 Views/Infovis/CMakeLists.txt                       |     4 +
 Views/Infovis/Testing/Cxx/CMakeLists.txt           |    39 +-
 Views/Infovis/Testing/Cxx/TestColumnTree.cxx       |   164 +
 Views/Infovis/Testing/Cxx/TestDendrogramItem.cxx   |   117 +
 Views/Infovis/Testing/Cxx/TestDendrogramOnly.cxx   |   115 -
 .../Testing/Cxx/TestHeatmapCategoryLegend.cxx      |    87 +
 Views/Infovis/Testing/Cxx/TestHeatmapItem.cxx      |   119 +
 Views/Infovis/Testing/Cxx/TestHeatmapOnly.cxx      |   117 -
 .../Testing/Cxx/TestHeatmapScalarLegend.cxx        |    86 +
 .../Testing/Cxx/TestParallelCoordinatesView.cxx    |   120 +
 Views/Infovis/Testing/Cxx/TestTanglegramItem.cxx   |   188 +
 .../Testing/Cxx/TestTreeHeatmapAutoCollapse.cxx    |     5 +
 Views/Infovis/Testing/Cxx/TestTreeHeatmapItem.cxx  |     4 +
 .../Baseline/TestCoincidentGraphLayoutView.png.md5 |     1 +
 .../Testing/Data/Baseline/TestColumnTree.png.md5   |     1 +
 .../Data/Baseline/TestConeLayoutStrategy.png.md5   |     1 +
 .../Data/Baseline/TestConeLayoutStrategy_1.png.md5 |     1 +
 .../Data/Baseline/TestDendrogramItem.png.md5       |     1 +
 .../Data/Baseline/TestDendrogramOnly.png.md5       |     1 +
 .../Data/Baseline/TestDendrogramOnly_1.png.md5     |     1 +
 .../Data/Baseline/TestGraphLayoutView.png.md5      |     1 +
 .../Baseline/TestHeatmapCategoryLegend.png.md5     |     1 +
 .../Testing/Data/Baseline/TestHeatmapItem.png.md5  |     1 +
 .../Testing/Data/Baseline/TestHeatmapOnly.png.md5  |     1 +
 .../Data/Baseline/TestHeatmapScalarLegend.png.md5  |     1 +
 .../Baseline/TestHierarchicalGraphView.png.md5     |     1 +
 .../Testing/Data/Baseline/TestIcicleView.png.md5   |     1 +
 .../Testing/Data/Baseline/TestIcicleView_1.png.md5 |     1 +
 .../Testing/Data/Baseline/TestIcicleView_2.png.md5 |     1 +
 .../Testing/Data/Baseline/TestIcicleView_3.png.md5 |     1 +
 .../Testing/Data/Baseline/TestIcicleView_4.png.md5 |     1 +
 .../Testing/Data/Baseline/TestIcicleView_5.png.md5 |     1 +
 .../Data/Baseline/TestIconGlyphFilter.png.md5      |     1 +
 .../TestInteractorStyleTreeMapHover.png.md5        |     1 +
 .../Testing/Data/Baseline/TestNetworkViews.png.md5 |     1 +
 .../Baseline/TestParallelCoordinatesView.png.md5   |     1 +
 .../Testing/Data/Baseline/TestRenderView.png.md5   |     1 +
 .../Baseline/TestSpanTreeLayoutStrategy.png.md5    |     1 +
 .../Data/Baseline/TestTanglegramItem.png.md5       |     1 +
 .../Baseline/TestTreeHeatmapAutoCollapse.png.md5   |     1 +
 .../Data/Baseline/TestTreeHeatmapItem.png.md5      |     1 +
 .../Testing/Data/Baseline/TestTreeMapView.png.md5  |     1 +
 .../Data/Baseline/TestTreeMapView_1.png.md5        |     1 +
 .../Data/Baseline/TestTreeMapView_2.png.md5        |     1 +
 .../Data/Baseline/TestTreeMapView_3.png.md5        |     1 +
 .../Testing/Data/Baseline/TestTreeRingView.png.md5 |     1 +
 .../Data/Baseline/TestTreeRingView_1.png.md5       |     1 +
 Views/Infovis/module.cmake                         |     4 +
 Views/Infovis/vtkDendrogramItem.cxx                |  1542 +++
 Views/Infovis/vtkDendrogramItem.h                  |   360 +
 Views/Infovis/vtkHeatmapItem.cxx                   |  1240 ++
 Views/Infovis/vtkHeatmapItem.h                     |   258 +
 .../vtkParallelCoordinatesRepresentation.cxx       |    41 +-
 Views/Infovis/vtkParallelCoordinatesView.cxx       |     2 +-
 Views/Infovis/vtkSCurveSpline.cxx                  |   256 +
 Views/Infovis/vtkSCurveSpline.h                    |    69 +
 Views/Infovis/vtkTanglegramItem.cxx                |   746 ++
 Views/Infovis/vtkTanglegramItem.h                  |   198 +
 Views/Infovis/vtkTreeHeatmapItem.cxx               |  1582 +--
 Views/Infovis/vtkTreeHeatmapItem.h                 |   215 +-
 Views/Qt/CMakeLists.txt                            |    24 +-
 Views/Qt/vtkQtTableRepresentation.cxx              |     2 +-
 Views/Qt/vtkQtView.cxx                             |     5 +
 Wrapping/Java/Baseline/Cone.png.md5                |     1 +
 Wrapping/Java/CMakeLists.txt                       |   112 +-
 Wrapping/Java/JavaInstall.cmake.in                 |    67 +
 Wrapping/Java/Maven/README.txt.in                  |    93 +
 Wrapping/Java/Maven/pom.xml.in                     |   126 +
 .../Java/vtk/rendering/awt/vtkAwtComponent.java    |    19 +
 .../rendering/jogl/vtkAbstractJoglComponent.java   |   103 +
 .../vtk/rendering/jogl/vtkJoglCanvasComponent.java |    24 +
 .../vtk/rendering/jogl/vtkJoglPanelComponent.java  |    24 +
 .../vtk/rendering/swt/vtkInternalSwtComponent.java |     6 +
 .../Java/vtk/rendering/swt/vtkSwtComponent.java    |     5 +-
 .../swt/vtkSwtInteractorForwarderDecorator.java    |     5 +-
 .../Java/vtk/rendering/vtkAbstractComponent.java   |    29 +-
 .../vtk/rendering/vtkAbstractEventInterceptor.java |    68 +
 Wrapping/Java/vtk/rendering/vtkComponent.java      |     5 +-
 .../Java/vtk/rendering/vtkEventInterceptor.java    |     5 +-
 .../Java/vtk/rendering/vtkInteractorForwarder.java |     7 +-
 .../vtk/sample/rendering/JoglConeRendering.java    |   178 +
 .../rendering/annotation/LabeledCubeAxesActor.java |     2 +
 Wrapping/Python/CMakeLists.txt                     |   122 +-
 Wrapping/Python/PythonInstall.cmake.in             |    18 -
 Wrapping/Python/README.txt                         |   106 +-
 Wrapping/Python/setup.py.in                        |   144 -
 Wrapping/Python/setup_install_paths.py             |   137 -
 .../Python/vtk/qt4/QVTKRenderWindowInteractor.py   |    15 +-
 Wrapping/Python/vtkPythonAppInit.cxx               |    22 +-
 Wrapping/PythonCore/PyVTKObject.cxx                |     2 +-
 Wrapping/PythonCore/PyVTKSpecialObject.h           |     2 +-
 Wrapping/PythonCore/vtkPythonArgs.cxx              |    20 +-
 Wrapping/PythonCore/vtkPythonArgs.h                |     6 +
 Wrapping/PythonCore/vtkPythonOverload.cxx          |     4 +-
 Wrapping/PythonCore/vtkPythonUtil.cxx              |    30 +-
 Wrapping/Tcl/CMakeLists.txt                        |    22 +-
 Wrapping/Tcl/vtkTkAppInit.cxx                      |     2 +-
 Wrapping/Tools/README.txt                          |    20 +-
 Wrapping/Tools/hints                               |     6 +
 Wrapping/Tools/lex.yy.c                            |  3560 +++---
 Wrapping/Tools/vtkParse.h                          |     5 +
 Wrapping/Tools/vtkParse.l                          |   253 +-
 Wrapping/Tools/vtkParse.tab.c                      | 12740 ++++++++++++-------
 Wrapping/Tools/vtkParse.y                          |   771 +-
 Wrapping/Tools/vtkParseData.c                      |    17 +-
 Wrapping/Tools/vtkParseData.h                      |    25 +-
 Wrapping/Tools/vtkParseExtras.c                    |   151 +-
 Wrapping/Tools/vtkParseJava.c                      |    18 +-
 Wrapping/Tools/vtkParseJavaBeans.c                 |     6 +-
 Wrapping/Tools/vtkParseMain.c                      |     6 +
 Wrapping/Tools/vtkParsePreprocess.c                |   992 +-
 Wrapping/Tools/vtkParsePreprocess.h                |     6 +-
 Wrapping/Tools/vtkParseString.c                    |   427 +-
 Wrapping/Tools/vtkParseString.h                    |   188 +-
 Wrapping/Tools/vtkParseType.h                      |    26 +-
 Wrapping/Tools/vtkWrap.c                           |    20 +-
 Wrapping/Tools/vtkWrap.h                           |     2 +
 Wrapping/Tools/vtkWrapJava.c                       |     6 +-
 Wrapping/Tools/vtkWrapPython.c                     |   163 +-
 Wrapping/Tools/vtkWrapPythonInit.c                 |    86 +-
 Wrapping/Tools/vtkWrapText.c                       |    28 +-
 5424 files changed, 449166 insertions(+), 65398 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vtk6.git



More information about the debian-science-commits mailing list