vtk-m/vtkm/cont/serial/testing
Kenneth Moreland 63ef84ed78 Optionally remove all use of ArrayHandleVirtual
As we remove more and more virtual methods from VTK-m, I expect several
users will be interested in completely removing them from the build for
several reasons.

1. They may be compiling for hardware that does not support virtual
methods.
2. They may need to compile for CUDA but need shared libraries.
3. It should go a bit faster.

To enable this, a CMake option named `VTKm_NO_DEPRECATED_VIRTUAL` is
added. It defaults to `OFF`. But when it is `ON`, none of the code that
both uses virtuals and is deprecated will be built.

Currently, only `ArrayHandleVirtual` is deprecated, so the rest of the
virtual classes will still be built. As we move forward, more will be
removed until all virtual method functionality is removed.
2020-09-04 22:52:45 -06:00
..
CMakeLists.txt Optionally remove all use of ArrayHandleVirtual 2020-09-04 22:52:45 -06:00
UnitTestSerialArrayHandle.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialArrayHandleFancy.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialArrayHandleMultiplexer.cxx Create ArrayHandleMultiplexer 2019-07-22 08:36:28 -06:00
UnitTestSerialBitField.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialCellLocatorRectilinearGrid.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialCellLocatorUniformBins.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialCellLocatorUniformGrid.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialColorTable.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestSerialComputeRange.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestSerialDataSetExplicit.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialDataSetSingleType.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialDeviceAdapter.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialImplicitFunction.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialPointLocatorUniformGrid.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialVirtualObjectHandle.cxx Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00