vtk-m/vtkm/testing
Kenneth Moreland 0b6d351a49 Enable the Vec negate operator only if the component is negatable.
Robert Maynard pointed out that the unary operator- I added to Vec could
lead to undesirable behavior for vectors of unsigned integer types. This
changed makes the definition of operator- conditional on the component
type being either a signed integer or a float type.

I also added some more actual testing of the new operator.
2015-06-30 14:55:16 -06:00
..
CMakeLists.txt Add CUDA math test 2015-06-25 13:54:24 -06:00
OptionParser.h Fix a couple of conversion warnings in OptionParser for testing. 2015-06-10 13:58:26 -06:00
Testing.h Testing was calling host functions from device+host functions. 2015-06-16 08:27:37 -04:00
TestingMath.h Remove overloads for scalar to Vec multiplications 2015-06-30 09:23:18 -06:00
UnitTestExtent.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestListTag.cxx Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
UnitTestMath.cxx Add CUDA math test 2015-06-25 13:54:24 -06:00
UnitTestPair.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTesting.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTypeListTag.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTypes.cxx Enable the Vec negate operator only if the component is negatable. 2015-06-30 14:55:16 -06:00
UnitTestTypeTraits.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestVecTraits.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
VecTraitsTests.h Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00