Laurent Rineau
Laurent Rineau
## Summary of Changes Fix PMP on i386/i686 (32 bits, with the x87 FPU). ## Release Management * Affected package(s): PMP, Number_types
@afabri @sgiraudot I have implemented a proof of concept for "progress tracker", using a `std::function`. This PR is for evaluation. https://cgal.geometryfactory.com/CGAL/Members/wiki/Meetings/Sophia16#.E2.9C.94_Progress_tracker I Cc also @MoniqueTeillaud. The undocumented fonction `TDS_3::read_cell` is...
## Summary of Changes New attempt for `Epick_without_intervals`. First attempt was #3939, reverted by commit bb640d2883be715e8e5727333ad54ef6b1fc6808 in #4096. This time, I made it with the right kernel base, I think....
## Summary of Changes #4105, adapted to `master` ## Release Management * Affected package(s): Installation
This patch will "run" the polyhedron demo, and make it quit. That will help debug runtime issues. Next step would be to make it actually load files, and test a...
## Summary of Changes The bug was in #7798. The generator was called with its parameter `n = 0` instead of its default value. ## Todo - [x] Add test...
## Summary of Changes Followup to #9089. For the moment, this one is based on `main`. ## Release Management * Affected package(s): CDT_3, STL_Extension * Link to compiled documentation (obligatory...
## Summary of Changes Stream_support: add indenting and coloring stream wrappers See the test examples. ### Indenting Example: ```plain === Basic Indenting Usage === 1. Basic indentation with std::cout: This...
## Summary This PR adds a new debugging utility `bisect_failures` to the STL_Extension package. This function helps identify minimal failing test cases from complex input data by using a bisection-like...