Go to file
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
CMake Turn off unsafe function warning for CMake-generated test code. 2014-08-12 14:00:24 -06:00
docs revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
vtkm Use MSVC checked_array_iterator to suppress warnings and add checks. 2014-08-12 15:25:45 -06:00
CMakeLists.txt If pyexpander is available, run it and check the source file. 2014-06-26 18:26:45 -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