vtk-m/vtkm/worklet
Robert Maynard 870bd1d170 Removed unnecessary increment and decrement from ZFPDecode
These extra operations caused the pointer to go out of bound and
then back in, but some compilers (gcc 9) would detect and warn
that the pointer had gone out of bounds.
2020-01-01 10:08:35 -05:00
..
cellmetrics Add Matrix.h to cellmetrics include 2019-10-11 00:08:04 -04:00
clip Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
colorconversion Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
connectivities Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
contour rename MarchingCubes to Contour 2019-08-17 19:10:57 -06:00
contourtree Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
contourtree_augmented Fixed an implicit conversion change warning. 2019-12-09 10:59:18 +00:00
cosmotools Make BinaryOperators/Predicates more flexible. 2019-12-18 15:51:59 -05:00
gradient Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
histogram Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
internal Merge topic 'simple-list-template' 2019-12-11 09:43:22 -05:00
lcs Addressing Ken's review suggestions 2019-09-06 12:06:15 -06:00
moments Remove instances of ListTag in favor of List 2019-12-06 21:32:36 -07:00
particleadvection code cleanup. 2019-12-10 09:44:01 -05:00
spatialstructure Increase CUDA stack size for ParticleAdvection worklets. 2019-09-09 16:06:23 -04:00
splatkernels Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
testing Merge topic 'pa_storage' 2019-12-15 21:48:35 -05:00
tetrahedralize CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
triangulate CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
wavelets Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
zfp Removed unnecessary increment and decrement from ZFPDecode 2020-01-01 10:08:35 -05:00
AverageByKey.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CellAverage.h Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
CellDeepCopy.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
CellMeasure.h Deprecate ListTag operations 2019-12-05 11:27:31 -05:00
Clip.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
CMakeLists.txt VTK-m use a jobs pool for compiling large compilation units. 2019-11-29 15:49:54 -05:00
Contour.h CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
ContourTreeUniform.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ContourTreeUniformAugmented.h Add support for boundary augmentation for MPI optimization 2019-09-12 12:26:01 -04:00
CoordinateSystemTransform.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CosmoTools.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CrossProduct.h Remove unneeded ExecutionSignatures 2019-10-09 14:56:07 -04:00
DispatcherMapField.h conslidate the license statement 2019-04-17 10:57:13 -06:00
DispatcherMapTopology.h Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
DispatcherPointNeighborhood.h conslidate the license statement 2019-04-17 10:57:13 -06:00
DispatcherReduceByKey.h DispatcherReduceByKey uses the scheduling_range like all other dispatchers 2019-05-15 14:27:51 -04:00
DispatcherStreamingMapField.h conslidate the license statement 2019-04-17 10:57:13 -06:00
DotProduct.h Remove unneeded ExecutionSignatures 2019-10-09 14:56:07 -04:00
ExternalFaces.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
ExtractGeometry.h Improve Threshold runtime and compile performance 2019-11-26 16:53:56 -05:00
ExtractPoints.h Improve Threshold runtime and compile performance 2019-11-26 16:53:56 -05:00
ExtractStructured.h Merge topic 'improve_extract_structured_compile_overhead' 2019-12-12 11:36:37 -05:00
FieldEntropy.h conslidate the license statement 2019-04-17 10:57:13 -06:00
FieldHistogram.h Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
FieldStatistics.h Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
Gradient.h Remove vtkm::BaseComponent 2019-09-09 13:01:03 -06:00
KdTree3D.h conslidate the license statement 2019-04-17 10:57:13 -06:00
KernelSplatter.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
Keys.h Improve VTK-m compilation times by compiling more keys<T> types 2019-09-13 16:17:11 -04:00
Keys.hxx Improve VTK-m compilation times by compiling more keys<T> types 2019-09-13 16:17:11 -04:00
KeysSignedTypes.cxx Improve VTK-m compilation times by compiling more keys<T> types 2019-09-13 16:17:11 -04:00
KeysUnsignedTypes.cxx Improve VTK-m compilation times by compiling more keys<T> types 2019-09-13 16:17:11 -04:00
LagrangianStructures.h Correct warnings found by GCC 9.2 2019-12-02 09:33:35 -05:00
Magnitude.h Remove unneeded ExecutionSignatures 2019-10-09 14:56:07 -04:00
Mask.h Improve Threshold runtime and compile performance 2019-11-26 16:53:56 -05:00
MaskIndices.h vtkm::cont::Invoker supports both Masks and Scatter 2019-09-27 17:11:18 -04:00
MaskNone.h vtkm::cont::Invoker supports both Masks and Scatter 2019-09-27 17:11:18 -04:00
MaskPoints.h CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
MaskSelect.cxx optimization for mask select for all masks active. 2019-10-10 16:56:26 -04:00
MaskSelect.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
MeshQuality.h fix cast warning 2019-09-29 12:03:15 -07:00
NDimsEntropy.h conslidate the license statement 2019-04-17 10:57:13 -06:00
NDimsHistMarginalization.h Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
NDimsHistogram.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
Normalize.h Remove unneeded ExecutionSignatures 2019-10-09 14:56:07 -04:00
OrientCellNormals.h vtkm::cont::Invoker supports both Masks and Scatter 2019-09-27 17:11:18 -04:00
OrientNormals.h Add OrientNormals worklet. 2019-08-01 10:57:58 -04:00
OrientPointAndCellNormals.h Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
OrientPointNormals.h Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
OscillatorSource.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
ParticleAdvection.h cleanup for LCS filter. 2019-12-11 13:32:40 -07:00
PointAverage.h Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
PointElevation.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
PointMerge.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
PointTransform.h Make PointTransform actually transform the points 2019-08-26 12:29:24 -06:00
Probe.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
RemoveDegenerateCells.h CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
RemoveUnusedPoints.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
ScalarsToColors.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
ScalarsToColors.hxx Remove vtkm::BaseComponent 2019-09-09 13:01:03 -06:00
ScatterCounting.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ScatterCounting.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
ScatterIdentity.h All scatter types now inherit from a common base 2019-05-15 10:17:45 -04:00
ScatterPermutation.h All scatter types now inherit from a common base 2019-05-15 10:17:45 -04:00
ScatterUniform.h All scatter types now inherit from a common base 2019-05-15 10:17:45 -04:00
SplitSharpEdges.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
StableSortIndices.h conslidate the license statement 2019-04-17 10:57:13 -06:00
StreamLineUniformGrid.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
StreamSurface.h Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
SurfaceNormals.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
Tetrahedralize.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Threshold.h Improve Threshold runtime and compile performance 2019-11-26 16:53:56 -05:00
ThresholdPoints.h Improve Threshold runtime and compile performance 2019-11-26 16:53:56 -05:00
TriangleWinding.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
Triangulate.h Remove unneeded ExecutionSignatures 2019-10-09 14:56:07 -04:00
Tube.h Fix compiler warning in Tube worklet 2019-11-06 17:06:11 -07:00
VertexClustering.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
WarpScalar.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
WarpVector.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
WaveletCompressor.h Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
WorkletMapField.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
WorkletMapTopology.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
WorkletPointNeighborhood.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
WorkletReduceByKey.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFP1DCompressor.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFP1DDecompress.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFP2DCompressor.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFP2DDecompress.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPCompressor.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ZFPDecompress.h conslidate the license statement 2019-04-17 10:57:13 -06:00