vtk-m2/vtkm/testing
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
..
CMakeLists.txt Add ability to zip function interface objects. 2014-10-16 16:31:55 -06:00
OptionParser.h Correct the option parser on windows. 2014-05-19 14:20:59 -04:00
Testing.h Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -06:00
UnitTestExtent.cxx Change vtkm::Tuple to vtkm::Vec 2014-10-08 10:09:43 -06:00
UnitTestListTag.cxx Add a template that tests whether a type is in a list. 2014-10-22 10:35:56 -06:00
UnitTestPair.cxx Update the documentation to note have references to dax. 2014-12-10 10:37:25 -05:00
UnitTestTesting.cxx Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
UnitTestTypeListTag.cxx Rename some type lists to be a bit more consistent. 2014-10-10 11:30:10 -06:00
UnitTestTypes.cxx Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
UnitTestTypeTraits.cxx Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
UnitTestVecTraits.cxx Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
VecTraitsTests.h Change VectorTraits to VecTraits. 2014-10-08 10:09:43 -06:00