vtk-m/docs/changelog
Robert Maynard a529b90c73 vtkm::Vec const& operator[] is now constexpr
This allows for developers to do things such as the following
as constexpr's:
```cxx
constexpr vtkm::Id2 dims(16,16);
constexpr vtkm::Float64 dx = vtkm::Float64(4.0 * vtkm::Pi()) / vtkm::Float64(dims[0] - 1);
```
2019-08-22 08:34:25 -04: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
array-handle-soa.md Add make_ArrayHandleSOA for std::vectors and C arrays 2019-08-20 12:09:57 -06:00
BoundaryState-refactor.md Add methods to BoundaryState to query specific offsets. 2019-07-19 15:09:57 -04:00
cell_locator_changes.md Adding changelog for the changes 2019-08-08 12:33:53 -07:00
invoker-used-by-filters.md VTK-m filters now launch all worklets via a vtkm::cont::Invoker 2019-08-09 10:37:35 -04:00
invoker-vtkm-cont.md Move Invoker into vtkm/cont 2019-08-01 12:34:27 -04:00
lagrangian-coherent-structures.md Changes from Ken's review 2019-08-09 10:34:01 -07:00
orient-normals.md Add orientation and winding options to SurfaceNormals. 2019-08-01 11:02:13 -04:00
particle_status_changes.md Adding changelog for the changes 2019-08-08 12:33:53 -07:00
refactor-topo-mapping.md Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
simplify-create-fields.md Add changelog for make_Field changes 2019-08-20 08:23:20 -04:00
simplify-create-result.md Add changelog for CreateResult changes 2019-08-20 08:23:20 -04:00
simplify-examples.md Add changedoc for simplifying examples 2019-08-07 09:14:04 -06:00
simplify-specifying-filter-allowed-value-types.md Provide a simpler way to restrict value types for filters 2019-08-06 17:04:07 -04:00
vec-typedefs.md Add changedoc for common vec types 2019-07-31 12:55:40 -06:00
vtkm-vec-operator-constexpr.md vtkm::Vec const& operator[] is now constexpr 2019-08-22 08:34:25 -04:00
write-to-array-handle-cast.md Enable writing to ArrayHandleCast 2019-07-17 18:40:45 -06:00