- Jun 26, 2018
-
-
29fb7e40 Fix the documentation in NDEntropy and NDhistogram filters Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sujin Philip <sujin.philip@kitware.com> Merge-request: !1287
-
Haocheng LIU authored
-
- Jun 25, 2018
-
-
5f807db2 Make IsWriteableArrayHandle independent of device Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1283
-
- Jun 23, 2018
-
-
Kenneth Moreland authored
Previously, to query whether an ArrayHandle was writable with IsWriteableArrayHandle, you had to specify a device adapter. The idea was that it would look at the portal used for that device adapter. Instead, check the control pointer, which should give the same indication without having to have a separate check for every type of device.
-
- Jun 22, 2018
-
-
7d4d734e OpenMP compiler flags were not being set properly 50248aec Fix implicit conversion loses floating-point precision warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1281
-
Sujin Philip authored
The command set_target_properties over-writes any existing values of the property. Fixed the problem by using set_property with APPEND.
-
Sujin Philip authored
-
- Jun 21, 2018
-
-
ecb46023 Add ListTagAppend and ListTagAppendUnique Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1278
-
Sujin Philip authored
-
dfadaabf VTK-m Transport doesn't rely on 'ExecutionTypes' typedefs. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sujin Philip <sujin.philip@kitware.com> Merge-request: !1272
-
01a45d8e Workaround compiling error in multi-backend example with some gcc versions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1277
-
74f8885d Move helper classes into detail namespace. 9fd821ed Template on DeviceAdapter. 961f6a58 Add coordinate system transformation. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1275
-
Sujin Philip authored
-
Dave Pugmire authored
-
Dave Pugmire authored
-
- Jun 20, 2018
-
-
94749655 constexpr construction for Vec classes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sujin Philip <sujin.philip@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1254
-
Dave Pugmire authored
-
880d8a98 Add `vtkm/Geometry.h` and test it. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1262
-
Shreeraj Jadhav authored
Vec class objects can now be constructed during compile-time as constant expressions by calling Vec( T, ... ) constructors or through brace-initialization. Constant expression using fill constructor and nested vectors of sizes greater than 4 are not supported yet. Changes made to WrappedOperators.h for resolving overload ambiguities in Vec construction and typecasting. Appropriate test cases were added to UnitTestTypes.cxx. Addresses issue #199.
-
David Thompson authored
This commit adds several geometric constructs to vtk-m in the `vtkm/Geometry.h` header. They may be used from both the execution and control environments. We also add methods to perform projection and Gram-Schmidt orthonormalization to `vtkm/VectorAnalysis.h`. See `docs/changelog/geometry.md` included in this commit for more information.
-
- Jun 19, 2018
-
-
e54896ae Document in Readme that OpenMP requires CMake 3.9 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1273
-
Robert Maynard authored
-
9861cdec Use CMake to automatically set policies to NEW. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !1270
-
0e4bcf75 VTK-m supports openmp and cuda devices in same translation unit Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !1271
-
Robert Maynard authored
CMake 3.12 introduces a ...<max> syntax in the version given to cmake_minimum_required to automatically set policies to NEW up to that version. Use it to avoid listing policies explicitly.
-
Robert Maynard authored
By using decltype we can allow for more flexible types and remove the nasty '::template ' syntax.
-
Robert Maynard authored
-
d4f94d4e Fix Vec <T, sizeof...(Ts)> warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1269
-
- Jun 18, 2018
-
-
bef1965c VTK-m now handles when TBB uses link scripts. b2682ec5 VTK-m properly specifies the linker language of imported targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Merge-request: !1264
-
4bdb6baa Adding PointTransform filter and updating PointTranform worklet. 429ad970 Merge remote-tracking branch 'upstream/master' 1cdd59cf Merge remote-tracking branch 'upstream/master' d2abcfe8 Adding copy and assignment operators. 3bdb8cb7 Merge remote-tracking branch 'upstream/master' b25c8af9 Merge remote-tracking branch 'upstream/master' 26f9dc3c Merge remote-tracking branch 'upstream/master' fef41372 Merge remote-tracking branch 'upstream/master' Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Dave Pugmire <dpugmire@gmail.com> Merge-request: !1265
-
Sujin Philip authored
Several "conversion to ‘int’ from ‘long unsigned int’" are produced in gcc.
-
Robert Maynard authored
If somebody is using the official TBB binaries on linux they will encounter issues as the .so files are actually link scripts which CMake doesn't support. We now manually work around this problem.
-
- Jun 15, 2018
-
-
8276e35c Mark classes that should not be derived from as final. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !1267
-
Robert Maynard authored
-
- Jun 14, 2018
-
-
940c8918 Misc. typos Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1202
-
luz.paz authored
Found via `codespell` and `grep` more typos includes source typo change and a typo that needs further review follow-up typos Follow-up typos Revert a commit
-
9fb64808 Fix cross product filter interface Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng LIU <haocheng.liu@kitware.com> Merge-request: !1266
-
Kenneth Moreland authored
The GetPrimaryFieldName and GetPrimaryFieldAssociation methods were returning values for the secondary field and vice versa. Correct that.
-
James Kress authored
-
Robert Maynard authored
-