vtk-m/vtkm/cont/internal
Kenneth Moreland 514253e103 Use default iterator difference type for IteratorFromArrayPortal
Previously, IteratorFromArrayPortal was declaring its difference_type
to be vtkm::Id. Although this is allowed, there is code that assumes
that iterators have a difference_type that is ptrdiff_t or something
similar. This change makes the difference_type the default for the
boost iterator facade, which should be the type other code that\
neglects to check expects.
2015-07-28 14:06:43 -06:00
..
testing Add data size introspection to DynamicArrayHandle. 2015-07-08 14:09:36 -06:00
ArrayHandleExecutionManager.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayManagerExecution.h Add TBB backend. 2015-06-01 13:57:37 -04:00
ArrayManagerExecutionSerial.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayManagerExecutionShareWithControl.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayPortalFromIterators.h Fix various MSVC warnings. 2015-07-27 15:56:04 -06:00
ArrayPortalShrink.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayTransfer.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
CMakeLists.txt The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DeviceAdapterAlgorithmGeneral.h Fix various MSVC warnings. 2015-07-27 15:56:04 -06:00
DeviceAdapterAlgorithmSerial.h Update the name of the binary functor for Sort. 2015-06-23 08:36:42 -04:00
DeviceAdapterError.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DeviceAdapterTag.h Add TBB backend. 2015-06-01 13:57:37 -04:00
DeviceAdapterTagSerial.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DynamicTransform.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
IteratorFromArrayPortal.h Use default iterator difference type for IteratorFromArrayPortal 2015-07-28 14:06:43 -06:00
PointCoordinatesBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
SimplePolymorphicContainer.h Add data size introspection to DynamicArrayHandle. 2015-07-08 14:09:36 -06:00
StorageError.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00