- 21 Aug, 2015 1 commit
-
-
hschroot authored
Copy all OpenGL interop related configurations from the DAX CMake files
-
- 17 Aug, 2015 1 commit
-
-
Robert Maynard authored
Previously VTK-m would error out on failing to find/setup backends, instead of clearly stating the issue was finding Boost.
-
- 31 Jul, 2015 1 commit
-
-
Kenneth Moreland authored
-
- 23 Jul, 2015 1 commit
-
-
Will Usher authored
The CMake flag and define differ in their capitalization of the 'm' in VTKm so I've made CMake variables that match those used in Configure.h.in, thereby keeping the original naming of VTKm in CMake code, and VTKM in the C++ code. This fix also revealed some areas in CellSet and CellSetExplicit where ints where used instead of vtkm::Ids which caused errors with child classes who override the methods and returned a vtkm::Id instead of an int. Also fixed issues that appeared in TestOutOfMemory which got out of date due to not being compiled since the `VTKM_USE_64BIT_IDS` flag would never be set. The test now runs and passes when 64bit ids are enabled.
-
- 17 Jul, 2015 1 commit
-
-
Sujin Philip authored
-
- 09 Jul, 2015 1 commit
-
-
Will Usher authored
-
- 22 Jun, 2015 1 commit
-
-
Kenneth Moreland authored
-
- 03 Jun, 2015 1 commit
-
-
Sujin Philip authored
-
- 01 Jun, 2015 1 commit
-
-
Sujin Philip authored
-
- 21 May, 2015 1 commit
-
-
Robert Maynard authored
-
- 28 Jan, 2015 1 commit
-
-
Dave Pugmire authored
-
- 20 Jan, 2015 1 commit
-
-
Robert Maynard authored
-
- 05 Jan, 2015 4 commits
-
-
Dave Pugmire authored
-
Jeremy Meredith authored
-
Dave Pugmire authored
-
Jeremy Meredith authored
-
- 19 Dec, 2014 1 commit
-
-
Robert Maynard authored
Porting the dax device adapter over to vtkm. Unlike the dax version, doesn't use the thrust::device_vector, but instead uses thrust::system calls so that we can support multiple thrust based backends. Also this has Texture Memory support for input array handles. Some more work will need to be done to ArrayHandle so that everything works when using an ArrayHandle inplace with texture memory bindings.
-
- 08 Oct, 2014 1 commit
-
-
Kenneth Moreland authored
In preparation for supporting base types with more widths, add typedefs for the base types with explicit widths (number of bits). Also added a IdComponent type that should be used for indices for components into tuples and vectors. There now should be no reason to use "int" inside of VTK-m code (especially for indexing). This change cleans up many of the int types that were used throughout.
-
- 10 Sep, 2014 1 commit
-
-
Kenneth Moreland authored
The SystemInformation test always passes. It prints out the contents of various configuration parameters. The intention is to capture this information in dashboard reports. That way if a change causes a dashboard failure and a developer does not have access to the dashboard, she can look at the output of this test to see the configuration of the build and that machine.
-
- 26 Jun, 2014 1 commit
-
-
Kenneth Moreland authored
Although we cannot expect every developer to have pyexpander, for those that do the build will automatically run it and check the expanded file in the source code. If they match, a descriptive error is given. We don't automatically update the file because subtle problems might occur. It is better to alert a developer to fix the problem properly.
-
- 22 May, 2014 1 commit
-
-
Kenneth Moreland authored
-
- 10 Feb, 2014 1 commit
-
-
Robert Maynard authored
-