Commit Graph

103427 Commits

Author SHA1 Message Date
Laurent Rineau d3a91046a9 Merge pull request #7276 from afabri/PMP_smooth_scale-GF
PMP:  Add np for not scaling smoothed mesh
2023-03-30 18:04:34 +02:00
Laurent Rineau f3c1ef1b52 Merge pull request #7355 from lrineau/update_Github_workflows
Update Github workflows from CGAL `master` version
2023-03-30 18:04:28 +02:00
Laurent Rineau a3606c2b1c Update Github workflows from CGAL `master` version 2023-03-29 16:03:55 +02:00
Laurent Rineau 04b5104b5b Merge pull request #7293 from bvessels/master
Straight_skeleton_2: File Format Description Correction
2023-03-21 16:14:21 +01:00
Laurent Rineau 9f0c4c6a7d Merge pull request #7305 from afabri/T2-docfix-GF
Triangulation_2: Document mark_domain_in_triangulation on entry page
2023-03-21 16:14:19 +01:00
Laurent Rineau e96fbafac2 Merge pull request #7308 from afabri/BGL-document_use_binary_mode-GF
BGL: Document use_binary_mode
2023-03-21 16:14:16 +01:00
Laurent Rineau b75c443110 Merge pull request #7313 from SaillantNicolas/CMAKE_AUTOUIC_move_ImageInterfaceui
CMAKE_AUTOUIC Place the ImageInterface.ui file in its original directory.
2023-03-21 16:14:14 +01:00
Laurent Rineau 0316078b95 Merge pull request #7316 from gdamiand/CMap-bugfix-gdamiand
Use reserve(size+1) before to copy attribute
2023-03-21 16:14:11 +01:00
Laurent Rineau 186c66ea95 Merge pull request #7321 from afabri/Surface_mesh-document_functions-GF
Surface_mesh: Document join()
2023-03-21 16:14:09 +01:00
Laurent Rineau aedf43d184 Merge pull request #7325 from MaelRL/CGAL-Copyright_fixes-GF
Fix a number of copyright-related issues
2023-03-21 16:14:06 +01:00
Laurent Rineau 95dc40f610 List workflow run: skip disabled workflows 2023-03-16 10:27:11 +01:00
Laurent Rineau 74af620b86
Script Fix line endings (#7332) 2023-03-16 10:04:56 +01:00
Nicolas Saillant 185e510278 Fix line endings 2023-03-15 14:49:57 +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
Mael Rouxel-Labbé f1c2668ad8 Fix a number of copyright-related issues 2023-03-13 09:57:03 +01:00
Andreas Fabri 161f1b83d4 Surface_mesh: Document join() 2023-03-10 16:43:52 +00:00
Guillaume Damiand da59938748 readd protected removed by mistake 2023-03-10 13:33:31 +01:00
Guillaume Damiand 804f28804d same modif for lcc 2023-03-10 13:31:56 +01:00
Guillaume Damiand 46a35ff642 Add a test for copy attributes for cmap/gmap, with and without indices. 2023-03-10 13:26:23 +01:00
Guillaume Damiand 52d78763d6 Bug fix in cc with index 2023-03-10 13:25:44 +01:00
Guillaume Damiand 8dc54d3c62 Add a reserve before to copy attribute (to solve a bug for index versions) 2023-03-10 13:20:03 +01:00
Guillaume Damiand 72b356d309 Add reserve before the creation of a new attribute, copy of an old one: solve a bug for the index version of CMap/GMap when the underlying vector is reallocated 2023-03-10 11:30:07 +01:00
Guillaume Damiand 477f71b876 Add missing own method for cc with index 2023-03-10 10:47:01 +01:00
Guillaume Damiand 83ae1d54ea add missing own method for with index cases 2023-03-10 10:46:23 +01:00
Guillaume Damiand 8b4806a059 Remove copy constructors in cell attribute (added in the last commit but not required) 2023-03-10 10:44:20 +01:00
Guillaume Damiand 4ad06f8872 add an example with a bug for cmap with index 2023-03-09 20:23:53 +01:00
Guillaume Damiand 0189b6b6b2 Add a copy constructor in Cell_attribute.
This solves a bug in one of my prog, which occurs only for CMap with index.
I don't understand why the default copy constructor is not enough for
CMap with index (while it works for CMap with handle).
2023-03-09 17:07:36 +01:00
Laurent Rineau d2223cdd9b Fix compilation bug 2023-03-09 15:20:39 +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
SaillantNicolas ea7adb83e1
Remove ImageInterface.ui from resources 2023-03-09 14:19:54 +01:00
Nicolas Saillant 8b90cb40b2 Move ImagerInterface.ui into QT folders 2023-03-09 13:29:46 +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
Andreas Fabri 2d203cae0c BGL: Document use_binary_mode 2023-03-06 21:27:04 +00:00
Andreas Fabri ba81e8e894 Triangulation_2: Documen mark_domain_in_triangulation 2023-03-06 08:42:28 +00: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
Brendan Vessels 4f2cd54778 removed obsolete clockwise-ness correction called after input orientation assertions 2023-03-02 10:00:16 -05:00
Brendan Vessels abbcfbb53d undid Intellisense change in Polygon_with_holes_2.h 2023-03-02 09:34:48 -05:00
Brendan Vessels 9f1602bfbc Corrected clockwise assertions in straight skeleton/polygon offset examples 2023-03-02 09:31:32 -05:00
Brendan Vessels effbaa9aaa Added test_input_file.txt 2023-03-02 09:12:11 -05: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