- 27 Jul, 2018 2 commits
-
-
Sudhanshu Sane authored
-
Sudhanshu Sane authored
-
- 26 Jul, 2018 1 commit
-
-
Sudhanshu Sane authored
-
- 03 Jul, 2018 3 commits
-
-
Sudhanshu Sane authored
-
Sudhanshu Sane authored
-
Sudhanshu Sane authored
-
- 21 Jun, 2018 4 commits
-
-
Sudhanshu Sane authored
-
Sudhanshu Sane authored
-
Sudhanshu Sane authored
-
Sudhanshu Sane authored
-
- 20 Jun, 2018 4 commits
-
-
Shreeraj Jadhav authored
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
-
David Thompson 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.
-
- 19 Jun, 2018 7 commits
-
-
Robert Maynard authored
e54896ae Document in Readme that OpenMP requires CMake 3.9 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1273
-
Robert Maynard authored
-
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
-
Robert Maynard authored
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
-
Sujin Philip 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
-
- 18 Jun, 2018 4 commits
-
-
Robert Maynard authored
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
-
James Kress authored
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.
-
- 15 Jun, 2018 2 commits
-
-
Robert Maynard authored
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
-
- 14 Jun, 2018 6 commits
-
-
Robert Maynard authored
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
-
Kenneth Moreland authored
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
-
- 13 Jun, 2018 2 commits
-
-
Haocheng LIU authored
fb62ed55 Add override keyword to CellSetStructured's member functions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1263
-
Haocheng LIU authored
-
- 12 Jun, 2018 4 commits
-
-
Haocheng LIU authored
86f22bf4 Add a release resources API to CellSet and its derived classes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1238
-
Allison Vacanti authored
4e07825a Hide BUILD_TESTING cmake option. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1251
-
Haocheng LIU authored
-
Haocheng LIU authored
5393745e Allow histogram filter to take custom types Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1261
-
- 11 Jun, 2018 1 commit
-
-
Haocheng LIU authored
By passing TypeList and StorageList into FieldRangeGlobalCompute, upstream users(VTK) can pass custom types into the histogram filter.
-