vtk-m2/vtkm/cont/internal/testing
Robert Maynard 1e19101eee Obey VisualStudio checked iterator levels, and NULL checked iterators
When compiling under VisualStudio we need to first determine if checked
iterators are enabled ( _ITERATOR_DEBUG_LEVEL ). We don't want to use the
NDEBUG key, as we could be inside a project that is in Debug mode with
disabled checked iterators.

Secondly if they are enabled we need to handle the use case of NULL iterators
that get advanced by length zero. This last case is valid, but isn't supported
by the checked iterators so we need to work around it
2016-06-15 13:13:02 -04:00
..
CMakeLists.txt The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayManagerExecutionShareWithControl.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayPortalFromIterators.cxx Obey VisualStudio checked iterator levels, and NULL checked iterators 2016-06-15 13:13:02 -04:00
UnitTestDynamicTransform.cxx Remove PointCoordinates classes 2015-08-25 14:38:50 -06:00
UnitTestIteratorFromArrayPortal.cxx Remove type conversion related warnings for GCC 2016-03-17 13:05:38 -04:00