vtk-m/vtkm/testing
Kenneth Moreland fd1a36dce7 Remove cast warnings in UnitTestMatrix.
Unlike most compilers, MSVC will give conversion warnings when
implicitly converting a 32-bit int to a 32-bit float because the
mantissa can potentially drop some of the lower order bits of large
ints. Use static casts to (hopefully) remove the warnings.
2015-07-07 09:54:19 -06:00
..
CMakeLists.txt Add Matrix class. 2015-07-02 11:20:21 -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
UnitTestMatrix.cxx Remove cast warnings in UnitTestMatrix. 2015-07-07 09:54:19 -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