vtk-m/vtkm
Kenneth Moreland 21823500c3 Change ArrayContainerControl to Storage.
After a talk with Robert Maynard, we decided to change the name
ArrayContainerControl to Storage. There are several reasons for this
change.

1. The name ArrayContainerControl is unwieldy. It is long, hard for
humans to parse, and makes for long lines and wraparound. It is also
hard to distinguish from other names like ArrayHandleFoo and
ArrayExecutionManager.

2. The word container is getting overloaded. For example, there is a
SimplePolymorphicContainer. Container is being used for an object that
literally acts like a container for data. This class really manages
data.

3. The data does not necessarily have to be on the control side.
Implicit containers store the data nowhere. Derivative containers might
have all the real data on the execution side. It is possible in the
future to have storage on the execution environment instead of the
control (think interfacing with a simulator on the GPU).

Storage is not a perfect word (what does implicit storage really mean?),
but its the best English word we came up with.
2014-06-24 09:58:32 -06:00
..
cont Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
exec Add a FunctorBase class for scheduling non-worklets 2014-06-10 11:35:13 -06:00
internal MSVC 2010 has troubles with < operators in the middle of enable_if. 2014-06-20 16:53:27 -04:00
testing Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
CMakeLists.txt Add CMake configuration for execution environment code 2014-06-10 11:14:11 -06:00
Extent.h Remove alignment attribute from Extent struct. 2014-06-10 13:00:26 -06:00
ListTag.h Add classes to manage point coordinates. 2014-05-15 13:41:45 -06:00
TypeListTag.h Add a dynamic array handle. 2014-04-03 14:04:48 -06:00
Types.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
TypeTraits.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
VectorTraits.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00