vtk-m/vtkm/testing
Kenneth Moreland 1578944360 Enable Vec construction with intializer_list of single value
Previously, the initilaizer_list of Vec had to be the exact
same number of values as the size of the Vec. Now, we also
accept a single value that is duplicated for all values in
the Vec. That allows you to more easily construct lists
of lists with repeated values.
2018-06-04 21:08:26 -05:00
..
CMakeLists.txt Update copyright for Sandia 2017-09-20 15:33:44 -06:00
OptionParser.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
Testing.h Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
TestingMath.h Add float version operations for vtkm::Math Pi() 2018-05-21 10:58:15 -04:00
UnitTestBinaryOperators.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestBinaryPredicates.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestBounds.cxx vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
UnitTestCellShape.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestExceptions.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestHash.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestListTag.cxx Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
UnitTestMath.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestMatrix.cxx Rename vtkm::dot() to vtkm::Dot(). 2018-05-17 08:51:01 -04:00
UnitTestNewtonsMethod.cxx vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
UnitTestNoAssert.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestPair.cxx Ensure that Pair and Vec are trivial classes. 2017-10-18 14:58:35 -04:00
UnitTestRange.cxx Fix including empty range 2018-02-19 10:13:07 -07:00
UnitTestTesting.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestTransform3D.cxx vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
UnitTestTypeListTag.cxx vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
UnitTestTypes.cxx Enable Vec construction with intializer_list of single value 2018-06-04 21:08:26 -05:00
UnitTestTypeTraits.cxx vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
UnitTestUnaryPredicates.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestVecAxisAlignedPointCoordinates.cxx vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
UnitTestVecFromPortal.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestVecFromPortalPermute.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestVectorAnalysis.cxx Rename vtkm::dot() to vtkm::Dot(). 2018-05-17 08:51:01 -04:00
UnitTestVecTraits.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestVecVariable.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
VecTraitsTests.h Rename vtkm::dot() to vtkm::Dot(). 2018-05-17 08:51:01 -04:00