Commit Graph

103494 Commits

Author SHA1 Message Date
Laurent Rineau 5c339515cf Merge branch 'CGAL-rename_ctest_test_names-GF' into Triangulation_3-CDT_3-lrineau
# Conflicts:
#	Polygon_mesh_processing/examples/Polygon_mesh_processing/CMakeLists.txt
#	Triangulation_3/benchmark/Triangulation_3/CMakeLists.txt
2023-03-15 14:32:28 +01:00
Laurent Rineau 2f0203be10 Merge pull request #7255 from lrineau/CGAL-rename_ctest_test_names-GF
CGAL CTest support: rename the test names

# Conflicts:
#	Mesh_3/test/Mesh_3/CMakeLists.txt
2023-03-15 14:23:32 +01:00
Laurent Rineau 35a1285a12 Merge pull request #6129 from janetournois/Mesh_3-triple_line_extraction-GF
Mesh_3 - add detection of intersection lines from labeled images

# Conflicts:
#	Installation/CHANGES.md
2023-03-13 16:46:07 +01:00
Laurent Rineau 25b0c9aaa4 Fix a bug with markers of constrained facets 2023-03-13 16:18:53 +01:00
Laurent Rineau e762d7a719 Rename a variable 2023-03-13 16:18:18 +01:00
Laurent Rineau 6d54b9a9b2 Add an assertion 2023-03-13 16:16:56 +01:00
Laurent Rineau a8e06c3c4f Better assertion 2023-03-13 14:35:31 +01:00
Laurent Rineau 08c007a00e Add method `recheck_constrainted_Delaunay` 2023-03-13 14:32:43 +01:00
Laurent Rineau c99f0c5940 code to maintain the list of missing subfaces 2023-03-10 10:38:25 +01:00
Laurent Rineau a480a1dde8 triangulate_cavity counts the number of added vertices 2023-03-09 15:57:46 +01:00
Laurent Rineau feb3647820 Use std::set directly instead of std::vector 2023-03-09 15:56:53 +01:00
Laurent Rineau 6e901604cb
Test suite Fix missing the green color for the y square at the top of the column (#7314)
## Summary of Changes
Fix missing the green color for the "y" square at the top of the column.
Testsuite improvements #2205
2023-03-09 15:19:22 +01:00
Nicolas Saillant 0921648308 Fix missing the green color for the y square at the top of the column 2023-03-09 15:03:10 +01:00
Laurent Rineau 9678e09077 restore_subface_region now works!!
I will have to refactor it because it is too long: more than 300 lines currently!
2023-03-09 13:01:17 +01:00
Laurent Rineau ccb8b0533f a new assertion about cavity triangulations 2023-03-09 12:57:36 +01:00
Laurent Rineau bee2138b01 Those helper functions can be static 2023-03-09 12:56:43 +01:00
Laurent Rineau bc1b43e532 cosmetic changes with clang-format 2023-03-09 12:56:16 +01:00
Laurent Rineau bdbe6c2646 Again a warning about non-coplanar polygons 2023-03-09 12:55:28 +01:00
Laurent Rineau 4aa227060d Better Next_face exception, with a message 2023-03-09 12:54:52 +01:00
Laurent Rineau 81580c3e85 Detect non-coplanar polygons 2023-03-09 12:52:52 +01:00
Laurent Rineau 90387d3f5b Write the result to dump.off 2023-03-09 12:52:17 +01:00
Laurent Rineau 31d4512108 cleanup CGAL_DEBUG_CDT_3 2023-03-09 11:50:19 +01:00
Laurent Rineau c86c0fea01 Use new oformat possibilitities 2023-03-09 11:40:51 +01:00
Laurent Rineau 9b8cdec2d4 Triangulation_3: rewrite the code a little
that avoids code like `o_vt_f_pair.second.first`

Backport: master
2023-03-09 11:29:26 +01:00
Laurent Rineau 8ae9a279a4 CDT: add tests 2023-03-08 17:01:58 +01:00
Laurent Rineau e03279ec13 Improve I/O
- `IO::oformat` can display triangulations vertex handles
  with point, using `With_point_tag{}` as second argument,

- improve the compatibility with C++20 `<format>`: now the precision
  can be specified in the format string.

Backport: master
2023-03-08 16:54:47 +01:00
Laurent Rineau 7f1ee47fc9 Fix CMake warning: remove usage of VTK_USE_FILE
Backport: master, 5.5.x, 5.4.x
2023-03-08 16:36:07 +01:00
Laurent Rineau 3e1458a2d5 Add a CSS file
[skipci]
2023-03-08 11:17:16 +01:00
Laurent Rineau 3e5e5d66f1
Update list_workflow_last_run.yml
specify the charset of the HTML
2023-03-08 09:58:19 +01:00
Laurent Rineau 52b5472aaa
Added a script to list the last runs of all cgal's workflows (#7031)
## Summary of Changes

Addition of a script to list all the last runs of cgal workflows.
2023-03-08 09:38:52 +01:00
SaillantNicolas 10caf9fde4
added a script that list all cgal workflow last run 2023-03-03 15:42:17 +01:00
Nicolas Saillant aadb997119 Added an action which launches the script which lists the last executed workflows 2023-03-03 15:02:32 +01:00
Laurent Rineau 0769c7f2b5 Merge remote-tracking branch 'refs/remotes/cgal/master' 2023-03-02 13:44:59 +01:00
Laurent Rineau 8affdce615 Merge branch '5.5.x-branch' 2023-03-02 13:42:42 +01:00
Laurent Rineau 78e2d5e4d2 Merge pull request #6478 from afabri/Nef_3-replace_deque_by_vector_and_reserve-GF
Nef_3: Add overloads with ORIGIN in predicates
2023-03-02 13:42:35 +01:00
Laurent Rineau ea016d7f5b Merge pull request #6702 from soesau/Region_growing-revision-soesau
[Small Feature] Region growing revision soesau
2023-03-02 13:42:32 +01:00
Laurent Rineau efe3822f33 Merge pull request #7115 from MaelRL/T3-test_cleaning-GF
(Partial) Cleaning of Triangulation_3 tests
2023-03-02 13:42:29 +01:00
Laurent Rineau 1b223dfce3 Merge pull request #7219 from afabri/Spatial_searching-Epeck-GF
Spatial searching: Make weighted Minkowski Distance working with Epeck
2023-03-02 13:42:16 +01:00
Laurent Rineau b4c04b53e0 Merge branch '5.4.x-branch' into 5.5.x-branch 2023-03-02 13:40:26 +01:00
Laurent Rineau 649539d573 Merge pull request #7219 from afabri/Spatial_searching-Epeck-GF
Spatial searching: Make weighted Minkowski Distance working with Epeck
2023-03-02 13:40:15 +01:00
Laurent Rineau f46ea44dd0 Merge pull request #7219 from afabri/Spatial_searching-Epeck-GF
Spatial searching: Make weighted Minkowski Distance working with Epeck
2023-03-02 13:40:07 +01:00
Laurent Rineau 2a1e8ecdd6
Update wiki_notification.yml
Add a link to the diff of the wiki page
2023-03-01 16:00:26 +01:00
Laurent Rineau 47a7eafdba
Github Action build_doc Add URL to job log in case of an error (#7292)
add the url to the job log in case of an error during build_doc
2023-03-01 15:42:44 +01:00
Laurent Rineau 8c569a2534
Fix url 2023-03-01 15:41:53 +01:00
Laurent Rineau 5325f35682
Email notifications about changes to the GitHub wiki (#7272)
Adding a workflow to send email notifications when a change is made on the wiki.
Sometimes the action is executed before the github api updates and therefore the
email information does not match the last change.
2023-03-01 15:32:18 +01:00
SaillantNicolas e30b28491e
add the url to the job log 2023-03-01 15:10:17 +01:00
SaillantNicolas c7b328d3cc
prepares the e-mail in html format 2023-03-01 14:53:29 +01:00
Laurent Rineau bb88c38982 Merge branch '5.5.x-branch' 2023-02-28 20:46:26 +01:00
Laurent Rineau 2df895989b Next release will be 5.5.3 2023-02-28 20:45:46 +01:00
Laurent Rineau f7a7a4bbce Next release will be 5.4.5 2023-02-28 20:43:57 +01:00