- 03 May, 2018 1 commit
-
-
Sujin Philip authored
Also update the VTK-m based filters to work properly with the changes
-
- 25 Apr, 2018 1 commit
-
-
Robert Maynard authored
-
- 09 Feb, 2018 1 commit
-
-
Sujin Philip authored
-
- 08 Jan, 2018 1 commit
-
-
Robert Maynard authored
Previously all the CMake variables would not be created
-
- 20 Dec, 2017 1 commit
-
-
Ben Boeckel authored
-
- 12 Dec, 2017 1 commit
-
-
Robert Maynard authored
The free standing function allows for us to change the CastAndCall implementation details in the future inside of VTK-m without having to also update VTK at the same time.
-
- 11 Dec, 2017 6 commits
-
-
Ben Boeckel authored
The property isn't used anymore by the wrapping tools.
-
Ben Boeckel authored
There are static asserts which trigger when building from the wrapper sources.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Now that Tcl wrapping is gone, all wrapping tools now use `WRAP_EXCLUDE_PYTHON` instead.
-
Ben Boeckel authored
-
- 08 Dec, 2017 1 commit
-
-
Robert Maynard authored
-
- 05 Dec, 2017 2 commits
-
-
Robert Maynard authored
The counting array in these 2 occurrences would be 32bit integers and we need them to be 64bit integers ( when vtkIdType == 64bit ).
-
Ben Boeckel authored
-
- 27 Nov, 2017 3 commits
-
-
Kenneth Moreland authored
The direct use of VTK-m was to switch the device being used. TODO: add a means of specifying the device a VTK-m filter in vtkAcceleratorsVTKm should use without directly interfacing with VTK-m.
-
Kenneth Moreland authored
For better encapsulation (and simplification of the build), do not expose VTK-m code itself from the vtkAcceleratorsVTKm package.
-
Kenneth Moreland authored
All the VTK-m include and libraries should be hidden from code outward facing of the vtkAcceleratorsVTKm library. Besides, the VTK-m accelerator tests are not called as a subdirectory from the vtkAcceleratorsVTKm code, so the CMake variables specifying the include directories and libraries are not set. If it is later decided that code using the accelerators library also needs to directly compile VTK-m code, it should be specified as PUBLIC includes and libraries to the vtkAcceleratorsVTKm library.
-
- 10 Nov, 2017 1 commit
-
-
Allison Vacanti authored
-
- 07 Nov, 2017 1 commit
-
-
Sujin Philip authored
-
- 06 Nov, 2017 1 commit
-
- 13 Oct, 2017 1 commit
-
-
Allison Vacanti authored
Also bump VTK-m to bring in the new VertexClustering impl.
-
- 05 Oct, 2017 1 commit
-
-
Robert Maynard authored
Previously we didn't build when tbb was not installed in a system include, and the CUDA code paths would never be entered.
-
- 04 Oct, 2017 2 commits
-
-
Allison Vacanti authored
Updated baseline due to unrelated marching cube changes while bumping vtkm.
-
Kitware Robot authored
Now that VTK requires a C++11 compiler we can ditch using custom typedefs to wrap =delete;
-
- 03 Oct, 2017 1 commit
-
-
Robert Maynard authored
Previously vtkmlib headers would be installed twice, and source files where accidentally being installed too.
-
- 02 Oct, 2017 3 commits
-
-
Robert Maynard authored
-
Ken Martin authored
Does not make sense for OpenGL2 and is not implemented Also deprecate PainterDelegate
-
Kitware Robot authored
Now that VTK requires a C++11 compiler we can ditch using custom typedefs
-
- 29 Sep, 2017 1 commit
-
-
Andrew Bauer authored
Adding in functionality to allow inserting vtkNew objects into stl containers of vtkSmartPointer objects as well as comparisons between vtkNew objects and raw pointers. Also removing Get() and GetPointer() calls from vtkNew objects since in most instances we can just pass in the vtkNew<> object instead of having to use the Get() or GetPointer() methods to get the raw pointer.
-
- 28 Sep, 2017 1 commit
-
-
Ken Martin authored
just a minor warning fix
-
- 25 Sep, 2017 2 commits
-
-
Robert Maynard authored
-
Robert Maynard authored
-
- 22 Sep, 2017 2 commits
-
-
Robert Maynard authored
-
Robert Maynard authored
-
- 06 Sep, 2017 1 commit
-
-
Shawn Waldon authored
-
- 31 Aug, 2017 1 commit
-
-
Shawn Waldon authored
-
- 30 Aug, 2017 1 commit
-
-
Robert Maynard authored
-
- 28 Aug, 2017 1 commit
-
-
Allison Vacanti authored
-
- 18 Aug, 2017 1 commit
-
-
Sujin Philip authored
1) Support mapping cell fields 2) Support more types of datasets
-