Laurent Rineau

Results 94 issues of Laurent Rineau

In PR https://github.com/CGAL/cgal/pull/6796 we have removed the calls to predicates causing the filter failures. But the original issue (see https://github.com/CGAL/cgal/issues/6792#issuecomment-1209411342) is still there: given a kernel predicate having multiple overloads...

Pkg::Kernel_23
Has Pull Request

## Summary of Changes This is a possible replacement (to be tested) of PR #6784. @janetournois Can you please check if that solves the issue on your machine? ## Release...

bug
CGAL 3D demo
Ready to be tested
Under Testing

## Feature Request [Clang 15.0 was publish early September 2022](https://releases.llvm.org/). It seems that the new libc++ STL shipped with it has removed some of the deprecated functions, and that [broke...

Testsuite
Infrastructure

(Cc @MoniqueTeillaud) See the discussion in CGAL-develop: - March 2015: https://sympa.inria.fr/sympa/arc/cgal-develop/2015-03/msg00189.html - Followup in April 2015: https://sympa.inria.fr/sympa/arc/cgal-develop/2015-04/msg00011.html Let's quote my mail: > Let's take Triangulation_3 as an example. The operator...

Pkg::Triangulation_3
Pkg::Triangulation_2
feature request
dev-meeting

## Issue Details In Visual Studio, I have an automatic spell checker running in background, reporting issues. Usually, they are all false-positives (like "polytope: unknown word"). But the spell checker...

Python 3.11 is currently in rc2. The planned release date is by the end of October 2022. See https://en.wikipedia.org/wiki/History_of_Python#Table_of_versions.

If CGAL was available in the list of libraries on [Compiler Explorer](https://godbolt.org/), that would ease the rapid test of new versions of compilers. Compiler Explorer has all versions of all...

## Issue Details With the new repository https://github.com/CGAL/cgal-web, the automatic deployments of `upcoming` and `master` to `upcoming.cgal.org` and `www.cgal.org` are broken. I think we should now use Github actions, for...

Bug
Web site
Infrastructure
Patch Provided

@janetournois This discussion (https://github.com/CGAL/cgal/pull/7909#discussion_r143125656) is still left unsolved. And it seems Albert it right. The result in a local doc compilation is the following: ![Screenshot_20231219_120746](https://github.com/CGAL/cgal/assets/5746675/d797e344-f075-4f3e-b6d0-354e7a486127) _Originally posted by @lrineau in...

Doc bug
Pkg::Tetrahedral_remeshing

If one takes that example: https://github.com/CGAL/cgal/blob/3b8666323e3daa76227b7ff178d889f375c83737/Mesh_3/examples/Mesh_3/mesh_polyhedral_domain_sm.cpp with a slight change: ```patch diff --git a/Mesh_3/examples/Mesh_3/mesh_polyhedral_domain_sm.cpp b/Mesh_3/examples/Mesh_3/mesh_polyhedral_domain_sm.cpp index eac3d9a4701..f725e5459f3 100644 --- a/Mesh_3/examples/Mesh_3/mesh_polyhedral_domain_sm.cpp +++ b/Mesh_3/examples/Mesh_3/mesh_polyhedral_domain_sm.cpp @@ -56,7 +56,7 @@ int main(int argc, char*argv[])...

Pkg::Mesh_3