vtk-m/vtkm
Robert Maynard 6306ca66ce Merge topic 'refactor_cast_and_call_location'
72cb6343b Move vtkm::cont::CastAndCall into a header in vtkm/cont

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <kmorel@sandia.gov>
Merge-request: !1622
2019-04-04 10:05:22 -04:00
..
cont Merge topic 'refactor_cast_and_call_location' 2019-04-04 10:05:22 -04:00
exec Thrust detail::aligned_reinterpret_cast doesn't warn now 2019-04-03 12:48:33 -04:00
filter Merge topic 'less_vtkm_cont_files_bring_in_cuda_device' 2019-04-01 12:02:55 -04:00
internal Move select functions to host only to remove host/device suppressions 2019-04-03 12:48:33 -04:00
interop Make sure ThrustPatches is included before thrust. 2019-04-03 08:51:05 -04:00
io VTK-m once again uses consistent include style 2019-03-28 14:12:08 -04:00
rendering Merge topic 'specialize-worklet-for-device' 2019-04-02 12:08:01 -04:00
testing RuntimeDeviceTracker: Remove Global from names 2019-03-22 08:53:26 -07:00
thirdparty Merge branch 'upstream-taotuple' into update_taoo 2019-04-03 08:50:47 -04:00
worklet Merge topic 'refactor_cast_and_call_location' 2019-04-04 10:05:22 -04:00
.gitattributes taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Assert.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
BaseComponent.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
BinaryOperators.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
BinaryPredicates.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Bitset.h Verify more core vtkm types have proper move semantics. 2019-01-02 12:46:30 -05:00
Bounds.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
CellClassification.h Make CellClassification more clear 2019-03-22 10:49:06 -06:00
CellShape.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
CellTraits.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
CMakeLists.txt Wrap third party optionparser.h in vtkm/cont/internal/OptionParser.h 2019-03-26 15:47:17 -06:00
Flags.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Geometry.h VTK-m once again uses consistent include style 2019-03-28 14:12:08 -04:00
Geometry.hxx Add vtkm/Geometry.h and test it. 2018-06-20 11:58:14 -04:00
Hash.h vtkm::Hash now doesn't warn when compiling with 32bit ids. 2018-09-13 13:15:29 -04:00
ImplicitFunction.h Mark classes that should not be derived from as final. 2018-06-15 10:49:59 -04:00
ListTag.h Misc. typos 2018-08-07 17:50:41 -04:00
Math.h Add VTKM_CUDA_DEVICE_PASS preprocessing definition. 2019-01-24 11:23:45 -05:00
Math.h.in Add VTKM_CUDA_DEVICE_PASS preprocessing definition. 2019-01-24 11:23:45 -05:00
Matrix.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
NewtonsMethod.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Pair.h Merge topic 'add_more_types_to_move_constructor_test' 2019-01-02 16:50:31 -05:00
Range.h Verify more core vtkm types have proper move semantics. 2019-01-02 12:46:30 -05:00
RangeId2.h Filter for adding ghost zones. 2019-02-07 15:26:20 -05:00
RangeId3.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
RangeId.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
StaticAssert.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Swap.h Use thrust::swap for vtkm::Swap in CUDA device code. 2018-06-11 12:27:54 -04:00
TopologyElementTag.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Transform3D.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
TypeListTag.h Add UInt8 as a default type. 2019-03-01 10:25:14 -05:00
Types.h constexpr construction for Vec classes 2018-06-20 14:15:29 -04:00
TypeTraits.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
UnaryPredicates.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VecAxisAlignedPointCoordinates.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VecFromPortal.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VecFromPortalPermute.h Support pointers in vtkm::exec::Fetch classes 2018-12-27 13:19:40 -05:00
VecFromVirtPortal.h Add StorageVirtual and ArrayHandleVirtual to vtkm::cont 2018-12-27 14:35:56 -05:00
VectorAnalysis.h Add vtkm/Geometry.h and test it. 2018-06-20 11:58:14 -04:00
VecTraits.h Add bool to supported types for VecTraits 2018-08-06 13:10:05 -04:00
VecVariable.h taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
Version.h.in taotuple 2018-06-05 (ae493658) 2018-06-05 12:24:07 -04:00
VirtualObjectBase.h Fix warnings about __host__ / __device__ on defaulted methods. 2019-03-28 10:40:58 -04:00