vtk-m/vtkm/cont/testing
Kenneth Moreland ef3f544a67 Add ability to attach token to general ArrayHandle
Duplicated the new versions of PrepareFor* methods from the basic
ArrayHandle that take a token in addition to the other arguments. The
ArrayHandle attaches itself to the token and will not allow operaitons
that make the returned portal invalid until the token goes out of scope.

Later the old versions will be deprecated.
2020-02-25 07:41:37 -07:00
..
CMakeLists.txt Add ability to attach token to standard ArrayHandle 2020-02-25 07:41:36 -07:00
ExplicitTestData.h conslidate the license statement 2019-04-17 10:57:13 -06:00
MakeTestDataSet.h CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
Testing.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
TestingArrayHandleMultiplexer.h Remove special ArrayHandleMultiplexer template case 2019-07-30 14:48:35 -06:00
TestingArrayHandles.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingArrayHandleVirtualCoordinates.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
TestingBitField.h Remove non-atomic ops from BitField unit test. 2019-12-11 13:07:39 -05:00
TestingCellLocatorRectilinearGrid.h Adding binary search for Rectilinear locator 2019-08-07 12:33:52 -07:00
TestingCellLocatorUniformBins.h Fix CellLocatorUniformBins test 2019-10-09 13:55:55 -04:00
TestingCellLocatorUniformGrid.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
TestingColorTable.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
TestingComputeRange.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
TestingDataSetExplicit.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
TestingDataSetSingleType.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
TestingDeviceAdapter.h Make BinaryOperators/Predicates more flexible. 2019-12-18 15:51:59 -05:00
TestingFancyArrayHandles.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
TestingImplicitFunction.h Remove instances of ListTag in favor of List 2019-12-06 21:32:36 -07:00
TestingPointLocatorUniformGrid.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
TestingSerialization.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingVirtualObjectHandle.h conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestAlgorithm.cxx Fix Compilation bug with Fill method 2019-10-09 16:07:43 -06:00
UnitTestArrayCopy.cxx Shorten tag name for ArrayHandleConstant 2020-01-07 07:01:06 -07:00
UnitTestArrayGetValues.cxx Add ArrayGetValue[s] to address issue #355. 2019-08-22 11:16:16 -04:00
UnitTestArrayHandleCartesianProduct.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleCompositeVector.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestArrayHandleConcatenate.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleCounting.cxx Shorten storage tag for ArrayHandleCounting 2020-01-07 07:01:07 -07:00
UnitTestArrayHandleDecorator.cxx Add support for ArrayHandleDecorator resizing. 2019-12-20 17:03:36 -05:00
UnitTestArrayHandleDiscard.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleExtractComponent.cxx Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
UnitTestArrayHandleExtrude.cxx pass arrayhandle to ArrayHandleExtrudeCoords 2019-06-24 15:15:20 -04:00
UnitTestArrayHandleImplicit.cxx Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
UnitTestArrayHandleIndex.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandlePermutation.cxx Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
UnitTestArrayHandleReverse.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleSwizzle.cxx Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
UnitTestArrayHandleThreadSafety.cxx Add ability to attach token to general ArrayHandle 2020-02-25 07:41:37 -07:00
UnitTestArrayHandleTransform.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleUniformPointCoordinates.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestArrayHandleVirtual.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayPortalToIterators.cxx Fixup custom portal iterator logic. 2019-12-17 15:39:51 -05:00
UnitTestCellLocatorGeneral.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestCellSet.cxx Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
UnitTestCellSetExplicit.cxx Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
UnitTestCellSetExtrude.cxx Compile most frequently used VTK-m filters into a library 2019-09-18 12:06:13 -04:00
UnitTestCellSetPermutation.cxx Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
UnitTestContTesting.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetBuilderExplicit.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestDataSetBuilderRectilinear.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestDataSetBuilderUniform.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestDataSetPermutation.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestDataSetRectilinear.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestDataSetUniform.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestDeviceAdapterAlgorithmDependency.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestDynamicCellSet.cxx Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
UnitTestError.cxx Fix UnitTestError 2019-10-21 10:08:23 -04:00
UnitTestFieldRangeCompute.cxx MultiBlock renamed to PartitionedDataSet 2019-09-03 12:42:23 -04:00
UnitTestFieldRangeGlobalCompute.cxx MultiBlock renamed to PartitionedDataSet 2019-09-03 12:42:23 -04:00
UnitTestInitialize.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestLogging.cxx added VTKM_DEFINE_USER_LOG_LEVEL as a convenience macro 2019-08-07 09:49:29 -06:00
UnitTestMoveConstructors.cxx Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
UnitTestPartitionedDataSet.cxx MultiBlock renamed to PartitionedDataSet 2019-09-03 12:42:23 -04:00
UnitTestRuntimeDeviceInformation.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestRuntimeDeviceNames.cxx Remove DeviceAdapterError as it isn't needed any more. 2019-04-18 15:09:57 -04:00
UnitTestScopedRuntimeDeviceTracker.cxx ScopedRuntimeDeviceTracker have better controls of setting devices. 2019-05-21 15:32:10 -04:00
UnitTestSerializationArrayHandle.cxx Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
UnitTestSerializationDataSet.cxx Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
UnitTestStorageBasic.cxx StealArray now returns the array and free function as a Pair. 2019-05-01 09:42:57 -04:00
UnitTestStorageImplicit.cxx Remove invalid PortalType 2019-07-17 18:39:00 -06:00
UnitTestStorageList.cxx Remove instances of ListTag in favor of List 2019-12-06 21:32:36 -07:00
UnitTestStorageListTag.cxx Remove instances of ListTag in favor of List 2019-12-06 21:32:36 -07:00
UnitTestTimer.cxx VTK-m Timer now handles when devices fail at runtime 2019-12-12 09:13:23 -05:00
UnitTestToken.cxx Add ability to attach token to standard ArrayHandle 2020-02-25 07:41:36 -07:00
UnitTestTryExecute.cxx Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
UnitTestVariantArrayHandle.cxx Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00