Commit Graph

106732 Commits

Author SHA1 Message Date
Laurent Rineau f716cc0260 fix a bug with devicePixelRatio and picking 2024-03-06 10:25:30 +01:00
Laurent Rineau d68ef56d8d update the documentation menu 2024-02-28 15:19:40 +01:00
Laurent Rineau 6713ca5fc0 Merge branch '5.6.x-branch' 2024-02-28 11:59:42 +01:00
Laurent Rineau 6b4200f41a next release from this branch will be 5.6.2 2024-02-28 11:58:49 +01:00
Laurent Rineau b4e378e721 next release from this branch will be 5.5.5 2024-02-28 11:53:03 +01:00
Laurent Rineau 820465a556 Merge pull request #8023 from sloriot/PMP-soup_autoref_insert_in_edge
Autorefinement: insert points in edge to avoid filter failures
2024-02-28 10:57:25 +01:00
Laurent Rineau 89c8b9dec9 Merge pull request #8040 from janetournois/Tet_remeshing-add_corners-jtournois
Tetrahedral_remeshing - add `vertex_is_constrained_map` to set input corners
2024-02-28 10:56:50 +01:00
Laurent Rineau 7767510d87 Merge pull request #8045 from mglisse/Triangulation-full_cell-glisse
[[no_unique_address]] to compact Triangulation_ds_full_cell
2024-02-28 10:49:58 +01:00
Sébastien Loriot 08ab32e14a missing references 2024-02-26 14:23:09 +01:00
Sébastien Loriot 7a11b642fb Revert "get rid of extra container"
This reverts commit a57800ce07.

