- 18 Jan, 2023 1 commit
-
-
- 17 Jan, 2023 2 commits
-
-
44c27617 Remove bad import and fix warning in ContourTreeAppDataIO.h 113e6be3 Remove bad import in ContourTreeApp distributed 27d3d403 Remove bade import in streamline_mpi example 0e5aeb10 Update contour_tree_distributed/CMakeLists.txt 56577285 Merge branch 'master' into add_hdf5_reader fbc31318 Fix error in ContourTreeAppDataIO 63ec3f3b Updated contour tree distributed IO to use CellSetStructured b0952365 Merge remote-tracking branch 'origin/master' into add_hdf5_reader ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2802
-
841da416 Follow better CMake/VTK-m practices c5ce6cb9 Replace if/then with string parameter 95c64155 Add cmake flag to override default ctest timeouts Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !2958
-
- 16 Jan, 2023 5 commits
-
-
Oliver Ruebel authored
-
Oliver Ruebel authored
-
Oliver Ruebel authored
-
Oliver Ruebel authored
-
Oliver Ruebel authored
-
- 13 Jan, 2023 9 commits
-
-
-
c0e0032e Clarify field index ordering in Doxygen Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2959
-
c0e0032e Clarify field index ordering in Doxygen Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2959
-
-
f275972e Resolve sprintf warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !2961
-
f275972e Resolve sprintf warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !2961
-
d5ce9678 CMAKE: fix vtkm devices namespaces Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sujin Philip <sujin.philip@kitware.com> Merge-request: !2953
-
-
d5ce9678 CMAKE: fix vtkm devices namespaces Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sujin Philip <sujin.philip@kitware.com> Merge-request: !2953
-
- 10 Jan, 2023 2 commits
-
-
Kenneth Moreland authored
The fields in a `DataSet` are indexed from `0` to `GetNumberOfFields() - 1`. It is natural to assume that the fields will be indexed in the order that they are added, but they are not. Rather, the indexing is arbitrary and can change any time a field is added to the dataset. To make this more clear, Doxygen documentation is added to the `DataSet` methods to inform users to not make any assumptions about the order of field indexing.
-
Kenneth Moreland authored
The latest verson of Xcode clang warns about using sprintf because of its inherent vulnerability. Change it to snprintf.
-
- 09 Jan, 2023 3 commits
-
-
Mark Bolstad authored
-
Mark Bolstad authored
-
Mark Bolstad authored
The current ctest timeout in VTK-m are fine for the CI, but are too long for develoment when a test is hanging on a queued node. This commit allows a developer to turn off the majority of the hard coded timeout values which allows them to set them at the ctest command-line.
-
- 05 Jan, 2023 1 commit
-
-
51ca95bf Add VTKm_USE_DEFAULT_TYPES_FOR_ASCENT to VTKmConfig.cmake Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2955
-
- 04 Jan, 2023 2 commits
-
-
Abhishek Yenpure authored
-
a3d7f947 Force functions passed as templates to be functors Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mark Bolstad <mbolsta@sandia.gov> Merge-request: !2956
-
- 03 Jan, 2023 1 commit
-
-
Kenneth Moreland authored
There are some special functions/methods that take as an argument a function-like object and then call that function with some arguments. There are some instances where a templated function was passed given the appropriate template. Even though there is a specific function, this gets passed as a function pointer and calling a function pointer on some devices is a no-no. Replace these function arguments with lambdas, which are constructed as unnamed functor objects.
-
- 26 Dec, 2022 1 commit
-
-
Vicente Bolea authored
-
- 21 Dec, 2022 13 commits
-
-
-
-
c8cc834b gitlab-ci: add missing platform and feature tags to ascent job 23c0eadb Merge branch 'ci-arch-tags-1.9' into ci-arch-tags 054661f6 gitlab-ci: use arch-specific tags for OS selection 4dd268c5 Merge branch 'ci-arch-tags-1.8' into ci-arch-tags-1.9 4c010f6c Merge branch 'ci-arch-tags-1.7' into ci-arch-tags-1.8 c3f4c924 gitlab-ci: add missing feature tag for doxygen submission 7766bbc3 gitlab-ci: use arch-specific tags for OS selection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2952
-
-
c8cc834b gitlab-ci: add missing platform and feature tags to ascent job 23c0eadb Merge branch 'ci-arch-tags-1.9' into ci-arch-tags 054661f6 gitlab-ci: use arch-specific tags for OS selection 4dd268c5 Merge branch 'ci-arch-tags-1.8' into ci-arch-tags-1.9 4c010f6c Merge branch 'ci-arch-tags-1.7' into ci-arch-tags-1.8 c3f4c924 gitlab-ci: add missing feature tag for doxygen submission 7766bbc3 gitlab-ci: use arch-specific tags for OS selection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2952
-
054661f6 gitlab-ci: use arch-specific tags for OS selection 4dd268c5 Merge branch 'ci-arch-tags-1.8' into ci-arch-tags-1.9 4c010f6c Merge branch 'ci-arch-tags-1.7' into ci-arch-tags-1.8 c3f4c924 gitlab-ci: add missing feature tag for doxygen submission 7766bbc3 gitlab-ci: use arch-specific tags for OS selection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2952
-
-
4c010f6c Merge branch 'ci-arch-tags-1.7' into ci-arch-tags-1.8 c3f4c924 gitlab-ci: add missing feature tag for doxygen submission 7766bbc3 gitlab-ci: use arch-specific tags for OS selection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2952
-
c3f4c924 gitlab-ci: add missing feature tag for doxygen submission 7766bbc3 gitlab-ci: use arch-specific tags for OS selection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2952
-
Ben Boeckel authored
-
Ben Boeckel authored
* ci-arch-tags-1.9: gitlab-ci: use arch-specific tags for OS selection gitlab-ci: add missing feature tag for doxygen submission gitlab-ci: use arch-specific tags for OS selection
-
Ben Boeckel authored
-
Ben Boeckel authored
* ci-arch-tags-1.8: gitlab-ci: add missing feature tag for doxygen submission gitlab-ci: use arch-specific tags for OS selection
-