vtk-m2/vtkm/cont/testing
Robert Maynard c385b21acd StorageBasic is now treated like users memory after being stolen.
Previously once an ArrayHandle was stolen it was placed in an invalid state
where it could not used again by VTK-m. Now instead after being stolen it
is placed into a state where it is identical to memory allocated outside
of VTK-m and passed in.
2017-08-18 08:24:49 -04:00
..
CMakeLists.txt Merge topic 'fix-cellsets' 2017-08-07 14:20:10 -04:00
ExplicitTestData.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
MakeTestDataSet.h Poly Data for External Faces 2017-08-03 09:19:22 -06:00
Testing.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
TestingArrayHandles.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
TestingComputeRange.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
TestingDataSetExplicit.h Streamline CellSetExplicit 2017-08-11 10:14:40 -04:00
TestingDataSetSingleType.h Streamline CellSetExplicit 2017-08-11 10:14:40 -04:00
TestingDeviceAdapter.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
TestingFancyArrayHandles.h Simplify ArrayHandleImplicit template 2017-06-08 16:46:45 -04:00
TestingImplicitFunction.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
TestingVirtualObjectCache.h Simplify ArrayHandleTransform template 2017-06-08 16:46:45 -04:00
UnitTestArrayHandleCartesianProduct.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestArrayHandleCompositeVector.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestArrayHandleConcatenate.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestArrayHandleCounting.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestArrayHandleDiscard.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
UnitTestArrayHandleExtractComponent.cxx Add ArrayHandleExtractComponent. 2017-08-02 12:22:08 -04:00
UnitTestArrayHandleImplicit.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestArrayHandleIndex.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
UnitTestArrayHandlePermutation.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestArrayHandleReverse.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestArrayHandleSwizzle.cxx Add ArrayHandleSwizzle for reordering/removing components from a vec array. 2017-08-04 13:42:38 -04:00
UnitTestArrayHandleTransform.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestArrayHandleUniformPointCoordinates.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
UnitTestArrayPortalToIterators.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestCellSetExplicit.cxx Fix CellSetExplicit CellToPoint 2017-08-02 15:19:06 -04:00
UnitTestCellSetPermutation.cxx Implement CellToPoint for CellSetPermutation 2017-08-02 15:19:06 -04:00
UnitTestContTesting.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
UnitTestDataSetBuilderExplicit.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestDataSetBuilderRectilinear.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
UnitTestDataSetBuilderUniform.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
UnitTestDataSetPermutation.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestDataSetRectilinear.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
UnitTestDataSetUniform.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
UnitTestDeviceAdapterAlgorithmDependency.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestDynamicArrayHandle.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestDynamicCellSet.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
UnitTestRuntimeDeviceInformation.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnitTestStorageBasic.cxx StorageBasic is now treated like users memory after being stolen. 2017-08-18 08:24:49 -04:00
UnitTestStorageImplicit.cxx Remove lines that only contain a semi-colon. 2017-08-16 14:31:17 -04:00
UnitTestStorageListTag.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
UnitTestTimer.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
UnitTestTryExecute.cxx Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00