vtk-m2/vtkm/cont/internal/testing
Kenneth Moreland e14fc427f0 Change storage references to storage pointers.
Previously ArrayTransfer and ArrayManagerExecution received a reference
to a Storage class in their constructor and held the reference as an
ivar. In retrospect, this is just asking for trouble. First, it is way
too easy to pass by value when you mean to pass by reference. Second, if
there ever is a bug where the Storage goes out of scope before the
classes holding a reference, it is that much harder to debug.
2015-04-30 21:29:58 -06:00
..
CMakeLists.txt Add DynamicTransform class. 2014-04-30 10:31:10 -06:00
UnitTestArrayManagerExecutionShareWithControl.cxx Change storage references to storage pointers. 2015-04-30 21:29:58 -06:00
UnitTestArrayPortalFromIterators.cxx Fix MSVC compiler warnings 2014-10-21 16:52:24 -06:00
UnitTestDynamicTransform.cxx Add index tags to FunctionInterface features. 2015-01-15 22:13:47 -07:00
UnitTestIteratorFromArrayPortal.cxx Fix MSVC compiler warnings 2014-10-21 16:52:24 -06:00