- 05 Jun, 2018 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/taotuple.git at commit ae4936580baf117373e73c23f0f8407d7589e6ff (for/vtk-m).
-
- 31 Jan, 2018 1 commit
-
-
Robert Maynard authored
-
- 30 Jan, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3` via downstream VTK
-
- 03 Jan, 2018 1 commit
-
-
Utkarsh Ayachit authored
vtkm::Bounds and vtkm::Range now uses default copy-constructor and assignment operator. That way `std::is_trivially_copyable` succeeds for these basic types.
-
- 20 Sep, 2017 1 commit
-
-
Kenneth Moreland authored
Sandia National Laboratories recently changed management from the Sandia Corporation to the National Technology & Engineering Solutions of Sandia, LLC (NTESS). The copyright statements need to be updated accordingly.
-
- 26 May, 2017 1 commit
-
-
Robert Maynard authored
clang-format BinPack settings have been disabled to make sure that the VTK-m style guideline is obeyed.
-
- 25 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 16 Nov, 2016 1 commit
-
-
Kenneth Moreland authored
Change the VTKM_CONT_EXPORT to VTKM_CONT. (Likewise for EXEC and EXEC_CONT.) Remove the inline from these macros so that they can be applied to everything, including implementations in a library. Because inline is not declared in these modifies, you have to add the keyword to functions and methods where the implementation is not inlined in the class.
-
- 29 May, 2016 2 commits
-
-
Kenneth Moreland authored
First, be more explicit when we mean a range of values in a field or a spacial bounds. Use the Range and Bounds structs in Field and CoordinateSystem to make all of this more clear (and reduce a bit of code as well).
-
Kenneth Moreland authored
This is a simple struct that defines min and max values over X, Y, and Z to define an axis-aligned bounding box.
-