- Oct 13, 2014
-
-
Kenneth Moreland authored
The basic idea of this change is to remove types like vtkm::Scalar and vtkm::Vector#, because these types set you into a specific precision, and that can cause problems when integrating with other code. For example, in VTK you can have arrays of either float or double, and if all VTK-m algorithms use vtkm::Scalar, you have to cast to one or the other. Of course this means you have even more templating, but I think that will work out OK. There are also some more sublte changes such as modifying how list tags work to support larger lists of types.
-
- Sep 09, 2014
-
-
Kenneth Moreland authored
-
Kenneth Moreland authored
The test really relies on features that are not yet implemented. This adds a stop gap that will prevent that for now.
-
- Jun 25, 2014
-
-
Kenneth Moreland authored
Also matches recent changes in examples.
-
- Jun 24, 2014
-
-
Kenneth Moreland authored
Still need to update document. There will be broken links to example files.
-
- Jun 19, 2014
-
-
Kenneth Moreland authored
-
Kenneth Moreland authored
-
- Jun 17, 2014
-
-
Kenneth Moreland authored
-
- Jun 16, 2014
-
-
Kenneth Moreland authored
-
Kenneth Moreland authored
-
- Jun 12, 2014
-
-
Kenneth Moreland authored
-
- Jun 11, 2014
-
-
Kenneth Moreland authored
Expecting to add ArrayHandleImplicit and ArrayHandleTransform when they become available.
-
Kenneth Moreland authored
-
Kenneth Moreland authored
-
- Jun 10, 2014
-
-
Kenneth Moreland authored
Not quite done with the container that adapts a data structure. Also need to make sure the code is actually tested.
-
Kenneth Moreland authored
-
- Jun 09, 2014
-
-
Kenneth Moreland authored
-
Kenneth Moreland authored
Also copied the control environment documentation from Dax, and is commented.
-
- Jun 06, 2014
-
-
Kenneth Moreland authored
This should finish off the basic provisions chapter (for now).
-
- Jun 03, 2014
-
-
Kenneth Moreland authored
Need to still document using ListForEach.
-
Kenneth Moreland authored
-
- Jun 02, 2014
-
-
Kenneth Moreland authored
-
- May 31, 2014
-
-
Kenneth Moreland authored
This allows us to insert test checks in the middle.
-
Kenneth Moreland authored
-
Kenneth Moreland authored
There was an issue with the dependencies with the test source code. For some reason the test source files were not being added to the test program's build even though they were listed in add_executable. I think there might be a bug in CMake where if you add an external dependency to a source file, it sometimes removes it from the sources included in the program build.
-
- May 27, 2014
-
-
Kenneth Moreland authored
-
- May 22, 2014
-
-
Kenneth Moreland authored
Still need the ability to list the file within the document.
-
Kenneth Moreland authored
Do not yet have the capability yet to pull out printable section that can be inserted into the document.
-
Kenneth Moreland authored
-
Kenneth Moreland authored
-
Kenneth Moreland authored
-