vtk-m/vtkm
Allison Vacanti 39d981bcf9 Shorten names returned by testing's TypeName utility.
Eg:

```
vtkm::Float32                                       -> F32
vtkm::Int64                                         -> I64
vtkm::Vec< vtkm::Float32, 3 >                       -> Vec3f_32
vtkm::Vec< vtkm::Pair< vtkm::Int32, vtkm::Float64 > -> Vec<Pair<I32, F64>>
```

This makes the benchmark names a lot shorter to keep rows tabular
results on
a single line.
2020-01-08 10:58:51 -05:00
..
cont Fix name clash of template parameter and field 2020-01-07 07:01:35 -07:00
exec Fixup custom portal iterator logic. 2019-12-17 15:39:51 -05:00
filter Shorten tag name for ArrayHandleCartesianProduct 2020-01-07 07:01:04 -07:00
internal Fix brigand for CUDA 10.2. 2019-12-18 15:51:59 -05:00
interop Correct signed/unsigned warnings found by clang 8 2019-09-10 10:49:48 -04:00
io Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
rendering Remove instances of ListTag in favor of List 2019-12-06 21:32:36 -07:00
source Move Oscillator to the sources directory 2019-09-16 12:36:01 -04:00
testing Shorten names returned by testing's TypeName utility. 2020-01-08 10:58:51 -05:00
thirdparty Merge branch 'upstream-diy' into aligned_union_check_handle_gcc_485 2019-12-17 10:19:43 -05:00
worklet Removed unnecessary increment and decrement from ZFPDecode 2020-01-01 10:08:35 -05:00
.gitattributes
Algorithms.h Add vtkm/Algorithms.h header with device-friendly binary search algorithms. 2019-12-20 12:35:10 -05:00
Assert.h Add the gcc 4.8.5 release date to our VTKM_USING_GLIBCXX_4 check 2019-12-17 10:07:56 -05:00
BinaryOperators.h Make BinaryOperators/Predicates more flexible. 2019-12-18 15:51:59 -05:00
BinaryPredicates.h Make BinaryOperators/Predicates more flexible. 2019-12-18 15:51:59 -05:00
Bitset.h Add the gcc 4.8.5 release date to our VTKM_USING_GLIBCXX_4 check 2019-12-17 10:07:56 -05:00
Bounds.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
CellClassification.h GhostCellClassify now more efficient as it uses WorkletPointNeighborhood 2019-09-11 10:06:45 -04:00
CellShape.h Switch from VTK-c to LCL 2019-10-07 15:38:36 -04:00
CellTraits.h
CMakeLists.txt Add vtkm/Algorithms.h header with device-friendly binary search algorithms. 2019-12-20 12:35:10 -05:00
Deprecated.h Deprecate ListTag operations 2019-12-05 11:27:31 -05:00
Flags.h
Geometry.h
Geometry.hxx
Hash.h
ImplicitFunction.h Corrections and expanded testing of implicit functions 2019-08-15 17:25:41 -06:00
List.h Work around with Visual Studio 2015 issue 2019-12-09 14:29:13 -07:00
ListTag.h Suppress some deprecated warnings in visual studio 2019-12-09 07:45:40 -07:00
Math.h
Math.h.in
Matrix.h Add recursive component queries to VecTraits 2019-09-09 08:19:15 -06:00
NewtonsMethod.h
Pair.h
Particle.h Correct warnings found by gcc-9 in vtkm::Particle 2020-01-01 08:46:40 -05:00
Range.h ExtractStructured now compiles quicker and with less compiler memory 2019-12-11 08:59:42 -05:00
RangeId2.h ExtractStructured now compiles quicker and with less compiler memory 2019-12-11 08:59:42 -05:00
RangeId3.h ExtractStructured now compiles quicker and with less compiler memory 2019-12-11 08:59:42 -05:00
RangeId.h ExtractStructured now compiles quicker and with less compiler memory 2019-12-11 08:59:42 -05:00
StaticAssert.h Add the gcc 4.8.5 release date to our VTKM_USING_GLIBCXX_4 check 2019-12-17 10:07:56 -05:00
Swap.h
TopologyElementTag.h
Transform3D.h
TypeList.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
TypeListTag.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
Types.h Update the documentation on the different VTK-m namespaces 2019-09-12 17:45:39 -04:00
TypeTraits.h
UnaryPredicates.h
VecAxisAlignedPointCoordinates.h Add recursive component queries to VecTraits 2019-09-09 08:19:15 -06:00
VecFromPortal.h Add recursive component queries to VecTraits 2019-09-09 08:19:15 -06:00
VecFromPortalPermute.h Add recursive component queries to VecTraits 2019-09-09 08:19:15 -06:00
VecFromVirtPortal.h
VectorAnalysis.h Corrections and expanded testing of implicit functions 2019-08-15 17:25:41 -06:00
VecTraits.h Correct a regression in ArrayHandleDecorator with VisualStudio 2017 2019-09-19 18:35:20 -04:00
VecVariable.h Add recursive component queries to VecTraits 2019-09-09 08:19:15 -06:00
Version.h.in
VirtualObjectBase.h