vtk-m2/vtkm/internal
Kenneth Moreland cbe6284b83 Add IdComponent and other base types with explicit widths
In preparation for supporting base types with more widths, add typedefs
for the base types with explicit widths (number of bits).

Also added a IdComponent type that should be used for indices for
components into tuples and vectors. There now should be no reason to use
"int" inside of VTK-m code (especially for indexing). This change cleans
up many of the int types that were used throughout.
2014-10-08 10:09:42 -06:00
..
testing Add exception for timing test with MSVC in non-release mode. 2014-09-15 14:23:38 -06:00
CMakeLists.txt If pyexpander is available, run it and check the source file. 2014-06-26 18:26:45 -06:00
Configure.h.in Add IdComponent and other base types with explicit widths 2014-10-08 10:09:42 -06:00
ConfigureFor32.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ConfigureFor64.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ExportMacros.h Use MSVC checked_array_iterator to suppress warnings and add checks. 2014-08-12 15:25:45 -06:00
FunctionInterface.h Add IdComponent and other base types with explicit widths 2014-10-08 10:09:42 -06:00
FunctionInterfaceDetailPost.h Fix wrapper macros around FunctionInterface header files 2014-10-08 10:07:08 -06:00
FunctionInterfaceDetailPost.h.in Fix wrapper macros around FunctionInterface header files 2014-10-08 10:07:08 -06:00
FunctionInterfaceDetailPre.h Fix wrapper macros around FunctionInterface header files 2014-10-08 10:07:08 -06:00
FunctionInterfaceDetailPre.h.in Fix wrapper macros around FunctionInterface header files 2014-10-08 10:07:08 -06:00