- 29 Aug, 2018 1 commit
-
-
Kenneth Moreland authored
Rather than force all dispatchers to be templated on a device adapter, instead use a TryExecute internally within the invoke to select a device adapter. Because this removes the need to declare a device when invoking a worklet, this commit also removes the need to declare a device in several other areas of the code.
-
- 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).
-
- 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.
-
- 25 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 13 Apr, 2017 1 commit
-
-
David C. Lonie authored
- Exception classes cannot be exported due to MSVC's design decisions. See http://stackoverflow.com/questions/24511376. We must leave these classes as header only and silence the warnings. - TransferResource in BufferState.h must remain a header-only class since there is no vtkm_interop library to compile the class into. - The VTKDataSetReader hierarchy must similarly remain header-only since there is no vtkm_io library. - The OptionParser Action classes are part of a header-only utility and cannot be easily compiled into a library. -
-
- 07 Feb, 2017 1 commit
-
-
David C. Lonie authored
Remove the ErrorControl class such that all subclasses now inherit from error. Renamed all exception classes via s/ErrorControl/Error/. See issue #57.
-
- 16 Jan, 2017 1 commit
-
-
Robert Maynard authored
-
- 21 May, 2015 1 commit
-
-
Robert Maynard authored
-
- 11 Jun, 2014 1 commit
-
-
Kenneth Moreland authored
We made this change a while ago to help with completion in IDEs. (Completion was matching a bunch of wrapper macros that were almost never used anywhere.) Most of the changes are in comments, but there are a few bad macro definitions.
-
- 07 Mar, 2014 1 commit
-
-
Robert Maynard authored
-
- 10 Feb, 2014 2 commits
-
-
Robert Maynard authored
-
Robert Maynard authored
This includes the configure scripts to setup if you want a 32bit or 64bit build.
-