Andreas Fabri
Andreas Fabri
## Summary of Changes I removed RS in the third party library page, models in the documentation that are wrappers, wrappers, examples, and tests. I did not go through the...
## Summary of Changes Upgrade to the latest version. ## Release Management * Affected package(s): Stream_support * License and copyright ownership: unchanged
## Issue Details In the PR #6849 for Isosurfacing we get hyperlinks for `Point_3` and `Vector_3`. Do we have to prevent this using `%` or can we consider this as...
## Summary of Changes We had `postcondition_code()` followed by `precondition()` . I saw it when I only switched off postconditions with a macro. We might do that for an entire...
## Summary of Changes - Changed `PUBLIC` to `PRIVATE` in the `target_link_libraries()` - ~~Link against `Boost::`~~ as we do more than just linking and must use the `CGAL::_.._support` - Use...
## Summary of Changes Deal with was not yet done in #8396 WIP ## Release Management * Affected package(s): Circular_kernel_3, Arrangements, 2D Booelan, Installation * License and copyright ownership: unchanged
## Summary of Changes For some other package we need a uniform sampling on a triangle mesh. There is a nice code for that in [`cyCodeBase`](https://github.com/cemyuksel/cyCodeBase/). See also the publication...
## Issue Details Fairing after hole filling may lead to rather wrong results. This is probably due to the not very smooth surface around the hole, but it is worth...
## Summary of Changes We added an Edge type for Openmesh that inplements the BGL requirements. This PR addes the conversion operator to the native edge type as well as...
## Summary of Changes Replace or remove some `CGAL_assertion(false)` where it is sure that the code is unreachable, regardless the input. This is typically a `switch` for three enum values...