vtk-m2/vtkm/cont/serial/internal
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 Remove ArrayManagerExecution 2020-12-08 13:18:44 -07:00
DeviceAdapterAlgorithmSerial.cxx Initial infrastructure to allow WorkletMapField to have 3D scheduling 2020-02-25 15:23:41 -05:00
DeviceAdapterAlgorithmSerial.h Deprecate ArrayHandle::Shrink 2021-02-01 08:07:40 -07:00
DeviceAdapterMemoryManagerSerial.h Replace basic ArrayHandle implementation to use Buffers 2020-06-25 14:02:26 -06:00
DeviceAdapterRuntimeDetectorSerial.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
DeviceAdapterRuntimeDetectorSerial.h conslidate the license statement 2019-04-17 10:57:13 -06:00
DeviceAdapterTagSerial.h conslidate the license statement 2019-04-17 10:57:13 -06:00
VirtualObjectTransferSerial.h Completely deprecate virtual methods 2021-04-28 07:28:32 -06:00