vtk-m/vtkm/filter/contour
Kenneth Moreland 163d591795 Add DEVICE_SOURCES to vtkm_unit_tests
The `vtkm_unit_tests` function in the CMake build now allows you to specify
which files need to be compiled with a device compiler using the
`DEVICE_SOURCES` argument. Previously, the only way to specify that unit
tests needed to be compiled with a device compiler was to use the
`ALL_BACKENDS` argument, which would automatically compile everything with
the device compiler as well as test the code on all backends.
`ALL_BACKENDS` is still supported, but it no longer changes the sources to
be compiled with the device compiler.
2022-07-08 06:28:51 -06:00
..
testing Add DEVICE_SOURCES to vtkm_unit_tests 2022-07-08 06:28:51 -06:00
worklet removed unused ProcessCellField 2022-06-30 09:27:09 -06:00
ClipWithField.cxx tidy-up language usage 2022-02-02 12:44:00 -07:00
ClipWithField.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00
ClipWithImplicitFunction.cxx tidy-up language usage 2022-02-02 12:44:00 -07:00
ClipWithImplicitFunction.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00
CMakeLists.txt Use MeshQuality filter in MIRFilter 2022-06-23 07:53:11 -06:00
Contour.cxx Update use of field association enumerations 2022-03-17 11:02:37 -06:00
Contour.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00
MIRFilter.cxx Use MeshQuality filter in MIRFilter 2022-06-23 07:53:11 -06:00
MIRFilter.h remove shared states from MIRFilter instances 2022-05-19 16:59:34 -06:00
Slice.cxx tidy-up language usage 2022-02-02 12:44:00 -07:00
Slice.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00