vtk-m2/vtkm/cont/testing
Kenneth Moreland eaf87e4519 Remove special ArrayHandleMultiplexer template case
There was a special case for ArrayHandleMultiplexer where if you gave it
just one type it would treat that as a value type rather than an array
to support and instead provide a default list of types. However, GCC 4.8
is having trouble compiling the code to create the default list, the
semantics are confusing, and the more I think about it the less likely I
think we will need this functionality. So, just getting rid of that.
2019-07-30 14:48:35 -06:00
..
CMakeLists.txt Create ArrayHandleMultiplexer 2019-07-22 08:36:28 -06:00
ExplicitTestData.h conslidate the license statement 2019-04-17 10:57:13 -06:00
MakeTestDataSet.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Testing.h conslidate the license statement 2019-04-17 10:57:13 -06: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 conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingBitField.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingCellLocatorRectilinearGrid.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingCellLocatorUniformBins.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingCellLocatorUniformGrid.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingColorTable.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingComputeRange.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingDataSetExplicit.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingDataSetSingleType.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingDeviceAdapter.h Add CountSetBits and Fill device algorithms. 2019-06-25 11:30:39 -04:00
TestingFancyArrayHandles.h Enable writing to ArrayHandleCast 2019-07-17 18:40:45 -06:00
TestingImplicitFunction.h conslidate the license statement 2019-04-17 10:57:13 -06:00
TestingPointLocatorUniformGrid.h Fix PointLocatorUniformGrid for points on boundary 2019-07-10 08:35:45 -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 conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayCopy.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleCartesianProduct.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleCompositeVector.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleConcatenate.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleCounting.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleDiscard.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleExtractComponent.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleExtrude.cxx pass arrayhandle to ArrayHandleExtrudeCoords 2019-06-24 15:15:20 -04:00
UnitTestArrayHandleImplicit.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleIndex.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandlePermutation.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleReverse.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleSwizzle.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleTransform.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleUniformPointCoordinates.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayHandleVirtual.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestArrayPortalToIterators.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestCellLocatorGeneral.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestCellSet.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestCellSetExplicit.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestCellSetExtrude.cxx clean up warnings. 2019-06-24 22:10:32 -04:00
UnitTestCellSetPermutation.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestContTesting.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetBuilderExplicit.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetBuilderRectilinear.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetBuilderUniform.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetPermutation.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetRectilinear.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestDataSetUniform.cxx conslidate the license statement 2019-04-17 10:57:13 -06: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 Empty DynamicCellSet doesn't segfault on certain queries. 2019-05-16 08:29:17 -04:00
UnitTestFieldRangeCompute.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestFieldRangeGlobalCompute.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestInitialize.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestLogging.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestMoveConstructors.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestMultiBlock.cxx conslidate the license statement 2019-04-17 10:57:13 -06: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 Enable writing to ArrayHandleCast 2019-07-17 18:40:45 -06:00
UnitTestSerializationDataSet.cxx conslidate the license statement 2019-04-17 10:57:13 -06: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
UnitTestStorageListTag.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestTimer.cxx Remove DeviceAdapterError as it isn't needed any more. 2019-04-18 15:09:57 -04:00
UnitTestTryExecute.cxx ScopedRuntimeDeviceTracker requires a device to execute on when constructed. 2019-05-21 11:17:37 -04:00
UnitTestVariantArrayHandle.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00