vtk-m2/vtkm/cont/testing
Kenneth Moreland dd897c0565 Remove template parameter for IncrementBy2
THe IncrementBy2 test type previously allowed any subtype including
floating point numbers. The meaning of this is actually a little unclear
and the feature was causing implicit type conversion warnings that were
hard to template out. The utility of of templating this class is dubious
in the first place, so class is now a fixed type.

I'm a little unsure whether we should keep this test class at all. It's
math operations are ad hoc and it could be difficult to determine if a
problem is caused by an actual problem or just bad math operators.
2015-05-08 10:53:28 -06:00
..
CMakeLists.txt Test all Fancy ArrayHandles and Array Portals on every device adapter. 2015-05-05 14:25:48 -04: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 Make sure we include as little form windows.h as possible. 2015-05-06 09:24:49 -04:00
TestingFancyArrayHandles.h Remove template parameter for IncrementBy2 2015-05-08 10:53:28 -06:00
UnitTestArrayHandle.cxx Remove UserPortal from ArrayHandle. 2015-04-28 10:49:46 -04:00
UnitTestArrayHandleCompositeVector.cxx Remove UserPortal from ArrayHandle. 2015-04-28 10:49:46 -04:00
UnitTestArrayHandleCounting.cxx Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -06:00
UnitTestArrayHandleFancy.cxx Test all Fancy ArrayHandles and Array Portals on every device adapter. 2015-05-05 14:25:48 -04:00
UnitTestArrayHandleImplicit.cxx Fix issues with implicitly converting ints to floats 2015-05-08 10:33:59 -06:00
UnitTestArrayHandlePermutation.cxx Compare with tolerance in UnitTestArrayHandlePermutation 2015-05-07 13:22:10 -06:00
UnitTestArrayHandleTransform.cxx Fix issues with implicitly converting ints to floats 2015-05-08 10:33:59 -06:00
UnitTestArrayHandleUniformPointCoordinates.cxx Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
UnitTestArrayPortalToIterators.cxx Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -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 storage references to storage pointers. 2015-04-30 21:29:58 -06:00
UnitTestDeviceAdapterSerial.cxx Add in a serial device adapter and required supporting classes. 2014-02-11 12:34:56 -05:00
UnitTestDynamicArrayHandle.cxx Unify test values. 2014-10-14 10:00:34 -06:00
UnitTestDynamicPointCoordinates.cxx Merge branch 'any-scalar-width' 2014-10-21 16:53:50 -06:00
UnitTestPointCoordinates.cxx Remove UserPortal from ArrayHandle. 2015-04-28 10:49:46 -04:00
UnitTestStorageBasic.cxx delete operator and std::allocator are not necessarily the same 2014-10-23 15:39:05 -06:00
UnitTestStorageImplicit.cxx Remove UserPortal from ArrayHandle. 2015-04-28 10:49:46 -04:00
UnitTestStorageListTag.cxx Change vtkm::Tuple to vtkm::Vec 2014-10-08 10:09:43 -06:00
UnitTestTimer.cxx Make sure we include as little form windows.h as possible. 2015-05-06 09:24:49 -04:00