vtk-m2/vtkm
Kenneth Moreland 6fb33f88af Use MSVC checked_array_iterator to suppress warnings and add checks.
MSVC likes to warn about using raw pointers as iterators in generic
algorithms because they have been known to lead to problems. When
compiling with that compiler, wrap raw pointers in
stdext::checked_array_pointer to suppress the error and also add a bit
more checking.
2014-08-12 15:25:45 -06:00
..
cont Use MSVC checked_array_iterator to suppress warnings and add checks. 2014-08-12 15:25:45 -06:00
exec Add a FunctorBase class for scheduling non-worklets 2014-06-10 11:35:13 -06:00
internal Use MSVC checked_array_iterator to suppress warnings and add checks. 2014-08-12 15:25:45 -06:00
testing Make floating point comparison more tolerant in UnitTestDynamicArrayHandle 2014-07-10 10:53:02 -06:00
CMakeLists.txt Add CMake configuration for execution environment code 2014-06-10 11:14:11 -06:00
Extent.h Remove alignment attribute from Extent struct. 2014-06-10 13:00:26 -06:00
ListTag.h Add classes to manage point coordinates. 2014-05-15 13:41:45 -06:00
TypeListTag.h Add a dynamic array handle. 2014-04-03 14:04:48 -06:00
Types.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
TypeTraits.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
VectorTraits.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00