vtk-m2/vtkm
Kenneth Moreland 66aa10aab7 Fix issues with warnings about data loss from type conversion
Fix compile warnings that come up with the flags

  -Wconversion -Wno-sign-conversion

This catches several instances (mostly in the testing framework) where
types are implicitly converted. I expect these changes to fix some of
the warnings we are seeing in MSVC.

I was going to add these flags to the list of extra warning flags, but
unfortunately the Thrust library has several warnings of these types,
and I don't know a good way to turn on the warnings for our code but
turn them off for Thrust.
2015-05-07 16:34:06 -06:00
..
cont Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -06:00
exec Allow ArrayPortalFromThrust to be used inside a zip portal. 2015-05-05 14:03:40 -04:00
internal Move another FunctionInterface manipulation to be exclusively control 2015-01-15 22:42:36 -07:00
testing Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -06:00
worklet Improve 3D scheduling mechanism in DispatcherBase 2015-05-05 08:46:23 -06: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 Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -06:00