vtk-m2/vtkm/cont
Sujin Philip d4f94d4e14 Fix Vec <T, sizeof...(Ts)> warnings
Several "conversion to ‘int’ from ‘long unsigned int’" are produced in gcc.
2018-06-18 14:44:35 -04:00
..
arg Refactor ArrayHandleCompositeVector to simplify usage and impl. 2018-05-16 11:45:12 -04:00
cuda Mark classes that should not be derived from as final. 2018-06-15 10:49:59 -04:00
diy Add utility to serialize ArrayHandles for DIY. 2018-04-05 17:16:10 -04:00
internal Misc. typos 2018-06-14 16:49:11 -04:00
openmp Mark classes that should not be derived from as final. 2018-06-15 10:49:59 -04:00
serial Mark classes that should not be derived from as final. 2018-06-15 10:49:59 -04:00
tbb Mark classes that should not be derived from as final. 2018-06-15 10:49:59 -04:00
testing Misc. typos 2018-06-14 16:49:11 -04:00
Algorithm.h Misc. typos 2018-06-14 16:49:11 -04:00
ArrayCopy.h
ArrayHandle.cxx vtk-m ArrayHandle + basic storage has an optimized PrepareForDevice method 2018-02-16 10:00:28 -05:00
ArrayHandle.h Merge topic 'typos' 2018-04-06 18:04:46 -04:00
ArrayHandle.hxx VTK-m ArrayHandle can now take ownership of a user allocated memory location 2018-04-04 11:28:25 -04:00
ArrayHandleCartesianProduct.h
ArrayHandleCast.h
ArrayHandleCompositeVector.h Refactor ArrayHandleCompositeVector to simplify usage and impl. 2018-05-16 11:45:12 -04:00
ArrayHandleConcatenate.h Correct warnings and errors found with MSVC2017+CUDA9 2018-01-31 15:58:45 -05:00
ArrayHandleConstant.h
ArrayHandleCounting.h
ArrayHandleDiscard.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
ArrayHandleExtractComponent.h Make Swizzle and ExtractComponent array parameters runtime vars. 2018-05-16 11:45:11 -04:00
ArrayHandleGroupVec.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
ArrayHandleGroupVecVariable.h
ArrayHandleImplicit.h
ArrayHandleIndex.h
ArrayHandlePermutation.h
ArrayHandleReverse.h
ArrayHandleStreaming.h
ArrayHandleSwizzle.h Fix Vec <T, sizeof...(Ts)> warnings 2018-06-18 14:44:35 -04:00
ArrayHandleTransform.h Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
ArrayHandleUniformPointCoordinates.h
ArrayHandleVirtualCoordinates.h Misc. typos 2018-06-14 16:49:11 -04:00
ArrayHandleZip.h
ArrayPortal.h Markup array portals for use in the exec env. 2018-05-16 11:45:12 -04:00
ArrayPortalToIterators.h Misc. typos 2018-01-30 06:51:47 -05:00
ArrayRangeCompute.cxx Refactor ArrayHandleCompositeVector to simplify usage and impl. 2018-05-16 11:45:12 -04:00
ArrayRangeCompute.h Refactor ArrayHandleCompositeVector to simplify usage and impl. 2018-05-16 11:45:12 -04:00
ArrayRangeCompute.hxx Refactor ArrayRange to do as little as possible inside TryExecute 2018-02-15 11:42:48 -05:00
AssignerMultiBlock.cxx Update AssignerMultiBlock to the new diy::Assigner class hierarchy. 2018-05-02 14:29:32 -04:00
AssignerMultiBlock.h Update AssignerMultiBlock to the new diy::Assigner class hierarchy. 2018-05-02 14:29:32 -04:00
BoundsCompute.cxx Fix BoundsCompute for missing coordinate system. 2018-04-16 16:57:36 -04:00
BoundsCompute.h Add BoundsCompute and BoundsGlobalCompute 2018-04-05 17:16:10 -04:00
BoundsGlobalCompute.cxx Add BoundsCompute and BoundsGlobalCompute 2018-04-05 17:16:10 -04:00
BoundsGlobalCompute.h Add BoundsCompute and BoundsGlobalCompute 2018-04-05 17:16:10 -04:00
CellLocator.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
CellLocatorTwoLevelUniformGrid.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
CellSet.cxx
CellSet.h Add a release resources API to CellSet and its derived classes 2018-06-12 11:44:18 -04:00
CellSetExplicit.cxx
CellSetExplicit.h Add a release resources API to CellSet and its derived classes 2018-06-12 11:44:18 -04:00
CellSetExplicit.hxx Add a release resources API to CellSet and its derived classes 2018-06-12 11:44:18 -04:00
CellSetListTag.h
CellSetPermutation.h Add a release resources API to CellSet and its derived classes 2018-06-12 11:44:18 -04:00
CellSetSingleType.h
CellSetStructured.cxx
CellSetStructured.h Mark classes that should not be derived from as final. 2018-06-15 10:49:59 -04:00
CellSetStructured.hxx
CMakeLists.txt Merge topic 'datasetbuilder_refactor' 2018-05-31 17:06:31 -04:00
ColorTable.cxx Misc. typos 2018-06-14 16:49:11 -04:00
ColorTable.h Misc. typos 2018-06-14 16:49:11 -04:00
ColorTable.hxx Correct windows compile issues with ColorTable 2018-03-30 01:14:30 -04:00
ColorTablePrivate.hxx Correct a bad memcpy in ColorTable that gcc 7 found 2018-05-02 13:32:02 -04:00
ColorTableSamples.h Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
CoordinateSystem.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
CoordinateSystem.h Add a common API for CoordinateSystem to unload execution resources 2018-05-30 17:25:54 -04:00
CoordinateSystem.hxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
DataSet.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
DataSet.h Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
DataSetBuilderExplicit.cxx Split the DataSetBuilders into h/cxx files. 2018-05-29 16:49:34 -04:00
DataSetBuilderExplicit.h Make sure DataSetBuilderExplicitIterative is usable by vtkm consumers 2018-06-01 13:00:16 -04:00
DataSetBuilderRectilinear.cxx Split the DataSetBuilders into h/cxx files. 2018-05-29 16:49:34 -04:00
DataSetBuilderRectilinear.h Misc. typos 2018-06-14 16:49:11 -04:00
DataSetBuilderUniform.cxx Split the DataSetBuilders into h/cxx files. 2018-05-29 16:49:34 -04:00
DataSetBuilderUniform.h Split the DataSetBuilders into h/cxx files. 2018-05-29 16:49:34 -04:00
DataSetFieldAdd.h Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
DeviceAdapter.h
DeviceAdapterAlgorithm.h Re-implement DeviceAdapterRuntimeDetector to avoid ODR violations. 2018-05-15 13:08:34 -04:00
DeviceAdapterListTag.h Add initial version of an OpenMP backend. 2018-05-31 16:47:48 -04:00
DynamicArrayHandle.cxx
DynamicArrayHandle.h DynamicArrayHandle prunes invalid Value/Storage set before cast and call 2018-03-09 16:14:27 -05:00
DynamicCellSet.h
EnvironmentTracker.cxx init MPI when needed. 2018-04-12 16:40:18 -04:00
EnvironmentTracker.h Make DIY a required dependency. 2018-02-26 11:25:56 -05:00
Error.h add vtkm::cont::ErrorFilterExecution 2018-04-03 16:55:03 -04:00
ErrorBadAllocation.h
ErrorBadDevice.h
ErrorBadType.h
ErrorBadValue.h
ErrorExecution.h
ErrorFilterExecution.h add vtkm::cont::ErrorFilterExecution 2018-04-03 16:55:03 -04:00
ErrorInternal.h
ExecutionObjectBase.h Replace ExecutionObjectFactoryBase with ExecutionObjectBase 2018-05-10 17:53:39 -06:00
Field.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
Field.h Add a common API for CoordinateSystem to unload execution resources 2018-05-30 17:25:54 -04:00
FieldRangeCompute.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
FieldRangeCompute.h Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
FieldRangeCompute.hxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
FieldRangeGlobalCompute.cxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
FieldRangeGlobalCompute.h Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
FieldRangeGlobalCompute.hxx Use the strong typed enums for vtkm::cont::Field 2018-05-22 11:44:51 -04:00
ImplicitFunctionHandle.h
MultiBlock.cxx Remove GetBounds methods from MultiBlock. 2018-04-05 17:31:49 -04:00
MultiBlock.h make MultiBlock constructors explicit. 2018-04-12 16:40:18 -04:00
PointLocatorUniformGrid.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
PresetColorTables.cxx Make default ColorTable preset 2018-04-02 15:32:23 -06:00
RuntimeDeviceInformation.h Re-implement DeviceAdapterRuntimeDetector to avoid ODR violations. 2018-05-15 13:08:34 -04:00
RuntimeDeviceTracker.cxx
RuntimeDeviceTracker.h Re-implement DeviceAdapterRuntimeDetector to avoid ODR violations. 2018-05-15 13:08:34 -04:00
Storage.h Misc. typos 2018-01-30 06:51:47 -05:00
StorageBasic.cxx VTK-m ArrayHandle can now take ownership of a user allocated memory location 2018-04-04 11:28:25 -04:00
StorageBasic.h VTK-m ArrayHandle can now take ownership of a user allocated memory location 2018-04-04 11:28:25 -04:00
StorageBasic.hxx VTK-m StorageBasic is now able to give/take ownership of user allocated memory. 2018-04-04 11:27:57 -04:00
StorageImplicit.h Add ability to "allocate" implicit storage 2018-06-05 17:07:44 -05:00
StorageListTag.h
Timer.h Misc. typos 2018-01-30 06:51:47 -05:00
TryExecute.cxx add vtkm::cont::ErrorFilterExecution 2018-04-03 16:55:03 -04:00
TryExecute.h
VirtualObjectHandle.h