vtk-m/vtkm/cont/testing
Robert Maynard a5dbe1ece3 Merge topic 'bitfields'
661fb64de AtomicInterfaceControl functions are marked with VTKM_SUPPRESS_EXEC_WARNINGS
0c70f9b9a Add BitFieldIn/Out/InOut worklet signature tags.
a66510e81 Add ArrayHandleBitField, a boolean-valued AH backed by a BitField.
56cc5c3d3 Add support for BitFields.
d01b97382 Allow VTKM_SUPPRESS_EXEC_WARNINGS to be used inside macros.
2f2ca9370 Add bit operations FindFirstSetBit and CountSetBits to Math.h.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1629
2019-04-11 12:32:03 -04:00
..
CMakeLists.txt Add CellLocatorGeneral 2019-04-03 10:22:05 -04:00
ExplicitTestData.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
MakeTestDataSet.h Fix a bug in MakeTestDataset 2019-04-08 16:41:56 -04:00
Testing.h vtkmdiy: Support only including the serialization headers of diy 2019-02-08 11:40:59 -05:00
TestingArrayHandles.h RuntimeDeviceTracker: Remove Global from names 2019-03-22 08:53:26 -07:00
TestingArrayHandleVirtualCoordinates.h RuntimeDeviceTracker: Remove Global from names 2019-03-22 08:53:26 -07:00
TestingBitField.h Add BitFieldIn/Out/InOut worklet signature tags. 2019-04-11 08:27:17 -04:00
TestingCellLocatorRectilinearGrid.h RuntimeDeviceTracker: Remove Global from names 2019-03-22 08:53:26 -07:00
TestingCellLocatorUniformBins.h Rename CellLocatorTwoLevelUniformGrid to CellLocatorUniformBins 2019-04-03 10:21:56 -04:00
TestingCellLocatorUniformGrid.h RuntimeDeviceTracker: Remove Global from names 2019-03-22 08:53:26 -07:00
TestingColorTable.h RuntimeDeviceTracker: Remove Global from names 2019-03-22 08:53:26 -07:00
TestingComputeRange.h RuntimeDeviceTracker: Remove Global from names 2019-03-22 08:53:26 -07:00
TestingDataSetExplicit.h Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
TestingDataSetSingleType.h Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
TestingDeviceAdapter.h Merge topic 'bitfields' 2019-04-11 12:32:03 -04:00
TestingFancyArrayHandles.h RuntimeDeviceTracker: Remove Global from names 2019-03-22 08:53:26 -07:00
TestingImplicitFunction.h Move DeviceAdapterTag to vtkm/cont 2019-04-04 11:58:51 -04:00
TestingPointLocatorUniformGrid.h RuntimeDeviceTracker: Remove Global from names 2019-03-22 08:53:26 -07:00
TestingSerialization.h vtkmdiy: Support only including the serialization headers of diy 2019-02-08 11:40:59 -05:00
TestingVirtualObjectHandle.h Refactor VirtualObjectHandle to support new virtual design 2018-10-15 17:38:54 -04:00
UnitTestAlgorithm.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayCopy.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleCartesianProduct.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleCompositeVector.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleConcatenate.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleCounting.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleDiscard.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleExtractComponent.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleImplicit.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleIndex.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandlePermutation.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleReverse.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleSwizzle.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleTransform.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleUniformPointCoordinates.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestArrayHandleVirtual.cxx Make ArrayHandleVirtual conform with other ArrayHandle structure 2019-03-01 15:50:14 -07:00
UnitTestArrayPortalToIterators.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestCellLocatorGeneral.cxx Add CellLocatorGeneral 2019-04-03 10:22:05 -04:00
UnitTestCellSet.cxx CellSet uses NewInstance to be consistent with the rest of VTK-m 2019-04-03 18:10:31 -04:00
UnitTestCellSetExplicit.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestCellSetPermutation.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestContTesting.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestDataSetBuilderExplicit.cxx Update existing code to use the new functions 2019-03-15 13:28:55 -04:00
UnitTestDataSetBuilderRectilinear.cxx Update existing code to use the new functions 2019-03-15 13:28:55 -04:00
UnitTestDataSetBuilderUniform.cxx Update existing code to use the new functions 2019-03-15 13:28:55 -04:00
UnitTestDataSetPermutation.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestDataSetRectilinear.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestDataSetUniform.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestDeviceAdapterAlgorithmDependency.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx Add support for BitFields. 2019-04-11 08:27:17 -04:00
UnitTestDynamicCellSet.cxx Remove SimplePolymorphicContainer 2019-04-10 14:00:39 -04:00
UnitTestFieldRangeCompute.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestFieldRangeGlobalCompute.cxx VTK-m now doesn't clobber external DIY installations 2019-02-05 13:05:14 -05:00
UnitTestInitialize.cxx Allow Initialize to parse only some arguments 2019-03-26 12:04:18 -06:00
UnitTestLogging.cxx Add parameter-less InitLogging(). 2018-10-10 15:39:03 -04:00
UnitTestMoveConstructors.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestMultiBlock.cxx VTK-m now doesn't clobber external DIY installations 2019-02-05 13:05:14 -05:00
UnitTestRuntimeDeviceInformation.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestRuntimeDeviceNames.cxx Redesign RuntimeDeviceTracker and RuntimeDeviceInformation 2019-03-26 08:36:18 -04:00
UnitTestSerializationArrayHandle.cxx Clarify intent of TypeString and TypeName functions. 2019-03-01 11:47:53 -05:00
UnitTestSerializationDataSet.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestStorageBasic.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestStorageImplicit.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestStorageListTag.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestTimer.cxx RuntimeDeviceTracker: Remove Global from names 2019-03-22 08:53:26 -07:00
UnitTestTryExecute.cxx Remove ability to pass a runtime device tracker to TryExecute 2019-04-02 10:44:30 -04:00
UnitTestVariantArrayHandle.cxx Modify VariantAH::AsVirtual to cast to new ValueType if needed. 2019-03-25 11:39:45 -04:00