points vector of Triangle_data can be updated when intersecting
new intersection points. If the container is used at the same time
by another thread calling generate_subtriangles, the container might
be in an invalid state while resizing it.
2024-02-26 14:22:46 +01:00
Laurent Rineau c6ae91aca4 reuse.yml: call apt-get update 2024-02-26 12:02:52 +01:00
Laurent Rineau 2c53ef12b6
`reuse.yml`: call `apt-get update` (#8047)
Github workflow `reuse.yml`: call `apt-get update`, to fix errors
2024-02-26 12:01:54 +01:00
Laurent Rineau c5147435aa reuse.yml: call apt-get update 2024-02-26 11:49:36 +01:00
Laurent Rineau 119dfaa396
Testsuite: Fix summary page link (#8046)
## Summary of Changes
Fix the link to the summary page from the testsuite.
2024-02-26 11:05:39 +01:00
Nicolas Saillant ae9efb3c53 Fix summary page link in create_testresult_page 2024-02-26 09:26:47 +01:00
Marc Glisse fa2a031b66 [[no_unique_address]] to compact Triangulation_ds_full_cell 2024-02-24 16:10:08 +01:00
Laurent Rineau cabb582e29 Merge pull request #6223 from janetournois/Tet_remeshing-flips_on_surface-jtournois
Tetrahedral remeshing - add edge flips on surfaces
2024-02-22 10:23:08 +01:00
Laurent Rineau fd0dfc6f24 Merge pull request #8008 from afabri/Kernel_23-squared_length-GF
Kernel_23:  Add function squared_length()
2024-02-22 10:23:04 +01:00
Laurent Rineau 053a2b3b81 Merge pull request #8010 from afabri/CGAL-change_include_order-GF
Change inclusion order to check dependencies
2024-02-22 10:23:02 +01:00
Laurent Rineau 84162a5836 Merge pull request #8034 from lrineau/CGAL_Lab-rename_inside_out-GF
Rename the action "Inside Out" to something more explicit
2024-02-22 10:22:58 +01:00
Laurent Rineau 7b07859059 Merge pull request #8036 from afabri/T23-IOstringstream-GF
Triangulation 2/3:  fstream -> sstream
2024-02-22 10:22:49 +01:00
Laurent Rineau db2d2c967f Merge pull request #8041 from afabri/Envelope-auto-GF
Envelope: Replace auto
2024-02-22 10:22:42 +01:00
Laurent Rineau 91720e351e Merge pull request #8042 from SaillantNicolas/Testsuite_improvements_Summary_Page-GF
Create an automatic summary page with all warnings and errors for the testsuite
2024-02-22 10:22:39 +01:00
Nicolas Saillant 387d1b80c6 Add function to create summary page for test results 2024-02-21 08:30:05 +01:00
Andreas Fabri 6112a36847 unsigned int -> std::size_t 2024-02-20 17:26:37 +00:00
Andreas Fabri 038de7ee03 Envelope: Replace auto 2024-02-20 17:08:05 +00:00
Jane Tournois 26639f4c29 add missing typedef 2024-02-19 16:57:15 +01:00
Jane Tournois e190f302ca add vertex_is_constrained_map to tetrahedral_isotropic_remeshing()
and to convert_to_triangulation_3(), to collect them
2024-02-19 15:09:11 +01:00
Laurent Rineau 7d9228f7b6
fix typo in comment (#8039)
## Summary of Changes

Fix typo in comment in Arr_traits_adaptor_2.h
2024-02-19 14:30:16 +01:00
agiust 62926f920a fix typo in comment 2024-02-19 13:57:30 +01:00
Sébastien Loriot bd1d232d40 fix warnings 2024-02-19 10:02:19 +01:00
Laurent Rineau 35cc2de70b Merge branch '5.6.x-branch' 2024-02-16 18:08:03 +01:00
Laurent Rineau 188e51bad3 Merge pull request #8032 from sloriot/PMP-locate_path
Fix invalid path
2024-02-16 18:07:46 +01:00
Laurent Rineau 325208b2d2 Merge branch '5.6.x-branch' 2024-02-16 18:05:25 +01:00
Laurent Rineau 7a061750f6 Merge pull request #8013 from efifogel/Aos_2-fixes-efif
Aos 2 fixes efif
2024-02-16 18:05:15 +01:00
Laurent Rineau 1914ba61d0 Merge pull request #8022 from mglisse/Triangulation-dup_vertex-glisse
Don't set the point again when reinserting the same point

# Conflicts:
#	Installation/CHANGES.md
2024-02-16 18:04:42 +01:00
Laurent Rineau 67474c16e5 Merge pull request #8025 from afabri/Aos-warning-GF
Aos_2, AABB_tree: Address warnings
2024-02-16 18:03:23 +01:00
Laurent Rineau ef1cb00f88 Merge pull request #8026 from mglisse/NewKernel_d-static_filters_3-glisse
Call 3d static filters from NewKernel_d
2024-02-16 18:03:20 +01:00
Laurent Rineau 317dcf99c4 Merge pull request #8027 from mglisse/Triangulation-incr_mod-glisse
Use 'if' rather than %
2024-02-16 18:03:18 +01:00
Laurent Rineau c21128e652 Merge pull request #8028 from mglisse/Triangulation-dim_8bit-glisse
Store index/dimension in 8 bits
2024-02-16 18:03:15 +01:00
Laurent Rineau a32899f73c Merge pull request #8029 from janetournois/Mesh_3-edge_min_size-jtournois
Mesh_3 with `edge_min_size` - make uses of `curve_segment_length()` consistent
2024-02-16 18:03:13 +01:00
Laurent Rineau d9ebccd627 Merge pull request #8030 from janetournois/Mesh_3-perturber_doc-jtournois
Mesh_3 - fix perturber doc
2024-02-16 18:03:10 +01:00
Laurent Rineau 7d9070e7bb Merge pull request #8031 from sloriot/CGALlab-OK_focus
Set focus to the ok button
2024-02-16 18:03:08 +01:00
Laurent Rineau 5c5bb0477f Merge pull request #8032 from sloriot/PMP-locate_path
Fix invalid path
2024-02-16 18:03:06 +01:00
Laurent Rineau f407ea44ee Merge pull request #8029 from janetournois/Mesh_3-edge_min_size-jtournois
Mesh_3 with `edge_min_size` - make uses of `curve_segment_length()` consistent
2024-02-16 18:02:36 +01:00
Laurent Rineau af42edf1c2 Merge pull request #8030 from janetournois/Mesh_3-perturber_doc-jtournois
Mesh_3 - fix perturber doc
2024-02-16 18:02:34 +01:00
Sébastien Loriot a57800ce07 get rid of extra container 2024-02-16 12:12:19 +01:00
Sébastien Loriot 5cae5340e9 remove TODO that are not 2024-02-16 11:48:15 +01:00
Sébastien Loriot 7aa4f37b6b rename macro 2024-02-16 11:39:09 +01:00
Andreas Fabri dbb848deb1 Triangulation 2/3: fstream -> sstream 2024-02-16 08:00:02 +00:00