Andreas Fabri
Andreas Fabri
## Summary of Changes Writing an `Expr`to as stream is slow. We make it faster by writing `Expr::doubleValue()` if the precision is smaller or equal to 17. ## Release Management...
## Summary of Changes Help VC++ to resolve an overload. ## Release Management * Affected package(s): Kernel_23 * Issue(s) solved (if any): fix #8140. * License and copyright ownership: unchanged
The 'OS and Compiler' section needs to be revised. The goal is to extract a 'Compiler' column and add an 'Architecture' column.
```[tasklist] ### Tasks - [ ] sort out our compilation flags table. - [ ] https://github.com/CGAL/cgal/issues/8250 - [ ] https://github.com/CGAL/cgal/issues/8236 ```
## Summary of Changes Add the possibility to use the solvers of the[ Accelerate](https://developer.apple.com/documentation/accelerate) library. This PR is work in progress as the next step is the C++/Swift bridge using...
## Summary of Changes This example does twice the flooding and stores that it is in input polygon A and B. We do not extract boundary polygons yet. This necessitates...
## Summary of Changes Add the failing test case for Issue #7730 ## Release Management * Affected package(s): Bounding_volumes * Issue(s) solved (if any): fix #0000, fix #0000,... * License...
## Summary of Changes When only smoothing a patch the diagonals of the matrix are not set to 1.0 Now the matrix can be factorized but the resulting mesh is...