vtk-m2/vtkm/exec/arg
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
..
testing Deal with small integer promotions 2015-07-30 17:41:58 -06:00
AspectTagDefault.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
BasicArg.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
CMakeLists.txt Merge branch 'master' into datamodel-design 2015-06-03 14:36:53 -04:00
ExecutionSignatureTagBase.h Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
Fetch.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FetchTagArrayDirectIn.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FetchTagArrayDirectOut.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FetchTagArrayTopologyMapIn.h Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
FetchTagExecObject.h Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
FetchTagTopologyIn.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
NodeIdCount.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
NodeIdSet.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
NodeIdTriplet.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
NodeType.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
TopologyElementType.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
TopologyIdCount.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
TopologyIdSet.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
WorkIndex.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00