vtk-m/vtkm/exec/arg/testing
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
..
CMakeLists.txt The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestExecutionSignatureTag.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestFetchArrayDirectIn.cxx Deal with small integer promotions 2015-07-30 17:41:58 -06:00
UnitTestFetchArrayDirectOut.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestFetchExecObject.cxx Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
UnitTestFetchWorkIndex.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00