vtk-m/vtkm/exec/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
TestingTaskTiling.h Add module mechanism 2022-10-26 12:51:05 -06:00
ThreadIndicesTesting.h Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestCellDerivative.cxx Revert change the removes printing of seed. 2020-11-18 11:03:19 -05:00
UnitTestCellEdgeFace.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestCellInterpolate.cxx Fix divide-by-zero in UnitTestCellInterpolate 2021-07-12 10:29:46 -06:00
UnitTestErrorMessageBuffer.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestExecutionSignatureTag.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchArrayDirectIn3d.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchArrayDirectIn.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchArrayDirectInOut.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchArrayDirectOut.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchArrayNeighborhoodIn.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchArrayTopologyMapIn.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchExecObject.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestFetchWorkIndex.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestParametricCoordinates.cxx Revert change the removes printing of seed. 2020-11-18 11:03:19 -05:00
UnitTestTaskSingular.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestVariant.cxx Add module mechanism 2022-10-26 12:51:05 -06:00
UnitTestWorkletInvokeFunctor.cxx Add module mechanism 2022-10-26 12:51:05 -06:00