Go to file
Kenneth Moreland 40efb51342 Fix MSVC warnings
MSVC is picky about type conversions. To get it to shut up, explicitly
cast the worklet return value to the fetch value in the
WorkletInvokeFunctor. The good is that it will help with needing
explicit conversions on these return values. But that is also bad in
that it might make some unexpected conversions possible.
2014-10-23 07:12:01 -06:00
CMake Fix dependency issue with VTKmCheckPyexpander.cmake 2014-10-22 07:04:16 -06:00
docs revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
vtkm Fix MSVC warnings 2014-10-23 07:12:01 -06:00
CMakeLists.txt Add IdComponent and other base types with explicit widths 2014-10-08 10:09:42 -06:00
CTestConfig.cmake Add the correct copyright statement to CTestConfig. 2014-06-30 11:21:07 -04:00
LICENSE.txt Add a license to vtkm. 2014-02-10 15:00:17 -05:00
README.md Update readme to include PISTON. 2014-07-16 10:15:44 -06:00