vtk-m/vtkm/cont/serial/testing
Kenneth Moreland cb3bb43ff9 Completely deprecate virtual methods
Deprecate `VirtualObjectHandle` and all other classes that are used to
implement objects with virtual methods in the execution environment.

Additionally, the code is updated so that if the
`VTKm_NO_DEPRECATED_VIRTUAL` flag is set none of the code is compiled at
all. This opens us up to opportunities that do not work with virtual
methods such as backends that do not support virtual methods and dynamic
libraries for CUDA.
2021-04-28 07:28:32 -06:00
..
CMakeLists.txt Completely deprecate virtual methods 2021-04-28 07:28:32 -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
UnitTestSerialCellLocatorTwoLevel.cxx Rename CellLocatorUniformBins to CellLocatorTwoLevel 2020-09-21 15:42:47 -06: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
UnitTestSerialPointLocatorSparseGrid.cxx Rename PointLocatorUniformGrid to PointLocatorSparseGrid 2020-09-21 15:42:41 -06:00
UnitTestSerialVirtualObjectHandle.cxx Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00