vtk-m/vtkm
Vicente Adolfo Bolea Sanchez bbe36d8c33 cmake: set c++14 as minimum c++ rev
Signed-off-by: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
2021-02-08 17:13:05 +01:00
..
cont Bug fix. Must copy particles. 2021-02-05 12:17:27 -05:00
exec Fix compile error with MSVC 2021-02-04 08:47:28 -07:00
filter Kick the dashboard. 2021-02-05 16:32:42 -05:00
internal Support Vec operators on ArrayPortalValueReference 2021-01-13 09:19:33 -07:00
interop Update vtkm/interop to use non-deprecated make_ArrayHandle API 2020-08-03 12:15:16 -04:00
io Break circular dependency of ArrayCopy.h and UnknownArrayHandle.h 2021-02-02 17:33:08 -07:00
random ArrayHandleRandomUniformReal 2020-06-02 11:58:57 -06:00
rendering Remove device template argument from AtomicArrayExecutionObject 2021-02-04 08:47:28 -07:00
source Fix deprecation warnings 2021-01-26 07:56:39 -07:00
testing Enable reinterpreting UnknownArrayHandle to compatible C types 2021-01-13 09:19:27 -07:00
thirdparty Merge branch 'upstream-lcl' into update_thirdparty_for_hip_support 2020-10-28 14:21:28 -04:00
worklet Support for dist-memory pathlines. 2021-02-05 09:40:50 -05:00
.gitattributes
Algorithms.h vtkm/Algorithms now can do device side HIP algorithms 2020-10-20 09:24:05 -04:00
Assert.h Disable VTKM_ASSERT when using HIP 2020-09-25 11:06:57 -04:00
Atomic.h vtkm/Atomic doesn't generate unused parameter warnings on MSVC 2021-01-11 09:01:48 -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 unittest for particlearraycopy 2020-06-18 15:45:36 -04:00
Bounds.h
CellClassification.h GhostCellClassify now more efficient as it uses WorkletPointNeighborhood 2019-09-11 10:06:45 -04:00
CellShape.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
CellTraits.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
CMakeLists.txt Add VecFlat class 2020-12-16 17:22:44 -07:00
Deprecated.h cmake: set c++14 as minimum c++ rev 2021-02-08 17:13:05 +01:00
ErrorCode.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Flags.h
Geometry.h
Geometry.hxx Update vtkm/Geometry.hxx to follow clangs rules on function markup 2020-09-25 09:37:46 -04:00
Hash.h
ImplicitFunction.h Add Kokkos backend 2020-08-12 13:55:24 -04:00
List.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
ListTag.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Math.h Don't use HIP overloads for std::min 2020-12-28 13:29:32 -05:00
Math.h.in Don't use HIP overloads for std::min 2020-12-28 13:29:32 -05:00
Matrix.h Add recursive component queries to VecTraits 2019-09-09 08:19:15 -06:00
NewtonsMethod.h
Pair.h
Particle.h Add support for ghost cells in particle advection. 2020-10-19 16:46:48 -04: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 clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Swap.h vtkm/Swap works with hip 2020-10-22 15:32:06 -04:00
TopologyElementTag.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Transform3D.h
Tuple.h Update vtk-m doxygen to generate less warnings 2020-06-01 16:58:32 -04:00
Tuple.h.in Update doxygen comments in Tuple.h.in 2020-06-03 09:22:48 -06:00
TypeList.h Enable reinterpreting UnknownArrayHandle to compatible C types 2021-01-13 09:19:27 -07:00
TypeListTag.h Merge topic 'modify-default-policy' 2020-03-24 12:17:23 -04:00
Types.h Allow VecBaseCommon operators to work with any Vec-like 2021-01-13 09:19:34 -07:00
TypeTraits.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnaryPredicates.h
VecAxisAlignedPointCoordinates.h Add VecFlat class 2020-12-16 17:22:44 -07:00
VecFlat.h Fix warning in VecFlat 2020-12-17 13:39:02 -07: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 clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
VecVariable.h Generalize fields for particle advection 2020-07-20 21:15:46 -04:00
Version.h.in
VirtualObjectBase.h