Commit Graph

104402 Commits

Author SHA1 Message Date
Efi Fogel f08da8489f 1st revision 2023-05-30 11:02:28 +03:00
Efi Fogel 2159476dc4 Fixed Approxinate_2::operator()(const Point_2&) 2023-05-29 17:44:16 +03:00
Efi Fogel facc5926e6 Fixed dependencies. (Moved Arr_extended_direction_3 definition to the front.) 2023-05-27 22:54:43 +03:00
Efi Fogel 9720911727 Ops (Approximate_point_2) 2023-05-26 18:33:25 +03:00
Efi Fogel f9b9591f04 Fixed some approximate operators 2023-05-26 18:32:12 +03:00
Efi Fogel c74d7a31b6 Merge branch 'master' into gsoc2023-aos_sphere_demo-denizdiktas 2023-05-24 16:35:52 +03:00
Sébastien Loriot 898e452d33 Merge remote-tracking branch 'cgal/5.5.x-branch' 2023-05-24 09:54:33 +02:00
Sébastien Loriot a042c42515 Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD 2023-05-24 09:54:17 +02:00
Sebastien Loriot 10505d2b93
update CI to use doxygen 1.9.6 (#7466) 2023-05-24 09:53:57 +02:00
Sébastien Loriot 4c5197f95c update CI to use doxygen 1.9.6 2023-05-24 09:52:50 +02:00
Sébastien Loriot 075421890c Merge remote-tracking branch 'cgal/5.5.x-branch' 2023-05-24 09:35:53 +02:00
Sébastien Loriot 341323f4e4 Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD 2023-05-24 09:29:40 +02:00
Sebastien Loriot eea24af049
Update doc resources and fix issues with doxygen 1.9.6 (#7464) 2023-05-24 09:25:54 +02:00
Sébastien Loriot 96753beb19 accomodate search box updates 2023-05-23 18:09:06 +02:00
Sébastien Loriot 12b32f6be4 move custom mathjax into dedicated .js 2023-05-23 18:08:44 +02:00
Sébastien Loriot 732da62bd4 use default stylesheet (was already the case before) 2023-05-23 14:33:24 +02:00
Sébastien Loriot de869b74a8 the link is changing all the time 2023-05-23 13:47:42 +02:00
Sébastien Loriot 5b532d2466 update from 1.8.20 to 1.9.6 2023-05-23 13:45:43 +02:00
Sébastien Loriot a9cc880bc4 verbatim copy of doxygen style sheet 2023-05-23 13:45:33 +02:00
Sébastien Loriot 7453af0bee remove options that are default + png used only in 1.8.4 2023-05-23 13:44:32 +02:00
Sébastien Loriot a10e704b56 remove no longer supported versions 2023-05-23 13:39:21 +02:00
Sebastien Loriot 11b92e94f8
Add an alternative of Mpzf using boost cpp_int (#7191)
## TODO:
- [x] branch size
- [x] boost backend should not be the default in 5.6
2023-05-22 09:23:35 +02:00
Sebastien Loriot ca6cccb218
Bso 2 draw efif (#7434)
## Summary of Changes

Exposed required member functions of the GeneralPolygonWithHoles_2
concept, and fixed the drawing of objects the type of which is model of
the concept, i.e., the template General_polygon_with_holes_2.

## Release Management

* Affected package(s): Polygon, Boolean_set_operations_2
* Issue(s) solved (if any): NA
* Feature/Small Feature (if any): [Features/Small Features/Enhancing
General Polygons with
Holes](https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Enhancing_General_Polygons_with_Holes)
* Link to compiled documentation
[GeneralPolygonWithHoles_2](https://www.cs.tau.ac.il/~efif/doc_output7/Polygon/classGeneralPolygonWithHoles__2.html)
* License and copyright ownership: TAU
2023-05-22 09:21:59 +02:00
Sebastien Loriot 78bf1f052a
Polyhedron demo - fix dihedral angles histogram (#7443)
## Summary of Changes

Before this PR, the histogram of dihedral angles displayed in the demo
was the histogram of all angles of all tetrahedra.
With this PR, only the angles of tetrahedra with a non-zero
Subdomain_index will be computed and used to build the histogram.
Note that the tetrahedra with Subdomain_index zero
* are not displayed at all, so it is made consistent
* are not treated (on purpose) by Delaunay refinement, so they usually
are of bad quality

## Release Management

* Affected package(s): Polyhedron demo
2023-05-22 09:21:04 +02:00
Sebastien Loriot 32da057717
PMP: Test with class derived from Surface_mesh (#7422)
## Summary of Changes

Add the class `CGAL::Testsuite::DerivedSurfaceMesh` that will enable us
to check if a class derived from ` CGAL::Surface_mesh` passes the
Polygon Mesh Processing testsuite (and others). To get started and early
feedback this is currently only used in a single testcase.

This is related to PR #7418 as we would have detected the issue.

## Release Management

* Affected package(s): PMP

* License and copyright ownership: unchanged
2023-05-22 09:20:40 +02:00
Sebastien Loriot 002adea3ee
CGAL: Enable user to provide set_use_assertions() (#7440)
_Please use the following template to help us managing pull requests._

## Summary of Changes

As suggested by @GilesBathgate in Issue #7222 we give the (undocumented)
possibility to a user provided function.

## Release Management

* Affected package(s): STL_Extension
* License and copyright ownership: unchanged
2023-05-22 09:20:08 +02:00
Sebastien Loriot 70e83b053b
Polyhedron demo - read .nii.gz image files (#7444)
## Summary of Changes

Add the ability to read NIFTI `.nii.gz` labeled images, in addition to
existing NIFTI `.nii` files.

## Release Management

* Affected package(s): Polyhedron demo
2023-05-22 09:19:43 +02:00
Laurent Rineau 2d324a2f09 Merge branch '5.5.x-branch' 2023-05-19 18:27:20 +02:00
Laurent Rineau f09c70bb96 Merge branch '5.4.x-branch' into 5.5.x-branch 2023-05-19 18:26:49 +02:00
Laurent Rineau 546e976849 Merge pull request #7448 from lrineau/Triangulation_3-fix_regular_with_TBB-GF
Triangulation_3: fix a race-condition in `Regular_triangulation_3::insert(begin, end)`.
2023-05-19 18:26:36 +02:00
Sébastien Loriot c75befeaa2 Merge remote-tracking branch 'cgal/5.5.x-branch' 2023-05-19 18:05:29 +02:00
Sébastien Loriot 21320a02ef Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD 2023-05-19 18:05:03 +02:00
Sebastien Loriot 243adaaa05
Update doc testsuite to use 1.9.6 (#7441)
Replaces #6178
2023-05-19 18:03:05 +02:00
Sebastien Loriot 5eae52a306
missing comment 2023-05-18 17:00:09 +02:00
Laurent Rineau c36d6df775
Improve warning on GitHub (#7446)
When the documentation is generated by GitHub Actions and the result is
published on GitHub the warnings are not well / not easy readable.
Placing them in a "fenced code" will improve this. (see e.g.
https://github.com/CGAL/cgal/pull/7445#issuecomment-1549305160)
2023-05-16 18:14:54 +02:00
Laurent Rineau 5a85381d4c remove a trailing whitespace
This time I think I managed to fix my VS Code  Insiders settings to fix that
issue permanently.
2023-05-16 16:13:05 +02:00
Laurent Rineau 97262bf0e9 Triangulation_3: fix a race-condition in regular
The race condition is in the batch insertion of a range
of points, with or without info.
2023-05-16 15:56:32 +02:00
albert-github 8a2f9793cb Improve warning on GitHub
When the documentation is generated by GitHub Actions and the result is published on GitHub the warnings are not well / not easy readable.
Placing them in a "fenced code" will improve this.
(see e.g. https://github.com/CGAL/cgal/pull/7445#issuecomment-1549305160)
2023-05-16 11:38:09 +02:00
Sébastien Loriot d5d257d9b1 fix doc 2023-05-15 17:34:56 +02:00
Jane Tournois da98339ce2 read .nii.gz image files 2023-05-15 16:09:52 +02:00
Jane Tournois 5469530d4f compute angles only for cells that belong to the C3T3 2023-05-15 15:42:35 +02:00
Sébastien Loriot caba1718c9 improve error message 2023-05-15 11:52:57 +02:00
Sébastien Loriot 0a8a706f2a remove check on exe name 2023-05-15 11:42:03 +02:00
Sébastien Loriot d23fdd85bf update testsuite script to last doxygen version 2023-05-12 19:44:58 +02:00
Sébastien Loriot cb11c8a673 no longer deal with png icons + remove CGAL link in title 2023-05-12 19:07:34 +02:00
Sébastien Loriot eb29538403 add resources for doxygen 1.9.6 2023-05-12 16:05:30 +02:00
Andreas Fabri d076b250ee CGAL: Enable user to provide set_use_assertions() 2023-05-12 11:01:11 +01:00
Sébastien Loriot 39e6369d39 add missing FT and typename 2023-05-12 10:32:54 +02:00
Laurent Rineau d6581363f5
Activate CDT2 for face triangulation (#7437)
(master only)
2023-05-12 10:05:25 +02:00
Andreas Fabri 9924814e77 Fix construction of Iso_rectangle/cuboid from Bbox 2023-05-12 08:07:08 +01:00