-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CGAL improvement backported from CDT_3 branch (#8170)
## Summary of Changes Important various fixes and improvements, from an experimental branch of mine about CDT_3. - <s>remove CMake warnings about `VTK_USE_FILE`</s> (our testsuite tests with [VTK-8.2](https://docs.vtk.org/en/latest/release_details/8.2.html), whereas [VTK-9.0](https://docs.vtk.org/en/latest/release_details/9.0.html) was released four years ago). - make `Circulator_from_container` compatible with ranges (instead of just containers) - `Hash_map` is move-constructible and -assignable - add preliminary support for C++20 concepts and `<format>` - [x] add `Compare_angle_3(Point_3, Point_3, Point_3, Point_3, Point_3, Point_3)` (with six points) **TODO: needs doc**... will be handled later in issue #8219 - [x] **breaking changes:** add `Compare_xy_2` to `TriangulationTraits_2` <s>TODO: needs announcement</s> - fix `Compact_container` time stamp feature - [x] commits from #7410 **That is probably a problem, to be fixed.** **fixed in #7410 and then my the merge https://github.com/CGAL/cgal/pull/8170/commits/70464ea107dcf9e32a338ed5c307897f1cb1fcf8** - add `CGAL::Scope_exit`, `CGAL::make_scope_exit`, for CGAL developers (undocumented) - add an overload of `make_sorted_pair` with only one pair-like argument - improve `CGAL::IO::Output_ref` and `oformat` - perf improvements in `TDS_3/include/CGAL/Triangulation_data_structure_3.h` (`is_edge` is 7 times faster) - <s>perf improvement in `Triangulation_2/include/CGAL/Triangulation_2/internal/Polyline_constraint_hierarchy_2.h` (with the use of `unordered_flat_map` from Boost>=1.80</s> - less filter failures in `Triangulation_segment_cell_iterator_3` - add `Triangulation_3::is_facet(u, v, w)` (without `, c, i, j, k`) ## Release Management * Affected package(s): Installation, T_2, TDS_2, T_3, TDS_3, SMDS_3, Kernel, STL_Extension, Stream_support * Feature/Small Feature (if any): * License and copyright ownership: maintenance by GeometryFactory
- Loading branch information
Showing
31 changed files
with
716 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.