vtk-m2/vtkm/cont/testing
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
..
CMakeLists.txt Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
Testing.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
TestingDeviceAdapter.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestArrayHandle.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestArrayHandleCompositeVector.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestArrayHandleCounting.cxx Fix a test object to handle changes in the counting array handle 2014-06-19 11:12:54 -06:00
UnitTestArrayHandleUniformPointCoordinates.cxx Fix MSVC compiler warnings. 2014-06-10 16:09:28 -06:00
UnitTestContTesting.cxx Update the initial repository to use the correct indentation style. 2014-02-11 16:20:30 -05:00
UnitTestDeviceAdapterAlgorithmDependency.cxx Add in a serial device adapter and required supporting classes. 2014-02-11 12:34:56 -05:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestDeviceAdapterSerial.cxx Add in a serial device adapter and required supporting classes. 2014-02-11 12:34:56 -05:00
UnitTestDynamicArrayHandle.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestDynamicPointCoordinates.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestPointCoordinates.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestStorageBasic.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestStorageImplicit.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestStorageListTag.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestTimer.cxx Add Timer class. 2014-06-10 12:54:18 -06:00