vtk-m/vtkm/cont
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
..
arg Use test_equal instead of == for comparing numbers in exec worklets. 2014-11-12 08:53:03 -07:00
cuda Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -06:00
internal Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -06:00
testing Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -06:00
ArrayHandle.h Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -06:00
ArrayHandleCompositeVector.h Change storage references to storage pointers. 2015-04-30 21:29:58 -06:00
ArrayHandleCounting.h Fix issues with warnings about data loss from type conversion 2015-05-07 16:34:06 -06:00
ArrayHandleImplicit.h Add ArrayHandleImplicit. 2015-04-13 12:15:28 -06:00
ArrayHandlePermutation.h Update the ArrayTransfer classes to new interface merged in 2015-04-30 22:01:02 -06:00
ArrayHandleTransform.h Allow ArrayHandleTransform Control Portal to be accessed when using cuda. 2015-05-04 10:58:07 -04:00
ArrayHandleUniformPointCoordinates.h Remove UserPortal from ArrayHandle. 2015-04-28 10:49:46 -04:00
ArrayHandleZip.h Add ArrayHandleZip. 2015-05-05 14:03:40 -04:00
ArrayPortal.h Remove GetIteratorBegin/End from all ArrayPortal classes. 2014-09-08 14:59:11 -06:00
ArrayPortalToIterators.h Add ArrayPortalToIterators functionality. 2014-09-08 13:39:58 -06:00
Assert.h Make VTKM_ASSERT_CONT gracefully ignore CUDA devices 2015-05-07 13:13:50 -06:00
CMakeLists.txt Add ArrayHandleZip. 2015-05-05 14:03:40 -04:00
DeviceAdapter.h move DeviceAdapterAlgorithm to correct folder as it's namespace 2014-12-18 11:09:15 -05:00
DeviceAdapterAlgorithm.h Adding a cuda device adapter to vtkm. 2014-12-19 13:47:28 -05:00
DeviceAdapterSerial.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
DynamicArrayHandle.h Add VTKM_IS_LIST_TAG checks to dynamic classes 2014-10-22 10:46:54 -06:00
DynamicPointCoordinates.h Add VTKM_IS_LIST_TAG checks to dynamic classes 2014-10-22 10:46:54 -06:00
Error.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControl.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControlAssert.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControlBadType.h Add basic support for type checking of Invoke arguments 2014-10-22 15:21:18 -06:00
ErrorControlBadValue.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControlInternal.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorControlOutOfMemory.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ErrorExecution.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
PointCoordinatesArray.h Rename some type lists to be a bit more consistent. 2014-10-10 11:30:10 -06:00
PointCoordinatesListTag.h Allow longer base lists 2014-10-08 12:53:01 -06:00
PointCoordinatesUniform.h Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00
Storage.h Expose allocation in ArrayHandle. 2015-02-10 15:58:41 -07:00
StorageBasic.h Remove UserPortal from ArrayHandle. 2015-04-28 10:49:46 -04:00
StorageImplicit.h Change storage references to storage pointers. 2015-04-30 21:29:58 -06:00
StorageListTag.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
Timer.h Remove vtkm::Scalar and vtkm::Vector# types 2014-10-09 08:54:56 -06:00