vtk-m2/vtkm/cont/testing
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
..
CMakeLists.txt Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
Testing.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
TestingDeviceAdapter.h Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestArrayHandle.cxx Use MSVC checked_array_iterator to suppress warnings and add checks. 2014-08-12 15:25:45 -06:00
UnitTestArrayHandleCompositeVector.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestArrayHandleCounting.cxx Replace CountByTwo with String Int in ArrayHandleCounting test. 2014-07-17 14:35:39 -06:00
UnitTestArrayHandleUniformPointCoordinates.cxx Fix MSVC compiler warnings. 2014-06-10 16:09:28 -06:00
UnitTestContTesting.cxx Update the initial repository to use the correct indentation style. 2014-02-11 16:20:30 -05:00
UnitTestDeviceAdapterAlgorithmDependency.cxx Add in a serial device adapter and required supporting classes. 2014-02-11 12:34:56 -05:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestDeviceAdapterSerial.cxx Add in a serial device adapter and required supporting classes. 2014-02-11 12:34:56 -05:00
UnitTestDynamicArrayHandle.cxx Make floating point comparison more tolerant in UnitTestDynamicArrayHandle 2014-07-10 10:53:02 -06:00
UnitTestDynamicPointCoordinates.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestPointCoordinates.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestStorageBasic.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestStorageImplicit.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestStorageListTag.cxx Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
UnitTestTimer.cxx Add Timer class. 2014-06-10 12:54:18 -06:00