vtk-m/vtkm/worklet/internal/testing
Kenneth Moreland 51e3b2bb1d Add checks for signature tags
It's easy to put accidently put something that is not a valid tag in a
ControlSignature or ExecutionSignature. Previously, when you did that
you got a weird error at the end of a very long template instantiation
chain that made it difficult to find the offending worklet.

This adds some type checks when the dispatcher is instantated to check
the signatures. It doesn't point directly to the signature or its
parameter, but it is much closer.
2014-10-23 08:28:50 -06:00
..
CMakeLists.txt Add basic dispatcher functionality. 2014-10-21 11:49:23 -06:00
UnitTestDispatcherBase.cxx Add checks for signature tags 2014-10-23 08:28:50 -06:00