vtk-m2/vtkm/cont/testing
Kenneth Moreland 8d00bb1644 Deprecate brigand.hpp
Add deprecation warnings to the code whenever someone uses brigand.hpp.
We are no longer supporting this header file, but we'll give code a
chance to transition off of it.

Also added some other deprecation warnings to other header files that
are themselves deprecated but only issued warnings if you used something
in it.
2022-03-08 07:25:08 -07:00
..
CMakeLists.txt Merge topic 'render-test-improvements' 2022-01-04 14:54:31 -05:00
ExplicitTestData.h
MakeTestDataSet.cxx remove ArrayCopy 2021-12-14 09:36:33 -07:00
MakeTestDataSet.h Extract implementation of MakeTestDataSet to .cxx 2021-12-13 19:11:40 -07:00
TestEqualArrayHandles.cxx Wrap test_equal_ArrayHandles into a precompiled library 2020-12-22 17:17:19 -07:00
Testing.cxx Fix build with MinGW 2022-01-19 16:41:42 +00:00
Testing.h Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
TestingArrayHandleMultiplexer.h Fix ArrayHandleMultiplexer exec test 2022-02-01 09:28:43 -07:00
TestingArrayHandles.h Add Fill method for non-standard Storage 2022-01-04 10:35:53 -07:00
TestingBitField.h Add Fill method for non-standard Storage 2022-01-04 10:35:53 -07:00
TestingCellLocatorRectilinearGrid.h Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
TestingCellLocatorTwoLevel.h migrate geometry refinement filters 2022-02-11 20:52:43 -07:00
TestingCellLocatorUniformGrid.h Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
TestingColorTable.h
TestingComputeRange.h
TestingDataSetExplicit.h Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
TestingDataSetSingleType.h Migrate FieldConversion filters 2022-01-29 13:12:01 -07:00
TestingDeviceAdapter.h Completely deprecate virtual methods 2021-04-28 07:28:32 -06:00
TestingFancyArrayHandles.h Fix slow ArrayCopy calls 2022-01-24 14:15:45 -07:00
TestingImplicitFunction.h Fix CUDA issues 2021-02-22 06:40:03 -07:00
TestingPointLocatorSparseGrid.h Compile more sources without device compiler 2022-01-03 08:23:04 -07:00
TestingRuntimeDeviceConfiguration.h implement cuda runtime device configuraton 2021-09-02 09:12:21 -06:00
TestingSerialization.h Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
TestingVirtualObjectHandle.h Completely deprecate virtual methods 2021-04-28 07:28:32 -06:00
UnitTestAlgorithm.cxx
UnitTestArrayCopy.cxx Fix slow ArrayCopy calls 2022-01-24 14:15:45 -07:00
UnitTestArrayExtractComponent.cxx Document that an inefficient component extract warning is expected 2022-02-01 15:25:40 -07:00
UnitTestArrayGetValues.cxx Allow ArrayExtractComponent to work with Vec-like value types 2022-01-25 10:55:41 -07:00
UnitTestArrayHandleCartesianProduct.cxx
UnitTestArrayHandleCompositeVector.cxx Add Fill method for non-standard Storage 2022-01-04 10:35:53 -07:00
UnitTestArrayHandleConcatenate.cxx Specify end position when filling values in Buffer 2022-01-11 07:15:41 -07:00
UnitTestArrayHandleCounting.cxx
UnitTestArrayHandleDecorator.cxx Make ArrayCopy not depend on a device compiler 2022-01-24 12:17:23 -07:00
UnitTestArrayHandleDiscard.cxx Add Fill method for non-standard Storage 2022-01-04 10:35:53 -07:00
UnitTestArrayHandleExtractComponent.cxx Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
UnitTestArrayHandleImplicit.cxx Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
UnitTestArrayHandleIndex.cxx
UnitTestArrayHandleOffsetsToNumComponents.cxx Consolidate count-to-offset algorithms 2021-09-16 14:24:41 -06:00
UnitTestArrayHandlePermutation.cxx Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
UnitTestArrayHandleRandomStandardNormal.cxx Reduce data size to operate on in unit tests. 2021-04-12 18:51:52 -04:00
UnitTestArrayHandleRandomUniformBits.cxx Move test_equal_* classes to top namespace 2020-12-22 13:46:02 -07:00
UnitTestArrayHandleRandomUniformReal.cxx Reduce data size to operate on in unit tests. 2021-04-12 18:51:52 -04:00
UnitTestArrayHandleReverse.cxx Add Fill method for non-standard Storage 2022-01-04 10:35:53 -07:00
UnitTestArrayHandleSwizzle.cxx Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
UnitTestArrayHandleThreadSafety.cxx
UnitTestArrayHandleTransform.cxx Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
UnitTestArrayHandleUniformPointCoordinates.cxx
UnitTestArrayHandleVirtual.cxx
UnitTestArrayHandleXGCCoordinates.cxx testing array range for xgc coords 2021-02-10 15:20:35 -05:00
UnitTestArrayPortalToIterators.cxx
UnitTestArrayRangeCompute.cxx Fix slow ArrayCopy calls 2022-01-24 14:15:45 -07:00
UnitTestCellLocatorChooser.cxx Speed up CellLocator tests. 2021-04-12 18:51:51 -04:00
UnitTestCellLocatorGeneral.cxx Use better variable names. 2021-04-12 18:51:53 -04:00
UnitTestCellSet.cxx Fix slow ArrayCopy calls 2022-01-24 14:15:45 -07:00
UnitTestCellSetExplicit.cxx
UnitTestCellSetExtrude.cxx Migrate FieldConversion filters 2022-01-29 13:12:01 -07:00
UnitTestCellSetPermutation.cxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
UnitTestContTesting.cxx
UnitTestDataSetBuilderCurvilinear.cxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
UnitTestDataSetBuilderExplicit.cxx
UnitTestDataSetBuilderRectilinear.cxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
UnitTestDataSetBuilderUniform.cxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
UnitTestDataSetConvertToExpected.cxx Add ability to convert fields to known types 2021-08-19 07:10:20 -06:00
UnitTestDataSetPermutation.cxx Migrate FieldConversion filters 2022-01-29 13:12:01 -07:00
UnitTestDataSetRectilinear.cxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
UnitTestDataSetUniform.cxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
UnitTestDeviceAdapterAlgorithmDependency.cxx
UnitTestDeviceAdapterAlgorithmGeneral.cxx Completely deprecate virtual methods 2021-04-28 07:28:32 -06:00
UnitTestDeviceSelectOnThreads.cxx Save device choice on spawned control threads 2021-07-29 16:57:27 -06:00
UnitTestDynamicCellSet.cxx Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
UnitTestError.cxx Update UnitTestError.cxx 2021-04-16 17:46:43 +00:00
UnitTestFieldRangeCompute.cxx
UnitTestFieldRangeGlobalCompute.cxx
UnitTestInitialize.cxx implement kokkos runtime device configuration 2021-08-18 13:23:30 -06:00
UnitTestLogging.cxx Loguru: encapsulate loguru 2022-02-17 16:03:23 -05:00
UnitTestMergePartitionedDataSet.cxx remove unnecessary includes 2021-10-28 15:39:42 -06:00
UnitTestMoveConstructors.cxx Be more conservative about is_trivial support 2021-03-01 15:12:27 -07:00
UnitTestParticleArrayCopy.cxx Bug fix. Must copy particles. 2021-02-05 12:17:27 -05:00
UnitTestPartitionedDataSet.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestRuntimeDeviceInformation.cxx
UnitTestRuntimeDeviceNames.cxx
UnitTestScopedRuntimeDeviceTracker.cxx Add RuntimeDeviceTracker::CopyState 2021-07-28 13:16:12 -06:00
UnitTestSerializationArrayHandle.cxx Remove unused typedef 2022-02-02 08:13:33 -07:00
UnitTestSerializationDataSet.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestStorageList.cxx
UnitTestStorageListTag.cxx Deprecate brigand.hpp 2022-03-08 07:25:08 -07:00
UnitTestTimer.cxx
UnitTestToken.cxx Revert removal of print statements. 2021-04-12 18:51:53 -04:00
UnitTestTryExecute.cxx
UnitTestUnknownArrayHandle.cxx Improve type reporting in UnknownArrayHandle 2021-08-04 12:11:10 -06:00
UnitTestUnknownCellSet.cxx Add UncertainCellSet 2021-12-15 12:59:18 -07:00
UnitTestVariantArrayHandle.cxx Improve type reporting in UnknownArrayHandle 2021-08-04 12:11:10 -06:00