vtk-m/docs/changelog
Kenneth Moreland 1ca55ac319 Add specialized operators for ArrayPortalValueReference
The ArrayPortalValueReference is supposed to behave just like the value
it encapsulates and does so by automatically converting to the base type
when necessary. However, when it is possible to convert that to
something else, it is possible to get errors about ambiguous overloads.
To avoid these, add specialized versions of the operators to specify
which ones should be used.

Also consolidated the CUDA version of an ArrayPortalValueReference to the
standard one. The two implementations were equivalent and we would like
changes to apply to both.
2019-02-20 13:33:55 -07:00
..
1.3 Require CMake 3.8 to build VTK-m. 2019-01-09 16:01:22 -05:00
0-sample-topic.md Add release notes for v1.3.0 2018-11-26 11:11:10 -05:00
arrayhandlevirtual.md Add changelogs for ArrayHandleVirtual and VariantArrayHandle 2018-12-27 15:42:03 -05:00
arrayhandlezip-handles-writing-to-implicit-handles.md Add changelogs for ArrayHandleVirtual and VariantArrayHandle 2018-12-27 15:42:03 -05:00
asynchronize-device-independent-timer.md Introduce asynchronous and device independent timer 2019-02-05 12:01:56 -05:00
case-insensitive-device-from-string.md VTK-m now supports case-insensitive construction of devices from strings. 2019-01-07 08:12:25 -05:00
cast-variant-to-storage.md Allow VariantArrayHandle CastAndCall to cast to concrete types 2019-01-16 22:31:55 -06:00
cmake-38-required.md Require CMake 3.8 to build VTK-m. 2019-01-09 16:01:22 -05:00
cuda-allocator-disable-managed-memory-from-code.md CudaAllocator allows managed memory to be explicitly disabled 2018-12-28 11:30:29 -05:00
cuda-separable-compilation-enabled.md Add changelogs for ArrayHandleVirtual and VariantArrayHandle 2018-12-27 15:42:03 -05:00
field-tags-no-template.md Update changedoc 2019-01-11 12:23:19 -07:00
initialize.md Add vtkm::cont::Initialize. 2018-12-13 10:15:44 -05:00
merge-rendering-testing-executables.md Merge rendering testing executables to a shared library 2019-01-14 14:20:00 -05:00
merge-worklet-testing-executables.md Improve the documentation on having a single worklet executable 2018-12-24 15:52:53 -05:00
portal-value-reference-operators.md Add specialized operators for ArrayPortalValueReference 2019-02-20 13:33:55 -07:00
update-optional-parser.md Improve the documentation on having a single worklet executable 2018-12-24 15:52:53 -05:00
variantarrayhandle.md Add changelogs for ArrayHandleVirtual and VariantArrayHandle 2018-12-27 15:42:03 -05:00
verify-cmake-install.md Add changelog for VTKmCheckSourceInInstall 2019-02-04 12:09:25 -05:00
vtkm-handles-busy-cuda-devices-better.md Simplify the DeviceAdapterRuntimeDetectorCuda to not do a kernel launch. 2019-02-04 13:27:20 -05:00
vtkm-mangle-diy.md VTK-m now doesn't clobber external DIY installations 2019-02-05 13:05:14 -05:00