vtk-m/vtkm
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
..
cont Change storage references to storage pointers. 2015-04-30 21:29:58 -06:00
exec Change interface of ArrayTransfer to be more like ArrayHandle. 2015-04-30 21:07:36 -06:00
internal Move another FunctionInterface manipulation to be exclusively control 2015-01-15 22:42:36 -07:00
testing Update the documentation to note have references to dax. 2014-12-10 10:37:25 -05:00
worklet use cuda scheduling versus thrust scheduling. 2015-04-03 10:18:05 -04:00
CMakeLists.txt Add ability to zip function interface objects. 2014-10-16 16:31:55 -06:00
Extent.h Change vtkm::Tuple to vtkm::Vec 2014-10-08 10:09:43 -06:00
ListTag.h Add a template that tests whether a type is in a list. 2014-10-22 10:35:56 -06:00
Pair.h Add utility include to Pair.h 2014-10-23 16:34:52 -06:00
TypeListTag.h Add a template that tests whether a type is in a list. 2014-10-22 10:35:56 -06:00
Types.h Adding a cuda device adapter to vtkm. 2014-12-19 13:47:28 -05:00
TypeTraits.h Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
VecTraits.h Change VectorTraits to VecTraits. 2014-10-08 10:09:43 -06:00