Merge topic 'update-to-v1.8.0'

982e96553 1.8.0 is our 12th official release of VTK-m.
fdd5e04eb Update release notes for 1.8.0

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Ben Boeckel <ben.boeckel@kitware.com>
Merge-request: !2787
This commit is contained in:
Vicente Bolea 2022-06-21 19:33:36 +00:00 committed by Kitware Robot
commit c4857f6ec9
2 changed files with 1 additions and 28 deletions

@ -39,33 +39,6 @@ VTK-m 1.8 Release Notes
# Core
## Remove brigand from List.h
Early in the development of VTK-m, a third party header library named
brigand was incorporated into the source code. This header file contained
the implementation of several complex meta-template programming constructs
that are useful. Furthermore, it is implemented in such a way as to compile
(relatively) quickly.
However, lately we have run into problems with brigand. First, it is not a
very active project so that it is hard to submit fixes back to the project.
Of the activity that is there, the most recent version of brigand now
requires C++17, which is not directly supported by VTK-m. Second, brigand
was added before the thridparty directory was established. This means as we
have added corrections to the brigand source code, they have not been
properly marked up in git to allow us to easily bring in changes from the
main repo. On top of all that, because of the complexity of brigand, we
often run into problems with compilers that fail in corner cases, which
makes it difficult to support.
We have already moved away from brigand quite a bit. This takes another big
step closer to removing our independence on brigand by no longer requiring
it for any of the implementation of `vtkm::List`.
Because brigand.hpp is no longer included in List.h, some uses of the
brigand header have been replaced with the implementation in List.h.
## New `vtkm::List` features
New features were added to those available in `vtkm/List.h`. These new

@ -1 +1 @@
1.8.0-rc1
1.8.0