vtk-m/docs/changelog
Kenneth Moreland eaf87e4519 Remove special ArrayHandleMultiplexer template case
There was a special case for ArrayHandleMultiplexer where if you gave it
just one type it would treat that as a value type rather than an array
to support and instead provide a default list of types. However, GCC 4.8
is having trouble compiling the code to create the default list, the
semantics are confusing, and the more I think about it the less likely I
think we will need this functionality. So, just getting rid of that.
2019-07-30 14:48:35 -06:00
..
1.3 Require CMake 3.8 to build VTK-m. 2019-01-09 16:01:22 -05:00
1.4 Add release notes for v1.4.0 2019-06-26 12:13:47 -04:00
0-sample-topic.md Add release notes for v1.3.0 2018-11-26 11:11:10 -05:00
array-handle-multiplexer.md Remove special ArrayHandleMultiplexer template case 2019-07-30 14:48:35 -06:00
BoundaryState-refactor.md Add methods to BoundaryState to query specific offsets. 2019-07-19 15:09:57 -04:00
write-to-array-handle-cast.md Enable writing to ArrayHandleCast 2019-07-17 18:40:45 -06:00