vtk-m2/vtkm/exec
Kenneth Moreland 04fce28ae3 Deal with small integer promotions
C and C++ has a funny feature where operations on small integers (char
and short) actually promote the result to a 32 bit integer. Most often
in our code the result is pushed back to the same type, and picky compilers
can then give a warning about an implicit type conversion (that we
inevitably don't care about). Here are a lot of changes to suppress
the warnings.
2015-07-30 17:41:58 -06:00
..
arg Deal with small integer promotions 2015-07-30 17:41:58 -06:00
cuda Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
internal Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
Assert.h Some fixes to VertexClustering 2015-06-29 15:14:50 -06:00
CMakeLists.txt Merge branch 'mesh-simplify-changes' into 'master' 2015-06-29 18:14:19 -04:00
ExecutionObjectBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ExecutionWholeArray.h Implement a way to pass a portal to worklet as a parameter. 2015-06-26 16:26:51 -04:00
ExplicitConnectivity.h Correct some warnings about 64bit to 32bit conversion. 2015-07-23 09:29:10 -04:00
FunctorBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TopologyData.h Correct some warnings about 64bit to 32bit conversion. 2015-07-23 09:29:10 -04:00