vtk-m/vtkm/testing
Kenneth Moreland ad1e7b5bdb Add module mechanism
This mechanism sets up CMake variables that allow a user to select which
modules/libraries to create. Dependencies will be tracked down to ensure
that all of a module's dependencies are also enabled.

The modules are also arranged into groups.
Groups allow you to set the enable flag for a group of modules at once.
Thus, if you have several modules that are likely to be used together,
you can create a group for them.

This can be handy in converting user-friendly CMake options (such as
`VTKm_ENABLE_RENDERING`) to the modules that enable that by pointing to
the appropriate group.
2022-10-26 12:51:05 -06:00
..
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
Testing.h Consolidate UnitTestArrayHandle 2022-07-13 11:49:26 -06:00
UnitTestAlgorithms.cxx Deprecate vtkm/BinarySearch.h, it is unused and similar to LowerBound 2021-04-07 19:10:28 +00:00
UnitTestArrayPortalBasic.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestArrayPortalValueReference.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestAtomic.cxx Change interface of atomic compare and swap 2020-10-20 08:39:22 -06:00
UnitTestBinaryOperators.cxx Make BinaryOperators/Predicates more flexible. 2019-12-18 15:51:59 -05:00
UnitTestBinaryPredicates.cxx added missing MinAndMax BinaryOperator tests, updated formatting 2019-04-30 09:43:17 -06:00
UnitTestBounds.cxx Add implementation of VecTraits for Range and Bounds 2022-01-25 10:55:35 -07:00
UnitTestCellShape.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestConfigureFor32.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestConfigureFor64.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestDeprecated.cxx Fix warnings 2020-08-12 13:55:24 -04:00
UnitTestExceptions.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestFunctionInterface.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestGeometry.cxx Add __func__ to unit test metadata printed on failure. 2021-04-12 12:54:38 -04:00
UnitTestHash.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestList.cxx Enable predicate parameter to ListAll and ListAny 2022-03-08 09:26:35 -07:00
UnitTestListTag.cxx Remove brigand.hpp 2022-03-08 07:25:08 -07:00
UnitTestLowerBound.cxx split vtkm/Algorithms.h into UpperBound.h, LowerBound.h, and BinarySearch.h 2021-04-07 18:53:09 +00:00
UnitTestMath.cxx Changes for Ascent Tests (ECP CI) 2022-07-13 14:15:02 -07:00
UnitTestMatrix.cxx Make matrix unit tests less verbose. 2021-02-08 16:18:13 -05:00
UnitTestNewtonsMethod.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestNoAssert.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestPair.cxx Be more conservative about is_trivial support 2021-03-01 15:12:27 -07:00
UnitTestRange.cxx Add implementation of VecTraits for Range and Bounds 2022-01-25 10:55:35 -07:00
UnitTestTesting.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestTransform3D.cxx Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
UnitTestTuple.cxx Add vtkmstd::integer_sequence 2020-03-16 17:12:16 -06:00
UnitTestTypeList.cxx Enable reinterpreting UnknownArrayHandle to compatible C types 2021-01-13 09:19:27 -07:00
UnitTestTypeListTag.cxx Deprecate brigand.hpp 2022-03-08 07:25:08 -07:00
UnitTestTypes.cxx Disable floating point exception traps when testing NaNs 2021-07-12 10:29:45 -06:00
UnitTestTypeTraits.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestUnaryPredicates.cxx added missing MinAndMax BinaryOperator tests, updated formatting 2019-04-30 09:43:17 -06:00
UnitTestUpperBound.cxx split vtkm/Algorithms.h into UpperBound.h, LowerBound.h, and BinarySearch.h 2021-04-07 18:53:09 +00:00
UnitTestVecAxisAlignedPointCoordinates.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestVecFlat.cxx Add VecFlat class 2020-12-16 17:22:44 -07:00
UnitTestVecFromPortal.cxx Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
UnitTestVecFromPortalPermute.cxx Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
UnitTestVectorAnalysis.cxx Fix build errors on Windows and compiler warnings on Ubuntu. 2021-04-07 08:09:39 -04:00
UnitTestVecTraits.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestVecVariable.cxx Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
VecTraitsTests.h Add recursive component queries to VecTraits 2019-09-09 08:19:15 -06:00