vtk-m/vtkm/internal
Robert Maynard c631dccfcb Invocation parameters are now non const and can be 'modified'
The invocation parameters need to be non const as we want to
be able to call non-const methods like `PrepareForOutput` on them
from a transport function.

The original implementation abused the fact that everything
could be copied by value and have that work properly. But
when we start introducing virtual classes copying by value of
a base type can cause type slicing.
2018-07-06 14:27:36 -04:00
..
testing Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
.gitattributes clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ArrayPortalUniformPointCoordinates.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
ArrayPortalValueReference.h Specialize swap for ArrayPortalValueReference types. 2018-05-29 14:46:46 -04:00
Assume.h Do not use __assume for icc in gcc compatability mode 2018-04-04 15:00:03 -06:00
brigand.hpp Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
CMakeLists.txt Add initial version of an OpenMP backend. 2018-05-31 16:47:48 -04:00
Configure.h.in Add initial version of an OpenMP backend. 2018-05-31 16:47:48 -04:00
ConfigureFor32.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ConfigureFor64.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ConnectivityStructuredInternals.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
ExportMacros.h Update the documentation on why VTKM_ALWAYS_EXPORT exists. 2018-06-28 11:46:13 -04:00
FunctionInterface.h Invocation parameters are now non const and can be 'modified' 2018-07-06 14:27:36 -04:00
FunctionInterfaceDetailPost.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
FunctionInterfaceDetailPost.h.in Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
FunctionInterfaceDetailPre.h Invocation parameters are now non const and can be 'modified' 2018-07-06 14:27:36 -04:00
FunctionInterfaceDetailPre.h.in Invocation parameters are now non const and can be 'modified' 2018-07-06 14:27:36 -04:00
IndexTag.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
Invocation.h Invocation parameters are now non const and can be 'modified' 2018-07-06 14:27:36 -04:00
ListTagDetail.h Add ListTagAppend and ListTagAppendUnique 2018-06-21 15:59:31 -04:00
Unreachable.h Do not use __assume for icc in gcc compatability mode 2018-04-04 15:00:03 -06:00
Windows.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00