vtk-m2/vtkm/cont/testing
Kenneth Moreland 51f0100b26 Refactor DynamicArrayHandle to have a common base.
Originally, DynamicArrayHandle only automatically handled the default
type and storage lists. There was an internal subclass that expanded
that to user defined lists, but it was a bit inaccessible. This change
makes DynamicArrayHandle match the structure of DynamicCellSet. There is
now a templated base class named DynamicArrayHandleBase that can accept
any pair of lists. DynamicArrayHandle itself is really just a typedef of
DynamicArrayHandleBase with the default lists.
2015-08-25 14:38:50 -06:00
..
CMakeLists.txt Created DynamicCellSet 2015-07-27 16:58:29 -06:00
MakeTestDataSet.h Have CoordinateSystem inherit from Field 2015-08-25 14:38:41 -06:00
Testing.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TestingArrayHandles.h Deal with small integer promotions 2015-07-30 17:41:58 -06:00
TestingComputeBounds.h Correct some warnings about 64bit to 32bit conversion. 2015-07-23 09:29:10 -04:00
TestingDeviceAdapter.h Merge branch 'introduce_binary_and_unary_operators' into 'master' 2015-08-06 15:14:28 -04:00
TestingFancyArrayHandles.h Deal with small integer promotions 2015-07-30 17:41:58 -06:00
UnitTestArrayHandle.cxx Extend the array handle testing to be done on a per device basis. 2015-06-25 08:21:49 -04:00
UnitTestArrayHandleCompositeVector.cxx Deal with small integer promotions 2015-07-30 17:41:58 -06:00
UnitTestArrayHandleCounting.cxx Fix ICC warning about unused member method 2015-07-06 10:40:08 -06:00
UnitTestArrayHandleFancy.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayHandleImplicit.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayHandlePermutation.cxx Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
UnitTestArrayHandleTransform.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayHandleUniformPointCoordinates.cxx Update ArrayPortalUniformPointCoordinates 2015-08-25 14:27:01 -06:00
UnitTestArrayPortalToIterators.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestComputeBoundsSerial.cxx Add compute bounds to Fields 2015-07-22 12:17:33 -04:00
UnitTestContTesting.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestDataSetExplicit.cxx Have CoordinateSystem inherit from Field 2015-08-25 14:38:41 -06:00
UnitTestDataSetRegular.cxx Have CoordinateSystem inherit from Field 2015-08-25 14:38:41 -06:00
UnitTestDeviceAdapterAlgorithmDependency.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestDeviceAdapterSerial.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestDynamicArrayHandle.cxx Refactor DynamicArrayHandle to have a common base. 2015-08-25 14:38:50 -06:00
UnitTestDynamicCellSet.cxx Created DynamicCellSet 2015-07-27 16:58:29 -06:00
UnitTestDynamicPointCoordinates.cxx Update ArrayPortalUniformPointCoordinates 2015-08-25 14:27:01 -06:00
UnitTestPointCoordinates.cxx Update ArrayPortalUniformPointCoordinates 2015-08-25 14:27:01 -06:00
UnitTestStorageBasic.cxx Change StorageBasic to use an aligned allocator. 2015-08-11 13:42:55 -06:00
UnitTestStorageImplicit.cxx Make releasing an implicit storage resources a no-op instead of exception. 2015-06-29 11:56:53 -04:00
UnitTestStorageListTag.cxx Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
UnitTestTimer.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00